Commit Graph

22 Commits

Author SHA1 Message Date
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
tangstad b06fef8700 Added spriteloader. 2005-12-05 22:18:43 +00:00
tangstad 5d7fc8384f Hopefully removed spritebug my moving buffers into main. 2005-12-05 22:15:34 +00:00
tangstad 714de2aaef Made some more attributes private. 2005-12-05 21:37:32 +00:00
tangstad 60cb1dbbc9 Objectified cars and smoke. 2005-12-05 21:33:37 +00:00
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
tangstad 7a870c4ade Use struct for bundling car settings. 2005-12-04 18:38:35 +00:00
tangstad d4b5d8cf44 Hacked in a twoplayer-mode with a blue car. 2005-12-04 18:14:19 +00:00
tangstad e93a967cb0 Added smoke when driving. Removed chasers for now. 2005-11-26 19:00:33 +00:00
tangstad c546f29ff4 Adjusted whitespace and remove some comment syntax. 2005-11-24 22:25:06 +00:00
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
tangstad 3861c2b69c Added chasers in a row right now. 2005-11-23 20:44:27 +00:00
tangstad 9f4b7c5f76 Added a set of chaser sprites to be used for flocking later. 2005-11-23 20:42:53 +00:00
tangstad 8e32348480 Removed unused commented code. 2005-11-23 09:05:55 +00:00
tangstad 2b8c9da03a Added graphic for chaser (to be used in flock/swarm tests). 2005-11-23 08:29:53 +00:00
tangstad eebf8f326e Added movement and sprite rotation.. you can now actually drive the car along. 2005-11-22 23:25:24 +00:00
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
tangstad 16dbb5a2ed Changed buildtarget. 2005-11-22 19:27:36 +00:00
tangstad 6f6c06f149 Undid last commit (made by mistake) 2005-11-22 19:26:32 +00:00
tangstad 947e477090 Added converted car data and modified source to show car sprite. 2005-11-22 19:25:32 +00:00
tangstad 9b713b8edf Added converted car data and modified source to show car sprite. 2005-11-22 19:25:16 +00:00
tangstad c2d081f45d Initial creation of cartest project, based on some logosplash code. 2005-11-22 18:54:19 +00:00