tangstad/helds
tangstad
/
helds
Archived
1
0
Fork 0
Commit Graph

26 Commits

Author SHA1 Message Date
Truls Alexander Tangstad 94627af503 Updated source to compile with libgba-20060720. 2007-03-09 15:04:07 +00:00
Einar Ryeng c49e177fa6 Added blank lines. 2007-03-09 15:03:02 +00:00
Truls Alexander Tangstad d7bae4dc3f Changed original image for smoke to be tiled pcx instead of layered xcf. 2005-12-11 16:22:32 +00:00
Truls Alexander Tangstad a683f082f9 Changed tire-colors to gray instead of red/blue, to make car colors more distinct. 2005-12-11 16:09:57 +00:00
Truls Alexander Tangstad e4b1947aef Split SpriteLoader into its own files... attempt to make things better, but maybe it just makes it harder to get an overview of the code... 2005-12-05 22:26:22 +00:00
Truls Alexander Tangstad b06fef8700 Added spriteloader. 2005-12-05 22:18:43 +00:00
Truls Alexander Tangstad 5d7fc8384f Hopefully removed spritebug my moving buffers into main. 2005-12-05 22:15:34 +00:00
Truls Alexander Tangstad 714de2aaef Made some more attributes private. 2005-12-05 21:37:32 +00:00
Truls Alexander Tangstad 60cb1dbbc9 Objectified cars and smoke. 2005-12-05 21:33:37 +00:00
Truls Alexander Tangstad f7519ad939 Converted car code to C++.. when rather changed compiler, about to change the code to match. 2005-12-05 19:08:23 +00:00
Truls Alexander Tangstad 7a870c4ade Use struct for bundling car settings. 2005-12-04 18:38:35 +00:00
Truls Alexander Tangstad d4b5d8cf44 Hacked in a twoplayer-mode with a blue car. 2005-12-04 18:14:19 +00:00
Truls Alexander Tangstad e93a967cb0 Added smoke when driving. Removed chasers for now. 2005-11-26 19:00:33 +00:00
Truls Alexander Tangstad c546f29ff4 Adjusted whitespace and remove some comment syntax. 2005-11-24 22:25:06 +00:00
Truls Alexander Tangstad bee6419eb0 Added sin/cos lookup tables and used fixed points to get nice rotational steering on the car (gas/brake with A/B).
All the chasers rotate in the same direction as the car, but still stay in the same spot.
2005-11-24 21:44:49 +00:00
Truls Alexander Tangstad 3861c2b69c Added chasers in a row right now. 2005-11-23 20:44:27 +00:00
Truls Alexander Tangstad 9f4b7c5f76 Added a set of chaser sprites to be used for flocking later. 2005-11-23 20:42:53 +00:00
Truls Alexander Tangstad 8e32348480 Removed unused commented code. 2005-11-23 09:05:55 +00:00
Truls Alexander Tangstad 2b8c9da03a Added graphic for chaser (to be used in flock/swarm tests). 2005-11-23 08:29:53 +00:00
Truls Alexander Tangstad eebf8f326e Added movement and sprite rotation.. you can now actually drive the car along. 2005-11-22 23:25:24 +00:00
Truls Alexander Tangstad a179e39eaa Added nice white background.
Added test of keypresses, moving car to different locations depending on keydirection.
2005-11-22 19:57:46 +00:00
Truls Alexander Tangstad 16dbb5a2ed Changed buildtarget. 2005-11-22 19:27:36 +00:00
Truls Alexander Tangstad 6f6c06f149 Undid last commit (made by mistake) 2005-11-22 19:26:32 +00:00
Truls Alexander Tangstad 947e477090 Added converted car data and modified source to show car sprite. 2005-11-22 19:25:32 +00:00
Truls Alexander Tangstad 9b713b8edf Added converted car data and modified source to show car sprite. 2005-11-22 19:25:16 +00:00
Truls Alexander Tangstad c2d081f45d Initial creation of cartest project, based on some logosplash code. 2005-11-22 18:54:19 +00:00