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

857 commits

Author SHA1 Message Date
neauoire
d6a966e113 (Screen) Faster sprite drawing 2023-11-12 12:38:43 -08:00
neauoire
228a951f22 (screen.pixel) Added pixel testing program by @aw 2023-11-10 14:47:51 -08:00
neauoire
f9de13652c Redraw on resize 2023-11-09 14:45:51 -08:00
neauoire
d0a521745a (mouse.tal) Improved implementation 2023-11-09 14:01:11 -08:00
neauoire
fa6d62c70a (screen.blending) Draw foreground sprites too 2023-11-08 09:30:49 -08:00
neauoire
9924af3593 (screen.blending.tal) Added 1bpp demo 2023-11-05 11:07:56 -08:00
neauoire
6381ebb545 (audio-test) Loop melody 2023-11-02 17:30:14 -07:00
neauoire
f1d903c775 (audio-test) Fixed durations 2023-11-02 17:30:14 -07:00
neauoire
328f52128b (piano.tal) Support new volume port 2023-11-02 17:30:14 -07:00
Bad Diode
ae11965898 Update audio-tests.tal example 2023-11-02 17:30:14 -07:00
Bad Diode
41b143b8e0 Update audio-tests to use proper sine function 2023-11-02 17:30:14 -07:00
Bad Diode
6569c9d749 Add per-cent tuning and change note-off to #00 2023-11-02 17:30:14 -07:00
Bad Diode
e6cf770d2e Fix memory bug and restore previous looping behaviour 2023-11-02 17:30:14 -07:00
Bad Diode
4b64ced669 Restore audio port layout and use 0x5 for duration 2023-11-02 17:30:14 -07:00
Bad Diode
32853ce8f7 Fix xfading issues 2023-11-02 17:30:14 -07:00
Bad Diode
49eda85851 Add initial WIP sample player for new audio device 2023-11-02 17:30:14 -07:00
neauoire
2e32545a8b (cube3d.tal) Optimizations 2023-10-30 15:32:02 -07:00
neauoire
6e96b22e36 (move.tal) Minor optimizations 2023-10-28 10:17:10 -07:00
neauoire
a0fa9ca9a3 (move.tal) Housekeeping 2023-10-28 10:08:01 -07:00
neauoire
b513014fa8 (screen.blending.tal) Fixed issue with sprite position 2023-10-27 19:53:42 -07:00
neauoire
187f92d31d (console.write.tal) Added output example to /error port 2023-10-26 11:29:49 -07:00
neauoire
c71842aa84 (dvd.tal) Optimized 2023-09-29 14:01:13 -04:00
neauoire
d7f96acb93 (fizzbuzz.tal) Housekeeping 2023-09-05 20:05:14 -07:00
neauoire
d6691fddef (screen.flip) Added example to test flip bit in screen/sprite port 2023-08-05 08:56:32 -07:00
Devine Lu Linvega
538294220d (launcher.tal) Clear screen using Screen/pixel 2023-07-29 18:46:25 -07:00
Devine Lu Linvega
e2e5e86531 Added screen.blending.tal 2023-07-26 09:57:36 -07:00
Devine Lu Linvega
07f2ea43f7 (mouse.tal) Fixed issue with clearing 2023-07-24 10:47:52 -07:00
Devine Lu Linvega
eb07d9fba6 (bunnymark.tal) Fixed issue with clear 2023-07-23 20:48:22 -07:00
Devine Lu Linvega
737f4af8ab (amiga.tal) Fixed issue with clearing 2023-07-23 20:43:16 -07:00
Devine Lu Linvega
26bc456a1b (screen.c) Blending 00 only clears in accordance to sprite at addr 2023-07-23 19:32:41 -07:00
Devine Lu Linvega
a673d63336 (fizzbuzz.tal) Formatting 2023-07-21 11:35:56 -07:00
Devine Lu Linvega
050690181a (fib.tal) Housekeeping 2023-07-21 10:42:04 -07:00
Devine Lu Linvega
98a0c7d609 (fib.tal) Formatted 2023-07-21 10:18:49 -07:00
Devine Lu Linvega
a75f4a1496 (datetime.tal) Added numeric display of date 2023-07-16 11:59:30 -07:00
Devine Lu Linvega
a0b739f8da (datetime) Improved example 2023-07-16 11:41:44 -07:00
Devine Lu Linvega
8508fd3dec Improved console device examples 2023-07-16 10:04:40 -07:00
Devine Lu Linvega
7f35e1863a Improved device examples 2023-07-16 09:41:40 -07:00
Devine Lu Linvega
f0377ca2d9 (system.expansion.tal) Added expansion port test file 2023-07-15 21:58:41 -07:00
Devine Lu Linvega
1880b1cd2a (system.catch) Improved test file. 2023-07-15 21:46:04 -07:00
Devine Lu Linvega
49d74b89d0 (subleq.tal) Ported to immediate modes 2023-06-27 11:27:27 -07:00
Devine Lu Linvega
b4a6a16da8 (wireworld.tal) Removed, moved to uxn-utils 2023-06-07 16:36:57 -07:00
neauoire
59035ab291 (wireworld.tal) Fixed mouse picking issue 2023-06-07 09:58:10 -07:00
neauoire
3f162f6258 (wireworld.tal) Match colors to standard wireworld specs 2023-06-07 09:51:27 -07:00
neauoire
2810592c1b (fib.tal) Fixed incorrect definition 2023-06-06 14:33:20 -07:00
neauoire
1666aebea2 Merge branch 'main' of git.sr.ht:~rabbits/uxn 2023-06-06 11:49:37 -07:00
neauoire
6fc314b5a0 (fib.tal) Added tail-recursive version 2023-06-06 11:49:28 -07:00
Andrew Alderwick
c543827b76 (asma) Correct exit status from software/asma.tal runs. 2023-06-05 19:06:13 +01:00
Devine Lu Linvega
8d90298e57 (fib.tal) Improved example 2023-06-01 21:53:28 -07:00
Devine Lu Linvega
1fdb91ecb8 (amiga.tal) Tiny refactoring 2023-05-04 17:15:27 -07:00
Devine Lu Linvega
204805b586 (amiga.tal) Do not flip rotation direction on floor collision 2023-05-04 16:25:41 -07:00