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 global

Devine Lu Linvega authored on 05/05/2023 00:43:44
May 4, 2023
View 8f98281

(screen) Only repaint changed pixels

Devine 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 scaling

Sigrid Solveig Haflínudóttir authored on 02/05/2023 22:53:07
View 83ba7e0

Added mock behavior for the friend port

Devine Lu Linvega authored on 02/05/2023 17:31:33
April 26, 2023
View ce0cc5a

Do not center on resize

Devine Lu Linvega authored on 26/04/2023 19:04:44
April 22, 2023
View ebf31ec

(uxnemu) Removed debug line

Devine Lu Linvega authored on 22/04/2023 21:57:26
View 40d6c88

Set Console/type after memory is initialized

Devine Lu Linvega authored on 22/04/2023 21:56:12
April 17, 2023
View 3038d5c

(console) Use 0x00 for no-queue

Devine Lu Linvega authored on 17/04/2023 18:27:54
View d8bee29

(console) Use 0x1 for no-args

Devine Lu Linvega authored on 17/04/2023 18:19:37
View 98282cb

Moved error printing to system.c

Devine Lu Linvega authored on 17/04/2023 18:03:11
View 9a882a6

(uxnemu) Write arguments end in console device

Devine Lu Linvega authored on 17/04/2023 17:41:03
View 1bf0ffc

(uxnemu) Display usage when no roms and no params

Devine Lu Linvega authored on 17/04/2023 17:29:39