| Commit message (Expand) | Author | Age | Files | Lines |
* | distribute.sh: Added Solaris support. | Charadon | 2022-10-06 | 1 | -0/+6 |
* | distribute.sh: Fixed output location of windows artifacts. | Charadon | 2022-10-04 | 1 | -2/+2 |
* | distribute.sh: Added better 7zip detection, and fixed unbound variable error. | Charadon | 2022-10-04 | 1 | -3/+3 |
* | distribute.sh: Fixed issue where on some systems, rm not finding a file count... | Charadon | 2022-10-02 | 1 | -0/+2 |
* | distribute.sh: Fixed OpenBSD ldd command. | Charadon | 2022-10-02 | 1 | -0/+6 |
* | install.sh: Switch from xz to gzip | Charadon | 2022-09-27 | 1 | -2/+2 |
* | src/launch.sh: Switched from xz to gzip | Charadon | 2022-09-27 | 1 | -2/+2 |
* | distribute.sh: Added more platforms | Charadon | 2022-09-27 | 1 | -5/+39 |
* | distribute.sh: Fixed portability issues on unix | Charadon | 2022-09-26 | 1 | -3/+7 |
* | distribute.sh: Made Windows part of script try to make self extracting archiv... | Charadon | 2022-09-26 | 1 | -2/+9 |
* | distribute.sh: Actually fixed recursive issue | Charadon | 2022-09-26 | 1 | -2/+2 |
* | distribute.sh: Fix issue where files aren't grabbed recursively | Charadon | 2022-09-26 | 1 | -2/+2 |
* | distribute.sh: Fixed typo | Charadon | 2022-09-26 | 1 | -1/+1 |
* | distribute.sh: Added Windows-specific override to use zip instead of tar. | Charadon | 2022-09-26 | 2 | -4/+18 |
* | install.sh: Fixed Windows detection. | Charadon | 2022-09-26 | 1 | -7/+9 |
* | Modified clean script to delete any tarballs created by distribute.sh | Charadon | 2022-09-24 | 1 | -3/+3 |
* | Fixed typo in launch.sh and added distribute script that creates tarball for ... | Charadon | 2022-09-24 | 3 | -5/+38 |
* | Added trap to automatically remove tmpfiles, and also made it so it tries to ... | Charadon | 2022-09-23 | 1 | -4/+8 |
* | Combined launch script and binary to make it easier to launch game. | Charadon | 2022-09-23 | 2 | -7/+33 |
* | Made it possible for new controls to select All Scores Screen | Charadon | 2022-09-21 | 1 | -16/+46 |
* | Updated README.txt | Charadon | 2022-09-20 | 1 | -1/+17 |
* | Added launch script for unix systems. | Charadon | 2022-09-20 | 2 | -2/+12 |
* | Added build scripts for systems without Tup | Charadon | 2022-09-20 | 4 | -1/+31 |
* | Updated README | Charadon | 2022-09-20 | 1 | -5/+11 |
* | Added debug option in Tupfile | Charadon | 2022-09-20 | 1 | -1/+7 |
* | Controller support for settings screen and some more build system stuff | Charadon | 2022-09-20 | 8 | -4/+82 |
* | Polished up credits | Charadon | 2022-09-11 | 4 | -3/+17 |
* | Added a desktop file with an icon (Gratefully created by 2xYz on Fosstodon) | Charadon | 2022-09-11 | 4 | -1/+24 |
* | Fixed flatpak support | Charadon | 2022-09-11 | 15 | -58/+126 |
* | Added src/ as include directory. | Charadon | 2022-09-11 | 1 | -1/+1 |
* | Fixed unused variable compiler warning, albeit with a hacky solution. | Charadon | 2022-09-11 | 1 | -0/+2 |
* | Made title screen follow new controls | Charadon | 2022-09-11 | 2 | -5/+11 |
* | Added player_controls_pressed, to check between a button being held vs a butt... | Charadon | 2022-09-11 | 1 | -0/+18 |
* | Made marathon use new controls function. | Charadon | 2022-09-11 | 1 | -28/+39 |
* | Modified pause and versus to use new controls function. | Charadon | 2022-09-11 | 2 | -38/+27 |
* | Added player_controls function. | Charadon | 2022-09-11 | 2 | -1/+24 |
* | Fixed indentation, and added keyboard control for pause screen. | Charadon | 2022-09-10 | 2 | -35/+64 |
* | Updated .gitignore | Charadon | 2022-09-10 | 1 | -0/+1 |
* | Fixed issue where game wouldn't close when game should've. | Charadon | 2022-09-10 | 2 | -9/+14 |
* | Prettied up the Tupfile | Charadon | 2022-09-10 | 1 | -2/+6 |
* | Replaced malloc and free with garbage collector versions. | Charadon | 2022-09-10 | 2 | -3/+4 |
* | Replaced premake5 with Tup | Charadon | 2022-09-10 | 4 | -0/+31 |
* | Updated README | Charadon | 2022-09-10 | 5 | -366/+13 |
* | Fixed issue for haiku where 2 BApplications instances would crash the game, a... | Charadon | 2022-08-04 | 3 | -2/+3 |
* | Added gamepad and keyboard support to versus mode | Charadon | 2022-07-14 | 2 | -9/+20 |
* | Updated premake5.lua | Charadon | 2022-07-14 | 1 | -1/+1 |
* | Added a manual | Charadon | 2022-06-25 | 8 | -65/+159 |
* | Migrated code to ANSI C | Charadon | 2022-06-23 | 10 | -143/+159 |
* | I, uh, did it wrong lol | Charadon | 2022-06-16 | 2 | -12/+12 |
* | Changed build settings, and decided to include the makefile premake generates | Charadon | 2022-06-16 | 5 | -6/+203 |