about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issue for haiku where 2 BApplications instances would crash the game, a...Charadon2022-08-043-2/+3
* Added gamepad and keyboard support to versus modeCharadon2022-07-142-9/+20
* Updated premake5.luaCharadon2022-07-141-1/+1
* Added a manualCharadon2022-06-258-65/+159
* Migrated code to ANSI CCharadon2022-06-2310-143/+159
* I, uh, did it wrong lolCharadon2022-06-162-12/+12
* Changed build settings, and decided to include the makefile premake generatesCharadon2022-06-165-6/+203
* More control stuffCharadon2022-06-151-9/+13
* Some work on non-mouse controlsCharadon2022-06-153-16/+29
* 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
* Maybe I need new glasses....Charadon2022-06-141-1/+1
* WhoopsCharadon2022-06-141-1/+1
* Updated READMECharadon2022-06-141-0/+4
* Re-added clean action in my premake scriptCharadon2022-06-141-0/+19
* Possibly fixed internal clock, needs testingCharadon2022-06-143-11/+22
* Revert "Maybe made clock more accurate? Needs testing"Charadon2022-06-131-19/+1
* Revert "Attempt #2 at internal clock"Charadon2022-06-133-7/+17
* Revert "Third try"Charadon2022-06-131-6/+4
* Revert "Fixed internal clock speed, not a pretty fix though."Charadon2022-06-131-9/+8
* Revert "Maybe this will work"Charadon2022-06-132-14/+16
* Revert "Revert "Revert "Revert "Revert "Added liberapay link, and more fruitl...Charadon2022-06-138-38/+34
* Revert "Revert "Revert "Revert "Added liberapay link, and more fruitless work...Charadon2022-06-138-34/+38
* Revert "Revert "Revert "Added liberapay link, and more fruitless work on the ...Charadon2022-06-138-38/+34
* Revert "Revert "Added liberapay link, and more fruitless work on the internal...Charadon2022-06-138-34/+38
* Revert "Added liberapay link, and more fruitless work on the internal_clock"Charadon2022-06-138-38/+34
* Added liberapay link, and more fruitless work on the internal_clockCharadon2022-06-138-34/+38
* 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-133-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
| * 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 you...Charadon2022-06-111-9/+9
* More work on something. Including a background to the volume bars, fixing som...Charadon2022-06-114-66/+118