Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More messing around with plugin system | Nicholas Tay | 2022-05-08 | 8 | -25/+40 |
| | | | | | Just more attempts, but I think I'm gonna switch over to dynamic .so/.dll loading. That would be pretty fun to check out. | ||||
* | Split out platform-specific code for Windows | Nicholas Tay | 2022-05-07 | 4 | -75/+116 |
| | | | | | Not sure if I'm really doing it in the best way possible. Feels a bit weird that some place assumes the existence of other functions. | ||||
* | Windows low-level hook working | Nicholas Tay | 2022-05-07 | 1 | -5/+85 |
| | | | | | | | | Had to do some stuff with the previous VK tracking, just like what I had to do in C# with Meccha, since it keeps firing events. GetMessage part also just blocks to ensure we keep receiving Windows events, but not sure what to do otherwise. | ||||
* | Dynamically take in board name | Nicholas Tay | 2022-05-07 | 1 | -7/+23 |
| | |||||
* | Split out sound logic (for xplatform) | Nicholas Tay | 2022-04-28 | 1 | -5/+17 |
| | |||||
* | Iterate boards in C | Nicholas Tay | 2022-04-28 | 2 | -3/+19 |
| | |||||
* | Initial working Windows playsound | Nicholas Tay | 2022-04-28 | 5 | -0/+50 |