Devine Lu Linvega
|
086b1d9a47
|
Added extra Expansion commands
|
2024-03-18 10:44:19 -07:00 |
Devine Lu Linvega
|
8cccc5c919
|
(uxnasm) Print assembly result to stdout
|
2024-03-07 21:00:42 -08:00 |
Devine Lu Linvega
|
c39f8f20dd
|
Swapped order of referencing
|
2024-03-06 08:59:14 -08:00 |
Devine Lu Linvega
|
225faa73f0
|
(uxnasm) Stop after hitting refcount limit
|
2024-03-06 08:49:16 -08:00 |
Devine Lu Linvega
|
e7c25fad05
|
Fixed issue with debug port
|
2024-03-04 09:19:08 -08:00 |
Devine Lu Linvega
|
c3c140b5e9
|
Added deprecated warning for : rune
|
2024-03-03 15:31:37 -08:00 |
Devine Lu Linvega
|
c5d8ba4e3a
|
Mute scope reporting in resolve loop
|
2024-03-02 08:43:19 -08:00 |
Devine Lu Linvega
|
d322e787fa
|
(uxnasm) Print scope on error
|
2024-03-01 17:37:36 -08:00 |
Devine Lu Linvega
|
a5ff070dd0
|
(uxnasm) Only display location in internal errors
|
2024-03-01 17:26:49 -08:00 |
Devine Lu Linvega
|
80e2f9cc0c
|
(uxnasm) Print active file in error
|
2024-03-01 17:24:17 -08:00 |
Devine Lu Linvega
|
c7ce358d0d
|
Improved stack printing
|
2024-02-28 09:03:56 -08:00 |
Devine Lu Linvega
|
7fc1b0887f
|
(uxnasm) Fixed crashing but on no-output
|
2024-02-25 17:37:03 -08:00 |
Devine Lu Linvega
|
9f1df5f944
|
(uxnasm) Disallow runic labels
|
2024-02-25 17:23:49 -08:00 |
Devine Lu Linvega
|
202ca78800
|
(uxnasm) Added support for partial label jsi
|
2024-02-25 16:06:54 -08:00 |
Devine Lu Linvega
|
0dffbf6c0e
|
(uxnasm)Passing uxntal scope requirements
|
2024-02-24 08:49:32 -08:00 |
Devine Lu Linvega
|
079f215a5c
|
Merged conflicts
|
2024-02-22 14:17:42 -08:00 |
Devine Lu Linvega
|
2017a8de7c
|
Added potato to boot
|
2024-02-22 14:16:28 -08:00 |
Sigrid Solveig Haflínudóttir
|
6e960c7ad3
|
fix a few warnings and update version dates
|
2024-02-19 19:33:51 +00:00 |
Sigrid Solveig Haflínudóttir
|
5f4cb9ba05
|
uxnemu: delay for 25ms if failed to push stdin event - queue is probably full
|
2024-02-19 19:29:54 +00:00 |
Devine Lu Linvega
|
99d41a2027
|
Updated core with memory wrapping
|
2024-02-18 18:01:19 -08:00 |
Devine Lu Linvega
|
57396faa94
|
uxncli will exit if no console vector
|
2024-02-15 15:31:16 -08:00 |
Devine Lu Linvega
|
8abb621b12
|
Updated date
|
2024-02-14 15:25:48 -08:00 |
Devine Lu Linvega
|
c39d656b52
|
Added support for multi-byte keyboard input
|
2024-02-14 15:20:41 -08:00 |
Sigrid Solveig Haflínudóttir
|
3fa01a63d8
|
screen: fix an UB
|
2024-02-14 16:28:50 +00: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
|
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
|
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 |