Commit Graph

88 Commits

Author SHA1 Message Date
Andrew Alderwick 7ffaa25475 Renamed devices/datetime.tal to demos/clock.tal. 2022-01-16 01:50:06 +00:00
Andrew Alderwick 9024963de1 Add basic in-Uxn debugger and usage example. 2022-01-05 17:27:50 +00:00
neauoire 4ac632f227 Remove debugger from console.tal 2022-01-01 15:24:18 -08:00
neauoire cca1253376 Use calloc for memory array 2022-01-01 15:20:48 -08:00
neauoire a1dc75a2bc Implemented scroll x/y 2021-12-28 10:45:34 -08:00
Devine Lu Linvega 7dfce364a5 (clock.tal) Moved watchface drawing outside of RESET 2021-11-20 13:16:24 -05:00
Devine Lu Linvega 31d1503548 (clock.tal) Fixed routine comments 2021-11-20 13:12:12 -05:00
Devine Lu Linvega 5f010b485c (clock.tal) Added minute offset to hour needle 2021-11-20 12:50:41 -05:00
Devine Lu Linvega 6c8600d6b3 (clock.tal) Draw markers in watchface 2021-11-20 12:37:59 -05:00
Devine Lu Linvega 2f648e1e8e (clock.tal) Single rotation routine 2021-11-20 12:18:45 -05:00
Devine Lu Linvega 14b057cd53 (clock.tal) Moved buffers to zero-page 2021-11-20 11:12:25 -05:00
Devine Lu Linvega f0ba07acde (clock.tal) Print date 2021-11-19 17:31:15 -05:00
Devine Lu Linvega e8480dc669 (clock.tal) Optimizations 2021-11-19 12:03:27 -05:00
Devine Lu Linvega 0dc6515e08 (clock.tal) Optimizations 2021-11-19 11:46:28 -05:00
Devine Lu Linvega 7f4698d9e2 (clock.tal) Optimizations 2021-11-19 11:37:27 -05:00
Devine Lu Linvega 5dafa039f1 (clock.tal) Added day of the week 2021-11-18 12:47:05 -05:00
Devine Lu Linvega 26040d19cb (clock.tal) Higher font for digits 2021-11-16 14:35:08 -05:00
Devine Lu Linvega dd6adb3f73 (clock.tal) Fixed issue with hour needle 2021-11-16 13:00:51 -05:00
Devine Lu Linvega c7759f6212 (clock.tal) Minor optimizations 2021-11-16 12:10:48 -05:00
Andrew Alderwick 054361cb70 Replace load/save with read/write 2021-11-07 19:10:38 +00:00
Andrew Alderwick a92dd9fd73 Rearranged File ports for backwards compatibility. 2021-11-06 00:51:43 +00:00
Andrew Alderwick dc3170db98 Implement File/append flag. 2021-11-05 22:48:04 +00:00
Andrew Alderwick c970e2c5ef File device: drop offset shorts, add stat and delete. 2021-11-05 21:32:45 +00:00
neauoire c105916fb8 Store center position in datetime.tal 2021-09-26 14:06:18 -07:00
neauoire ed8de8df7a Added date to datetime example 2021-09-26 13:33:39 -07:00
neauoire 3da1af90a0 Improved shapes example 2021-08-30 14:53:01 -07:00
Andrew Alderwick a92fd8fb22 Expanded File/offset to 32-bit /offset-hs and /offset-ls 2021-08-28 00:37:27 +01:00
Andrew Alderwick 93a4802782 Lots of INC optimisations 2021-08-26 23:31:46 +01:00
neauoire 7598f40f30 Improved README 2021-08-25 15:53:37 -07:00
neauoire 6ec92bf748 Improved audio demo 2021-08-23 10:10:17 -07:00
neauoire 80f8998032 Combined musictracker with audio 2021-08-23 10:08:19 -07:00
neauoire da229d5a82 Examples cleanup 2021-08-17 19:40:07 -07:00
neauoire 5167a103ec Fixed issue with null vectors 2021-08-17 19:30:34 -07:00
neauoire ddac370775 Improvement of examples 2021-08-17 19:17:47 -07:00
Andrew Alderwick 5d4020ad31 Replaced easy multiplications and modulos 2021-08-17 20:55:10 +01:00
Andrew Alderwick ad07c29935 Replaced trivial multiplications with shifts and additions 2021-08-17 20:16:46 +01:00
neauoire acf6dcee48 Removed unused macro in console example 2021-08-16 18:45:27 -07:00
Andrew Alderwick 93dae917fb Added NIP optimisations 2021-08-15 21:25:58 +01:00
Andrew Alderwick cb649172bd Made console.tal compatible with asma 2021-08-10 19:36:07 +01:00
neauoire c66260982f Added frame vector to screen.tal 2021-08-08 10:21:58 -07:00
neauoire 4da5e16501 Removed controller.keys 2021-08-04 10:05:01 -07:00
neauoire b6c40129e4 Cleanup on controller.tal 2021-08-02 11:19:36 -07:00
neauoire d1755a5e5b Wrote a better controller example 2021-08-02 11:15:21 -07:00
neauoire 55d0ca4a1e Optimized screen.tal 2021-08-02 08:59:16 -07:00
neauoire c3be359163 Reverted changes to screen.tal 2021-08-01 11:28:37 -07:00
Andrew Alderwick 90acf9ceec Animated screen.tal to demonstrate transparent sprites 2021-08-01 19:21:33 +01:00
neauoire b826d78a56 Pushed new blending modes 2021-08-01 11:00:07 -07:00
Andrew Alderwick 19b0aa2083 Migrated Screen/color to Screen/pixel and/or Screen/sprite 2021-07-31 21:58:33 +01:00
neauoire 8bf99e6d76 Changed the screen.tal colors to fit the Varvara docs 2021-07-30 20:10:26 -07:00
neauoire d2c3d0e524 Started implementing the sprite port for the screen device 2021-07-30 19:23:02 -07:00