1763 Commits (6021b2b63d0c8d43930f75c19f9d7c61881dbb1a)
 

Author SHA1 Message Date
Devine Lu Linvega 6021b2b63d (console.tal) Fixed underflow error on quit 3 years ago
Devine Lu Linvega a9527fbd95 (console.tal) Added input type port to example 3 years ago
Devine Lu Linvega fbba9b304d (console) Implemented 0x17 port with stream type based on design by zzo38 3 years ago
Devine Lu Linvega 5e927cdfde (datetime.tal) Added day of the year 3 years ago
Devine Lu Linvega 04c6472819 (datetime.tal) Created a test file for the datetime device 3 years ago
Devine Lu Linvega c70ba4238a (system.tal) Made example dynamic 3 years ago
Devine Lu Linvega 07f9785fab (quine.tal) Added quine example 3 years ago
Devine Lu Linvega 32fa0f95c3 (uxn.c) Catch div-by-zero errors 3 years ago
Devine Lu Linvega 14b704fd01 (system.tal) Added error handler example 3 years ago
Devine Lu Linvega 25cc4a1329 (screen.tal) Improved screen testing rom 3 years ago
Devine Lu Linvega c7203de2ea (uxn.c) Less indirections in uxn core 3 years ago
Devine Lu Linvega 99874908e4 (screen.c) Skip blit when color is 0 3 years ago
Devine Lu Linvega 0f75b123a4 (screen) sprite address wrapping 3 years ago
Devine Lu Linvega 04554dd1d3 (screen.c) Reduced number of variables indirections 3 years ago
Devine Lu Linvega b6e6839d25 (screen.c) Removed pixel function 3 years ago
Devine Lu Linvega d0db4f9223 (screen.c) Improved readability of the code 3 years ago
Devine Lu Linvega 891204610a Fixed issue with screen/fill layer 3 years ago
Devine Lu Linvega 2acc7edb6f Added comment for blending LUT 3 years ago
Devine Lu Linvega d043ce633d (screen.c) Faster drawing of pixel 3 years ago
Devine Lu Linvega a44dbd9696 (screen.c) Merge all checks 3 years ago
Devine Lu Linvega 8aae16a9d0 (screen) Removed clamp function 3 years ago
Devine Lu Linvega 540847694e Removed screen_wipe 3 years ago
Devine Lu Linvega be138f5952 Removed FIXED_SIZE flag 3 years ago
Devine Lu Linvega 11e9b635c8 Removed mono mode to screen 3 years ago
Lior Stern 847b3f2b56 uxnemu: Add dpad support 3 years ago
Devine Lu Linvega 344c5c9904 Added flip-x/flip-y to pixel fill mode 3 years ago
Devine Lu Linvega 07e8306616 (screen) Created static fill function 3 years ago
Devine Lu Linvega 24dbc7d5f8 (screen) Rename screen_clear to screen_fill 3 years ago
Devine Lu Linvega daa421c259 (uxn.c) Cache stack pointer 3 years ago
Devine Lu Linvega fc8400dcac (uxn.c) Formatting 3 years ago
Devine Lu Linvega 3973bc2ab8 Made the uxn stacks private again 3 years ago
Devine Lu Linvega 83237c9641 (launcher.tal) Do not try to open extra-large ROMs 3 years ago
Devine Lu Linvega 6f55ed496c (uxncli) Fixed issue with DateTime device mask 3 years ago
Devine Lu Linvega eaf7d095ec (system.c) The debug port will always print the stacks, even if empty 3 years ago
Devine Lu Linvega 38ec3ef7e7 Removed mention of uxn-fast from README 3 years ago
Devine Lu Linvega f19d3262ff (console.tal) Do not eval on space 3 years ago
Devine Lu Linvega 21e41874cb (console.tal)Added quit option 3 years ago
Devine Lu Linvega 00ed056e51 (uxnasm) Added support for label sized pads 3 years ago
Devine Lu Linvega edfa734817 (metadata.tal) Removed, moved to uxn-utils 3 years ago
Devine Lu Linvega a55d2c80ca (mouse.tal) Drawing button states 3 years ago
Devine Lu Linvega 3b10969f9e Fixed issue where a screen redraw might occur after it has been unset 3 years ago
Devine Lu Linvega 8b43d0d7ae Removed redundant pixel param from screen routines 3 years ago
Sigrid Solveig Haflínudóttir 8a3c86a879 core: in plan 9 C it does not wrap around, fix the crash 3 years ago
Sigrid Solveig Haflínudóttir 37afbc25fb file: sprintf → snprintf 3 years ago
Sigrid Solveig Haflínudóttir 562153d09e fix a few long-standing compilation warnings 3 years ago
Sigrid Solveig Haflínudóttir 21f8130f0d fix plan 9 build now that we decided to use ifdefs 3 years ago
Devine Lu Linvega e386c3aeaa Fixed issue with Windows builds 3 years ago
Deadly Headshot 05fd9771ca A more elegant solution to the Windows bugs in filepaths and MinGW compilation 3 years ago
Devine Lu Linvega 7d66d81e63 Fixed issue with datetime mask 3 years ago
Devine Lu Linvega 4f9b375895 Fixed issue with device deo mask in uxnemu 3 years ago