1882 Commits (1.0)
 

Author SHA1 Message Date
neauoire a11660f57d (uxnasm.c) Fixed issue with lambda 3 years ago
neauoire d15b2367f3 (uxnasm.c) Added comma after date 3 years ago
neauoire c26de05efa Added version to uxnasm 3 years ago
neauoire 2e25f6c27e Added version flag to uxnemu 3 years ago
neauoire 9c25f801d0 Print system versions for uxncli with -v flag 3 years ago
neauoire 2e1b56018b Added per-device versions 3 years ago
neauoire 97d299261f Setting up stage to add versioning 3 years ago
neauoire 13570f790d (screen.c) Hide stack debugger when empty 3 years ago
neauoire 7090ab72b9 Returned the on-screen debugger 3 years ago
neauoire 27ff275cea Merge branch 'main' of git.sr.ht:~rabbits/uxn 3 years ago
neauoire a1d2bfbbb0 Removed DEI/DEO from uxn-tnl core 3 years ago
Sigrid Solveig Haflínudóttir 9888dcba03 DEVR: use bitwise OR to avoid C compiler (kencc) promoting types to int and doing other weird stuff 3 years ago
Sigrid Solveig Haflínudóttir a87ececb71 remove SDL_RENDERER_TARGETTEXTURE (unused) 3 years ago
neauoire fda12df0f1 Housekeeping 3 years ago
neauoire c68936b475 (uxn.c) Renamed POP/PUSH to POPx/PUSHx 3 years ago
neauoire fcf12a12dc (uxn.c) Connected to device masks 3 years ago
neauoire 6d7696a760 (uxn.c) Reconnected old core 3 years ago
neauoire e0bbf38af5 (uxn.c) Reconnected the wires to the old core to be compatible with emu 3 years ago
neauoire 222246748e (screen.c) Inlined sprite drawing function 3 years ago
neauoire 789fb0cd8b (screen.c) Faster sprite drawing 3 years ago
neauoire d6691fddef (screen.flip) Added example to test flip bit in screen/sprite port 3 years ago
neauoire b4d7818632 Added auto byte sprite flipping 3 years ago
Derek Stevens ffc604fba3 run: set window title from rom 3 years ago
neauoire 2ddc20b1b6 (uxnasm) Generalized lambdas as common labels 3 years ago
Cellmaker 9ca8e9623d added microtonality to the audio device 3 years ago
Devine Lu Linvega 538294220d (launcher.tal) Clear screen using Screen/pixel 3 years ago
Devine Lu Linvega 3a8cc42e0e Better labels for lambdas 3 years ago
Devine Lu Linvega 32cc690539 (uxnasm) Lambdas support 3 years ago
Devine Lu Linvega e2e5e86531 Added screen.blending.tal 3 years ago
Devine Lu Linvega 0efea06b46 Only update viewport rect on resize 3 years ago
Devine Lu Linvega 289d13aeb4 Returned emulator border 3 years ago
Devine Lu Linvega 12509b7e6b Merged show() and gameloop() 3 years ago
Devine Lu Linvega db2117ee0a Resize emulator on start 3 years ago
Devine Lu Linvega 4286e0ba53 Grouped emulator routines together in uxnemu 3 years ago
Devine Lu Linvega 969f03e0ba Uxnemu skips resizing window until reset vector is done. 3 years ago
Devine Lu Linvega 07f2ea43f7 (mouse.tal) Fixed issue with clearing 3 years ago
Devine Lu Linvega dcb434760b Housekeeping 3 years ago
Devine Lu Linvega eb07d9fba6 (bunnymark.tal) Fixed issue with clear 3 years ago
Devine Lu Linvega 737f4af8ab (amiga.tal) Fixed issue with clearing 3 years ago
Devine Lu Linvega 26bc456a1b (screen.c) Blending 00 only clears in accordance to sprite at addr 3 years ago
Devine Lu Linvega 867883409e Emulator functions prefixed with emu_ instead of uxn_ 3 years ago
Devine Lu Linvega ec973c2ea6 Only set emu size on screen resize, no constant checks 3 years ago
Devine Lu Linvega 29e664c6b8 Do not re-set window size when unchanged 3 years ago
Devine Lu Linvega 4db53c1cc6 (uxn.c) Housekeeping 3 years ago
Devine Lu Linvega cb41bdfa9a (uxn.c) Removed PUSH/PUSH2 macros 3 years ago
Devine Lu Linvega bf1ee0298d (uxn.c) Fixed issue where JSRr was pushing to wrong stack 3 years ago
Devine Lu Linvega db6f7d9fbf (uxn.c) Aligned BRK/JCI/JMI 3 years ago
Devine Lu Linvega bc4ec9ea5f (uxn.c) JSI makes use of SET() macro 3 years ago
Devine Lu Linvega 6f15a96d91 (uxn.c) LIT opcodes use SET() macro 3 years ago
Devine Lu Linvega b020732d6d (uxn.c) PUT2 should use POKE2 macro 3 years ago