- 16 Feb, 2011 1 commit
-
-
alistert authored
-
- 03 Oct, 2010 2 commits
- 26 Sep, 2010 1 commit
-
-
alistert authored
-
- 25 Sep, 2010 1 commit
-
-
pickle136 authored
-
- 12 Sep, 2010 1 commit
-
-
pickle136 authored
Made clearscreen a Video member for access to the surface pixels.
-
- 04 Aug, 2010 1 commit
-
-
alistert authored
-
- 01 Aug, 2010 3 commits
- 11 Jul, 2010 2 commits
- 10 Jul, 2010 2 commits
- 09 Jul, 2010 2 commits
-
-
newspaz authored
Medivo guardian now also destroys blocks that are hit by the spike, and removes itself from the scene when he's killed. This nearly completes the guardian. The overlap method still has to be implemented, and the end sequence could still be closer to what the original game does. guardians.cpp *) Changed step method of MedGuardian.
-
newspaz authored
Fixed the hopping in the medivo boss. The previous version made the boss float over the blocks it was supposed to destroy occasionally. Now the spike always touches them ever so slightly. Note that the blocks are not being destroyed yet. That's on the agenda for tomorrow ;-). guardians.cpp *) Changes the step method to make the hopping in the second stage of the boss more reliable.
-
- 08 Jul, 2010 2 commits
-
-
newspaz authored
-
newspaz authored
Various changes to implement medivo boss behavior. Medivo boss behavior isn't finished yet but works up until the spikes. anim.cpp, anim.h *) Changes in animations to properly support accessory positions. *) Changes in animations to properly support accessory shooting positions. bullet.cpp, bullet.h *) New constructor for a custom bullet starting position levelframe.cpp *) Support medivo boss event.cpp, eventframe.cpp *) Small changes in getAnim() *) Small changes in step method guardians.cpp, guardians.h *) Made the eight shape in the first stage. *) Made the jumping behavior, but this doesn't work as it should yet. *) Did not implement the overlap method yet.
-
- 04 Jul, 2010 3 commits
-
-
anotherguest authored
-
alistert authored
-
alistert authored
-
- 03 Jul, 2010 6 commits
-
-
alistert authored
-
alistert authored
Fixed menu and player size in Bonus levels. The viewW/viewH variables are now only used with ordinary levels (which have the panel).
-
alistert authored
-
alistert authored
-
alistert authored
-
newspaz authored
Corrected shooting positions of most shooting enemies. (E.g. the turtle tanks in fanolint and technoir did not work correctly.) Bullets will now shoot from the position that was set in the attack animation. sprite.h, sprite.cpp *) Changed draw method to include a parameter to enable or disable the drawing of sprite offsets (bullets do not use these offsets). The default behavior is to add the offset. bullet.cpp *) Changed the draw method to disable sprite offsets, using the parameter that was mentioned earlier. *) Slightly changed the way the y position of the bullet is determined in the event constructor.
-
- 02 Jul, 2010 4 commits
- 01 Jul, 2010 7 commits
-
-
alistert authored
-
alistert authored
-
alistert authored
-
alistert authored
-
newspaz authored
Okay, with this update I am going to declare special behaviors fixed. Even though you might not believe me, because this is the fourth time I am making such a claim. This time I'm dangerously close to what the real game does ;-) anim.cpp *) Changed the getOffset accessor to add the default 32 pixel offset if it should be there. bridge.cpp *) Because of the change in anim.cpp I could remove the default 32 pixel offset I added earlier. event.h, event.cpp *) Changed the overlap method to include the offset if necessary. eventframe.cpp *) Changed the step method and removed the default 32 pixel offset I added earlier. *) Changed the draw method slightly so when offsets should be ignored, that actually is the case.
-
alistert authored
-
alistert authored
-
- 30 Jun, 2010 1 commit
-
-
alistert authored
-
- 29 Jun, 2010 1 commit
-
-
newspaz authored
eventframe.cpp *) Explosive effect now is more random *) Changed positioning of special behavior again slightly
-