aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix warnings and compilation issues on macOSBad Diode2021-05-232-6/+6
|
* Fix control keys on keyboard modeBad Diode2021-05-233-5/+34
|
* Add keyboard input methodBad Diode2021-05-234-4/+99
|
* Add some configuration parameters for compilationBad Diode2021-05-231-2/+13
|
* Update uxn opcodes to latest versionBad Diode2021-05-232-2737/+2925
|
* Simplify and speed up the text engineBad Diode2021-05-233-238/+35
|
* Normalize the fixed int typedefsBad Diode2021-05-236-734/+346
|
* Update VRAM map to free space for sprite dataBad Diode2021-05-235-49/+41
|
* Move roms to separate directoryBad Diode2021-05-234-27/+0
|
* Small makefile cleanupBad Diode2021-05-232-0/+0
|
* Include bin2carr on the tools directoryBad Diode2021-05-221-1/+0
|
* Update mouse control code to use key taps instead of pressBad Diode2021-05-222-21/+32
|
* Update uxn opcodes with alderwick's performance improvementsBad Diode2021-05-223-443/+3734
|
* Fix filesystem read issues, load/save rom demo is workingBad Diode2021-05-212-10/+28
|
* Add file_talk functionBad Diode2021-05-211-26/+27
|
* Add fs_read and fs_write functions and some testingBad Diode2021-05-212-7/+28
|
* Add incomplete filesystem prototypeBad Diode2021-05-213-1/+139
|
* Update mouse handling to enable chordingBad Diode2021-05-211-7/+19
|
* Add mouse device support with SELECT toggleBad Diode2021-05-211-65/+112
|
* Apply asie's patch 5 for PPU fixes and cleanupBad Diode2021-05-203-31/+8
|
* Apply asie's patch 4 for performance modificationsBad Diode2021-05-201-11/+21
| | | | | This patch removes the need for a backbuffer on EWRAM and instead store them on the VRAM.
* Apply asie's patch 3 with a PPU fixBad Diode2021-05-201-73/+90
|
* Apply asie's patch 2 for performance optimizationsBad Diode2021-05-206-14/+746
| | | | | This patch replaces the txt_printf with the public domain posprintf library.
* Apply asie's first performance patchBad Diode2021-05-209-123/+539
|
* Add datetime and control methodsBad Diode2021-05-202-18/+92
|
* Add README and some example romsBad Diode2021-05-205-11/+14
|
* Change dirty_tiles to use a u32[20] instead of u8[20][30]Bad Diode2021-05-202-11/+16
|
* Replace puticn with optimized versionBad Diode2021-05-201-19/+158
|
* Update build system to build the boot data on the flyBad Diode2021-05-201-6/+2
|
* Implement double buffering drawingBad Diode2021-05-193-38/+96
|
* Add a new console drawing modeBad Diode2021-05-194-14/+95
|
* Test automata drawingBad Diode2021-05-195-2/+47
|
* Update screen rendering to use 2 backgroundsBad Diode2021-05-193-206/+118
|
* Set up backgrounds 0 and 1 for fg/bg drawingBad Diode2021-05-191-28/+59
|
* Draw directly to the FRAMEBUFFERBad Diode2021-05-183-122/+63
|
* Proof of concept of UXN on the GBABad Diode2021-05-1816-0/+2502