| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed issue where controls that were mean't to be detected once would be dete... | Charadon | 2022-10-09 | 4 | -15/+65 |
* | src/launch.sh: Switched from xz to gzip | Charadon | 2022-09-27 | 1 | -2/+2 |
* | Fixed typo in launch.sh and added distribute script that creates tarball for ... | Charadon | 2022-09-24 | 1 | -3/+5 |
* | 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 | 1 | -5/+25 |
* | Made it possible for new controls to select All Scores Screen | Charadon | 2022-09-21 | 1 | -16/+46 |
* | Added launch script for unix systems. | Charadon | 2022-09-20 | 1 | -0/+9 |
* | Controller support for settings screen and some more build system stuff | Charadon | 2022-09-20 | 1 | -1/+21 |
* | Polished up credits | Charadon | 2022-09-11 | 2 | -3/+4 |
* | Added a desktop file with an icon (Gratefully created by 2xYz on Fosstodon) | Charadon | 2022-09-11 | 1 | -1/+1 |
* | Fixed flatpak support | Charadon | 2022-09-11 | 7 | -40/+51 |
* | 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 |
* | Fixed issue where game wouldn't close when game should've. | Charadon | 2022-09-10 | 2 | -9/+14 |
* | Replaced malloc and free with garbage collector versions. | Charadon | 2022-09-10 | 2 | -3/+4 |
* | Fixed issue for haiku where 2 BApplications instances would crash the game, a... | Charadon | 2022-08-04 | 2 | -1/+2 |
* | Added gamepad and keyboard support to versus mode | Charadon | 2022-07-14 | 1 | -8/+19 |
* | Added a manual | Charadon | 2022-06-25 | 1 | -65/+83 |
* | Migrated code to ANSI C | Charadon | 2022-06-23 | 8 | -142/+152 |
* | More control stuff | Charadon | 2022-06-15 | 1 | -9/+13 |
* | Some work on non-mouse controls | Charadon | 2022-06-15 | 2 | -14/+27 |
* | Forgot to add the pause.c file lol | Charadon | 2022-06-15 | 1 | -0/+71 |
* | #6 Added pause screen | Charadon | 2022-06-14 | 3 | -12/+24 |
* | Fixed issue #5 | Charadon | 2022-06-14 | 1 | -0/+8 |
* | Removed some debug stuff | Charadon | 2022-06-14 | 1 | -2/+0 |
* | Possibly fixed internal clock, needs testing | Charadon | 2022-06-14 | 3 | -11/+22 |
* | Revert "Maybe made clock more accurate? Needs testing" | Charadon | 2022-06-13 | 1 | -19/+1 |
* | Revert "Attempt #2 at internal clock" | Charadon | 2022-06-13 | 2 | -7/+17 |
* | Revert "Third try" | Charadon | 2022-06-13 | 1 | -6/+4 |
* | Revert "Fixed internal clock speed, not a pretty fix though." | Charadon | 2022-06-13 | 1 | -9/+8 |
* | Revert "Maybe this will work" | Charadon | 2022-06-13 | 2 | -14/+16 |
* | Revert "Revert "Revert "Revert "Revert "Added liberapay link, and more fruitl... | Charadon | 2022-06-13 | 7 | -37/+34 |
* | Revert "Revert "Revert "Revert "Added liberapay link, and more fruitless work... | Charadon | 2022-06-13 | 7 | -34/+37 |
* | Revert "Revert "Revert "Added liberapay link, and more fruitless work on the ... | Charadon | 2022-06-13 | 7 | -37/+34 |
* | Revert "Revert "Added liberapay link, and more fruitless work on the internal... | Charadon | 2022-06-13 | 7 | -34/+37 |
* | Revert "Added liberapay link, and more fruitless work on the internal_clock" | Charadon | 2022-06-13 | 7 | -37/+34 |
* | Added liberapay link, and more fruitless work on the internal_clock | Charadon | 2022-06-13 | 7 | -34/+37 |
* | Maybe this will work | Charadon | 2022-06-13 | 2 | -16/+14 |
* | Fixed internal clock speed, not a pretty fix though. | Charadon | 2022-06-13 | 1 | -8/+9 |
* | Third try | Charadon | 2022-06-13 | 1 | -4/+6 |
* | Attempt #2 at internal clock | Charadon | 2022-06-13 | 2 | -17/+7 |
* | Merge branch 'master' of www.opencode.net:charadon/Pong-C | Charadon | 2022-06-13 | 1 | -44/+80 |
|\ |
|
| * | Finished score screen, and fixed bug where if no scores are in the file, you ... v0.3 | Charadon | 2022-06-12 | 1 | -12/+30 |
| * | Finished All Scores Screen | Charadon | 2022-06-12 | 1 | -6/+11 |
| * | Fixed odd memory corruption bug, and more work on All Scores Screen | Charadon | 2022-06-12 | 1 | -28/+41 |