June 7, 2023
View b4a6a16

(wireworld.tal) Removed, moved to uxn-utils

Devine Lu Linvega authored on 07/06/2023 23:36:57
View 59035ab

(wireworld.tal) Fixed mouse picking issue

neauoire authored on 07/06/2023 16:58:10
View 3f162f6

(wireworld.tal) Match colors to standard wireworld specs

neauoire authored on 07/06/2023 16:51:27
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
June 6, 2023
View 2810592

(fib.tal) Fixed incorrect definition

neauoire authored on 06/06/2023 21:33:20
View 1666aeb

Merge branch 'main' of git.sr.ht:~rabbits/uxn

neauoire authored on 06/06/2023 18:49:37
View 6fc314b

(fib.tal) Added tail-recursive version

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

Devine Lu Linvega authored on 02/06/2023 04:53:28
May 18, 2023
View 1d4ae74

Removed multiplication from SET macro in uxn core

Devine 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