June 29, 2023
View ff6d9e3

(uxnemu) Fixes issue where non-zero console/type occurs even when empty, fixed by hikari_no_yume

Devine Lu Linvega authored on 29/06/2023 21:23:16
June 9, 2023
View e930804

Do not print message on quit

Devine Lu Linvega authored on 09/06/2023 16:29:25
June 8, 2023
View fe10cfe

Improved usage standard message

Devine Lu Linvega authored on 08/06/2023 16:47:18
June 7, 2023
View 5dd7fec

Removed clear between redraws and moved to set_window_size

neauoire authored on 07/06/2023 15:23:42
View e147b46

Snake_cased some SDL variables

neauoire 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 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