|
|
1a732d7c71
|
- new debug system
|
2022-10-28 13:49:08 +02:00 |
|
|
|
5ebd02ae66
|
- strlen handles utf8 strings correctly
|
2022-10-26 16:28:18 +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 |
|
|
|
f1c87e4d25
|
- [NEW] exit()
- [NEW] anykey()
- [NEW] ismusicplaying()
|
2022-10-13 18:40:41 +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 |
|
|
|
c361eef2ff
|
[NEW] feof(), freadw(), fwritew()
|
2022-10-03 18:52:44 +02:00 |
|
|
|
aad3ba639a
|
[NEW] Multiple lua files
|
2022-09-19 17:28:43 +02:00 |
|
|
|
664710d59a
|
[FIX] fwriteln not working from LUA
|
2022-09-13 17:43:05 +02:00 |
|
|
|
2063485240
|
[NEW] File handling functions
|
2022-09-13 17:18:13 +02:00 |
|
|
|
1f5acd2bfa
|
[NEW] extended palette functions
[DEL] old palette functions
[MODIF] mouse function names
[MODIF] map function params now are ints
[NEW] ascii function
[NEW] strlen function
|
2022-09-11 22:50:44 +02:00 |
|
|
|
50090e8a17
|
Changes applied to support generic virtual screens
|
2021-11-24 19:00:46 +01:00 |
|
|
|
160da08c3d
|
Commit before the BIG changes...
|
2021-11-24 15:21:40 +01:00 |
|
|
|
5f4b111d06
|
first commit
|
2021-09-25 19:13:55 +02:00 |
|