about summary refs log tree commit diff stats
path: root/src/title.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue where you get booted out the settings menu depending on where ↵Charadon2022-06-111-9/+9
| | | | your mouse is
* More work on something. Including a background to the volume bars, fixing ↵Charadon2022-06-111-34/+85
| | | | some indentation, and beginning work on a screen to show all scores
* Switching to software mouse rather than use system mouse because it's a pain ↵Charadon2022-06-111-18/+63
| | | | in the ass
* Fixed some tabbing, and a memory leakCharadon2022-06-111-2/+8
|
* Fixed 2 bugs:Charadon2022-06-111-10/+11
| | | | | 1. Incorrectly set NextTicks on ball for versus mode. 2. Forgot a -i on array in leaderboard drawing.
* Draw LeaderboardCharadon2022-06-111-4/+31
|
* Holy shit I finally figured out malloc, holy ballsCharadon2022-06-101-31/+35
|
* Begun work on organizing leaderboardCharadon2022-06-091-0/+44
|
* Finished implementing settings.Charadon2022-06-081-3/+79
|
* Fixed audio initializing wait not workingCharadon2022-06-081-4/+54
|
* Changed how title music was played to make it respect settingsCharadon2022-06-081-4/+17
|
* Settings file addedCharadon2022-06-081-0/+2
|
* Fixed some bugs and a segfault v0.2Charadon2022-06-021-2/+8
|
* QOL stuff and upped to version 0.2Charadon2022-06-021-1/+2
|
* Added music and almost done marathon mode.Charadon2022-06-021-1/+5
|
* Seperated versus mode from main.cCharadon2022-06-021-4/+5
|
* Migrate to mesonCharadon2022-06-011-1/+1
|
* Fixed issue where window segfaulted when resized.Charadon2022-05-311-2/+1
|
* Initial CommitCharadon2022-05-301-0/+72