about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Polished up creditsCharadon2022-09-112-3/+4
|
* Added a desktop file with an icon (Gratefully created by 2xYz on Fosstodon)Charadon2022-09-111-1/+1
|
* Fixed flatpak supportCharadon2022-09-117-40/+51
|
* 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 ↵Charadon2022-09-111-0/+18
| | | | button being pressed.
* 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
|
* Fixed issue where game wouldn't close when game should've.Charadon2022-09-102-9/+14
|
* Replaced malloc and free with garbage collector versions.Charadon2022-09-102-3/+4
|
* Fixed issue for haiku where 2 BApplications instances would crash the game, ↵Charadon2022-08-042-1/+2
| | | | and fixed install script so it works on Mac
* Added gamepad and keyboard support to versus modeCharadon2022-07-141-8/+19
|
* Added a manualCharadon2022-06-251-65/+83
|
* Migrated code to ANSI CCharadon2022-06-238-142/+152
|
* More control stuffCharadon2022-06-151-9/+13
|
* Some work on non-mouse controlsCharadon2022-06-152-14/+27
|
* Forgot to add the pause.c file lolCharadon2022-06-151-0/+71
|
* #6 Added pause screenCharadon2022-06-143-12/+24
|
* Fixed issue #5Charadon2022-06-141-0/+8
|
* Removed some debug stuffCharadon2022-06-141-2/+0
|
* Possibly fixed internal clock, needs testingCharadon2022-06-143-11/+22
|
* Revert "Maybe made clock more accurate? Needs testing"Charadon2022-06-131-19/+1
| | | | This reverts commit a1f0c28548dce172cdb56b69c07d8bfee1c00d15.
* Revert "Attempt #2 at internal clock"Charadon2022-06-132-7/+17
| | | | This reverts commit 141fb04b0d4d1ee07a8b7773824785248ec1c282.
* Revert "Third try"Charadon2022-06-131-6/+4
| | | | This reverts commit d491de9371c4e62ee26f49729c0e3da32c5db336.
* Revert "Fixed internal clock speed, not a pretty fix though."Charadon2022-06-131-9/+8
| | | | This reverts commit bba57e993eff1f73bf7e6d6e263e2dced0a2c859.
* Revert "Maybe this will work"Charadon2022-06-132-14/+16
| | | | This reverts commit 129c32fc63270fd622de10eb6bb336ba4702a4e6.
* Revert "Revert "Revert "Revert "Revert "Added liberapay link, and more ↵Charadon2022-06-137-37/+34
| | | | | | fruitless work on the internal_clock""""" This reverts commit 0e1a3565cd077a297c07bad7466f317025758b31.
* Revert "Revert "Revert "Revert "Added liberapay link, and more fruitless ↵Charadon2022-06-137-34/+37
| | | | | | work on the internal_clock"""" This reverts commit aa7b6d5963aa4cbc33d529f91c57fb611c50a8d7.
* Revert "Revert "Revert "Added liberapay link, and more fruitless work on the ↵Charadon2022-06-137-37/+34
| | | | | | internal_clock""" This reverts commit 4b25b1e9f6cc9b1fc3f1342b32aa66f55e5135c1.
* Revert "Revert "Added liberapay link, and more fruitless work on the ↵Charadon2022-06-137-34/+37
| | | | | | internal_clock"" This reverts commit e33f20ad8e35a736996eca1f6a3a63b85a38b3d0.
* Revert "Added liberapay link, and more fruitless work on the internal_clock"Charadon2022-06-137-37/+34
| | | | This reverts commit 01f47242692c8c5c413b876610061418249e2bd6.
* Added liberapay link, and more fruitless work on the internal_clockCharadon2022-06-137-34/+37
|
* Maybe this will workCharadon2022-06-132-16/+14
|
* Fixed internal clock speed, not a pretty fix though.Charadon2022-06-131-8/+9
|
* Third tryCharadon2022-06-131-4/+6
|
* Attempt #2 at internal clockCharadon2022-06-132-17/+7
|
* Merge branch 'master' of www.opencode.net:charadon/Pong-CCharadon2022-06-131-44/+80
|\
| * 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
| |
* | Maybe made clock more accurate? Needs testingCharadon2022-06-131-1/+19
|/
* 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-113-65/+117
| | | | 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-112-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
|