a03053b717
- Minor changes for macos build
2023-01-21 14:08:24 +01:00
3565c02636
- c++11 mode for macos compilation
2023-01-21 14:07:47 +01:00
ff1ca6279d
- Icon added to Windows compilation
2023-01-20 19:13:55 +01:00
3ac16958b9
- [FIX] Removed unused variable, minor readjustment of code to avoid errors.
2023-01-19 18:24:01 +01:00
618cc83c8e
- Removed stray 'stb_vorbis.c'.
2023-01-18 18:46:29 +01:00
b96e80ab1d
- [NEW] Gamepad support (not tested)
...
- [NEW] pad(), padp(), gamepad constants
2023-01-18 18:43:27 +01:00
e53befb700
- [NEW] configuration file working.
...
- [NEW] zoom(), fullscreen(), cursor(), getconf(), setconf().
- [CHG] now zoom and fullscreen are controlled by the game, not by mini.
- [FIX] quit() now actually quits.
- [NEW] btnp() without parameters returns key pressed.
- [NEW] zoom, fullscreen and cursor are saved to config automatically.
2023-01-18 17:41:57 +01:00
4c0cf979d3
- [WIP] Config files
2023-01-17 20:04:01 +01:00
4cf3987dc3
- MacOS Bundle compilation included
2023-01-13 17:50:29 +01:00
a42641653f
- Remove last remnants of JailAudio
2023-01-13 15:51:00 +01:00
2f106bb943
- Allow to change display zoom and fullscreen
2023-01-13 15:50:34 +01:00
5075c65f7e
- on "playmusic" remove volume parameter, add loop parameter
2023-01-13 13:19:14 +01:00
bcb58d49a0
- Release version should not show console
2023-01-13 12:42:56 +01:00
ffdc05b061
- Cartelet de boot llevat si no estem en debug
...
- La musica fa fadeout
2023-01-12 19:39:20 +01:00
9c24d33782
- Música i só amb SDL_mixer
2023-01-12 19:02:17 +01:00
7ecd11a169
- [WIP] Migrating to jail_audio
2023-01-11 18:58:15 +01:00
e388d046b2
- [WIP] Implementing instruments (envelopes) for Chirping
2023-01-10 20:03:52 +01:00
256f4a2d04
- Now labels must include its number
2023-01-10 18:55:36 +01:00
3fed72a19b
- [WIP] Repetitive sections in chirps
2023-01-09 20:03:23 +01:00
c577755c3b
- Makefile added, batch files removed
2023-01-09 17:35:48 +01:00
4205bdfe90
- [FIX] [Chirping] Silence crashes app
2023-01-09 17:35:33 +01:00
c7dcf8bb8e
- Implementada polifonia en Chirping
...
- Arreglats un montó de warnings per lo mon
2023-01-09 17:02:04 +01:00
bfcd7e62cf
- Several waveforms to choose for chirps
2023-01-09 08:39:39 +01:00
7a574de4b6
-Sync even when not in focus
2022-12-29 21:12:04 +01:00
1731b4cb03
- Loop on chirps implemented
2022-12-29 12:22:53 +01:00
5ecb7fd139
- Debug i Release
2022-12-28 18:35:09 +01:00
97902594ad
- chirp_stop() implemented
...
- chirps stop playing when ESC or F5
2022-12-28 16:09:11 +01:00
40c2b009a9
- [FEAT] A song can lock the audio until finished
2022-12-28 14:07:41 +01:00
9835f4dc4a
- Strip doesn't work on mac, it seems
2022-12-27 22:08:59 +01:00
0cd5d59b8d
- [FIX] Memory corruption bug from SDL_Init() on Mac
2022-12-27 21:49:26 +01:00
0bbeaadcba
Merge branch 'master' of ssh://jaildoctor.duckdns.org:9922/git/mini
2022-12-27 16:36:11 +01:00
c70c27dbb8
-Slight changes for macos
2022-12-27 16:35:34 +01:00
af4ead870b
- Removed jail_audio, included chirps
2022-12-27 14:10:00 +01:00
6cfc6b0438
- v0.9.01
...
- [NEW] version numbers
- debug() is now an alias of printf
2022-11-02 13:48:53 +01:00
1a732d7c71
- new debug system
2022-10-28 13:49:08 +02:00
a029771b07
- prnt() now handles accents and spanish characters correctly
2022-10-26 16:28:52 +02:00
5ebd02ae66
- strlen handles utf8 strings correctly
2022-10-26 16:28:18 +02:00
0bad4520d8
- optimized compilation for linux added
2022-10-23 12:06:54 +02:00
7d1ea4b22e
- lua should use prnt for onscreen text
2022-10-22 18:22:20 +02:00
0b989de55f
- [FIX] overflow in setpal
2022-10-22 18:22:00 +02:00
4ff4e6fa78
-Added lua aux libs, changed some function names. To check.
2022-10-20 19:01:01 +02:00
5c47def659
-consistent color in console
2022-10-17 23:42:58 +02:00
f1c87e4d25
- [NEW] exit()
...
- [NEW] anykey()
- [NEW] ismusicplaying()
2022-10-13 18:40:41 +02:00
d4ad849add
[NEW] Cursor can be hidden from game.ini
2022-10-12 09:08:34 +02:00
b282bd05d5
- File operations work on "data/" folder or ".jrf" file
...
- [NEW] fopenres() works on .jrf resources, fopen on normal files
2022-10-11 17:58:03 +02:00
a74ca5033c
- playmusic() now accepts bool loop as second param
2022-10-07 18:17:11 +02:00
ee3c4325bc
[NEW] Audio support:
...
- playmusic(filename)
- pausemusic()
- resumemusic()
- stopmusic()
2022-10-07 17:46:51 +02:00
035d82c1ec
-loadpal now loads a palette from disk and returns it in a table.
...
-setpal sets a palette from a table as the current palette.
2022-10-05 18:51:26 +02:00
8415841c5c
-setpal & getpal renamed to setcolor & getcolor
...
-setcolor & getcolor now use r, g & b instead of uint32
2022-10-05 17:47:58 +02:00
a9f7d46afd
[NEW] Now mini reads (GIFs and only GIFs)
2022-10-05 16:50:24 +02:00