junglejourney

log

age author description
Thu Aug 25 01:59:19 2011 +0200 David Boddie Load player masks into registers for convenience.
Thu Aug 25 01:42:30 2011 +0200 David Boddie Use masks to determine if collisions occur between enemies and the player.
Thu Aug 25 01:41:46 2011 +0200 David Boddie Experiment with image compression.
Thu Aug 25 01:41:20 2011 +0200 David Boddie Use the tools package.
Thu Aug 25 00:13:44 2011 +0200 David Boddie Moved the makesprites module into the newly created tools package.
Tue Aug 23 02:03:25 2011 +0200 David Boddie Moved test programs into their own directory.
Tue Aug 23 02:02:57 2011 +0200 David Boddie Removed unused files from the build.
Tue Aug 23 02:02:45 2011 +0200 David Boddie Updated the inequality test program.
Tue Aug 23 02:02:16 2011 +0200 David Boddie Attempted to solve collision detection issues caused by negative
Mon Aug 22 23:45:16 2011 +0200 David Boddie Added a test program to check the behaviour of comparisons.
Mon Aug 22 01:33:52 2011 +0200 David Boddie Added another workaround for a negative number check.
Mon Aug 22 01:17:34 2011 +0200 David Boddie Adjusted the emerge position routines.
Mon Aug 22 01:17:15 2011 +0200 David Boddie Updated the sprites.
Mon Aug 22 01:03:55 2011 +0200 David Boddie Added collision checking between the projectile and the enemies.
Sun Aug 21 21:46:42 2011 +0200 David Boddie Made the fire key independent from the other keys.
Sun Aug 21 21:30:56 2011 +0200 David Boddie Added projectile creation and movement.
Sun Aug 21 19:22:14 2011 +0200 David Boddie Added a global counter to limit the motion of characters.
Sun Aug 21 18:57:07 2011 +0200 David Boddie Slowed down the movement of enemies.
Sun Aug 21 16:02:00 2011 +0200 David Boddie Vary the emerge position depending on the player's position.
Sun Aug 21 15:56:33 2011 +0200 David Boddie Don't allow the enemies to move horizontally if they can't move
Sun Aug 21 15:46:59 2011 +0200 David Boddie Added support for more animation frames in the enemy characters.
Sun Aug 21 15:46:07 2011 +0200 David Boddie Added missing images.
Sun Aug 21 15:45:40 2011 +0200 David Boddie Added more animation frames for the enemies.
Sun Aug 21 04:13:36 2011 +0200 David Boddie Added a delay bit to the enemy objects to make them slower than
Sun Aug 21 03:09:04 2011 +0200 David Boddie Added basic enemy movement.
Sun Aug 21 01:25:03 2011 +0200 David Boddie Added new sprites.
Sun Aug 21 01:24:55 2011 +0200 David Boddie Ensured that the lists of sprites to unplot and plot are only
Sat Aug 20 23:22:01 2011 +0200 David Boddie Changed a rock image to a leaf image.
Sat Aug 20 04:34:14 2011 +0200 David Boddie Introduced a plotting buffer that records which characters need to
Fri Aug 19 02:38:05 2011 +0200 David Boddie Renamed an incorrectly named routine.