Commit graph

1759 commits

Author SHA1 Message Date
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
nathank33
f391bba83d IceSpike cleanup fix 2014-09-04 14:05:04 -07:00
nathank33
8f6d92d9e2 Fixed EarthBlast Cleanup
EarthBlast's were not being removed correctly if the player spammed left
click and shift.
2014-09-04 13:55:32 -07:00
nathank33
6b54835d3c WaterManip, EarthBlast, FireBlast accessor methods
Added accessor methods for 3 abilities.
2014-09-04 00:14:00 -07:00
nathank33
5810b0b504 Improved HeatControl Efficiency
HeatControl now checks the type of the block before it calls
isRegionProtectedFromBuild. Due to the large amount of blocks being
processed, having this extra step saves us from having to call
factions/griefprotection/etc for every block.
2014-09-03 20:21:17 -07:00
nathank33
7d4eb874b2 Added LavaFlow
Added the Earth ability: LavaFlow
Removed the second Torrent line from config.yml
2014-09-03 18:12:34 -07:00
AlexTheCoder
7aeca555ed Added IceBlast and new Icebending Methods
Lotta stuff
2014-09-03 19:03:49 -04:00
MistPhizzle
43d94545e0 1.4.0 BETA 8 2014-09-02 06:28:41 -04:00
MistPhizzle
793c178c1a Possible Cooldown Fix 2014-09-02 06:27:42 -04:00
MistPhizzle
56b47f3816 NoCheatPlus Support
The damage thing shouldn't be thrown when a player uses Bending to
attack
2014-09-01 16:49:10 -04:00
MistPhizzle
a27de1f7be AirSwipe will stop when it hits another blast 2014-09-01 16:29:48 -04:00
MistPhizzle
65f1b12fc0 Add /bending invincible
Makes you invincible to Bending damage.
2014-09-01 16:04:42 -04:00
MistPhizzle
f5b01d624c Add /bending give
Allows giving of bending specific items. (Like the grappling hook)
2014-09-01 15:47:46 -04:00
MistPhizzle
d7891fe39e /bending who can work on offline players 2014-09-01 15:33:30 -04:00
MistPhizzle
46b3fe8dd7 Cleaned up Imports 2014-08-31 21:51:13 -04:00
MistPhizzle
654aa9477e 1.4.0 BETA 7 2014-08-31 11:09:46 -04:00
MistPhizzle
6e5e6415ed Complete revamp of how cooldowns are handled
Now stores on a per player basis instead of a per ability basis. The
bendingPlayer class will store cooldowns for ALL abilities except for
the AvatarState.
2014-08-30 18:34:27 -04:00
MistPhizzle
8d04bb1a4b Merge pull request #26 from jacklin213/main
Cleaned up Managers, Updated references
2014-08-30 10:55:21 -04:00
MistPhizzle
2583c29adf Merge pull request #27 from jacklin213/bugfix
[BUGFIX] Fixed NPE in TempPotionEffect, Task #40 Error - Bloodbending, Task #23 NPE - IceSpike Error - Combustion, NumberFormatException - Commands
2014-08-30 10:54:46 -04:00
jack lin
93f2eec909 [BUGFIX] Fixed NumberFormatExeception in Commands
* Caused by people misusing /b c thinking it is /b ch therefore
generation a NumberFormatExeception when they try pass an element as a
slot
2014-08-31 00:38:57 +12:00
jack lin
fc8372783e [BUGFIX] Fixed Task #23 - Combustion
* Error:
http://www.projectkorra.com/threads/errorstacks-cause-pastebin-deletes.361/#post-3090
2014-08-30 21:52:54 +12:00
jack lin
6b03c92cfb [BUGFIX] Fixed NPE in IceSpike
* Error:
http://www.projectkorra.com/threads/errorstacks-cause-pastebin-deletes.361/#post-3089
2014-08-30 21:48:27 +12:00
jack lin
8532bb1ece Cleaned up Managers, Updated references
* Cleaned up AirbendingManager, updated references for abilities air
* Cleaned up FirebendingManager, updated references for abilities fire
* Cleaned up WaterbendingManager, updated references for abilities water
* Cleaned up EarthbendingManager, updated references for abilities earth
* Cleaned up ChibendingManager, updated references for abilities chi
* Cleaned up BendingManager, updated references for classes
2014-08-30 21:43:44 +12:00
jack lin
c833a1ad52 [BUGFIX] Fixed error in Task #40 - Bloodbending
* Fixed error in bloodbending where targetentity somehow is in a
different world (probably by command) and that ends up causing errors
2014-08-30 19:53:07 +12:00