Commit graph

1798 commits

Author SHA1 Message Date
MistPhizzle
7f569d67bb Add Kiam's UUID 2015-04-12 20:13:06 -04:00
MistPhizzle
c0f3f5b470 /bending who uses UUIDs for Staff
- vidcom now displays as Concept Designer / Community Moderator
- Kiam should be a Concept Designer
- Hit_Manx now displayed as Wiki Contributor
2015-04-12 20:13:05 -04:00
MistPhizzle
100451d4f6 Merge pull request #110 from jacklin213/bugfix
BugFixes
2015-04-12 20:12:54 -04:00
MistPhizzle
29747202fb Merge pull request #109 from jacklin213/master
Fix deprecation from 9f969f1, small clean up
2015-04-12 20:12:44 -04:00
Jack Lin
d3cfaf327a Fix NPE in FlightAbility
Caused by lines 30-33 calling remove(player) which calls flight.remove()
when flight == null
2015-04-11 12:00:28 +12:00
Jack Lin
e471809049 Fix deprecation from 9f969f1, small clean up 2015-04-10 12:55:23 +12:00
MistPhizzle
e8b02e23f6 Merge pull request #108 from jacklin213/master
Update to 1.8.3 method for getTargetBlock
2015-04-06 12:00:23 -04:00
Jack Lin
9f969f19f2 Finish Update for getTargetBlock 2015-04-06 15:14:50 +12:00
Jack Lin
454c1bcdc0 Update to 1.8.3 method for getTargetBlock 2015-04-06 15:10:21 +12:00
MistPhizzle
931891c463 1.6.0 BETA 18 2015-04-05 20:36:07 -04:00
MistPhizzle
9f58aeda01 Merge Pull Request #102 from Carbogen 2015-04-05 20:14:01 -04:00
MistPhizzle
30aa3a8606 Merge pull request #100 from HeyAwesomePeople/patch-1
Updated Commands.java
2015-04-05 20:07:31 -04:00
MistPhizzle
068d8dfa3d Merge pull request #103 from jacklin213/bugfix
Bugfixs
2015-04-05 20:05:04 -04:00
MistPhizzle
39a066718c Merge pull request #107 from OmniCypher-/master
Fixes and Additions
2015-04-05 20:03:16 -04:00
OmniCypher
71e2171056 Fixes and Additions
Fixes:
Recalibrated Colored Particles to 1.8.3 (fixing lightning)
Moved OmniCypher to Dev list (finally)
Additions:
playLightningParticles():
Callable method in Methods class for dev's to easily display Lightning
Particles.
displayColoredParticle():
Callable method in Methods class to easily create and display and passed
in hexadecimal RGB value. Handles multiple particle types.
displayParticleVector()
Callable method in Methods class to easily create and display particles
which will smoothly translate to relative coordinates over time. Handles
multiple particle types.
2015-03-26 22:01:47 -07:00
MistPhizzle
c3876a8f18 1.6.0 BETA 17 2015-03-15 11:33:09 -04:00
MistPhizzle
f303f28abf Merge pull request #106 from Alex-The-Coder/CooldownChangeEvent-Edits
Cooldown Modifications
2015-03-15 11:27:05 -04:00
MistPhizzle
36307fa88a Merge pull request #105 from Alex-The-Coder/master
Spring Cleaning!
2015-03-15 11:26:08 -04:00
AlexTheCoder
a8490f02e4 Avoiding potential bugs 2015-03-14 05:10:22 -04:00
AlexTheCoder
3ead8469cc Cooldown Modifications
AvatarState Cooldown Modifications:
- Converted the AvatarState to use the same BPlayer cooldown manager as
all the other abilities

CooldownChangeEvent Modifications:
- Make cooldown changes cancellable so as to increase API functionality
2015-03-14 04:13:27 -04:00
AlexTheCoder
853aec2b5b Spring Cleaning!
Cleaned up the Code:
- Removed all unused imports
- Added suppress warning annotations to all warnings
2015-03-14 02:10:25 -04:00
MistPhizzle
1446dcc1d4 1.6.0 BETA 16 2015-03-08 12:45:09 -04:00
MistPhizzle
e826dac198 Merge pull request #104 from nathank33/master
Code Cleanup
2015-03-08 12:32:30 -04:00
Jack Lin
d56380a5e3 Fix NPE in OctopusForm 2015-02-19 10:11:10 +13:00
Jack Lin
2e336595c0 Fix NPE caused by revert() in Flight 2015-02-19 10:10:55 +13:00
Jack Lin
a34bdbaa62 Fix incorrect world check FireShield 2015-02-17 21:54:44 +13:00
nathank33
6d3a48b189 Lightning Merge Conflict 2015-02-15 22:43:40 -08:00
Jack Lin
1a405d296e Add world checks EarthSmash 2015-02-16 19:08:07 +13:00
Jack Lin
386904e300 Add world check AirSwipe 2015-02-16 19:07:57 +13:00
Jack Lin
ce7838f618 Fix NPE in Methods for isChiBlocked() 2015-02-16 19:01:23 +13:00
Jack Lin
e9827fd499 Add world checks FireShield 2015-02-16 18:26:49 +13:00
Jack Lin
bb9dc95dd7 Add world check AirShield 2015-02-16 18:25:05 +13:00
Jack Lin
a6213f6f66 Fix WaterManipulation NPE 2015-02-16 18:24:55 +13:00
Jack Lin
6fc808fd71 Attempt NPE fix FireCombo
getTopBlock() could return null. You cannot getLocation() of null
therefore generating NPE
2015-02-16 18:24:36 +13:00
Jack Lin
ec1cfff771 Fix NPE in Flight 2015-02-16 17:37:08 +13:00
MistPhizzle
fc5646e4f9 1.6.0 BETA 15 2015-02-08 10:50:08 -05:00
MistPhizzle
d30058d707 Merge pull request #97 from Carbogen/master
Added a ComboAddonAPI and fixed some bugs with HorizontalCollision Damage
2015-02-08 10:46:51 -05:00
HeyAwesomePeople
0236b2072e Updated Commands.java
Line 792 was causing SQLException: "Before start of result set". Fixed by placing the call to result set in the for loop, which insures that the string calling of "uuid" will work.
2015-02-07 21:02:18 -08:00
Brendan Wilson
7131f516bb Implemented a custom addon Combo API
Reworked my old ComboModuleAPI and built it right into ProjectKorra
Core. This version supports /pk h <element>combo messages and will
append the addon-combo's description and instructions to the messages
sent. I also reworked the way the combos are coded to make them very
similar to ordinary addon abilities.
2015-02-07 17:01:22 -05:00
Brendan Wilson
da94a97538 Altered the HVCEvent listener
Added a check for damage > 0, so that if not the plugin will not even
damage the entity, preventing the red flash and knockback receiving 0
damage would cause.
2015-02-07 14:26:10 -05:00
Brendan Wilson
792bfa70ca Added a configuration option for HCD
HorizontalCollisionDamage will not activate if the corresponding
configuration node is set to false.

Also changed the Bloodbending-at-any-time message in /pk who for better
looks.
2015-02-07 14:22:47 -05:00
Brendan Wilson
6bc5d6ade0 Fixed duplicate instances occuring in the HCS 2015-02-06 11:20:37 -05:00
Brendan Wilson
fa77e46c3e Fixed a typo in HorizontalVelocityChangeEvent
`getDistanceTravelled()` was renamed to `getDistanceTraveled()` to
respect proper English spelling.
2015-02-05 17:56:54 -05:00
Brendan Wilson
b67d3d2e0a Revert "Revert "Modified the HorizontalCollision damage calculation.""
This reverts commit 31cbac3666.
2015-02-05 17:42:53 -05:00
Brendan Wilson
31cbac3666 Revert "Modified the HorizontalCollision damage calculation."
This reverts commit 675200ccd1.
2015-02-05 17:38:41 -05:00
Brendan Wilson
675200ccd1 Modified the HorizontalCollision damage calculation.
Instead of solely relying on delta velocity, the equation now
incorporates a configurable minimum distance to give damage and also
gives the distance travelled a say.
2015-02-05 17:38:21 -05:00
Brendan Wilson
a8794eab6b Made a few changes to the Wall Damage System
Airblast will no longer crash when it gets to invoking a
HorizontalVelocityTracker.
The HorizontalVelocityTracker now cancels if the entity comes in contact
with water.
The HorizontalVelocityChangeEvent listener in PKListener now only works
if the entity's ID is NOT the same as the instigator's.
2015-02-05 13:43:04 -05:00
MistPhizzle
43a560d912 1.6.0 BETA 14 2015-02-04 22:40:53 -05:00
MistPhizzle
b252fa98d8 Merge pull request #96 from jedk1/master
Quick Database name change fix
2015-02-04 22:37:35 -05:00
MistPhizzle
dea1d28ffd Merge pull request #93 from Carbogen/master
Added Wall Damage and made some abilities detectable through the API
2015-02-04 22:37:27 -05:00