aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add initial piano roll prototypeBad Diode2021-06-101-5/+123
* Add stub input handlers for parametersBad Diode2021-06-091-72/+173
* Split triggers in separate channelsBad Diode2021-06-091-101/+220
* Add channel mutingBad Diode2021-06-081-21/+44
* Change draw_tile to allow coloring of flat tilesBad Diode2021-06-084-122/+126
* Start FSM based input handlingBad Diode2021-06-081-305/+473
* Fix bug on tile renderingBad Diode2021-06-081-10/+11
* Update fontBad Diode2021-06-082-27/+27
* Add old sequencer logic and input controlBad Diode2021-06-083-60/+586
* Add drawing of triggers and channel buttonsBad Diode2021-06-083-19/+59
* Add custom font bmpBad Diode2021-06-071-0/+0
* Change font used to a custom mixed fontBad Diode2021-06-074-146/+139
* Fix a bug where font tilemap was not cleared fullyBad Diode2021-06-061-1/+1
* Add clear screen function to rendererBad Diode2021-06-062-0/+8
* Fix a bug in vertical line drawingBad Diode2021-06-061-0/+2
* Add compiler option to disable boundchecksBad Diode2021-06-061-2/+8
* Add extra comments for exported renderer functionsBad Diode2021-06-061-0/+17
* Add draw_filled_rect functionBad Diode2021-06-063-11/+30
* Update renderer header fileBad Diode2021-06-061-1/+2
* Add diagonal line implementationBad Diode2021-06-062-71/+44
* Add line drawing func for horz/vert linesBad Diode2021-06-042-30/+178
* Add more perf improvements to draw rectBad Diode2021-06-042-15/+41
* Add initial performance optimization for rect drawBad Diode2021-06-042-21/+65
* Add slow rect drawing primitive to rendererBad Diode2021-06-042-1/+29
* Add explanatory comments on text drawing functionsBad Diode2021-06-043-25/+29
* Add text drawing support for framebufferBad Diode2021-06-044-34/+63
* Add tile drawing function for the framebufferBad Diode2021-06-032-13/+79
* Add initial text background drawing functionsBad Diode2021-06-036-23/+556
* Update comments on renderer.cBad Diode2021-06-022-1/+18
* Update the renderer to support a text layerBad Diode2021-06-029-33/+203
* Init repo with basic BG framebuffer rendererBad Diode2021-06-0211-0/+1923