July 23, 2023 | ||
---|---|---|
View 29e664c
Do not re-set window size when unchangedDevine Lu Linvega authored on 23/07/2023 23:10:48 |
||
View 92e06e2
Removed window paddingDevine Lu Linvega authored on 23/07/2023 02:52:17 |
July 16, 2023 | ||
---|---|---|
View 51d43a6
screen: don't leak memory and don't crash if failed to adjust for new screen sizeSigrid Solveig Haflínudóttir authored on 16/07/2023 22:50:19 |
July 10, 2023 | ||
---|---|---|
View 7844675
uxnemu: fix two warnings on 9front buildSigrid Solveig Haflínudóttir authored on 10/07/2023 15:37:42 |
||
View 05356e2
capture_screen: check for errorsSigrid Solveig Haflínudóttir authored on 10/07/2023 15:35:35 |
June 29, 2023 | ||
---|---|---|
View ff6d9e3
(uxnemu) Fixes issue where non-zero console/type occurs even when empty, fixed by hikari_no_yumeDevine Lu Linvega authored on 29/06/2023 21:23:16 |
June 9, 2023 | ||
---|---|---|
View e930804
Do not print message on quitDevine Lu Linvega authored on 09/06/2023 16:29:25 |
June 8, 2023 | ||
---|---|---|
View fe10cfe
Improved usage standard messageDevine Lu Linvega authored on 08/06/2023 16:47:18 |
June 7, 2023 | ||
---|---|---|
View 5dd7fec
Removed clear between redraws and moved to set_window_sizeneauoire authored on 07/06/2023 15:23:42 |
||
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 |