about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Applied clang-format on header files HEAD masterCharadon2022-10-131-8/+7
* Fixed formatting FINALLYCharadon2022-10-129-870/+1062
* src/title.c: Began work on making Settings navigable with controllersCharadon2022-10-111-16/+76
* Fixed issue where controls that were mean't to be detected once would be dete...Charadon2022-10-094-15/+65
* distribute.sh: Remove the damn xcb libraries.Charadon2022-10-091-0/+1
* resources/cursor.png: Add an actual good cursor.Charadon2022-10-091-0/+0
* distribute.sh: Added -f to rm arguments when deleting libraries.Charadon2022-10-061-3/+3
* distribute.sh: Added Solaris support.Charadon2022-10-061-0/+6
* distribute.sh: Fixed output location of windows artifacts.Charadon2022-10-041-2/+2
* distribute.sh: Added better 7zip detection, and fixed unbound variable error.Charadon2022-10-041-3/+3
* distribute.sh: Fixed issue where on some systems, rm not finding a file count...Charadon2022-10-021-0/+2
* distribute.sh: Fixed OpenBSD ldd command.Charadon2022-10-021-0/+6
* install.sh: Switch from xz to gzipCharadon2022-09-271-2/+2
* src/launch.sh: Switched from xz to gzipCharadon2022-09-271-2/+2
* distribute.sh: Added more platformsCharadon2022-09-271-5/+39
* distribute.sh: Fixed portability issues on unixCharadon2022-09-261-3/+7
* distribute.sh: Made Windows part of script try to make self extracting archiv...Charadon2022-09-261-2/+9
* distribute.sh: Actually fixed recursive issueCharadon2022-09-261-2/+2
* distribute.sh: Fix issue where files aren't grabbed recursivelyCharadon2022-09-261-2/+2
* distribute.sh: Fixed typoCharadon2022-09-261-1/+1
* distribute.sh: Added Windows-specific override to use zip instead of tar.Charadon2022-09-262-4/+18
* install.sh: Fixed Windows detection.Charadon2022-09-261-7/+9
* Modified clean script to delete any tarballs created by distribute.shCharadon2022-09-241-3/+3
* Fixed typo in launch.sh and added distribute script that creates tarball for ...Charadon2022-09-243-5/+38
* Added trap to automatically remove tmpfiles, and also made it so it tries to ...Charadon2022-09-231-4/+8
* Combined launch script and binary to make it easier to launch game.Charadon2022-09-232-7/+33
* Made it possible for new controls to select All Scores ScreenCharadon2022-09-211-16/+46
* Updated README.txtCharadon2022-09-201-1/+17
* Added launch script for unix systems.Charadon2022-09-202-2/+12
* Added build scripts for systems without TupCharadon2022-09-204-1/+31
* Updated READMECharadon2022-09-201-5/+11
* Added debug option in TupfileCharadon2022-09-201-1/+7
* Controller support for settings screen and some more build system stuffCharadon2022-09-208-4/+82
* Polished up creditsCharadon2022-09-114-3/+17
* Added a desktop file with an icon (Gratefully created by 2xYz on Fosstodon)Charadon2022-09-114-1/+24
* Fixed flatpak supportCharadon2022-09-1115-58/+126
* Added src/ as include directory.Charadon2022-09-111-1/+1
* Fixed unused variable compiler warning, albeit with a hacky solution.Charadon2022-09-111-0/+2
* Made title screen follow new controlsCharadon2022-09-112-5/+11
* Added player_controls_pressed, to check between a button being held vs a butt...Charadon2022-09-111-0/+18
* Made marathon use new controls function.Charadon2022-09-111-28/+39
* Modified pause and versus to use new controls function.Charadon2022-09-112-38/+27
* Added player_controls function.Charadon2022-09-112-1/+24
* Fixed indentation, and added keyboard control for pause screen.Charadon2022-09-102-35/+64
* Updated .gitignoreCharadon2022-09-101-0/+1
* Fixed issue where game wouldn't close when game should've.Charadon2022-09-102-9/+14
* Prettied up the TupfileCharadon2022-09-101-2/+6
* Replaced malloc and free with garbage collector versions.Charadon2022-09-102-3/+4
* Replaced premake5 with TupCharadon2022-09-104-0/+31
* Updated READMECharadon2022-09-105-366/+13