cambridge/tetris/modes
Joe Zeng 96ac054cf6
Stopped bottom-row garbage from clearing 5 lines. (#16)
Resolves #15.

1) Cleared row count is marked before the onPieceLock method is called, letting the piece lock procedure react to the count of rows the piece is about to clear. (In practice, only 0 and non-0 will be different.)

2) The modes with bottom-row garbage will not advance the garbage counter when the piece is about to clear lines, as should be the case.

Also included:

3) Changed the Always O Randomizer to the Always Randomizer that takes which piece it should "always" produce as an argument in the constructor.

4) Fixed the torikan for level 800 in Phantom Mania 2. It should have been 4:45, not 4:40.
2019-06-03 23:12:48 -04:00
..
demon_mode.lua Removed some of the extraneous static properties. 2019-05-29 21:59:53 -04:00
gamemode.lua Stopped bottom-row garbage from clearing 5 lines. (#16) 2019-06-03 23:12:48 -04:00
interval_training.lua Made it so that level 900 no longer displays 1000 on the bottom where it should display 999. 2019-05-29 22:27:50 -04:00
ligne.lua Removed some of the extraneous static properties. 2019-05-29 21:59:53 -04:00
marathon_2020.lua Fixed the credit roll in Marathon 2020. 2019-05-26 16:34:35 -04:00
marathon_a1.lua Made it so that level 900 no longer displays 1000 on the bottom where it should display 999. 2019-05-29 22:27:50 -04:00
marathon_a2.lua Made it so that level 900 no longer displays 1000 on the bottom where it should display 999. 2019-05-29 22:27:50 -04:00
marathon_a3.lua Made it so that level 900 no longer displays 1000 on the bottom where it should display 999. 2019-05-29 22:27:50 -04:00
marathon_l1.lua Removed some of the extraneous static properties. 2019-05-29 21:59:53 -04:00
pacer_test.lua Fixed the pacer test mode's backgrounds and strikes. 2019-05-31 23:25:27 -04:00
phantom_mania.lua Made it so that level 900 no longer displays 1000 on the bottom where it should display 999. 2019-05-29 22:27:50 -04:00
phantom_mania2.lua Stopped bottom-row garbage from clearing 5 lines. (#16) 2019-06-03 23:12:48 -04:00
phantom_mania_n.lua Made it so that level 900 no longer displays 1000 on the bottom where it should display 999. 2019-05-29 22:27:50 -04:00
strategy.lua Removed some of the extraneous static properties. 2019-05-29 21:59:53 -04:00
survival_2020.lua Removed some of the extraneous static properties. 2019-05-29 21:59:53 -04:00
survival_a1.lua Made it so that level 900 no longer displays 1000 on the bottom where it should display 999. 2019-05-29 22:27:50 -04:00
survival_a2.lua Made it so that level 900 no longer displays 1000 on the bottom where it should display 999. 2019-05-29 22:27:50 -04:00
survival_a3.lua Stopped bottom-row garbage from clearing 5 lines. (#16) 2019-06-03 23:12:48 -04:00