Commit Graph

  • 9d396162f1 Hardcore.java cleanup bm01 2012-06-14 01:22:35 +0200
  • 4a0d9a96ab Fixed minor bug with Vampirism notification bm01 2012-06-14 00:48:40 +0200
  • 9f65e5a9ab PermissionsHandler was a stupid idea. GJ 2012-06-13 12:31:20 -0400
  • c71f4e438b Organize imports. GJ 2012-06-13 08:54:02 -0400
  • 14d13eb4c7 Archery rework. GJ 2012-06-13 08:53:18 -0400
  • 29c629eb22 WIP on Archery rework. GJ 2012-06-12 21:36:01 -0400
  • 050b794b42 Fixed NPE with /mmoedit bm01 2012-06-12 22:51:57 +0200
  • 89b5f8c275 Changelog NuclearW 2012-06-12 17:01:18 -0400
  • f589197321 Load the lowest chunklets right now. NuclearW 2012-06-12 17:00:05 -0400
  • 08e04b60d3 Merge e207d9829d into 09575a68f0 GitHub Merge Button 2012-06-12 13:50:31 -0700
  • 09575a68f0 Handle corrupt chunklets by making a new one and not throw stacktrace NuclearW 2012-06-12 16:45:28 -0400
  • c1b838e356 Typo fix NuclearW 2012-06-12 16:45:00 -0400
  • 8ed2696315 Fix issue with trying to remove all of the item in hand. GJ 2012-06-12 15:11:13 -0400
  • ab138bdba2 Javadocs, added Lighting to the damage types affected by Shock Proof GJ 2012-06-12 14:48:28 -0400
  • 5ba9fb78fd More tweaks to Taming. GJ 2012-06-12 14:42:38 -0400
  • 2d47447375 Begin rework of Taming skill GJ 2012-06-12 11:07:51 -0400
  • d9eaede4c2 Spacing GJ 2012-06-12 11:07:27 -0400
  • c6db11a10b Use EntityDamage event instead of EntityDamageByEnitity GJ 2012-06-12 10:23:34 -0400
  • 2225e542ad Spacing issues. GJ 2012-06-12 09:20:39 -0400
  • 975e13d45f Tweaked how we check XP gain permissions. GJ 2012-06-12 08:10:18 -0400
  • e207d9829d Fixed a bug where the list of edited blocks for the lowest quarter of a chunk were not loaded. Glitchfinder 2012-06-12 01:15:51 -0700
  • 534a165c45 Tweaked a few things bm01 2012-06-12 06:08:54 +0200
  • 5cff6ed67b Removed xpGainATS, it actually never worked bm01 2012-06-12 05:59:26 +0200
  • 3448733834 Removed unused variable bm01 2012-06-12 05:40:07 +0200
  • c382c95d24 Re-added respawnATS bm01 2012-06-12 05:32:56 +0200
  • 0034226fa7 Reorder constructors to avoid errors GJ 2012-06-11 21:03:49 -0400
  • 5f067a6bb5 More tweaks to Acrobatics. GJ 2012-06-11 20:37:09 -0400
  • 6ab1996440 Reworking of Acrobatics, plus an Acrobatics bugfix. GJ 2012-06-11 16:11:23 -0400
  • 5bff6d63f2 Removed unneeded reference bm01 2012-06-11 08:26:48 +0200
  • 5fe227b874 Forgot to change getParties bm01 2012-06-11 08:20:39 +0200
  • cbaf2f8370 More work on parties bm01 2012-06-11 07:45:14 +0200
  • 393ac886e2 Removed unneeded method bm01 2012-06-10 06:57:55 +0200
  • c9082083d1 Merged ProfileSaveTask and RemoveProfileFromMemory bm01 2012-06-10 06:55:27 +0200
  • 5d0d89e74d Changed party name restriction bm01 2012-06-09 20:32:35 +0200
  • e9c3583fd8 Added few forgotten things bm01 2012-06-09 20:11:11 +0200
  • 81eadc1418 No longer use/save party name in database and users flat file bm01 2012-06-09 19:48:18 +0200
  • dfff0efc0b Cleanup bm01 2012-06-09 19:29:44 +0200
  • 3732db2226 Reworked Party bm01 2012-06-08 23:48:41 +0200
  • e9ccdcfbbe Missing space! bm01 2012-06-08 20:04:45 +0200
  • 01345a5dc4 Fixed /mcremove on existing PlayerProfile bm01 2012-06-08 20:03:02 +0200
  • 90c8e57ed7 Reworked a little Users.java bm01 2012-06-08 19:13:17 +0200
  • d644b4c331 Fixed NPE with repairing items that rely on metadata. GJ 2012-06-06 18:27:52 -0400
  • 2f15c71412 Because making it upper case broke all the things. GJ 2012-06-06 18:02:22 -0400
  • 0a44a74f59 Cleanup (Yes, I'm that picky). GJ 2012-06-06 16:49:42 -0400
  • d07ae32d0c Merge 36ff532df9 into f876fe8d25 GitHub Merge Button 2012-06-06 13:05:03 -0700
  • f876fe8d25 Made API classes 'statics' bm01 2012-06-06 22:03:15 +0200
  • 290032646f Protect our hashmaps from bad people. GJ 2012-06-06 15:38:44 -0400
  • e5d2ed4bb2 Because lowercase class names are evil. GJ 2012-06-06 14:49:07 -0400
  • 36ff532df9 It have to be static. Cybermaxke 2012-06-06 16:57:45 +0300
  • e9ea0e0389 Created a variable for player name. GJ 2012-06-06 09:32:01 -0400
  • 35565bb021 Removed PlayerProfile save on User.removeUser, it's already done in RemoveProfileFromMemoryTask bm01 2012-06-06 02:20:33 +0200
  • 56aff1d191 Replaced playerName fields in PlayerProfile and Users by the Player object bm01 2012-06-06 01:19:39 +0200
  • b8be1d1866 Fix the Javadocs GJ 2012-06-05 11:05:51 -0400
  • 1d7d2cd52e Make it static. GJ 2012-06-05 11:05:44 -0400
  • 71446a12af Static ALL the things! GJ 2012-06-05 10:42:40 -0400
  • ca6cafaebd Cleanup GJ 2012-06-05 10:32:04 -0400
  • c97be335ee Avoid using mcMMO.p when we can GJ 2012-06-05 10:31:10 -0400
  • fd1227b87e No need for public constructor GJ 2012-06-05 10:30:38 -0400
  • 7ef72c501e Cleanup bm01 2012-06-05 16:31:55 +0200
  • f7ee96aa99 Fixed bug where admin chat was displayed to the whole server. GJ 2012-06-05 10:19:23 -0400
  • b84478898d Cleanup. GJ 2012-06-05 10:18:05 -0400
  • 6afe0e8a34 Organize imports. GJ 2012-06-05 10:13:10 -0400
  • 6e4f4b5c8d More cleanup. GJ 2012-06-05 10:07:35 -0400
  • f86fe4a138 Changelog update bm01 2012-06-05 15:57:54 +0200
  • 63c663b8c1 Fixed Archery PVP/PVE enablement not being used properly bm01 2012-06-05 15:47:52 +0200
  • a1296596fa Fixed possible NPE when a projectile doesn't have a shooter bm01 2012-06-05 15:39:04 +0200
  • 1cca4de9e5 Cleanup! GJ 2012-06-05 09:57:10 -0400
  • 7ada587df3 More Spout tool stuff. GJ 2012-06-04 10:36:24 -0400
  • 1e58c32a5f Change XP processing to use a single function. GJ 2012-06-04 09:30:51 -0400
  • 2a27048174 Functions that start with capital letters are bad. GJ 2012-06-04 09:08:41 -0400
  • 2b291954cf Javadocs. GJ 2012-06-04 09:03:25 -0400
  • 8f8bfc62ca Cleanup. GJ 2012-06-04 08:51:10 -0400
  • 38d4d448a9 Remove unused imports. GJ 2012-06-04 08:46:12 -0400
  • d5d11ca4bd Whoops nossr50 2012-06-03 15:39:13 -0700
  • e3e400f376 This should make us AntiCheat friendly. nossr50 2012-06-03 14:38:33 -0700
  • 6637758ad0 Fixed Spout item checks. GJ 2012-06-01 15:29:16 -0400
  • 41e9bd3cb5 WIP - Spout custom tool support GJ 2012-05-31 16:02:11 -0400
  • c2d1909379 Changelog update. GJ 2012-05-31 16:00:20 -0400
  • 77688f297f Fixed a few permissions errors. GJ 2012-05-31 15:23:38 -0400
  • 714f665cc7 Woodcutting to SkillCommand GJ 2012-05-31 15:14:40 -0400
  • ec138d5741 Unarmed to SkillCommand GJ 2012-05-31 15:10:58 -0400
  • 560e5aa19a Taming to SkillCommand GJ 2012-05-31 15:07:21 -0400
  • ad162f3366 Swords to SkillCommand GJ 2012-05-31 15:00:01 -0400
  • 5d07830339 Repair to SkillCommand GJ 2012-05-31 14:52:36 -0400
  • b310d25ee3 Cleanup. GJ 2012-05-31 14:44:54 -0400
  • 443ccbd807 Mining to SkillCommand GJ 2012-05-31 14:42:02 -0400
  • 8cdecf80c7 Herbalism to SkillCommand GJ 2012-05-31 14:36:14 -0400
  • a16d5435de Removed unneeded function call. GJ 2012-05-31 14:27:08 -0400
  • ec02422226 Fishing to SkillCommand GJ 2012-05-31 14:24:55 -0400
  • cc5d438550 Excavation to SkillCommand GJ 2012-05-31 14:18:03 -0400
  • 806d116501 Axes to SkillCommand GJ 2012-05-31 14:14:54 -0400
  • 066c9d9fec Archery to SkillCommand GJ 2012-05-31 14:08:17 -0400
  • 5b3b9fbc30 Tweak the way SkillCommands are constructed. GJ 2012-05-31 14:03:55 -0400
  • d15e189b7c Acrobatics to SkillCommand GJ 2012-05-31 14:01:47 -0400
  • 1bd9974f89 Abstract Skill Commands GJ 2012-05-31 13:50:37 -0400
  • 90296d87df Similarly return admin chat to ye olden method NuclearW 2012-05-30 11:18:25 -0400
  • 75b287771a Return party chat to ye olden method NuclearW 2012-05-30 11:13:34 -0400
  • 5765504796 Locale updates. GJ 2012-05-30 11:11:07 -0400
  • dda8c0c9e0 Fixed bug with Tree Feller changing durability too soon. GJ 2012-05-30 10:48:25 -0400
  • ce9d668602 Fixed bug with locale strings and party teleport. GJ 2012-05-30 10:40:58 -0400