Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | Auto update gm version. | KHobbits | 2012-01-17 | -0/+1 | |
|/ / / | |||||
* | | | Removing 2 dead classes. | KHobbits | 2012-01-17 | -135/+2 | |
| | | | |||||
* | | | Merge branch 'refs/heads/master' into 3.0 | snowleo | 2012-01-13 | -1/+29 | |
|\| | | |||||
| * | | Add new eggs to items.csv | snowleo | 2012-01-12 | -0/+24 | |
| | | | |||||
| * | | Min Bukkit version is 1713 now | snowleo | 2012-01-12 | -1/+1 | |
| | | | |||||
| * | | Added the new Enchantments | snowleo | 2012-01-12 | -0/+4 | |
| | | | |||||
| * | | Netbeans 7.1 stuff | snowleo | 2012-01-12 | -20/+110 | |
| | | | |||||
| * | | CB#1713 B#1136 | snowleo | 2012-01-12 | -0/+0 | |
| | | | |||||
* | | | Create Files, if they don't exist | snowleo | 2012-01-12 | -5/+10 | |
| | | | |||||
* | | | ItemDb now loads in half the time, uses 72KB less memory. | snowleo | 2012-01-12 | -22/+23 | |
| | | | |||||
* | | | Better Location code for lazy loading worlds | snowleo | 2012-01-11 | -27/+300 | |
| | | | | | | | | | | | | This fixes problems with worlds that are loaded after the Location object is created and should prevent memory leaks when a world is unloaded. | ||||
* | | | Essentials should run now... | snowleo | 2012-01-10 | -4/+9 | |
| | | | |||||
* | | | Finished Protect, Essentials should build now. | snowleo | 2012-01-10 | -391/+513 | |
| | | | |||||
* | | | All tests should work now | snowleo | 2012-01-09 | -14/+444 | |
| | | | |||||
* | | | Cleanup of Console class | snowleo | 2012-01-06 | -9/+2 | |
| | | | |||||
* | | | Fixing Warp, Spawnmob signs | KHobbits | 2012-01-04 | -32/+30 | |
| | | | | | | | | | | | | Fix Imports | ||||
* | | | Fixing kit and protect signs (inGroup) | KHobbits | 2012-01-04 | -26/+11 | |
| | | | | | | | | | | | | Fix imports | ||||
* | | | Revert "Possible sign refactor?" | KHobbits | 2012-01-04 | -14/+28 | |
| | | | | | | | | | | | | This reverts commit 897571db7d838f0f2ff86cfb40b59fd0349f4974. | ||||
* | | | Possible sign refactor? | KHobbits | 2012-01-04 | -31/+26 | |
| | | | |||||
* | | | Cleaning up item spawning and kits. | KHobbits | 2012-01-04 | -86/+71 | |
| | | | |||||
* | | | ReadLock for realname | ementalo | 2012-01-04 | -821/+6 | |
| | | | | | | | | | | | | | | | Remove unneeded overrides Redo Khobbits messages_de changes | ||||
* | | | 3.0 updates - Main jar should build now | ementalo | 2012-01-04 | -27/+873 | |
| | | | |||||
* | | | Fix a few things for 3.0 | ementalo | 2012-01-04 | -26/+58 | |
| | | | | | | | | | | | | | | | | | | Test #843 - new config option added cancelTpRequestsOnWorldChange Test # 1255 - essentials.nogod.override permission added Test #1311 - added ban reason in /seen | ||||
* | | | Cleanup of Backup class | snowleo | 2012-01-04 | -64/+77 | |
| | | | |||||
* | | | Organize Imports | KHobbits | 2012-01-04 | -98/+51 | |
| | | | |||||
* | | | final is cleaner. | KHobbits | 2012-01-04 | -5/+3 | |
| | | | |||||
* | | | Readlocks maybe... | KHobbits | 2012-01-04 | -6/+11 | |
| | | | |||||
* | | | Fixing up kits. | KHobbits | 2012-01-04 | -60/+261 | |
| | | | |||||
* | | | More fixes for commands | snowleo | 2012-01-03 | -68/+116 | |
| | | | |||||
* | | | New names | snowleo | 2012-01-03 | -2/+2 | |
| | | | |||||
* | | | I always forget these | snowleo | 2012-01-03 | -44/+15 | |
| | | | |||||
* | | | More work on Protect | snowleo | 2012-01-03 | -141/+263 | |
| | | | |||||
* | | | This feels so good D: | snowleo | 2012-01-03 | -999/+579 | |
| | | | |||||
* | | | Starting to break Protect | snowleo | 2012-01-03 | -34/+64 | |
| | | | |||||
* | | | Prototype for grouping permissions into an enum | snowleo | 2012-01-02 | -0/+35 | |
| | | | |||||
* | | | Those are permission based now | snowleo | 2012-01-02 | -5/+1 | |
| | | | |||||
* | | | New Protect config | snowleo | 2012-01-02 | -0/+124 | |
| | | | |||||
* | | | EssentialsSpawn and EssentialsChat should build now again | snowleo | 2012-01-02 | -38/+215 | |
| | | | |||||
* | | | Netbeans 7.1 RC2 project stuff | snowleo | 2012-01-02 | -20/+110 | |
| | | | |||||
* | | | Merge branch 'refs/heads/master' into 3.0 | snowleo | 2012-01-02 | -0/+5 | |
|\| | | |||||
| * | | Merge pull request #42 from jjkoletar/patch-1 | snowleo | 2012-01-01 | -0/+5 | |
| |\ \ | | | | | | | | | No sending to all players, must specify target. | ||||
| | * | | No sending to all players, must specify target. | Jeremy | 2012-01-01 | -0/+5 | |
| |/ / | |||||
* | | | More work done on the 3.0 branch | snowleo | 2011-12-23 | -374/+1372 | |
| | | | |||||
* | | | Merge branch 'refs/heads/master' into 3.0 | snowleo | 2011-12-22 | -20/+40 | |
|\| | | | | | | | | | | | | | | Conflicts: Essentials/src/com/earth2me/essentials/Essentials.java | ||||
| * | | Only info not a warning if a file is missing | snowleo | 2011-12-20 | -3/+1 | |
| | | | |||||
| * | | Correctly match release and non release versions of bukkit. | snowleo | 2011-12-20 | -1/+1 | |
| | | | |||||
| * | | Fix sending our player object to other plugins. | snowleo | 2011-12-20 | -1/+1 | |
| | | | |||||
| * | | Always return an offlineplayer object with the name, that the user wants. | snowleo | 2011-12-19 | -7/+23 | |
| | | | |||||
| * | | Fix double names in /balancetop and show display name in balancetop | snowleo | 2011-12-19 | -8/+8 | |
| | | | |||||
| * | | Merge branch 'master' of github.com:essentials/Essentials | KHobbits | 2011-12-19 | -2/+8 | |
| |\ \ |