ohsp

Prototype for a game with dual thruster controls.
git clone git://git.amin.space/ohsp.git
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2024-03-01 08:28Get everything working with clangdamin4+76-83
2023-12-05 06:20Make old visual studio projects work with the new, worse version of visual studioamin1+5-5
2019-06-28 22:53License under MIT licenseamin1+21-0
2017-12-18 08:28Use a better Piamin2+2-2
2017-12-18 08:26Move vector stuff to it's own filesamin6+115-106
2017-12-18 05:22Make a bunch of stars float aroundamin3+79-1
2017-12-17 23:10Add ctags file to .gitignoreamin1+1-0
2017-12-15 05:48Negate thrust vectorsamin1+3-1
2017-12-15 05:45Make more terse vector functionsamin3+26-20
2017-12-15 05:25Change vector representationamin4+127-67
2017-12-11 07:04Render lines in and between any octantamin2+165-15
2017-12-10 22:37Make UPS equal FPS when recording or playing backamin1+11-0
2017-11-20 05:55Add ability to skip screen clearingamin1+9-1
2017-11-20 05:51Playback recorded input on initial state snapshotamin2+22-1
2017-11-20 04:09Record 10 seconds of input and play it backamin2+93-0
2017-11-13 07:48Merge branch 'features/live-reload'amin6+149-21
2017-11-13 07:44Move linux-specific platform code to util_linux.hamin3+88-78
2017-11-13 07:08Load game code instantaneously on Linuxamin4+67-40
2017-11-12 01:01Add warning flags to GCCamin1+1-1
2017-11-12 00:58Prevent unintended double promotionamin4+12-12
2017-11-11 03:05Use C99 style struct initializationamin2+18-19
2017-11-10 08:04Wrap player positionamin1+20-1
2017-11-03 07:43Add dynamic reloading of game code on linuxamin4+103-11
2017-10-31 04:36Add visual studio 2017 project filesamin3+179-0
2017-10-27 04:33Add line and vector rendering functionsamin2+55-17
2017-10-27 04:28Fix hanging bug caused by uninitialized variablesamin1+9-3
2017-10-25 05:41Control two thrust vectorsamin2+37-9
2017-10-25 05:40Fix scary bug caused by uninitialized variablesamin1+2-2
2017-10-25 05:06Accelerate player with thrust vectoramin1+10-0
2017-10-25 04:53Use optimized binary for `make run`amin1+1-1
2017-10-25 04:46Interpret left thumb stick as a thrust vectoramin4+29-11
2017-10-25 03:26Get controller input through SDL event APIamin5+117-64
2017-10-24 05:03Don't malloc when adding vectorsamin2+12-4
2017-10-18 06:25Move a circle across the screenamin5+84-10
2017-10-18 05:41Render a beautiful black screenamin6+508-0