aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Testing barebones uxn_eval implementation in ASMBad Diode2023-08-272-368/+1005
* Add frame time and FPS calculation to profiling macrosBad Diode2023-04-222-3/+15
* Disable profiling by defaultBad Diode2023-04-211-1/+3
* Fix OBJ appearing on top left when keyboard is offBad Diode2023-04-211-2/+12
* Fix a bug with the 2bpp renderingBad Diode2023-04-202-8/+8
* Add improved avg profiling methodBad Diode2023-04-201-25/+104
* Add an improved profiling method for more granularityBad Diode2023-04-201-17/+49
* Add optional DMA usage on flipbufBad Diode2023-04-203-32/+32
* Clean up old ppu struct due to being unusedBad Diode2023-04-202-102/+76
* Add dirty tiles to screen fill functionsBad Diode2023-04-201-8/+13
* Add initial screen fill implementationBad Diode2023-04-202-148/+116
* Fix some more ppu bugsBad Diode2023-04-191-38/+14
* Update uxn core and fix some new ppu bugsBad Diode2023-04-194-174/+318
* Fix compiler warningsBad Diode2023-04-192-13/+9
* Add back dirty tiles optimizationBad Diode2023-04-192-57/+25
* Add working implementation of ppu_2bppBad Diode2023-04-191-102/+155
* Add blending table and start new implementation of chr drawingBad Diode2023-04-192-147/+283
* Minor cleanup and fix small color bugBad Diode2023-04-191-208/+46
* Add optimized 1bpp drawing functionBad Diode2023-04-193-127/+466
* Fix uxn_eval triggering too often on input handlingBad Diode2023-04-101-4/+24
* Update UXN core to latest versionBad Diode2023-01-234-4506/+381
* Fix regression with mouse movementBad Diode2022-11-291-4/+4
* Change controller behaviour to avoid repeats on holdBad Diode2022-11-282-14/+14
* Update screen_talk to handle screen_dei eventsBad Diode2022-10-273-8/+14
* Change `_` in the virtual keyboard to space ` `Bad Diode2022-10-141-1/+1
* Update file device to support multiple file devsBad Diode2022-05-162-37/+42
* Update uxn-core with OP order changesBad Diode2022-05-162-43/+43
* Add initial version of updated file deviceBad Diode2022-03-152-19/+122
* Add datetime device (always starts at 0)Bad Diode2022-03-151-1/+20
* Update screen vector with new auto changesBad Diode2022-03-142-37/+34
* Add screen auto vectorBad Diode2021-11-102-30/+50
* Update UXN core with INC/DEC changesBad Diode2021-08-183-57/+169
* Update UXN with OPCODE changes (-NOP, +NIP)Bad Diode2021-08-161-266/+465
* Update screen_talk function to use updated PPUBad Diode2021-08-081-43/+61
* Port PPU changes from uxndsBad Diode2021-08-083-82/+169
* Update READMEBad Diode2021-05-291-9/+16
* Change release optimization mode to -O3Bad Diode2021-05-292-1/+7
* Add back long sample optimization on sound mixerBad Diode2021-05-291-13/+20
* Add macros for easy cycle profilingBad Diode2021-05-281-4/+34
* Add SYSTEM_WAIT configurationBad Diode2021-05-282-11/+18
* Update READMEBad Diode2021-05-282-28/+4
* Rename source files for flat directory structureBad Diode2021-05-284-0/+0
* Add audio configuration macrosBad Diode2021-05-281-40/+85
* Cleaup some leftover code and commentsBad Diode2021-05-284-137/+106
* Clean mixdown loopBad Diode2021-05-281-8/+8
* Vectorize downsample for audio mixdownBad Diode2021-05-281-8/+12
* Add ADSR filterBad Diode2021-05-272-7/+88
* Update pitch_table LUT to avoid divisionsBad Diode2021-05-272-56/+30
* [WIP] Add variable sample support and multichannelBad Diode2021-05-262-3/+27
* Add pitch table for audio resampling at 44100HzBad Diode2021-05-262-31/+24