summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeLines
...
* Added method to set spawn locationSpeaKeasY2011-03-01-1/+10
* Sped up teleporting even more, + fixed isSneakingDinnerbone2011-02-28-18/+5
* - fix VEHICLE_COLLISION_BLOCK event firingTanel Suurhans2011-02-28-1/+1
* implement World.getPlayersTanel Suurhans2011-02-28-0/+17
* - add BedBlock - implement BLOCK_INTERACT for bedsTanel Suurhans2011-02-28-0/+155
* Hacky fix against block invulnerabilityDinnerbone2011-02-28-0/+18
* Spiral teleporting! Wheeeee!Dinnerbone2011-02-28-0/+2
* BUGFIX: Damage events should be using getDamage() to set damage.Andrew Ardill2011-02-28-2/+5
* Removing debug statements.EvilSeph2011-02-28-48/+17
* Implemented Server.getPluginCommandDinnerbone2011-02-28-0/+10
* Catch errors loading pluginsDinnerbone2011-02-27-1/+7
* Implemented chat recipientsDinnerbone2011-02-26-2/+2
* Removed onCommandDinnerbone2011-02-26-11/+0
* Fixed empty console! Oops!Dinnerbone2011-02-26-4/+4
* Added command line option 'date-format' to control how dates are printed to c...Dinnerbone2011-02-26-5/+40
* More PLAYER_ITEM blockFace fixes of static fails; (1!=l) -- Thanks Scient for...Erik Broes2011-02-25-4/+4
* Prevent movement event to be spammed for moving less than a pixel.Erik Broes2011-02-25-1/+12
* Startup time now reported in seconds, nanoseconds, Really? O.oErik Broes2011-02-25-1/+7
* Properly handle PLAYER_ITEM and its clickedFace.Erik Broes2011-02-25-14/+14
* Fixed 'sign'-BlockFace (1!=l).Erik Broes2011-02-25-1/+1
* All worlds should be saved on save-all. Player data should be saved when a sa...EvilSeph2011-02-25-2/+4
* Added ">" to input command line, separated it from output buffer properlyDinnerbone2011-02-25-6/+7
* Much better console interaction. History, no more losing the command, colours...Dinnerbone2011-02-25-7/+176
* Temporary fix for teleportationDinnerbone2011-02-25-0/+19
* possible fix for block breaking bugTahg2011-02-24-26/+32
* Fixed logging back in on non-default worlds (Yes really)Dinnerbone2011-02-24-1/+6
* Fixed ENTITY_DAMAGE involving slimes (per DHowet)Dinnerbone2011-02-24-2/+20
* Attempt to convert multiworld worlds... world.Dinnerbone2011-02-24-0/+9
* Fixed some debugTahg2011-02-24-8/+30
* synchronize hashmap lookupsTahg2011-02-23-1/+3
* attempt to track down some bugsTahg2011-02-23-0/+6
* Corrected Exceptions text when loading and saving opsstevenh2011-02-24-2/+2
* Fixed CraftItem NPEsDinnerbone2011-02-23-0/+1
* Generic code cleanupErik Broes2011-02-23-344/+415
* BlockStationary fixErik Broes2011-02-23-1/+1
* ConsoleCommandSender no longer has a default constructor, use ConsoleCommandS...Dinnerbone2011-02-23-2/+8
* possible fix for levers, ladders, and buttonsspeakeasy2011-02-23-1/+1
* Fixed bad cast in EntityItemDinnerbone2011-02-23-1/+1
* Fix for isOpTahg2011-02-23-1/+1
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-3280/+3170
* Fix PlayerRespawnEvent for multi-worldsTaylor Kelly2011-02-22-0/+5
* refactor ItemsTahg2011-02-21-58/+72
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-151/+106
* Merge branch 'master' of github.com:Bukkit/CraftBukkitDinnerbone2011-02-21-50/+248
|\
| * returning if a thread is not alive should happen before any changes toAndrew Ardill2011-02-21-2/+2
| * implementation of isQueued()Andrew Ardill2011-02-21-0/+14
| * Second part of NPE and arctan update :3VictorD2011-02-20-19/+34
| * Added null pointer check and switched to a faster arctan methodVictorD2011-02-20-0/+45
| * Fix encoding in net.minecraft.server files.Daniel Chesters2011-02-20-16/+16
| * Fixed issue with color markers in messages sent to the client.David Flemström2011-02-20-5/+71