June 7, 2023 | ||
---|---|---|
View e147b46
Snake_cased some SDL variablesneauoire authored on 07/06/2023 15:03:28 |
May 15, 2023 | ||
---|---|---|
View b5b3177
Switch to using SDL_CreateRGBSurface() SDL_CreateRGBSurfaceWithFormat() was introduced in SDL 2.0.5 whereas SDL_CreateRGBSurface() is available since SDL 2.0. This allows uxn to run on legacy systems where it's not possible to reach SDL 2.0.5 but prior versions are, such as Mac OS X Tiger.Sevan Janiyan authored on 15/05/2023 02:08:59 • Devine Lu Linvega committed on 15/05/2023 02:34:55 |
||
View 822a7fe
Use the audio format native to host AUDIO_S16 defaults to little endian format which causes issues when running on big endian systems. Use AUDIO_S16SYS instead which sets to whatever endian the system uxn is being built on is.Sevan Janiyan authored on 15/05/2023 02:08:58 • Devine Lu Linvega committed on 15/05/2023 02:34:55 |
May 9, 2023 | ||
---|---|---|
View 310ba97
Improve screen vector timing somewhat.d_m authored on 09/05/2023 20:07:17 • Devine Lu Linvega committed on 09/05/2023 20:12:23 |
May 5, 2023 | ||
---|---|---|
View 98bd2a7
(screen) Use uxn_screen globalDevine Lu Linvega authored on 05/05/2023 00:43:44 |
May 4, 2023 | ||
---|---|---|
View 8f98281
(screen) Only repaint changed pixelsDevine Lu Linvega authored on 04/05/2023 18:15:16 |
May 2, 2023 | ||
---|---|---|
View c7f3014
zoom: ignore if 0, ie if the screen is somehow TOO small to do any scalingSigrid Solveig Haflínudóttir authored on 02/05/2023 22:53:07 |
||
View 83ba7e0
Added mock behavior for the friend portDevine Lu Linvega authored on 02/05/2023 17:31:33 |
April 26, 2023 | ||
---|---|---|
View ce0cc5a
Do not center on resizeDevine Lu Linvega authored on 26/04/2023 19:04:44 |
April 22, 2023 | ||
---|---|---|
View ebf31ec
(uxnemu) Removed debug lineDevine Lu Linvega authored on 22/04/2023 21:57:26 |
||
View 40d6c88
Set Console/type after memory is initializedDevine Lu Linvega authored on 22/04/2023 21:56:12 |
April 17, 2023 | ||
---|---|---|
View 3038d5c
(console) Use 0x00 for no-queueDevine Lu Linvega authored on 17/04/2023 18:27:54 |
||
View d8bee29
(console) Use 0x1 for no-argsDevine Lu Linvega authored on 17/04/2023 18:19:37 |
||
View 98282cb
Moved error printing to system.cDevine Lu Linvega authored on 17/04/2023 18:03:11 |
||
View 9a882a6
(uxnemu) Write arguments end in console deviceDevine Lu Linvega authored on 17/04/2023 17:41:03 |