a683f082f9Changed tire-colors to gray instead of red/blue, to make car colors more distinct.Truls Alexander Tangstad2005-12-11 16:09:57 +0000
e4b1947aefSplit SpriteLoader into its own files... attempt to make things better, but maybe it just makes it harder to get an overview of the code...Truls Alexander Tangstad2005-12-05 22:26:22 +0000
f7519ad939Converted car code to C++.. when rather changed compiler, about to change the code to match.Truls Alexander Tangstad2005-12-05 19:08:23 +0000
bee6419eb0Added 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.Truls Alexander Tangstad2005-11-24 21:44:49 +0000
eebf8f326eAdded movement and sprite rotation.. you can now actually drive the car along.Truls Alexander Tangstad2005-11-22 23:25:24 +0000
a179e39eaaAdded nice white background. Added test of keypresses, moving car to different locations depending on keydirection.Truls Alexander Tangstad2005-11-22 19:57:46 +0000
d7bb1f2eccTried using a more generic way of controlling animation in a sprite. No longer shows animated tetris-piece sprite though, but working on a nice way of adding motion paths to sprites.Truls Alexander Tangstad2005-11-14 01:18:38 +0000
b634a9b6dcAdded output of palettes. Rotated output of data, previously it outputted by column, not row.Truls Alexander Tangstad2005-11-09 20:29:56 +0000
58e4b04b80Background is now included as binary instead of being decoded from pcx. The same is true for the shared palette.Truls Alexander Tangstad2005-11-09 20:22:35 +0000
6bb21b4e3aReplaced logo with helds logo. Updated references in source. Updated comment in source regarding source of code.Truls Alexander Tangstad2005-11-07 18:52:51 +0000
ff0c2ec9c5Removed most project-style files as we're not meant to be a tutorial. Most people should still be able to compile this using the Makefile if they want. Renamed pcx_view.c to logosplash.c indicating name of project. Updated Makefile with new target.Truls Alexander Tangstad2005-11-07 18:50:12 +0000
81c5944d18Imported PCXView example from devkitpro to be used for helds logo splashscreen.Truls Alexander Tangstad2005-11-07 18:45:21 +0000