about summary refs log tree commit diff stats
path: root/src/title.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue where game wouldn't close when game should've.Charadon2022-09-101-9/+9
|
* Replaced malloc and free with garbage collector versions.Charadon2022-09-101-3/+3
|
* Added a manualCharadon2022-06-251-65/+83
|
* Migrated code to ANSI CCharadon2022-06-231-60/+68
|
* More control stuffCharadon2022-06-151-9/+13
|
* Some work on non-mouse controlsCharadon2022-06-151-13/+25
|
* Removed some debug stuffCharadon2022-06-141-2/+0
|
* Possibly fixed internal clock, needs testingCharadon2022-06-141-0/+1
|
* Revert "Attempt #2 at internal clock"Charadon2022-06-131-0/+2
| | | | This reverts commit 141fb04b0d4d1ee07a8b7773824785248ec1c282.
* Revert "Maybe this will work"Charadon2022-06-131-1/+0
| | | | This reverts commit 129c32fc63270fd622de10eb6bb336ba4702a4e6.
* Revert "Revert "Revert "Revert "Revert "Added liberapay link, and more ↵Charadon2022-06-131-2/+2
| | | | | | fruitless work on the internal_clock""""" This reverts commit 0e1a3565cd077a297c07bad7466f317025758b31.
* Revert "Revert "Revert "Revert "Added liberapay link, and more fruitless ↵Charadon2022-06-131-2/+2
| | | | | | work on the internal_clock"""" This reverts commit aa7b6d5963aa4cbc33d529f91c57fb611c50a8d7.
* Revert "Revert "Revert "Added liberapay link, and more fruitless work on the ↵Charadon2022-06-131-2/+2
| | | | | | internal_clock""" This reverts commit 4b25b1e9f6cc9b1fc3f1342b32aa66f55e5135c1.
* Revert "Revert "Added liberapay link, and more fruitless work on the ↵Charadon2022-06-131-2/+2
| | | | | | internal_clock"" This reverts commit e33f20ad8e35a736996eca1f6a3a63b85a38b3d0.
* Revert "Added liberapay link, and more fruitless work on the internal_clock"Charadon2022-06-131-2/+2
| | | | This reverts commit 01f47242692c8c5c413b876610061418249e2bd6.
* Added liberapay link, and more fruitless work on the internal_clockCharadon2022-06-131-2/+2
|
* Maybe this will workCharadon2022-06-131-0/+1
|
* Attempt #2 at internal clockCharadon2022-06-131-2/+0
|
* Finished score screen, and fixed bug where if no scores are in the file, you ↵ v0.3Charadon2022-06-121-12/+30
| | | | get garbled output.
* Finished All Scores ScreenCharadon2022-06-121-6/+11
|
* Fixed odd memory corruption bug, and more work on All Scores ScreenCharadon2022-06-121-28/+41
|
* More work on score screenCharadon2022-06-121-2/+69
|
* 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