June 6, 2023 | ||
---|---|---|
View 2810592
(fib.tal) Fixed incorrect definitionneauoire authored on 06/06/2023 21:33:20 |
||
View 1666aeb
Merge branch 'main' of git.sr.ht:~rabbits/uxnneauoire authored on 06/06/2023 18:49:37 |
||
View 6fc314b
(fib.tal) Added tail-recursive versionneauoire authored on 06/06/2023 18:49:28 |
June 5, 2023 | ||
---|---|---|
View c543827
(asma) Correct exit status from software/asma.tal runs.Andrew Alderwick authored on 05/06/2023 18:06:13 |
June 2, 2023 | ||
---|---|---|
View 8d90298
(fib.tal) Improved exampleDevine Lu Linvega authored on 02/06/2023 04:53:28 |
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 |