neauoire
|
b2d6aa5fce
|
(calc.tal) Better ampersand glyph
|
2022-02-18 13:48:03 -08:00 |
neauoire
|
99f9fc85a0
|
(calc.tal)Improved glyphs
|
2022-02-18 13:30:01 -08:00 |
Andrew Alderwick
|
b1bbfb3976
|
(asma) Fix sublabel references when no labels are defined.
An example of code that failed with asma is in brainfuck.tal.
|
2022-02-18 09:27:58 +00:00 |
neauoire
|
85a6d348ba
|
(brainfuck.tal) Optimized
|
2022-02-15 10:24:11 -08:00 |
neauoire
|
c982eb988b
|
(controller.tal) Print debugger on start button
|
2022-02-10 19:29:50 -08:00 |
sroccaserra
|
ed22793a69
|
(monospace.tal) Remove values left on the stack
Functions draw-uf1 and draw-uf1-linebreaks are leaving two 8 bit values
on the stack, this commit removes them.
|
2022-02-10 08:10:20 -08:00 |
neauoire
|
5abb885eb5
|
(life.tal) Minor cleanup
|
2022-02-08 20:04:18 -08:00 |
neauoire
|
db431f75fe
|
(piano.tal) Optimized octave drawing routine
|
2022-02-08 19:45:29 -08:00 |
neauoire
|
51c422c9cb
|
(math32.tal) Removed globals
|
2022-02-07 19:35:07 -08:00 |
Andrew Alderwick
|
b5669a52be
|
Saturate multiplication in mandelbrot.
|
2022-02-08 01:34:24 +00:00 |
neauoire
|
20d6ab3cb4
|
(mandelbrot.tal) Added fractal
|
2022-02-07 16:59:34 -08:00 |
neauoire
|
1a34fcefa9
|
Added libraries for math32
|
2022-02-07 15:52:22 -08:00 |
neauoire
|
3496a38606
|
Added a few extra fonts
|
2022-02-06 20:03:45 -08:00 |
neauoire
|
a3dfbe19a0
|
(launcher.tal) Resizes on launch
|
2022-02-06 11:56:42 -08:00 |
neauoire
|
272b1ed162
|
(cube3d.tal) Added new demo
|
2022-02-05 15:37:04 -08:00 |
neauoire
|
7511f4c2ac
|
Added --install flag to build script
|
2022-02-03 19:52:12 -08:00 |
neauoire
|
7c46d9ce8e
|
Ported fonts to AUTO-Y
|
2022-02-01 09:46:49 -08:00 |
neauoire
|
3f94152050
|
(calc.tal) Optimizations
|
2022-01-26 10:14:18 -08:00 |
neauoire
|
61be564f09
|
Merge branch 'main' of git.sr.ht:~rabbits/uxn
|
2022-01-23 14:19:19 -08:00 |
neauoire
|
94882720be
|
(dos.tal) Improved error reporting
|
2022-01-23 14:19:10 -08:00 |
Andrew Alderwick
|
deace3b79a
|
Remove old debugging support.
|
2022-01-23 19:35:18 +00:00 |
neauoire
|
b486d9585b
|
(dos.tal) When in doubt, add flowers
|
2022-01-23 11:18:55 -08:00 |
neauoire
|
dacd2ff26c
|
(dos.tal) Improved hx view
|
2022-01-23 10:48:26 -08:00 |
neauoire
|
44789e4c00
|
(dos.tal) Impemented time[tm] command
|
2022-01-23 10:31:32 -08:00 |
neauoire
|
97003d1ae2
|
(dos.tal) Added command documentation in ls cmd
|
2022-01-23 10:03:15 -08:00 |
neauoire
|
ebf5b633a5
|
(dos.tal) Started a mini DOS
|
2022-01-22 20:47:01 -08:00 |
neauoire
|
56528dbcd7
|
(wireworld.tal) Minor cleanup
|
2022-01-22 16:32:46 -08:00 |
DeltaF1
|
774dd27a53
|
Remove memory copying from wireworld
- Store two world buffers and swap between them each update
|
2022-01-22 16:29:08 -08:00 |
neauoire
|
0932e4165b
|
(wireworld.tal) Clear on select+start
|
2022-01-22 14:54:02 -08:00 |
neauoire
|
4ad5c8f9fa
|
(wireworld.tal) Optimized morph
|
2022-01-22 14:48:07 -08:00 |
neauoire
|
a17b442fe2
|
(launcher.tal) Release inputs on load-rom
|
2022-01-21 20:44:29 -08:00 |
neauoire
|
42a804ddc0
|
(wireworld.tal) Erase with mouse2
|
2022-01-21 15:23:02 -08:00 |
neauoire
|
a0f2fa4462
|
(wireworld.tal) Cleanup
|
2022-01-21 15:14:36 -08:00 |
neauoire
|
30cef63b91
|
(wireworld.tal) Added wireworld implementation
|
2022-01-21 15:02:46 -08:00 |
neauoire
|
f9e8faa8c3
|
(proquints.tal) Added a proquints encoder
|
2022-01-17 12:06:50 -08:00 |
neauoire
|
c1d42a97ce
|
(binstr.tal) Added a binary to string file converter in utils
|
2022-01-16 14:30:46 -08:00 |
neauoire
|
35953312ea
|
(calc.tal) Removed leading zeros
|
2022-01-16 10:44:32 -08:00 |
neauoire
|
acbd654165
|
(launcher.tal) Fixed scrolling issue after assembly
|
2022-01-16 09:22:37 -08:00 |
neauoire
|
4d9ba05045
|
(calc.tal) Modified the multiply symbol
|
2022-01-15 19:41:22 -08:00 |
Andrew Alderwick
|
7ffaa25475
|
Renamed devices/datetime.tal to demos/clock.tal.
|
2022-01-16 01:50:06 +00:00 |
neauoire
|
2ead7840fd
|
Launcher now assembles tal files
|
2022-01-15 11:15:47 -08:00 |
neauoire
|
bec7096c0b
|
Implemented proper decimal mode
|
2022-01-15 10:13:20 -08:00 |
neauoire
|
b48db8278f
|
(monospace.tal) Added a 8x8 label drawing example
|
2022-01-13 10:25:31 -08:00 |
neauoire
|
459855d825
|
Removed supervisor
|
2022-01-12 18:40:51 -08:00 |
neauoire
|
0518385a6d
|
Added uxn32 and uxn16 chr pictures
|
2022-01-12 11:54:19 -08:00 |
Andrew Alderwick
|
41de322a75
|
Add support for interrupting Uxn during execution.
|
2022-01-12 11:33:49 +00:00 |
neauoire
|
38d2c7cbd7
|
(boot.rom) Renamed to launcher.rom
|
2022-01-10 20:35:34 -08:00 |
neauoire
|
91560c6d24
|
(picture.tal) Added example of drawing a picture
|
2022-01-09 18:13:18 -08:00 |
neauoire
|
4657fe2490
|
(gui/label.tal) Use UF2 properly
|
2022-01-09 17:04:54 -08:00 |
neauoire
|
a8c384daec
|
(animation.tal) Minor optimizations
|
2022-01-09 13:07:48 -08:00 |