JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed crashes, autopilot working
authorJason Woofenden <jason183@herkamire.com>
Tue, 8 May 2007 06:38:56 +0000 (02:38 -0400)
committerJason Woofenden <jason183@herkamire.com>
Tue, 8 May 2007 06:38:56 +0000 (02:38 -0400)
commit0c92fe510799dde8568e4d787908704c35a0864c
tree19c944d444d08a6905735ffa4aef5675572b19c9
parentadaa8776a400d807bc859d6669e282010fef3b10
fixed crashes, autopilot working
new engine dots are checked to be on the screen
ship bouncing always gets the ship back on the screen
ship is bounced onto screen before exploading (so bang dots always start on the screen)
ship now has (unreasonably high) maximum speed
Autopilot works (hits random keys) and has commandline options -a --autopilot
.gitignore
Makefile
args.c
args.h
autopilot.c [new file with mode: 0644]
autopilot.h [new file with mode: 0644]
float.h
main.c