9b99aa23cf
MINI v.0.9.64d: - [NEW] origin(x,y) sets the origin of the coordinate system. - [FIX] false extern declaration removed. - MINI_VERSION has its own header file.
Raimon Zamora2023-07-05 07:58:31 +02:00
584b65041c
- [NEW] view(x,y,w,h) Creates a clipped viewport that also translates origin. -[NEW] view() Resets the viewport to all the window.
Raimon Zamora2023-07-04 23:03:19 +02:00
0a92e29aa3
-[NEW] Window refreshes at the position it was -[FIX] Window slightly moved after refresh. Probably only fixed on MY Linux.
Raimon Zamora2023-07-04 22:53:34 +02:00
58f4845746
- [FIX] clip(x,y,w,h) works as expected. - [NEW] clip() with no arguments resets clipping region. - [FIX] cls() respects clipping region (but now it's slower) - [FIX] pset's and pget now respect clipping region correctly
Raimon Zamora2023-07-04 19:50:13 +02:00
724592ec67
- Added turbo option, to allow waiting for events and use less CPU
Raimon Zamora2023-06-23 11:22:12 +02:00
f457075c49
- btnp() i padp() consumeixen la tecla polsada si es la que arriba com a paràmetre - anykey() tambe mira si s'ha pulsat algun botó del pad - anykey() consumeix qualsevol tecla o botó del pad pulsats.
JailDoctor2023-01-31 19:47:52 +01:00
5e4f0559c4
- [FIX] Crash if map() used without map surface assigned - [FIX] Crash on restart, system surfaces not finalized properly (Cacaus crash maybe solved?)
Raimon Zamora2023-01-27 17:15:03 +01:00
3675f887a6
- Fixed problem with SDL constants on linux (outdated SDL version, anyways)
Raimon Zamora2023-01-21 14:45:06 +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.
Raimon Zamora2023-01-18 17:41:57 +01:00
d4ad849add
[NEW] Cursor can be hidden from game.ini
JailDoctor2022-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
Raimon Zamora2022-10-11 17:58:03 +02:00
a74ca5033c
- playmusic() now accepts bool loop as second param
Raimon Zamora2022-10-07 18:17:11 +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.
Raimon Zamora2022-10-05 18:51:26 +02:00
8415841c5c
-setpal & getpal renamed to setcolor & getcolor -setcolor & getcolor now use r, g & b instead of uint32
Raimon Zamora2022-10-05 17:47:58 +02:00
a9f7d46afd
[NEW] Now mini reads (GIFs and only GIFs)
Raimon Zamora2022-10-05 16:50:24 +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
JailDoctor2022-09-11 22:50:44 +02:00
50090e8a17
Changes applied to support generic virtual screens
Raimon Zamora2021-11-24 19:00:46 +01:00