Devine Lu Linvega
|
d1dc143912
|
(uxnemu) Only set zoom scale once on boot
|
2023-04-17 09:36:55 -07:00 |
|
Devine Lu Linvega
|
6021b2b63d
|
(console.tal) Fixed underflow error on quit
|
2023-04-16 22:07:47 -07:00 |
|
Devine Lu Linvega
|
a9527fbd95
|
(console.tal) Added input type port to example
|
2023-04-16 22:03:44 -07:00 |
|
Devine Lu Linvega
|
fbba9b304d
|
(console) Implemented 0x17 port with stream type based on design by zzo38
|
2023-04-16 21:13:50 -07:00 |
|
Devine Lu Linvega
|
5e927cdfde
|
(datetime.tal) Added day of the year
|
2023-04-16 14:51:00 -07:00 |
|
Devine Lu Linvega
|
04c6472819
|
(datetime.tal) Created a test file for the datetime device
|
2023-04-16 14:39:20 -07:00 |
|
Devine Lu Linvega
|
c70ba4238a
|
(system.tal) Made example dynamic
|
2023-04-15 20:06:34 -07:00 |
|
Devine Lu Linvega
|
07f9785fab
|
(quine.tal) Added quine example
|
2023-04-15 12:44:36 -07:00 |
|
Devine Lu Linvega
|
32fa0f95c3
|
(uxn.c) Catch div-by-zero errors
|
2023-04-15 09:52:08 -07:00 |
|
Devine Lu Linvega
|
14b704fd01
|
(system.tal) Added error handler example
|
2023-04-15 09:49:58 -07:00 |
|
Devine Lu Linvega
|
25cc4a1329
|
(screen.tal) Improved screen testing rom
|
2023-04-14 19:51:05 -07:00 |
|
Devine Lu Linvega
|
c7203de2ea
|
(uxn.c) Less indirections in uxn core
|
2023-04-14 10:30:08 -07:00 |
|
Devine Lu Linvega
|
99874908e4
|
(screen.c) Skip blit when color is 0
|
2023-04-14 10:19:57 -07:00 |
|
Devine Lu Linvega
|
0f75b123a4
|
(screen) sprite address wrapping
|
2023-04-14 10:05:15 -07:00 |
|
Devine Lu Linvega
|
04554dd1d3
|
(screen.c) Reduced number of variables indirections
|
2023-04-14 09:51:50 -07:00 |
|
Devine Lu Linvega
|
b6e6839d25
|
(screen.c) Removed pixel function
|
2023-04-13 21:57:17 -07:00 |
|
Devine Lu Linvega
|
d0db4f9223
|
(screen.c) Improved readability of the code
|
2023-04-13 21:33:16 -07:00 |
|
Devine Lu Linvega
|
891204610a
|
Fixed issue with screen/fill layer
|
2023-04-13 09:58:09 -07:00 |
|
Devine Lu Linvega
|
2acc7edb6f
|
Added comment for blending LUT
|
2023-04-13 09:53:05 -07:00 |
|
Devine Lu Linvega
|
d043ce633d
|
(screen.c) Faster drawing of pixel
|
2023-04-13 09:42:59 -07:00 |
|
Devine Lu Linvega
|
a44dbd9696
|
(screen.c) Merge all checks
|
2023-04-12 20:00:17 -07:00 |
|
Devine Lu Linvega
|
8aae16a9d0
|
(screen) Removed clamp function
|
2023-04-12 19:20:11 -07:00 |
|
Devine Lu Linvega
|
540847694e
|
Removed screen_wipe
|
2023-04-12 14:35:48 -07:00 |
|
Devine Lu Linvega
|
be138f5952
|
Removed FIXED_SIZE flag
|
2023-04-12 12:22:17 -07:00 |
|
Devine Lu Linvega
|
11e9b635c8
|
Removed mono mode to screen
|
2023-04-12 11:58:32 -07:00 |
|
Lior Stern
|
847b3f2b56
|
uxnemu: Add dpad support
More info about joyhats in SDL2:
https://wiki.libsdl.org/SDL2/SDL_JoyHatEvent
|
2023-04-12 11:08:48 -07:00 |
|
Devine Lu Linvega
|
344c5c9904
|
Added flip-x/flip-y to pixel fill mode
|
2023-04-11 11:31:36 -07:00 |
|
Devine Lu Linvega
|
07e8306616
|
(screen) Created static fill function
|
2023-04-11 11:11:12 -07:00 |
|
Devine Lu Linvega
|
24dbc7d5f8
|
(screen) Rename screen_clear to screen_fill
|
2023-04-11 10:42:32 -07:00 |
|
Devine Lu Linvega
|
daa421c259
|
(uxn.c) Cache stack pointer
|
2023-04-11 10:32:23 -07:00 |
|
Devine Lu Linvega
|
fc8400dcac
|
(uxn.c) Formatting
|
2023-04-11 10:24:54 -07:00 |
|
Devine Lu Linvega
|
3973bc2ab8
|
Made the uxn stacks private again
|
2023-04-11 10:14:29 -07:00 |
|
Devine Lu Linvega
|
83237c9641
|
(launcher.tal) Do not try to open extra-large ROMs
|
2023-04-09 15:24:55 -07:00 |
|
Devine Lu Linvega
|
6f55ed496c
|
(uxncli) Fixed issue with DateTime device mask
|
2023-04-08 08:53:56 -07:00 |
|
Devine Lu Linvega
|
eaf7d095ec
|
(system.c) The debug port will always print the stacks, even if empty
|
2023-04-06 17:50:03 -07:00 |
|
Devine Lu Linvega
|
38ec3ef7e7
|
Removed mention of uxn-fast from README
|
2023-04-05 19:25:40 -07:00 |
|
Devine Lu Linvega
|
f19d3262ff
|
(console.tal) Do not eval on space
|
2023-04-05 17:18:03 -07:00 |
|
Devine Lu Linvega
|
21e41874cb
|
(console.tal)Added quit option
|
2023-04-05 16:50:06 -07:00 |
|
Devine Lu Linvega
|
00ed056e51
|
(uxnasm) Added support for label sized pads
|
2023-04-04 20:02:33 -07:00 |
|
Devine Lu Linvega
|
edfa734817
|
(metadata.tal) Removed, moved to uxn-utils
|
2023-04-04 15:44:52 -07:00 |
|
Devine Lu Linvega
|
a55d2c80ca
|
(mouse.tal) Drawing button states
|
2023-04-03 21:15:52 -07:00 |
|
Devine Lu Linvega
|
3b10969f9e
|
Fixed issue where a screen redraw might occur after it has been unset
|
2023-04-02 20:27:15 -07:00 |
|
Devine Lu Linvega
|
8b43d0d7ae
|
Removed redundant pixel param from screen routines
|
2023-03-27 08:38:54 -07:00 |
|
Sigrid Solveig Haflínudóttir
|
8a3c86a879
|
core: in plan 9 C it does not wrap around, fix the crash
|
2023-03-20 16:29:46 +00:00 |
|
Sigrid Solveig Haflínudóttir
|
37afbc25fb
|
file: sprintf → snprintf
|
2023-03-20 16:58:45 +01:00 |
|
Sigrid Solveig Haflínudóttir
|
562153d09e
|
fix a few long-standing compilation warnings
|
2023-03-20 16:58:09 +01:00 |
|
Sigrid Solveig Haflínudóttir
|
21f8130f0d
|
fix plan 9 build now that we decided to use ifdefs
|
2023-03-20 16:57:43 +01:00 |
|
Devine Lu Linvega
|
e386c3aeaa
|
Fixed issue with Windows builds
|
2023-03-19 14:12:14 -07:00 |
|
Deadly Headshot
|
05fd9771ca
|
A more elegant solution to the Windows bugs in filepaths and MinGW compilation
|
2023-03-19 14:11:42 -07:00 |
|
Devine Lu Linvega
|
7d66d81e63
|
Fixed issue with datetime mask
|
2023-03-17 21:45:03 -07:00 |
|