Difference between revisions of "Tidalis:0.904 Beta Release"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* Changed flipper block behavior so that streams only have their speed doubled once regardless of the number of times they hit a flipper, so that it does not lead to weird teleporting behavior. | * Changed flipper block behavior so that streams only have their speed doubled once regardless of the number of times they hit a flipper, so that it does not lead to weird teleporting behavior. | ||
+ | |||
+ | * Refactored "how many blocks are in this column" calculation that was used for loss-by-block-stack-overflow and should-column-shake computations to more explicitly recognize cases where the "floor" is artificially higher due to a wall block or block floating in water. | ||
== Internal Programming Notes == | == Internal Programming Notes == |
Revision as of 16:21, 2 July 2010
Contents
New & Updated Levels
New & Updated Art/Music/Sound
Gameplay Additions
Gameplay Updates
New Level Editor Features
Misc
Bugfixes
- Changed flipper block behavior so that streams only have their speed doubled once regardless of the number of times they hit a flipper, so that it does not lead to weird teleporting behavior.
- Refactored "how many blocks are in this column" calculation that was used for loss-by-block-stack-overflow and should-column-shake computations to more explicitly recognize cases where the "floor" is artificially higher due to a wall block or block floating in water.