Commit graph

1887 commits

Author SHA1 Message Date
OmniCypher
3e3503be41 Merge pull request #418 from jedk1/master
Fix ChiCombo NPE and FallDamage
2016-02-21 13:16:24 -08:00
Philip Stephenson
c0fe8256b7 Remove unneeded damageEntity method, update events
- change EntityBendingDeath and HorizontalVelocityChange to use Ability objects, instead of strings

- update abilities to reflect changes
2016-02-21 16:01:28 -05:00
jedk1
3d2676a999 Fix ChiCombo NPE and FallDamage 2016-02-20 17:36:22 +00:00
Benford
3c65d98139 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-20 10:35:49 -05:00
OmniCypher
4f4335e498 Merge pull request #417 from kingbirdy/bendingevents
Add AbilityDamageEntityEvent, AbilityStartEvent, AbilityEndEvent
2016-02-19 20:10:52 -08:00
Philip Stephenson
3ddc100ffc Add AbilityDamageEntityEvent AbilityStartEvent and AbilityEndEvent
- change GeneralMethods.damageEntity to use event
- removed BendingDamageEvent
- update CoreAbility to create and process the events
2016-02-19 23:03:50 -05:00
OmniCypher
ea68b6a99c Merge pull request #415 from grasshopperMatt/master
Fixed whocommand
2016-02-19 18:41:21 -08:00
OmniCypher
fe47af9630 Merge pull request #416 from kingbirdy/master
Fix disabled abilities outputting multiple times
2016-02-19 18:39:55 -08:00
Philip Stephenson
20ae458d57 Fix disabled abilities outputting multiple times 2016-02-19 19:56:50 -05:00
Matt
ae35e1423d Fixed whocommand 2016-02-19 19:20:41 -05:00
Matt
8f552d225e Added new method 2016-02-19 18:57:55 -05:00
Matt
bddcd989a3 Changed private handlers - public 2016-02-19 18:54:48 -05:00
Matt
0cc79f226f Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-19 18:30:23 -05:00
Matt
eca0eca1f8 Fixed & added new args 2016-02-19 18:28:17 -05:00
Benford
b9ddf9360e Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-19 18:25:34 -05:00
Matt
97348c9424 Added ability to BendingDamageEvent 2016-02-19 18:24:03 -05:00
Matt
23e03f310f Added code to BendingDamageEvent 2016-02-19 18:12:20 -05:00
OmniCypher
b6f36c1e63 Merge pull request #413 from Simplicitee/master
Fix FireCombo
2016-02-19 15:03:25 -08:00
OmniCypher
10abfdf260 Merge pull request #412 from grasshopperMatt/master
Fixed healingwaters shift functionality, Added BendingDamageEvent
2016-02-19 15:02:00 -08:00
Benford
7ec229ff41 Fix FireCombo
- Makes FireCombos cook animal meat when killing (excludes JetBlast)
2016-02-19 17:53:59 -05:00
Matt
91de6ce20d Added BendingDamageEvent 2016-02-19 17:53:18 -05:00
Matt
4701e5f9cf Fixed healingwaters shift functionality 2016-02-19 17:41:39 -05:00
OmniCypher
de454ac88d Merge pull request #411 from Simplicitee/master
Various changes
2016-02-18 21:38:16 -08:00
Benford
bb88553db0 Various changes
- Changed where the cooldown is called in AirSwipe
- Added instances for FireDamageTimer in appropriate firecombos
- Fixed math mistake in WaterSpout
2016-02-18 18:03:32 -05:00
OmniCypher
1ac4fa16bb Merge pull request #410 from Simplicitee/master
Horizontal Collisions and Barriers
2016-02-17 21:06:15 -08:00
Benford
af0cd7f3f7 Horizontal Collisions and Barriers
- Added a config option for if the block a player hits with horizontal
collisions is barrier.
2016-02-17 22:58:10 -05:00
OmniCypher
e572646f67 Merge pull request #409 from Simplicitee/master
Fix WaterSpout
2016-02-17 16:53:47 -08:00
Benford
e8e3a6f4ee Fix WaterSpout
- Fix removeSpouts method (needs to be tested because I couldn't test it
alone
- Fix remove setting flying and allow flight
2016-02-17 19:43:59 -05:00
OmniCypher
52271cf162 Merge pull request #408 from Simplicitee/master
Various fixes
2016-02-17 16:26:08 -08:00
Benford
79ecbf49c1 Various fixes
- Fixed several warnings
- Renamed BindingUpdateEvent to BindChangeEvent
- Fixed Icespike cooldown, pillar field, and pillar version
- Fixed WaterAbility.getNightFactor(double, World)
- Fixed AirShield knockback being more powerful than it should be
2016-02-17 19:14:30 -05:00
Benford
123f117f3d Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-02-17 16:30:50 -05:00
OmniCypher
c819b359a2 Merge pull request #407 from jedk1/master
Fix Combos & Bloodbending
2016-02-17 13:17:06 -08:00
jedk1
1e24828e73 Fix Bloodbending 2016-02-17 20:20:10 +00:00
jedk1
cb4003993f Fix Bloodbending 2016-02-17 20:19:18 +00:00
jedk1
c67f28fbb4 Fix Combos 2016-02-17 14:26:34 +00:00
OmniCypher
a0c13895e3 Merge pull request #406 from savior67/master
- /b who command now shows Chiblocker instead of Chibender
2016-02-15 19:35:08 -08:00
savior67
dbef318caf - /b who command now shows Chiblocker instead of Chibender 2016-02-15 22:30:08 -05:00
OmniCypher
f5c709799d Merge pull request #405 from savior67/master
- AirBurst no longer triggers doors/buttons/levers
2016-02-15 19:22:35 -08:00
savior67
a04409123c - Airburst no longer triggers doors/buttons/levers 2016-02-15 22:17:43 -05:00
OmniCypher
b701c86387 Merge pull request #404 from savior67/master
- EntityBendingDeathEvent now triggers from fire-related deaths
2016-02-15 19:14:09 -08:00
savior67
81bcfa9867 - EntityBendingDeathEvent now triggers when an entity is killed by fire originating from a bending ability 2016-02-15 21:40:05 -05:00
OmniCypher
a7b8dad7aa Merge pull request #403 from OmniCypher-/master
Fixes Dynamic digging depth & EarthSmash grab distance
2016-02-15 16:47:23 -08:00
OmniCypher
db257aa5f7 Fixes Dynamic dig depth & EarthSmash grab distance 2016-02-15 16:45:16 -08:00
OmniCypher
5cd8834085 Merge pull request #402 from OmniCypher-/master
Various fixes
2016-02-14 13:53:48 -08:00
OmniCypher
8527705ff3 Various fixes
Fixes cooldowns affecting fall induced shockwaves and airbursts
Fixes airscooter randomly ending
Fixes avatarstate causing jitter on airscooter
Fixes airscooter removing fly
Fixes preset message for perm remove
2016-02-14 13:50:02 -08:00
OmniCypher
27a658affe Merge pull request #401 from RoboMWM/patch-1
Compatibility with other plugins' explosions; resolves #400
2016-02-14 12:30:04 -08:00
OmniCypher
a676240bbe Merge pull request #394 from savior67/master
Adds BindingUpdateEvent and Changes PlayerBendingDeathEvent to EntityBendingDeathEvent
2016-02-13 14:23:56 -08:00
savior67
4ac4a2f646 - Changed PlayerBendingDeathEvent to EntityBendingDeathEvent 2016-02-13 12:42:35 -05:00
savior67
2953a7b921 Merge remote-tracking branch 'upstream/master' 2016-02-13 11:58:36 -05:00
RoboMWM
94787e5f39 Compatibility w/ other plugins' explosions #400
Is there a reason why this was placed here? If such a thing is needed, it'd be nice if it were under a config option then.
2016-02-11 22:57:17 -08:00