Thanos Paravantis
7887c96cc9
Decrease delay between challenges
2016-07-08 22:28:53 +03:00
Thanos Paravantis
7ba7414101
Improvements, refactoring and bug fixes
...
- Fixed heights not being calculated correctly on Kangaroo Jump.
- Fixed platform not being removed entirely on Color Change (needs confirmation).
- Fixed death effect items not spawning on Treasure Digger.
- Fixed TNT not reaching players on Water Horror.
- Fixed Dogs Vs Cats hologram being displayed continuously (flashing) (needs confirmation).
- Increased score hologram elevation rate.
- Spawn locations are automatically centered.
- Border is now far away from challenges.
- Refactored main game class.
2016-07-08 21:30:43 +03:00
Thanos Paravantis
04f0ef199c
Make CustomFirework singleton class public
2016-07-06 20:47:28 +03:00
Thanos Paravantis
989dd98212
Fix players not losing on Pick a Side
2016-07-06 20:41:26 +03:00
Thanos Paravantis
6a66d6cc92
Lower barrier spawn chance on Cloud Fall
2016-07-06 20:40:51 +03:00
Thanos Paravantis
7319965c45
Temporarily fix challenge completion/lose issues
2016-07-06 20:40:15 +03:00
Thanos Paravantis
47f62e2c89
Make lava run a bit more difficult
2016-07-06 20:39:37 +03:00
Thanos Paravantis
185ba600ca
Merge branch 'develop' into thanos-mineware
2016-07-06 17:48:31 +03:00
Thanos Paravantis
e326fd322c
Update Pick a Side, refactor Reverse Tag
2016-07-06 17:45:51 +03:00
Thanos Paravantis
29434b786e
Apply completion/lost bug fixes
2016-07-06 17:45:22 +03:00
Thanos Paravantis
ab4174cfb9
Refactor Red Light, Green Light and Volley Pig
2016-07-06 12:04:04 +03:00
Thanos Paravantis
e0d133ab67
Broadcast a message when timer runs out
2016-07-06 11:10:57 +03:00
Thanos Paravantis
de74716abf
Refactor Treasure Digger and Volley Pig
2016-07-06 11:10:21 +03:00
Thanos Paravantis
ae60d05bbb
Refactor Wave Crush
2016-07-06 10:25:20 +03:00
Thanos Paravantis
b40346417a
Remove unused project files
2016-07-06 10:25:05 +03:00
Thanos Paravantis
0eab6db116
Soccer bug fixes and minor improvements
...
- Slimeball will no longer be able to get stacked.
- Players in soccer mode will not able to stack others.
- Guardian lazer can no longer be used in the soccer field.
- Players in soccer won't get knockback, except if they double jump.
2016-07-05 15:39:10 -05:00
Thanos Paravantis
607b92984e
Fix hologram elevation speed
2016-07-05 23:18:29 +03:00
Thanos Paravantis
00c3584c0b
Make score holograms elevate faster
2016-07-05 21:14:13 +03:00
Thanos Paravantis
6a8c30d496
Refactor Mini OITQ and Water Horror
2016-07-05 21:13:49 +03:00
Thanos Paravantis
071f0c4de7
Refactor Ore Run and Rush Push
2016-07-05 19:39:30 +03:00
Thanos Paravantis
f36244efc6
Refactor Lava Run and Milk a Cow
2016-07-05 19:27:59 +03:00
Thanos Paravantis
108031acf1
Refactor Kangaroo Jump and King of the Ladder
2016-07-05 18:53:53 +03:00
Thanos Paravantis
f64234e4d1
Refactor Falling Blocks and Fast Food
2016-07-05 18:14:31 +03:00
Connor James
c0680b3511
Merge pull request #130 from Mineplex-LLC/bugfix/mopple-sprint
...
Numerous Bug fixes
2016-07-05 10:01:58 -05:00
Thanos Paravantis
ba02c94e08
Refactor Dogs Vs Cats and Egg Smash
2016-07-05 17:00:38 +03:00
Thanos Paravantis
5d01bc2863
Refactor Deadly TNT and Diamond Hunt
2016-07-05 16:30:51 +03:00
Thanos Paravantis
fe89a0f094
Refactor Cloud Fall and Color Change
2016-07-05 16:17:19 +03:00
Thanos Paravantis
361e857bc7
Refactor Build Race and Chicken Shooting
2016-07-05 15:54:43 +03:00
Thanos Paravantis
3f13c5f518
Refactor Block Lobbers and Bouncing Block
2016-07-05 14:52:25 +03:00
Thanos Paravantis
4789f640b2
Refactor Anvil Dance and Arrow Rampage challenges
2016-07-05 13:57:05 +03:00
Thanos Paravantis
ce3117ba4b
Fix anvils staying on map after challenge end
2016-07-05 13:03:42 +03:00
Thanos Paravantis
9f45c0a622
Use offset2d instead of offset
2016-07-05 13:03:02 +03:00
Thanos Paravantis
9cec81ee34
Define border after challenge is started.
...
Previously, the border was defined in the challenge constructor,
as a result the boundaries were not set correctly. That's because
the map center on each challenge is defined in the constructor, and
since the super one is called before the challenge constructor, the map
center which defines part of the border was not correct.
2016-07-05 12:35:27 +03:00
Thanos Paravantis
dd55d96ccf
Delay glass removal when obsidian is far away
...
On Lava Run, when obsidian is generated far away from the last
created obsidian block, a delay of 1 second will be added to the
total delay until the platform is removed, because normally glass
is removed very quick.
2016-07-05 12:32:44 +03:00
Sam
295711d626
PC-632
...
Fixes an issue where going under the map in Wither Assault would cause
you to have negative speed and not be able to move
2016-07-04 20:31:59 +01:00
Thanos Paravantis
d393ffcc51
Update debug commands for Sr.Mods
2016-07-04 22:06:01 +03:00
Thanos Paravantis
4397784f35
Add new challenge completion effect
2016-07-04 22:05:34 +03:00
Sam
5644589b10
PC-541
...
Covers all possible eventualities of redstone ore and glowing redstone
ore
2016-07-03 20:57:58 +01:00
Sam
e96f7f1217
PC-508
...
Fixes a hit box issue with Rocket Slimes
2016-07-03 15:58:54 +01:00
Sam
bdc049efe1
PC-508
...
Fixed an NPE with Inferno
2016-07-03 15:58:19 +01:00
Sam
26361eaee0
PC-508
...
Fixes certain abilities in Team SSM that could be used to
damage/knockback other team members
2016-07-02 13:38:22 +01:00
Sam
8d8824446d
PC-519
...
Fixes an issue where grenades would not do damage after you die.
2016-07-02 12:12:15 +01:00
AlexTheCoder
2b74ec00b4
Change display menu for CUST-1 server to reflect recent updates
2016-07-02 01:32:47 -05:00
AlexTheCoder
e4c94f5421
Fix whitelist for Customer Support servers
2016-07-02 01:32:42 -05:00
AlexTheCoder
5e994e37da
Fix Monster Maze jumping mechanics (Fixes PC-711 and PC-634)
2016-07-01 16:37:03 -05:00
Thanos Paravantis
e2663d6448
Move spawn related methods to challenge classes
2016-07-01 17:18:03 +03:00
Thanos Paravantis
6fdbda0ed0
Refactor Dogs Vs Cats challenge
2016-07-01 17:04:06 +03:00
Thanos Paravantis
8101fced7b
Detect correct volley pig block and fix its spawn
2016-07-01 13:58:21 +03:00
Thanos Paravantis
568cbb2672
Prevent infinite spawn search loops by /mark cmd
2016-07-01 12:32:31 +03:00
Thanos Paravantis
7379b2069b
Make volley pig map size and spawns dynamic
2016-07-01 12:31:41 +03:00