aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* macOS fix memory leak (hopefully)HEADmasterNicholas Tay2023-07-261-1/+1
* Initial working Obj-C sound (leak)Nicholas Tay2022-12-094-14/+75
* Initial macOS support (key hooking only, no sound yet)Nicholas Tay2022-11-034-3/+180
* Add a proper cache for Linux+SDLNicholas Tay2022-05-301-14/+50
* Update README with some more details and targetsNicholas Tay2022-05-281-14/+23
* Add goals + licence to READMENicholas Tay2022-05-252-1/+17
* Ensure EOL at end of C filesNicholas Tay2022-05-252-2/+2
* Add LICENCENicholas Tay2022-05-181-0/+25
* Add Windows readme infoNicholas Tay2022-05-181-3/+6
* Fix indent/stylingNicholas Tay2022-05-184-20/+32
* Fix readmeNicholas Tay2022-05-171-1/+3
* Add READMENicholas Tay2022-05-171-0/+57
* Add Linux supportNicholas Tay2022-05-178-13/+187
* Improve plugin loading architectureNicholas Tay2022-05-119-67/+69
* Dynamic load boards as DLL (windows only for now)Nicholas Tay2022-05-1016-71/+149
* More messing around with plugin systemNicholas Tay2022-05-088-25/+40
* Split out platform-specific code for WindowsNicholas Tay2022-05-074-75/+116
* Windows low-level hook workingNicholas Tay2022-05-071-5/+85
* Dynamically take in board nameNicholas Tay2022-05-071-7/+23
* Split out sound logic (for xplatform)Nicholas Tay2022-04-281-5/+17
* Iterate boards in CNicholas Tay2022-04-282-3/+19
* Initial working Windows playsoundNicholas Tay2022-04-285-0/+50