0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-16 11:15:06 +00:00
Commit graph

2102 commits

Author SHA1 Message Date
Devine Lu Linvega
300a3d7b3e (button.tal) Formatting 2024-02-07 10:01:55 -08:00
Devine Lu Linvega
ff7c82f9e5 (button.tal) Because sometimes you just need a button 2024-02-07 09:59:53 -08:00
Devine Lu Linvega
3e1183285a (hilbert) Optimizations 2024-01-21 09:51:23 -08:00
Devine Lu Linvega
46e2374049 (hilbert) Housekeeping 2024-01-21 09:42:10 -08:00
Devine Lu Linvega
f34bab675a (hilbert) Terminate properly 2024-01-21 09:38:25 -08:00
Devine Lu Linvega
af7a59623b (hilbert) Faster drawing routine 2024-01-21 09:17:20 -08:00
Devine Lu Linvega
f3d86c5384 (hilbert) Cache last pos 2024-01-21 08:58:34 -08:00
Devine Lu Linvega
2560216ed0 (hilbert) Housekeeping 2024-01-21 08:39:29 -08:00
Devine Lu Linvega
8212ca5edb (controller.tal) Housekeeping 2024-01-15 15:21:04 -08:00
Devine Lu Linvega
4a303fab90 (bunnymark) Added controller input 2024-01-15 08:45:41 -08:00
Devine Lu Linvega
17e6d4df22 (bunnymark) Optimizations 2024-01-15 08:41:54 -08:00
Devine Lu Linvega
362dee8b1b (bunnymark) Housekeeping 2024-01-15 08:30:25 -08:00
Devine Lu Linvega
950a5085ee (bunnymark) Optimizations 2024-01-15 08:23:10 -08:00
Devine Lu Linvega
6fbf4ff535 (bifurcan) Optimizations 2024-01-14 16:16:54 -08:00
Devine Lu Linvega
6e50e4ce92 (bifurcan) Modernize style 2024-01-14 16:06:24 -08:00
Devine Lu Linvega
6128c79b18 Fixed issue with EOF 2024-01-13 16:50:05 -08:00
Devine Lu Linvega
7bf469dca2 (file) Clamp length for stat 2024-01-04 19:03:08 -08:00
Devine Lu Linvega
2878639cd7 (file) Expand stat port to show longer file length than a short 2024-01-04 17:20:50 -08:00
Devine Lu Linvega
6712c3eeb9 (file) atomic result for stating 2024-01-04 16:42:47 -08:00
Devine Lu Linvega
69ddbdf0c3 (file) Do not stat twice 2024-01-04 14:26:21 -08:00
Devine Lu Linvega
9ca712237b (file) put_line use put_info 2024-01-04 11:28:21 -08:00
Devine Lu Linvega
1f622ff541 (file) Can File/stat with only 4 bytes of length 2024-01-04 10:58:57 -08:00
Devine Lu Linvega
29823e5bd1 (file) Removed PEEK2 macros 2024-01-04 09:44:46 -08:00
Devine Lu Linvega
22af2ba9c3 (screen) Cache the content of the auto byte 2024-01-03 09:19:09 -08:00
Devine Lu Linvega
011662e1dd (screen) cache elements of the auto byte 2024-01-03 09:05:16 -08:00
Devine Lu Linvega
163d48ec34 Removed extra variable 2024-01-03 08:44:31 -08:00
Devine Lu Linvega
6ba21f8470 (screen) Cache temp values 2024-01-03 08:30:36 -08:00
Devine Lu Linvega
1796eb938f Removed unused variable 2024-01-02 20:24:42 -08:00
Devine Lu Linvega
02f7add4ac Housekeeping 2024-01-02 19:20:16 -08:00
Devine Lu Linvega
78526d56e3 Make uxn instance public 2024-01-02 11:54:12 -08:00
Devine Lu Linvega
8c212fed3e Housekeeping 2024-01-02 11:29:02 -08:00
Devine Lu Linvega
a4f4eb7460 Minor optimization in system 2024-01-02 09:55:52 -08:00
neauoire
3f252c0ee3 Fixed crash from missing dev page 2023-12-25 14:39:29 -08:00
Bad Diode
7ec95315ce Fix audio device regression 2023-12-20 09:20:22 +01:00
neauoire
8ca6c75e29 Removed old screen.flip example 2023-12-19 11:16:10 -08:00
neauoire
5fa8fb8401 Removed old system.catch example 2023-12-19 11:12:23 -08:00
neauoire
6e45b5700f (screen.auto) Added a auto port testing file 2023-12-19 10:52:15 -08:00
neauoire
b952a2417b (screen) Fixed issue with blending modes 2023-12-18 17:47:24 -08:00
neauoire
a62fce6316 Faster screen drawing routines 2023-12-18 14:44:36 -08:00
neauoire
14bf95ba39 (console.tal) Improved example 2023-12-05 11:55:46 -08:00
neauoire
94f6627145 (816.uf1) Added font 2023-11-25 15:52:59 -08:00
neauoire
e016461263 (screen) Fixed pixel fill bug 2023-11-18 10:56:34 -08:00
neauoire
86c46be310 (Screen) Removed unused variable 2023-11-12 17:05:46 -08:00
neauoire
efd70d34be (Screen) Pass addr to sprite 2023-11-12 17:01:16 -08:00
neauoire
f744a95a70 (Screen) Cached row only written when visible 2023-11-12 16:54:19 -08:00
neauoire
94f314280c (Screen) Cache row during sprite drawing 2023-11-12 16:46:44 -08:00
neauoire
d6a966e113 (Screen) Faster sprite drawing 2023-11-12 12:38:43 -08:00
neauoire
99c492d385 Store instance device in Uxn itself 2023-11-11 20:57:28 -08:00
neauoire
0d055306a8 (screen) Added fill() function 2023-11-11 20:44:15 -08:00
neauoire
dd1f3e0725 Housekeeping 2023-11-11 20:32:52 -08:00