OmniCypher
93543139c6
Merge pull request #234 from StrangeOne101/master
...
Fix Earth Passive and Commands
2015-09-07 12:38:38 -07:00
StrangeOne101
41600734b1
Fix Earth Passive Not Reverting Damage Values
...
Fixes the bug where landing on earth changes it to sand but does not
change the blocks back with the correct damage value
2015-09-07 19:35:57 +12:00
StrangeOne101
53958f0467
Fix Ability Help Command
...
Fixes help commands not giving right color for moves.
Fixes all commands being passed args only as lowercase.
2015-09-07 18:20:22 +12:00
StrangeOne101
c0a03b0fb5
Fix Combo Display Command
...
Fixes technical combos being displayed
2015-09-07 17:19:48 +12:00
OmniCypher
8c2bcdc1d0
Merge pull request #231 from DotDashh/master
...
Remove useless 'plugin' field in ConfigManager.
2015-09-04 16:27:00 -07:00
DotDash
e4a0c30ae4
Remove useless plugin field.
2015-09-03 19:30:47 -05:00
DotDash
8834bd2413
Update ProjectKorra.java
2015-09-03 19:30:22 -05:00
Jack Lin
43491a9c22
Add fail-safe for version CaSe to Updater
2015-08-31 12:33:12 +12:00
OmniCypher
1549ed913c
Merge pull request #230 from kingbirdy/master
...
Add Eclipse launch configuration
2015-08-30 17:12:50 -07:00
kingbirdy
100e53ab7c
Add Eclipse launch configuration
2015-08-30 20:02:26 -04:00
OmniCypher
d23874f1e6
Merge pull request #229 from jacklin213/bugfix
...
General Cleanup, Fix Update command
2015-08-30 16:42:55 -07:00
OmniCypher
b4a60038e9
Merge pull request #228 from kingbirdy/wip/debugger
...
Add support for eclipse run configurations
2015-08-30 16:42:46 -07:00
Jack Lin
e63494f691
Fix Check command displaying wrong latest version
2015-08-31 11:24:33 +12:00
Jack Lin
70f4e34c52
Rename PKCommandInterface to SubCommand
2015-08-31 11:21:31 +12:00
Jack Lin
e7c6ed70f6
General cleanup from BETA 3
2015-08-31 11:20:24 +12:00
kingbirdy
fe5f87df32
Add support for eclipse run configurations
2015-08-28 21:44:41 -04:00
OmniCypher
6b8da55145
Merge pull request #227 from OmniCypher-/master
...
1.8.0 BETA 3
2015-08-28 18:10:38 -07:00
OmniCypher
73cf713b9d
1.8.0 BETA 3
2015-08-28 18:09:43 -07:00
OmniCypher
e87913a165
Merge pull request #226 from kingbirdy/fix/who
...
Fix staff titles not displaying with /b who
2015-08-28 17:34:44 -07:00
OmniCypher
5cf06e6cde
Merge pull request #225 from kingbirdy/fix/database
...
Change Preset queries to use PreparedStatements
2015-08-28 17:34:36 -07:00
kingbirdy
3fbaa7768a
Fix staff titles not displaying with /b who
...
- Add grasshopperMatt to staff list
2015-08-28 17:31:13 -04:00
kingbirdy
50c4a65281
Change Preset queries to use PreparedStatements
...
- Fix bug in /b add not saving elements
- Fix bug in /b who causing error looking up nonbenders
- Change table creation to use proper lengths and primary keys
2015-08-28 16:03:16 -04:00
OmniCypher
36f1ddd285
Merge pull request #224 from kingbirdy/fix/presets
...
Fix Presets not saving
2015-08-27 15:28:27 -07:00
OmniCypher
b84c761670
Merge pull request #223 from kingbirdy/wip/commands
...
Rewrite commands to use command executor objects
2015-08-27 15:28:20 -07:00
OmniCypher
73bc2dd73d
Merge pull request #221 from Simplicitee/patch-2
...
Add missing import
2015-08-27 15:27:55 -07:00
kingbirdy
07e61a19b8
Rewrite commands to use command executor objects
...
- New executor class for each command, extends new abstract PKCommand
- Rewrote Commands to use the new objects
- Update references to old Commands class
2015-08-27 02:01:16 -04:00
kingbirdy
48df96a251
Fix Presets not saving
2015-08-27 01:28:06 -04:00
Simplicitee
24df3069b2
Add missing import
...
- Added missing import for CoreAbility
2015-08-23 21:15:26 -04:00
MistPhizzle
75f1d0f437
Merge pull request #220 from kingbirdy/fix/npe
...
Fix NPE caused by null BendingPlayer
2015-08-23 18:24:03 -05:00
MistPhizzle
e937d697b8
Merge pull request #219 from Simplicitee/patch-1
...
Fix ability paralyzing
2015-08-23 18:23:58 -05:00
MistPhizzle
93e18ea975
Merge pull request #218 from kingbirdy/master
...
Fix NPE in GeneralMethods
2015-08-23 18:23:41 -05:00
MistPhizzle
c8a5451235
Merge pull request #217 from jacklin213/bugfix
...
[BUGFIX] 1.8.0 BETA 2
2015-08-23 18:23:36 -05:00
MistPhizzle
5fba28b840
Merge pull request #216 from nathank33/master
...
Fix ComboManager Lag Issue
2015-08-23 18:23:29 -05:00
MistPhizzle
336b3da292
Merge pull request #215 from jedk1/master
...
Spectator Fix & AirSweep Fix (Again)
2015-08-23 18:23:07 -05:00
kingbirdy
078c4c0f94
Fix NPE caused by null BendingPlayer
2015-08-23 16:28:32 -04:00
Jack Lin
c3c86f5734
Remove config option for TagAPI
2015-08-23 10:52:42 +12:00
Jack Lin
541579d787
Fix NPE for LunarEclipseMessage
2015-08-23 10:52:22 +12:00
Simplicitee
44ad44021d
Fix ability paralyzing
...
- Fixes fireblast and other abilities paralyzing the hit player on contact.
2015-08-22 18:24:41 -04:00
kingbirdy
ba76586243
Fix NPE in GeneralMethods
2015-08-22 17:25:02 -04:00
Jack Lin
c47ee36097
Fix Updater not recognizing core build, imports
2015-08-22 14:19:30 +12:00
Nathan Braun
8e8e4a2555
Fix ComboManager Lag Issue
2015-08-21 13:40:26 -07:00
jedk1
374632a772
Redo on fixing AirSweep going through blocks
2015-08-21 15:36:28 +01:00
jedk1
5b7edaeb00
Disabled bending in spectator mode.
2015-08-21 15:18:04 +01:00
MistPhizzle
eeae6d217b
1.8.0 BETA 2
2015-08-21 10:09:26 -04:00
MistPhizzle
f12062f5b8
Merge pull request #214 from kingbirdy/fix/bending-display
...
Move ChiComboManager to ChiCombo, integrate with ComboManager
2015-08-21 09:42:45 -04:00
kingbirdy
df944ae3ce
Move ChiComboManager to ChiCombo, integrate with ComboManager
...
- Fix display color of /bending help chicombo
- Fix chi combos not appearing in /bending help chicombo
- Change n^2 search in GeneralMethods to n search in ComboManager
- Add javadocs to ComboManager
2015-08-21 02:41:56 -04:00
MistPhizzle
e2a1d5132f
DisplayName fix
...
Shouldn't conflict with other nickname plugins now
2015-08-20 23:24:55 -04:00
MistPhizzle
9102fd7fc2
Merge pull request #213 from nathank33/master
...
Efficiency Improvements, EarthSmash Fix, Fire Revert Fix
2015-08-20 19:35:31 -04:00
Nathan Braun
2e5312fb1f
Improve ComboManager Efficiency
2015-08-20 16:22:02 -07:00
MistPhizzle
96eb4e0e8e
Merge pull request #212 from kingbirdy/fix/watermanip
...
Fix WaterManipulation stalling on slot change
2015-08-20 18:47:06 -04:00