d7bae4dc3fChanged original image for smoke to be tiled pcx instead of layered xcf.tangstad2005-12-11 16:22:32 +0000
a683f082f9Changed tire-colors to gray instead of red/blue, to make car colors more distinct.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...tangstad2005-12-05 22:26:22 +0000
f7519ad939Converted car code to C++.. when rather changed compiler, about to change the code to match.tangstad2005-12-05 19:08:23 +0000
7a870c4adeUse struct for bundling car settings.tangstad2005-12-04 18:38:35 +0000
d4b5d8cf44Hacked in a twoplayer-mode with a blue car.tangstad2005-12-04 18:14:19 +0000
e93a967cb0Added smoke when driving. Removed chasers for now.tangstad2005-11-26 19:00:33 +0000
c546f29ff4Adjusted whitespace and remove some comment syntax.tangstad2005-11-24 22:25:06 +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.tangstad2005-11-24 21:44:49 +0000
3861c2b69cAdded chasers in a row right now.tangstad2005-11-23 20:44:27 +0000
9f4b7c5f76Added a set of chaser sprites to be used for flocking later.tangstad2005-11-23 20:42:53 +0000
2b8c9da03aAdded graphic for chaser (to be used in flock/swarm tests).tangstad2005-11-23 08:29:53 +0000
eebf8f326eAdded movement and sprite rotation.. you can now actually drive the car along.tangstad2005-11-22 23:25:24 +0000
a179e39eaaAdded nice white background. Added test of keypresses, moving car to different locations depending on keydirection.tangstad2005-11-22 19:57:46 +0000
6f6c06f149Undid last commit (made by mistake)tangstad2005-11-22 19:26:32 +0000
947e477090Added converted car data and modified source to show car sprite.tangstad2005-11-22 19:25:32 +0000
9b713b8edfAdded converted car data and modified source to show car sprite.tangstad2005-11-22 19:25:16 +0000
c2d081f45dInitial creation of cartest project, based on some logosplash code.tangstad2005-11-22 18:54:19 +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.tangstad2005-11-14 01:18:38 +0000
2e93bb4702Rotated s-piece graphic after fixing img2bin.tangstad2005-11-09 20:31:04 +0000
b634a9b6dcAdded output of palettes. Rotated output of data, previously it outputted by column, not row.tangstad2005-11-09 20:29:56 +0000
8474f213f5Removed references to PCX in the makefile as they're not currently used.tangstad2005-11-09 20:27:40 +0000
301bae5a91Removed unused pcx from being included. Renamed files.tangstad2005-11-09 20:24:50 +0000
58e4b04b80Background is now included as binary instead of being decoded from pcx. The same is true for the shared palette.tangstad2005-11-09 20:22:35 +0000
a618d6d9f1Fixed errorhandling/message when no files have been provided.tangstad2005-11-09 19:10:38 +0000
5224d67b08Added beginning of img2bin, though it only converts a 8x8 pixel image at the moment.tangstad2005-11-08 09:18:09 +0000
1680a0695eMiscellaneous tools for Game Boy Advance development.tangstad2005-11-08 09:14:03 +0000
30c5a499daAdded moving sprite on top of logo, currently just for testing.tangstad2005-11-08 09:00:31 +0000
6bb21b4e3aReplaced logo with helds logo. Updated references in source. Updated comment in source regarding source of code.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.tangstad2005-11-07 18:50:12 +0000
81c5944d18Imported PCXView example from devkitpro to be used for helds logo splashscreen.tangstad2005-11-07 18:45:21 +0000
e0a6821d19Projects specific for Game Boy Advance.tangstad2005-11-07 18:44:19 +0000
ac1a004cc4Added directories to contain website stuff and its graphics. Added main logos and graphics.tangstad2005-11-03 16:17:13 +0000