June 8, 2023 | ||
---|---|---|
View fe10cfe
Improved usage standard messageDevine Lu Linvega authored on 08/06/2023 16:47:18 |
||
View 650c381
Removed the echo prints from the build fileDevine Lu Linvega authored on 08/06/2023 16:31:01 |
June 7, 2023 | ||
---|---|---|
View b4a6a16
(wireworld.tal) Removed, moved to uxn-utilsDevine Lu Linvega authored on 07/06/2023 23:36:57 |
||
View 59035ab
(wireworld.tal) Fixed mouse picking issueneauoire authored on 07/06/2023 16:58:10 |
||
View 3f162f6
(wireworld.tal) Match colors to standard wireworld specsneauoire authored on 07/06/2023 16:51:27 |
||
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 |
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 |