Commit graph

2094 commits

Author SHA1 Message Date
jedk1
68b7116bc4 Fix all chi abilities not respecting cooldowns 2016-02-02 23:59:16 +00:00
jedk1
857bf0c050 Fix smokescreen ignoring cooldowns 2016-02-02 22:30:05 +00:00
OmniCypher
ad285c57f7 Merge pull request #383 from jedk1/master
Update nearly all PRs above 357
2016-01-31 14:32:21 -08:00
jedk1
85f0e05c69 Update tab complete 2016-01-31 21:13:48 +00:00
jedk1
fcc9caed38 Update nearly all PRs above 357
Ignored most PRs relating to presets.
2016-01-31 21:02:21 +00:00
OmniCypher
433ee0d700 Merge pull request #382 from nathank33/master
CoreAbility Improvements and Bug Fixes
2016-01-31 11:57:53 -08:00
nathank33
04b98238e2 Improve AddonAbility plugin Support, Bug Fixes
AirFlight sneak not removing ability. Removed FireCombo debug messages.
/b display fix for AvatarAbilities. AvatarState charged fireblast radius
fix. Protect old addons from breaking the AbilityLoader.
2016-01-31 11:43:55 -08:00
Benford
cecdc20c8a Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-01-29 16:44:43 -05:00
Benford
adc8631d81 Correct kingbirdy's uuid
- Corrected kingbirdy's uuid in who command
2016-01-29 16:44:40 -05:00
Benford
a8b6f1ea7f Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-01-29 16:38:12 -05:00
OmniCypher
2e5ea583e3 Merge pull request #381 from nathank33/master
Refactored Ability System
2016-01-24 13:22:27 -08:00
nathank33
9624b95104 Add isEnabled() method to Ability 2016-01-24 13:17:55 -08:00
nathank33
8bc788c257 Add documentation, Fix ability bugs
Added documentation to Ability and CoreAbility.
Fixed a bug in BendingPlayer.canBend() which prevented bending from
working.
Fixed a bug in Presets which caused unbound slots to act as unbindable
abilities.
Fixed a self-bloodbending bug.
Updated cooldowns for abilities that require multiple files.
2016-01-18 19:56:13 -08:00
nathank33
203c4aa0b0 Cherry pick more PRs from master 2016-01-17 14:17:19 -08:00
Nathan Braun
0ba7dda744 Update config file 2016-01-16 13:08:16 -08:00
Nathan Braun
0e6e41ad88 Cherry pick pull requests from master 2016-01-16 13:08:16 -08:00
Nathan Braun
d2bd987895 Rebase master and refactor 2016-01-16 13:08:08 -08:00
kingbirdy
118ec1f32f Add SourceAbility, change getElementColor()
getElementColor() is now defined in CoreAbility in a way that handles all
cases, rather than each ElementAbility having to handle it seperately
2016-01-13 12:45:23 -08:00
kingbirdy
fd84051398 Add subabilities 2016-01-13 12:45:23 -08:00
Nathan Braun
ba3881d856 Add new CoreAbility API, Add BendingPlayer methods 2016-01-13 12:45:23 -08:00
kingbirdy
e4fee98492 Add SourceAbility, change getElementColor()
getElementColor() is now defined in CoreAbility in a way that handles all
cases, rather than each ElementAbility having to handle it seperately
2016-01-13 12:45:23 -08:00
kingbirdy
3b278f6e2b Add subabilities 2016-01-13 12:45:23 -08:00
Nathan Braun
7273613ba7 Add new CoreAbility API, Add BendingPlayer methods 2016-01-13 12:45:23 -08:00
OmniCypher
2e69f4142f Merge pull request #379 from jedk1/master
Fix NPE in EarthSmash
2016-01-12 15:15:51 -08:00
jedk1
4c549f6e78 Fix remove command not firing event 2016-01-12 22:05:28 +00:00
jedk1
4ba58e6072 Fix NPE in EarthSmash 2016-01-12 17:36:30 +00:00
OmniCypher
091f381def Merge pull request #376 from jedk1/master
Fix help command
2016-01-10 14:17:21 -08:00
jedk1
de5c45d0e6 Fix HealingWaters shift 2016-01-10 21:30:54 +00:00
jedk1
111ecd8f66 Fix help command
Stop help command from showing players commands they dont have
permissions to use
2016-01-10 21:19:34 +00:00
OmniCypher
3c893bbb8d Merge pull request #374 from jedk1/master
Fix WOF & ChiCombo
2016-01-10 11:08:46 -08:00
jedk1
1f4d65ad08 Fix WOF affecting entities in tempblocks 2016-01-09 15:27:19 +00:00
jedk1
0ca0f22370 Fix ChiCombo outofboundsexception 2016-01-08 18:07:29 +00:00
OmniCypher
0794c6945e Merge pull request #373 from OmniCypher-/master
Fixes Earth Revert dropping items on revert
2016-01-06 23:46:26 -08:00
OmniCypher
bec297cfde Merge pull request #371 from jedk1/master
Various Fixes
2016-01-06 23:45:23 -08:00
OmniCypher
650407ac59 Fixes Earth Revert dropping items on revert 2016-01-06 23:44:10 -08:00
jedk1
19c9a2a5e5 Merge remote-tracking branch 'upstream/master' 2016-01-06 14:10:30 +00:00
OmniCypher
28b27911f1 Merge pull request #372 from OmniCypher-/master
Update RPG Version
2016-01-05 15:35:38 -08:00
OmniCypher
d99ec8dc14 Update RPG Version 2016-01-05 15:32:00 -08:00
jedk1
066136fbe8 Fix Suffocate & Bloodbending "grab" range
Fix preset

Fix Suffocate & Bloodbending bending self

Fix Bloodbending & Suffocate "grab" range
2016-01-05 22:36:47 +00:00
OmniCypher
8049e87e52 Merge pull request #370 from Simplicitee/master
ProjectKorra + RPG compatibility
2016-01-04 16:52:59 -08:00
Benford
f9f776976e ProjectKorra + RPG compatibility
- Removed all event stuff from BendingManager
- Changed the checks in effected classes to match RPG
2016-01-04 19:22:50 -05:00
Benford
b3f277eb90 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-01-04 19:09:38 -05:00
OmniCypher
d1140761a9 Merge pull request #369 from OmniCypher-/master
Beta 9
2016-01-03 22:39:59 -08:00
OmniCypher
b690b84915 Beta 9 2016-01-03 22:36:51 -08:00
OmniCypher
fc5b852a00 Merge pull request #368 from OmniCypher-/master
Fixes EarthSmash Issues (cooldown/grab distance)
2016-01-03 02:43:07 -08:00
OmniCypher
5c556283a1 Fixes EarthSmash Issues (cooldown/grab distance) 2016-01-03 02:37:17 -08:00
Benford
ce97aa66a5 Merge remote-tracking branch 'refs/remotes/ProjectKorra/master' 2016-01-03 05:25:44 -05:00
OmniCypher
930a4d8255 Merge pull request #366 from OmniCypher-/master
Various Fixes (read desc) / Cleanup
2016-01-02 19:40:30 -08:00
OmniCypher
8d1e709672 Merge pull request #365 from StrangeOne101/master
Fix Tabbing + Fix Preset Messages
2016-01-02 19:38:50 -08:00
OmniCypher
7f0e671f4b Various Fixes (read desc) / Cleanup
Fixes grabbing EarthSmash after you shoot it
Fixes IceSpiking IceSpike projectiles
Fixes Selecting flowing water

Cleans unused/warnings
2016-01-02 19:36:55 -08:00