Commit graph

632 commits

Author SHA1 Message Date
MistPhizzle
6abe7a8938 1.4.0 2014-09-19 21:06:17 -04:00
MistPhizzle
221fa8803f Merge pull request #36 from nathank33/master
Fixed a WaterSpout issue involving snow blocks.
2014-09-19 21:04:19 -04:00
nathank33
c741cd7da6 WaterWave NPE Fix
If the user set the ChargeTime configuration option to 0 milliseconds
then it was possible for the user to get NullPointerExceptions.
2014-09-14 18:16:39 -07:00
nathank33
85ce6fb00a WaterSpout with SNOW_BLOCK
Fixed an issue in which WaterSpout was not working with snow blocks.
2014-09-13 22:02:55 -07:00
MistPhizzle
39e22a5977 1.4.0 BETA 12 2014-09-10 17:05:56 -04:00
MistPhizzle
b5e7e7642a Change look of /bending version 2014-09-10 17:05:08 -04:00
MistPhizzle
bb80cc0c7a Remove some comments. 2014-09-10 17:01:37 -04:00
MistPhizzle
f06ec10cdb Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra 2014-09-10 17:01:17 -04:00
MistPhizzle
4085a5acae Merge pull request #34 from nathank33/master
LavaFlow issue and WaterWave Improvements
2014-09-10 17:00:19 -04:00
nathank33
d68a519fd7 WaterWave now works with Passive, and doesn't create currents
WaterWave previously was not working with WaterPassive, now it does.
WaterWave was also removing the block of water that the user was using
as a source, which was causing currents to form in the water.
2014-09-09 22:10:19 -07:00
nathank33
86ce948fa0 LavaFlow not cleaning while shift held.
Fixed a bug where LavaFlow was not being removed if the user kept the
shift button held down. Now it cleans up regardless of whether they are
still trying to bend a LavaFlow.
2014-09-09 21:12:41 -07:00
MistPhizzle
94e2f4b2de No TagAPI error if the plugin isn't loaded 2014-09-09 23:32:09 -04:00
nathank33
d0a490245b Merge remote-tracking branch 'upstream/master' 2014-09-09 20:18:33 -07:00
MistPhizzle
88bd02e1ee 1.4.0 BETA 11 2014-09-07 23:16:23 -04:00
MistPhizzle
6c257df723 save is now an alias for create in /bending preset 2014-09-07 23:13:31 -04:00
MistPhizzle
03d59d159a Properly bind Presets 2014-09-07 23:13:01 -04:00
MistPhizzle
a709ee6b53 Properly delete Presets.
Wont delete all of them at the same time.
2014-09-07 23:06:50 -04:00
MistPhizzle
51f78a8fe9 Correctly save Presets 2014-09-07 23:04:36 -04:00
MistPhizzle
832981212f Significantly lower IceBlast particles 2014-09-07 22:53:52 -04:00
MistPhizzle
1cb999dfcf Fix Array out of bounds exception on /bending give 2014-09-07 21:18:22 -04:00
MistPhizzle
7ededcf364 /bending give is case insensitive. 2014-09-07 21:02:24 -04:00
nathank33
5e9f4d72d9 AirSwipe Crash Prevention
Added a protective measure to check the amount of entities that are
about to have their velocities changed before moving them all. If there
are too many entities around it will damage them without changing their
velocity, that way we don't lag out and crash due to the firing of too
many EntityCollisionEvents.
2014-09-07 13:01:21 -07:00
MistPhizzle
d5f78d4583 1.4.0 BETA 10 2014-09-07 13:28:44 -04:00
MistPhizzle
ebfbb50346 Fix WaterWave description 2014-09-07 13:25:38 -04:00
MistPhizzle
a485a690c1 Merge branch 'master' of https://github.com/ProjectKorra/ProjectKorra
Conflicts:
	src/com/projectkorra/ProjectKorra/Ability/AbilityModuleManager.java
	src/com/projectkorra/ProjectKorra/Ability/StockAbilities.java
	src/com/projectkorra/ProjectKorra/waterbending/WaterbendingManager.java
2014-09-07 13:09:56 -04:00
MistPhizzle
91f6a0aa2e Merge pull request #33 from nathank33/master
Added WaterWave, Major Efficiency Changes
2014-09-07 13:06:43 -04:00
nathank33
5c41d1230c Added WaterWave
Added the new Ability WaterWave which acts as a mobility move for
waterbenders.
2014-09-07 09:39:36 -07:00
MistPhizzle
4fea1c88a7 Finish IceBlast
calm down waterbenders your new move is here
2014-09-07 10:43:56 -04:00
MistPhizzle
e84510e138 Merge branch 'master' of https://github.com/Anonymous1432/ProjectKorra
Conflicts:
	src/com/projectkorra/ProjectKorra/Ability/StockAbilities.java
2014-09-07 10:28:11 -04:00
MistPhizzle
f8d895e25d Chiblocking now stops passives. 2014-09-07 00:06:28 -04:00
MistPhizzle
306341c350 Presets 2014-09-06 22:44:20 -04:00
nathank33
1434735e8a AirBubble and WaterBubble Efficiency
AirBubble now checks to see if the block is water before doing the
isRegionProtected() call.
2014-09-06 19:07:24 -07:00
nathank33
c615437b2d Improving Earthbending Efficiency
Rewrote the isEarthbendable() and isTransparentToEarthbending() methods
to be more efficient.
2014-09-06 18:55:13 -07:00
AlexTheCoder
8850298c24 Fixed Final Bugs
Fixed the Range bug and used TempBlock instead of setType
2014-09-06 21:36:03 -04:00
nathank33
80696816d4 LavaFlow Cleanup Fix
LavaFlow blocks were flooding which was causing obsidian and stone to
arise when it shouldn't. I made LavaFlow blocks TempBlocks and changed
the isLavaBendable() method so that LavaSurge will still work with
LavaFlow.
2014-09-06 09:48:41 -07:00
MistPhizzle
7a709e7d19 Add explosion to the end of Combustion 2014-09-06 11:41:27 -04:00
nathank33
2ad44f6a78 WaterSpout Creation Problem
Fixed a problem where WaterSpout wasn't starting if the player was
submerged underwater.
2014-09-06 00:47:11 -07:00
AlexTheCoder
b32cf46ecc Fixed Particle Lag
Fixed lag
2014-09-05 19:33:29 -04:00
AlexTheCoder
5709b46ec0 Fixed something I forgot
I forgot to sync the config.yml file.
2014-09-05 19:20:10 -04:00
AlexTheCoder
6a6c0af30e Finalized IceBlast
Finalized IceBlast and added Spray
2014-09-05 19:18:15 -04:00
MistPhizzle
3ba8a6d273 Disable Bending per world w/ Config 2014-09-05 18:35:52 -04:00
MistPhizzle
d7f2dc7419 1.4.0 BETA 9 2014-09-05 15:23:04 -07:00
MistPhizzle
3010c87b92 LavaFlow Changes
Give lavaflow a better description, add it to ConfigManager
2014-09-05 15:23:03 -07:00
MistPhizzle
1e2eee1035 1.4.0 BETA 9 2014-09-05 18:09:21 -04:00
MistPhizzle
743bc720b1 LavaFlow Changes
Give lavaflow a better description, add it to ConfigManager
2014-09-05 18:03:31 -04:00
MistPhizzle
7a1425d248 Merge pull request #31 from nathank33/master
Added LavaFlow, and Fixed Glitches
2014-09-05 17:55:30 -04:00
nathank33
cc092a9ae8 WaterSpout No Fall Damage NPE Fix 2014-09-04 18:02:45 -07:00
nathank33
5f3ca7883e Flight Glitch
Attempt to always revert the players permissions when they get out of
flying.
2014-09-04 14:47:39 -07:00
nathank33
566b2055f8 WaterSpout No Fall Damage Improved
Added getTopBlock method
Using getTopBlock we can allow the user to still create a WaterSpout
from high heights, while denying them the ability to avoid fall damage.
2014-09-04 14:46:41 -07:00
nathank33
44c31d1651 WaterSpout No Fall Damage
A player used to be able to avoid fall damage by spamming left click
while falling.
2014-09-04 14:19:03 -07:00