| Commit message (Expand) | Author | Age | Lines |
* | Implements interface for changing the view distance. | Andrew Ardill | 2011-08-15 | -6/+56 |
* | Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q a... | EvilSeph | 2011-08-12 | -2/+368 |
* | Added permissions for each vanilla command - see http://wiki.bukkit.org/Vanil... | Dinnerbone | 2011-08-13 | -2/+162 |
* | Fixed chunks being overwritten with empty chunks when the memory setting is i... | Rigby | 2011-08-12 | -1/+7 |
* | Added missed colors to ColouredConsoleSender. Thanks flames! | EvilSeph | 2011-08-12 | -7/+11 |
* | Added "getViewDistance()", "getAllowNether()", "hasWhitelist()" and "getAllow... | EvilSeph | 2011-08-08 | -0/+20 |
* | Implemented per world setting to keep the spawn in memory or not. | Rigby | 2011-08-05 | -19/+43 |
* | Chunk Compression on seperate thread. Thanks to Zeerix. | Rigby | 2011-08-03 | -0/+137 |
* | Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent. | sunkid | 2011-07-28 | -5/+30 |
* | Added Version startup argument to Main. Thanks cyberdudedk! | EvilSeph | 2011-07-28 | -0/+4 |
* | Added various utility methods to make chunk handling easier. Thanks Meaglin! | EvilSeph | 2011-07-28 | -1/+29 |
* | Removed deprecated methods. | EvilSeph | 2011-07-27 | -16/+2 |
* | Implemented maxheight | Dinnerbone | 2011-07-20 | -0/+4 |
* | Implemented new permission system | Dinnerbone | 2011-07-17 | -1/+130 |
* | Removed some old deprecated code and clean up javadocs + warnings | Erik Broes | 2011-07-17 | -269/+5 |
* | Allow colorchar to be uppercase | Erik Broes | 2011-07-17 | -16/+12 |
* | Deprecated Block.getFace(Face) and Block.getFace(Face,int); use getRelative() | Erik Broes | 2011-07-17 | -2/+2 |
* | Implemented BLOCK_PISTON_CONTRACT/EXPAND | Erik Broes | 2011-07-17 | -1/+11 |
* | Don't use weak/soft references for keys, attempt to lessen memory impact further | Dinnerbone | 2011-07-16 | -2/+2 |
* | Readded ConcurrentSoftMap because apparently some plugins need this. (They re... | Dinnerbone | 2011-07-15 | -0/+271 |
* | Fixed huge memory leak (gigabytes/hour!) by placing a bukkit under the ceiling. | Dinnerbone | 2011-07-15 | -272/+6 |
* | Revert "Do not immediately re-queue repeating tasks, or they may simply keep ... | Dinnerbone | 2011-07-14 | -6/+1 |
* | Do not immediately re-queue repeating tasks, or they may simply keep repeatin... | Afforess | 2011-07-14 | -1/+6 |
* | Fixed missing BiomeBase.SKY to Biome.SKY mapping. Thanks mikeprimm! | EvilSeph | 2011-07-14 | -29/+35 |
* | Implemented pig zombie get/set anger functions. | Celtic Minstrel | 2011-07-14 | -0/+21 |
* | Fixed the accounting for world UID conflicts. | EvilSeph | 2011-07-13 | -3/+6 |
* | Implemented helper methods + new biome methods | Dinnerbone | 2011-07-13 | -30/+67 |
* | Account for world UID conflicts. | EvilSeph | 2011-07-13 | -0/+7 |
* | Made the order of aliases matter. We may or may not re-do this in a later build. | Rigby | 2011-07-13 | -1/+1 |
* | uuid changes | Tahg | 2011-07-13 | -4/+7 |
* | Added command line logging configuration which enables log file: | stevenh | 2011-07-10 | -1/+25 |
* | Use generators from bukkit.yml if none was specified at createWorld | Dinnerbone | 2011-07-08 | -0/+4 |
* | Update for 1.7.3 | Dinnerbone | 2011-07-08 | -1/+1 |
* | Okay, back to arbitrary offsets! | Dinnerbone | 2011-07-07 | -1/+1 |
* | Cleaned up this worlduid stuff a little. | Dinnerbone | 2011-07-07 | -3/+2 |
* | Made maps support MultiWorld worlds. | Rigby | 2011-07-07 | -1/+1 |
* | Implements a World UID. | Rigby | 2011-07-07 | -0/+15 |
* | Forgot version in CraftBukkit | Erik Broes | 2011-07-01 | -1/+1 |
* | Possible fix for cancelled CraftScheduler tasks still running. | EvilSeph | 2011-06-30 | -6/+31 |
* | Update to minecraft 1.7_01 | Dinnerbone | 2011-06-30 | -1/+1 |
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -1/+1 |
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -78/+87 |
* | Don't register commands only on init | Dinnerbone | 2011-06-26 | -7/+1 |
* | Delayed alias registration until postworld | Dinnerbone | 2011-06-24 | -2/+5 |
* | We build for JDK 1.5. | EvilSeph | 2011-06-23 | -1/+1 |
* | Made bukkit settings reload on reload(). | sunkid | 2011-06-23 | -4/+5 |
* | Fixed default command alias to do an array | Dinnerbone | 2011-06-22 | -1/+3 |
* | Implemented new alias system | Dinnerbone | 2011-06-22 | -3/+11 |
* | You may now set a generator to a default world using plugin.yml | Dinnerbone | 2011-06-22 | -0/+29 |
* | Implemented startup plugin loading | Dinnerbone | 2011-06-22 | -13/+20 |