May 18, 2023 | ||
---|---|---|
View 1d4ae74
Removed multiplication from SET macro in uxn coreDevine Lu Linvega authored on 18/05/2023 03:39:03 |
May 15, 2023 | ||
---|---|---|
View 305b846
Use the correct definition to obtain snprintf(3)Sevan Janiyan authored on 15/05/2023 14:33:33 • Devine Lu Linvega committed on 15/05/2023 15:32:48 |
||
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 09d9990
(screen) Fixes warningsDevine Lu Linvega authored on 05/05/2023 03:45:52 |
||
View 77edd1d
(screen) Renamed pixels attr to layerDevine Lu Linvega authored on 05/05/2023 03:32:44 |
||
View d80885e
(screen) HousekeepingDevine Lu Linvega authored on 05/05/2023 03:17:38 |
||
View 98bd2a7
(screen) Use uxn_screen globalDevine Lu Linvega authored on 05/05/2023 00:43:44 |
||
View 1fdb91e
(amiga.tal) Tiny refactoringDevine Lu Linvega authored on 05/05/2023 00:15:27 |
May 4, 2023 | ||
---|---|---|
View 204805b
(amiga.tal) Do not flip rotation direction on floor collisionDevine Lu Linvega authored on 04/05/2023 23:25:41 |
||
View 64f2692
Remove fps limit on bounce for amiga.talNojus Raskevicius authored on 04/05/2023 22:49:44 • Devine Lu Linvega committed on 04/05/2023 22:58:34 |
||
View 11a893d
Reverse ball rotation after bouncing.d_m authored on 04/05/2023 22:16:13 • Devine Lu Linvega committed on 04/05/2023 22:57:00 |
||
View 9416a0e
Removed layer structDevine Lu Linvega authored on 04/05/2023 18:33:31 |
||
View 8f98281
(screen) Only repaint changed pixelsDevine Lu Linvega authored on 04/05/2023 18:15:16 |