about summary refs log tree commit diff stats
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-114-66/+118
| | | | 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-113-19/+64
| | | | in the ass
* Fixed some tabbing, and a memory leakCharadon2022-06-112-38/+46
|
* Fixed 2 bugs:Charadon2022-06-112-12/+13
| | | | | 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-093-33/+95
|
* Work on leaderboardCharadon2022-06-095-12/+62
|
* Update READMECharadon2022-06-091-3/+4
|
* There was a make clean the entire time?!Charadon2022-06-092-19/+0
|
* Fixed a timing issueCharadon2022-06-092-2/+2
|
* Done seperating game logic from framerateCharadon2022-06-094-73/+98
|
* Cleaning up clangd's bullshitCharadon2022-06-085-10/+4
|
* Begun work on seperating movement logic from framerate of game.Charadon2022-06-085-29/+46
|
* Fixed fullescreen modeCharadon2022-06-081-1/+12
|
* More updates to readmeCharadon2022-06-082-1/+2
|
* Updated readmeCharadon2022-06-081-22/+27
|
* Finished implementing settings.Charadon2022-06-083-3/+110
|
* Fixed audio initializing wait not workingCharadon2022-06-083-14/+72
|
* Changed how title music was played to make it respect settingsCharadon2022-06-085-12/+33
|
* Settings file addedCharadon2022-06-083-0/+47
|
* Fixed flatpakCharadon2022-06-082-9/+8
|
* Some flatpak fixesCharadon2022-06-085-4/+5
|
* More portability wooooCharadon2022-06-081-3/+18
|
* More portability fixesCharadon2022-06-081-1/+2
|
* Fixed some more portability stuff.Charadon2022-06-083-4/+3
|
* More effortsCharadon2022-06-084-1684/+2
|
* More portability effortsCharadon2022-06-081-47/+44
|
* Moved to SDL threadsCharadon2022-06-075-35/+33
|
* From what I can tell, i'm finished migrating the sound code to SDLCharadon2022-06-074-22/+24
|
* Beginning migration to SDL for soundCharadon2022-06-073-21/+32
|
* ForgotCharadon2022-06-071-11/+0
|
* Did some stuff with flatpakCharadon2022-06-073-16/+39
|
* Static linking has proven be a bit of a painCharadon2022-06-073-28/+27
|
* FreeBSD fixesCharadon2022-06-061-4/+4
|
* Openbsd fixescharadon2022-06-063-5/+1421
|
* Fixed raylib detectionCharadon2022-06-061-2/+5
|
* Moved linkoptionsCharadon2022-06-051-2/+2
|
* Forgot the GL dependencyCharadon2022-06-051-1/+1
|
* -p option in mkdir isn't posixCharadon2022-06-051-1/+1
|
* More fixesCharadon2022-06-051-6/+6
|
* Fixes for netbsdCharadon2022-06-052-2/+5
|
* Removed flatpak part in premake5.lua because it wasn't needed.Charadon2022-06-051-3/+5
|
* Windows supportCharadon2022-06-051-0/+2
|
* Make the readme logo look *sick*Charadon2022-06-051-1/+6
|
* Create actual READMECharadon2022-06-052-2/+44
|
* Updated flatpak fileCharadon2022-06-052-7/+16
|
* Premake5 supportCharadon2022-06-056-82/+84
|
* Add READMEcharadon2022-06-051-0/+1
|