Commit Graph

633 Commits

Author SHA1 Message Date
neauoire fbc0b762c9 Renamed USM to TAL files 2021-05-31 14:50:36 -07:00
Andrew Alderwick d5b2bd9895 Revert "Removed second texture of PPU" 2021-05-30 23:15:37 +01:00
Andrew Alderwick ffe142ea91 Removed second texture of PPU 2021-05-30 23:04:19 +01:00
neauoire 70edfce206 Unset mouse wheel after eval 2021-05-29 15:05:43 -07:00
neauoire 3276b370e8 Added a scroll wheel port to the mouse device 2021-05-29 15:01:19 -07:00
neauoire 17af020cc0 Restored frame size 2021-05-28 19:14:36 -07:00
neauoire 0183c05d37 Added piano samples in project 2021-05-28 12:37:59 -07:00
neauoire 0b2eb7bb44 Muted warnings 2021-05-26 10:16:42 -07:00
neauoire d163c43201 Improved uxncli and moved all demos into examples 2021-05-26 10:02:13 -07:00
neauoire 46658b7595 Improved README 2021-05-24 21:31:53 -07:00
neauoire 5c5aad1e10 Improved README 2021-05-24 21:27:41 -07:00
neauoire 7369f5fb52 Improved README 2021-05-24 21:23:59 -07:00
neauoire 15ffab9d84 Removed left/orca from the repo 2021-05-24 20:53:08 -07:00
neauoire e71817759b Added more details to the README 2021-05-24 20:39:40 -07:00
Andrew Alderwick 7f158c9d66 Optimised MUL2 by powers of 2 to SFT2 2021-05-24 22:52:11 +01:00
Andrew Alderwick 00df90c47e Optimised DIV2 by powers of 2 to SFT2 2021-05-24 22:36:15 +01:00
Andrew Alderwick e5f2c2bbd2 Slowed down life demo 2021-05-24 22:35:32 +01:00
Andrew Alderwick 776b291b3d Fixed macro names in musictracker 2021-05-24 22:30:01 +01:00
Andrew Alderwick 693742a7a4 Fixed label alignment 2021-05-24 22:27:45 +01:00
Andrew Alderwick ebfc496ca2 Fixed background disappearing after theme change 2021-05-24 22:25:02 +01:00
Andrew Alderwick 6d18549915 Formatted uxn-fast.c according to clang-format 2021-05-23 19:05:17 +01:00
Andrew Alderwick aeddd9e0f5 Added src/uxn-fast.c generator script 2021-05-23 17:33:00 +01:00
Andrew Alderwick 3b70b23703 Reformatted ops to use consistent if-style 2021-05-23 16:50:50 +01:00
neauoire d2d2340ee4 Added unrolled CPU 2021-05-23 08:41:41 -07:00
Andrew Alderwick ea69dff8a8 Updated SFT2 to take byte for shift amount 2021-05-23 16:27:15 +01:00
neauoire 99721ecc55 Removed portmidi temporarily 2021-05-21 08:58:10 -07:00
Andrew Alderwick 9abcca773b Made simple load/save examples composable 2021-05-21 14:34:22 +01:00
Andrew Alderwick 85a33c6b03 Added simple File/load example 2021-05-21 14:30:06 +01:00
Andrew Alderwick 8766eb1a11 Added simple File/save example 2021-05-21 14:10:57 +01:00
neauoire fbe907a2eb Moved noodle to its own repo 2021-05-20 15:17:40 -07:00
Andrew Alderwick 15480b238a Converted PPU to use two textures; moved padding to src/emulator.c 2021-05-19 23:17:58 +01:00
neauoire 229a0f0184 Fixed issue with ctrl/key 2021-05-19 12:23:20 -07:00
neauoire 8c1cf40cb1 Revert "ppu: keep track of modified rows and only redraw those in drawppu"
This reverts commit 3c64c8c1a4.
2021-05-19 09:13:41 -07:00
Sigrid Solveig Haflínudóttir 3c64c8c1a4 ppu: keep track of modified rows and only redraw those in drawppu 2021-05-19 12:25:18 +00:00
Sigrid Solveig Haflínudóttir b25e3e599d calculate NOTE_PERIOD based on sampling rate (thanks asie) 2021-05-19 07:30:39 +00:00
Sigrid Solveig Haflínudóttir a07f5341bf mkfile: profiling (disabled by default) 2021-05-19 07:29:23 +00:00
Sigrid Solveig Haflínudóttir 74e8a59d2f bench mode (disabled by default) 2021-05-19 07:29:00 +00:00
Sigrid Solveig Haflínudóttir ea0584a249 build.sh: make shebang compliant 2021-05-18 15:31:05 +02:00
Sigrid Solveig Haflínudóttir 3d5e1e343f call SDL_RenderSetLogicalSize to avoid manual coordinates adjustment based on zoom 2021-05-18 15:29:06 +02:00
Sigrid Solveig Haflínudóttir 5bcbb07262 update mkfile to be more in line with build.sh 2021-05-18 12:40:12 +00:00
Sigrid Solveig Haflínudóttir e31612f0af Revert "set render logical size (fixes zooming with npe)"
This reverts commit 21b78f2aed.

That broke on non-Plan 9, so first figure out why this works fine in FT2, but not in Uxn.
2021-05-18 13:39:55 +02:00
Sigrid Solveig Haflínudóttir 21b78f2aed set render logical size (fixes zooming with npe) 2021-05-18 08:18:43 +00:00
Andrew Alderwick 9a4328ccb5 Fixed printing filename after it can get overwritten 2021-05-18 07:23:23 +01:00
neauoire 556fd603f8 Add link to npe as well 2021-05-17 15:15:40 -07:00
neauoire 386b477611 Link to 9front from README 2021-05-17 15:13:46 -07:00
Sigrid Solveig Haflínudóttir 6c3e46d514 add build instructions for 9front 2021-05-17 22:07:20 +00:00
Sigrid Solveig Haflínudóttir 77bc54b0b3 fix plan 9 build 2021-05-17 21:55:13 +00:00
Andrew Alderwick 3baad0adc1 Added proportional font example 2021-05-17 07:44:50 +01:00
Andrew Alderwick 7132197ba5 Switched load/save print to state length actually loaded/saved 2021-05-16 11:00:53 +01:00
Andrew Alderwick f88df1a08d Fixed error in handling invalid source 2021-05-16 10:58:24 +01:00