Glitchfinder
|
bc4d34f2fc
|
Merge pull request #446 from Glitchfinder/master
Shutting down more concurrency errors.
|
2013-01-07 01:21:47 -08:00 |
|
Glitchfinder
|
6565d84cf9
|
Shutting down more concurrency errors.
|
2013-01-07 01:20:36 -08:00 |
|
Glitchfinder
|
95ed33b2ce
|
Merge pull request #443 from Glitchfinder/master
Merge conflicts are fun.
|
2013-01-06 18:03:56 -08:00 |
|
Glitchfinder
|
e8f6d4107b
|
Merge conflicts are fun.
|
2013-01-06 18:02:52 -08:00 |
|
Glitchfinder
|
deb0b211b4
|
Merge pull request #442 from Glitchfinder/master
Updating permissions to be more consistent.
|
2013-01-06 17:59:50 -08:00 |
|
Glitchfinder
|
83888f80d4
|
Fixing merge conflicts
|
2013-01-06 17:59:31 -08:00 |
|
Glitchfinder
|
974862a60a
|
Updating permissions for consistency.
|
2013-01-06 17:52:31 -08:00 |
|
Glitchfinder
|
d0c051a9c2
|
Merge pull request #419 from Glitchfinder/master
Patching two bugs.
|
2013-01-02 18:06:34 -08:00 |
|
Glitchfinder
|
d444e088c4
|
Patching a bug where mcMMO drops too few items, and yet another concurrent modification exception.
|
2013-01-02 18:03:52 -08:00 |
|
Glitchfinder
|
b95ac44a4c
|
Merge pull request #409 from TfT-02/master
More fixes
|
2013-01-01 19:36:38 -08:00 |
|
Glitchfinder
|
4161952566
|
Merge pull request #410 from Glitchfinder/master
Fixing a concurrent modification error.
|
2013-01-01 19:26:39 -08:00 |
|
Glitchfinder
|
5b18abbea0
|
Fixing a concurrent modification error.
|
2013-01-01 19:25:35 -08:00 |
|
TfT_02
|
66cc9bc6db
|
Fixed a bug where GreenThumb_StageChange wasn't read from advanced.yml
|
2013-01-02 02:10:16 +01:00 |
|
TfT_02
|
4f8337c11a
|
Fixed a bug which caused advanced.yml not to respect every MaxChance node
|
2013-01-02 01:27:50 +01:00 |
|
TfT_02
|
3aee334fbd
|
Fixed Arcobatics & Archery ignoring ChanceMax settings from advanced config
|
2013-01-02 00:34:32 +01:00 |
|
TfT_02
|
6d76a14ed0
|
Update the README
Added link to the mcMMO jenkins and removed the link to the dead forums
|
2013-01-02 00:18:41 +01:00 |
|
gmcferrin
|
48150e2002
|
Move permissions declaration to the constructor.
|
2013-01-01 17:54:58 -05:00 |
|
TfT_02
|
d741d9a11e
|
Merge pull request #400 from TfT-02/master
Various fixed for issues in the issue tracker
|
2013-01-01 14:17:06 -08:00 |
|
gmcferrin
|
3194baffd7
|
Use finals rather than local variables.
|
2013-01-01 17:12:15 -05:00 |
|
TfT_02
|
7a49fbb0bb
|
Update the changelog with recent changes by Glitchfinder
|
2013-01-01 22:42:27 +01:00 |
|
gmcferrin
|
1ff1704697
|
Fixed some parameterization issues.
|
2013-01-01 16:13:33 -05:00 |
|
gmcferrin
|
aeaad41c45
|
Fix static access issues.
|
2013-01-01 16:04:53 -05:00 |
|
gmcferrin
|
15cdf3bfd6
|
More unused imports
|
2013-01-01 16:03:33 -05:00 |
|
gmcferrin
|
146fa474a1
|
Removed unused import
|
2013-01-01 16:02:39 -05:00 |
|
gmcferrin
|
11468abc98
|
Fixed update for Mining refactoring
|
2013-01-01 16:01:51 -05:00 |
|
gmcferrin
|
ef6d47b801
|
Update for Mining refactoring.
|
2013-01-01 15:54:41 -05:00 |
|
Glitchfinder
|
bfdb825e0b
|
Merge pull request #406 from Glitchfinder/master
Fixing a few issues in the Tracker
|
2012-12-31 20:00:29 -08:00 |
|
Glitchfinder
|
707a388c51
|
Fixed an issue where dropped items did not retain custom NBT data.
|
2012-12-31 19:57:21 -08:00 |
|
Glitchfinder
|
d33334708d
|
Fixing recursion errors by switching from an unnecessary btree to a simple ArrayList.
|
2012-12-31 19:40:33 -08:00 |
|
Glitchfinder
|
0e853d44b7
|
Fixing a bug where repairing could leave items with the enchant effect but no enchantments.
|
2012-12-31 16:04:17 -08:00 |
|
TfT_02
|
c598f202f8
|
Updated the changelog
|
2012-12-31 19:09:10 +01:00 |
|
Glitchfinder
|
e607e04af4
|
Merge pull request #396 from Glitchfinder/master
Fixes and Patches
|
2012-12-31 10:03:19 -08:00 |
|
TfT_02
|
802d1dfa8e
|
Fixed some mistakes with the path names #404
|
2012-12-31 18:40:15 +01:00 |
|
TfT_02
|
00279502e4
|
This does prevent using wood axes everytime you tree fell
|
2012-12-31 11:04:01 +01:00 |
|
TfT_02
|
cc18794a93
|
Don't damage the tool more than it's max durability
|
2012-12-31 11:00:27 +01:00 |
|
Glitchfinder
|
905e92fa4d
|
Adding the ability to track spawned mobs when chunks unload.
|
2012-12-30 19:51:26 -08:00 |
|
TfT_02
|
7a503ea76c
|
Updated the changelog
This hasen't got any major attention since the 14th of August, untill
now.
|
2012-12-31 02:24:07 +01:00 |
|
TfT_02
|
eed8a57ff9
|
Merge pull request #392 from TfT-02/master
Various fixed for issues in the issue tracker
|
2012-12-30 15:03:12 -08:00 |
|
TfT_02
|
2968803f29
|
Fixed formatting
|
2012-12-31 00:01:58 +01:00 |
|
TfT_02
|
6cf6e8ab54
|
This needs to be on this line.
|
2012-12-30 23:54:51 +01:00 |
|
TfT_02
|
3668249267
|
Iterate through the durability damage with Unbreaking check
|
2012-12-30 23:46:21 +01:00 |
|
Glitchfinder
|
28b092a4e3
|
Adding Bats, Giants, Withers, and Wither Skeletons to the combat experience list.
|
2012-12-30 12:33:38 -08:00 |
|
Glitchfinder
|
c0bba7dead
|
Merge pull request #395 from Glitchfinder/master
Fixing an issue where players repaired items a hundred times better than they should be able to.
|
2012-12-30 09:39:05 -08:00 |
|
Glitchfinder
|
7fc8d432b5
|
Fixing an issue where players repaired items a hundred times better than they should be able to.
|
2012-12-30 09:37:38 -08:00 |
|
TfT_02
|
34027ee7c4
|
Ignore all Mac OSX filesystem dust
|
2012-12-30 13:37:34 +01:00 |
|
TfT_02
|
dc675162c9
|
Update the locale files
|
2012-12-30 13:37:07 +01:00 |
|
TfT_02
|
db370418f8
|
Add version number to /mcmmo command
Also used the logger in onEnable and onDisable
|
2012-12-30 00:02:39 +01:00 |
|
TfT_02
|
43de871392
|
Fixed enchantments being ignored + removed uneccesary code
Fixed Unbreaking enchantments being ignored when using Treefelling and
when hit by Armor Impact
|
2012-12-29 22:38:57 +01:00 |
|
TfT_02
|
5e9c483892
|
Merge pull request #387 from dualspiral/EventFix
Don't fire Party Change event if player can't change parties
|
2012-12-29 13:12:10 -08:00 |
|
Glitchfinder
|
17169903b4
|
Merge pull request #391 from Glitchfinder/master
Fixing Data Value issues caused by the patch to deprecated ItemStack use.
|
2012-12-29 13:02:07 -08:00 |
|