Truls Alexander Tangstad
|
abd3ed414f
|
Added animated turret sprite.
|
2005-11-13 18:15:07 +00:00 |
Truls Alexander Tangstad
|
1a2745f7a8
|
Made main().
|
2005-11-09 23:12:33 +00:00 |
Truls Alexander Tangstad
|
94b85dba13
|
Made shared method for similar code.
|
2005-11-09 23:10:57 +00:00 |
Truls Alexander Tangstad
|
1a67a1b1f2
|
Added tiled output.
|
2005-11-09 22:56:00 +00:00 |
Truls Alexander Tangstad
|
dc0f14cce8
|
Added frog as 16x16 sprite instead of being part of background.
|
2005-11-09 22:50:12 +00:00 |
Truls Alexander Tangstad
|
229972274f
|
Changed shading of s-piece.
Added small animation of brick moving into place.
|
2005-11-09 21:30:34 +00:00 |
Truls Alexander Tangstad
|
4716d0f60a
|
Removed unused code.
|
2005-11-09 20:51:26 +00:00 |
Truls Alexander Tangstad
|
cf15357668
|
Removed s-piece from main logo and moved sprite position.
|
2005-11-09 20:50:57 +00:00 |
Truls Alexander Tangstad
|
f0e4020280
|
Added some informational prints.
|
2005-11-09 20:46:28 +00:00 |
Truls Alexander Tangstad
|
1e69b994f3
|
Removed debugprinting.
|
2005-11-09 20:43:18 +00:00 |
Truls Alexander Tangstad
|
2e93bb4702
|
Rotated s-piece graphic after fixing img2bin.
|
2005-11-09 20:31:04 +00:00 |
Truls Alexander Tangstad
|
b634a9b6dc
|
Added output of palettes.
Rotated output of data, previously it outputted by column, not row.
|
2005-11-09 20:29:56 +00:00 |
Truls Alexander Tangstad
|
8474f213f5
|
Removed references to PCX in the makefile as they're not currently used.
|
2005-11-09 20:27:40 +00:00 |
Truls Alexander Tangstad
|
301bae5a91
|
Removed unused pcx from being included.
Renamed files.
|
2005-11-09 20:24:50 +00:00 |
Truls Alexander Tangstad
|
58e4b04b80
|
Background is now included as binary instead of being decoded from pcx.
The same is true for the shared palette.
|
2005-11-09 20:22:35 +00:00 |
Truls Alexander Tangstad
|
a618d6d9f1
|
Fixed errorhandling/message when no files have been provided.
|
2005-11-09 19:10:38 +00:00 |
Truls Alexander Tangstad
|
5224d67b08
|
Added beginning of img2bin, though it only converts a 8x8 pixel image at the moment.
|
2005-11-08 09:18:09 +00:00 |
Truls Alexander Tangstad
|
30c5a499da
|
Added moving sprite on top of logo, currently just for testing.
|
2005-11-08 09:00:31 +00:00 |
Truls Alexander Tangstad
|
6bb21b4e3a
|
Replaced logo with helds logo. Updated references in source.
Updated comment in source regarding source of code.
|
2005-11-07 18:52:51 +00:00 |
Truls Alexander Tangstad
|
ff0c2ec9c5
|
Removed 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.
|
2005-11-07 18:50:12 +00:00 |
Truls Alexander Tangstad
|
81c5944d18
|
Imported PCXView example from devkitpro to be used for helds logo splashscreen.
|
2005-11-07 18:45:21 +00:00 |