Commit Graph

685 Commits

Author SHA1 Message Date
Rob Pearce 349db8365c fixed file 2008-10-01 06:48:10 +00:00
Rob Pearce a867d58458 new sprites 2008-10-01 06:47:47 +00:00
Rob Pearce 33fbd7ac5c Removed unused graphics
Added splash sound
2008-09-30 07:43:53 +00:00
Rob Pearce 08f10538dc Removed files 2008-09-30 07:43:42 +00:00
Rob Pearce 5b272b4665 - Fixed bug with jumping off ladders
- Fixed issue when dropping throughbridges and moving at the same time
- Can no longer climb while slamming/netting
- Modified behaviour of flowertogem powerup
- Level orderis now read from levels.dat
- Editor now handles loading an empty level
- Added sounds for teleportation and entering/exitting water
- Fixed swimming in water behaviour
- Added powerup:  Mace
2008-09-30 07:42:09 +00:00
Rob Pearce 875de25da6 Added spring sound 2008-09-29 10:10:10 +00:00
Rob Pearce e345436130 - Added new sprite images
- Added new tile: trampoline
- Bugfix: Collision detection sometimes didn't work
- Bugfix: Jumping out of water didn't work
- Spiders now have a delay between drops
- Bugfix: Jumping near a wall sometimes didn't work
- There are now 2 layer of tiles - so that tiles such as spikes
  can be placed on top of any tile type.
- Removed tiles which are now redundant: waterspikes, cavespikes, etc
- Made some tiles transparent now that a 2nd layer is possible (eg. 
  ladder, bridge)
2008-09-29 08:32:56 +00:00
Rob Pearce d1786a5f11 - Added cheat mode
- Added powerup: shield
2008-09-28 05:19:23 +00:00
Rob Pearce f1962993b2 Fixed bug with slamming a monster off the side of the screen 2008-09-28 05:02:30 +00:00
Rob Pearce f490e145f4 - Fixed editor bug where player position wasn't shown
- Added powerup: bomb, kills all monsters
- Added powerup positions to all levels
2008-09-28 04:42:09 +00:00
Rob Pearce f988e4822b - Added new powerup - convert flowers to diamonds
- Added new powerup - convert flowers to gems
2008-09-28 04:09:12 +00:00
Rob Pearce 367740e5e3 Modified boxing glove image 2008-09-28 03:43:03 +00:00
Rob Pearce 579526c983 Fixed boxing glove bug - wasn't ever finishing level 2008-09-28 03:31:46 +00:00
Rob Pearce f6d5d4285e - Added new tiles: honeycomb, cave, up/down signs
- Added new fruit: diamond

- Level transitions are now smoother
- Levels now contain exitdir (which way to scroll when completed)

- Added random powerups on each level (if you define a position in the editor)
- Added temp powerup: boxing glove
2008-09-28 03:18:36 +00:00
Rob Pearce c3c3bf6579 Fixed bug with multiple sprites in editor 2008-09-27 11:35:24 +00:00
Rob Pearce 90b6c34324 Modified levels 2008-09-27 11:32:01 +00:00
Rob Pearce 9b2ff9f4ca - Added animation for slamming 2008-09-27 10:50:19 +00:00
Rob Pearce 89cce7f749 - help text now appears on top of sprites
- powerup counter is reset when you die
- fixed bug preventing jumping near a wall
- fixed bug: hurryup cloud shouldn't be able to teleport
- conveyor belts no longer affect fruits 
- editor now has delay after adding a sprite to prevent duplicate
- properly rendomized direction that monster corpses go in
- music now speeds up after a HURRYUP
- snakes can no longer walk up slopes
- added sound effects for HURRYUP and TOO SLOW
- getting all fruits on the level now makes gems shoot out sideways
- dead monsters now create a puff before turning into a fruit
2008-09-27 06:02:42 +00:00
Rob Pearce c80fb57c54 - Updated doco for adding sprites
- Added new monster - coke can (like angry rat)
- Added sound and music
- Fix score sizes for flowers
- Can no longer turn while slamming
- Fixed bug with sprite starting position
- Can now drop through bridges with down+jump
- New graphics for conveyor belts
- Added more flower types
- Added new player frame for shooting
2008-09-26 09:51:17 +00:00
Rob Pearce 1047c268b7 - Redrew slope and ladder tiles
- Added flower sprites - they just give you points
- Added support for animated tiles
- Changed left/right conveyor graphics to be rolling logs
2008-09-17 11:16:19 +00:00
Rob Pearce 88600eecbf Moved rest of sprites to sprites/ dir 2008-09-17 02:39:20 +00:00
Rob Pearce 4d2a892e48 Added missing sprite images 2008-09-17 02:38:59 +00:00
Rob Pearce 24844d65e9 Moved first batch of sprites to sprites/ dir 2008-09-17 02:38:22 +00:00
Rob Pearce bbe1aca358 - Split code into multiple files
- Removed unused code from edit.c / rc.c
- Changed level format from ascii to comma seperated numbers

- Began commentin of data structures / globals
- Renamed some variables to be more meaningful
- Replaced many hardcoded values with macros

- Modified greentiles grass graphic
- Added cloud graphic

- Fixed score bug (score would jump super high)
- Fixed what looks like a bug where snakes would only shoot one way
- Fruits no longer turn red after a hurry-up
2008-09-17 02:34:39 +00:00
Rob Pearce a02da86334 - Initial version of level editor 2008-09-16 02:40:09 +00:00
Rob Pearce f757faa957 - Fixed bug where score would go super high
- Changed level format - monster definitions are now above level.
- Added new fruit type - HELP.  Shows a message on the screen.
- Fruits placed during initial level creation now never time out (at present
  only HELP can be placed like this though)
- Time to display text is now configurable.
2008-09-16 02:39:33 +00:00
Rob Pearce 1ca89f9f6d 2006-11-06 09:16:19 +00:00
Rob Pearce 5fecf15200 Removed 'l' directory from repository. 2006-03-30 05:40:39 +00:00
Rob Pearce abd01aca51 2006-01-31 06:41:55 +00:00
Rob Pearce 6c6c82390c cloud can no longer be killed by slamming onto it
cloud now disappears when level is completed
2006-01-31 06:41:45 +00:00
Rob Pearce cda053664d changed sprite removal method
added angry attribute
added hurryup time
added powerups:
        speed
        extra net
        big net
fruits now disappear after a while
arrows don't affect monsters
added monsters:
        bee
        spider
	cloud
player now progresses a level when all mosnters are dead
2006-01-31 06:18:01 +00:00
Rob Pearce 22deb49a43 Movement tweaking 2006-01-29 22:08:01 +00:00
Rob Pearce 6045f2ffed Added some more test levels
Fixed bugs where monsters would fall through floor sometimes
Player can now die & respawn
Spikes now kill player
Monsters now kill player
2006-01-27 13:38:40 +00:00
Rob Pearce 4091b98e58 Changes to rat movement
Added points
2006-01-27 06:28:28 +00:00
Rob Pearce d6735eea16 o 2006-01-27 06:27:57 +00:00