summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* ConsoleCommandSender no longer has a default constructor, use ConsoleCommandS...Dinnerbone2011-02-23-1/+5
* Fix for isOpTahg2011-02-23-1/+1
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-217/+219
* refactor ItemsTahg2011-02-21-51/+65
* 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-15/+24
* Added null pointer check and switched to a faster arctan methodVictorD2011-02-20-0/+45
* Fixed issue with color markers in messages sent to the client.David Flemström2011-02-20-1/+64
* Prevent Blocks from getting lost when a chunk reloadsErik Broes2011-02-20-1/+15
* Added Entity.remove() which marks an entity for removal.sk89q2011-02-19-1/+6
* Redirect System.out and System.err to a LoggerDinnerbone2011-02-20-0/+36
* When deprecating, the alternative should be provided.EvilSeph2011-02-19-4/+4
* Added target block ray trace functionality.Raphfrk2011-02-18-0/+70
* Added setFireTicks(), getFireTicks() and getMaxFireTicks().Protected2011-02-18-0/+12
* Implemented a whole buncha Location overrides in CraftWorldDinnerbone2011-02-18-0/+16
* Implementation of spawnCreature(Location, CreatureType)Andrew Ardill2011-02-17-0/+15
* Updated to use CreatureType and CreatureSpawnerAndrew Ardill2011-02-17-11/+46
* Added Player.chat().sk89q2011-02-16-0/+4
* implementation of isCurrentlyRunning(int taskId);Andrew Ardill2011-02-17-4/+24
* Allows calling of functions in the main threadRaphfrk2011-02-13-1/+132
* Fixes a deadlock issue in CraftSchedulerRaphfrk2011-02-13-1/+5
* Replace a net.minecraft accessor with a public attr.Stéphan Kochen2011-02-12-1/+1
* Added MaxSpeed methods to minecarts. Added MaxSpeed methods to boats. Added S...afforess2011-02-12-0/+49
* Added implementation of Colorable to CraftSheepAndrew Ardill2011-02-12-0/+11
* Merge branch 'master' of https://github.com/Bukkit/CraftBukkitTahg2011-02-10-5/+33
|\
| * Fixed chunk unloadingDinnerbone2011-02-10-0/+1
| * Worlds are now in the order they are loaded, with [0] being defaultDinnerbone2011-02-09-2/+2
| * Probably fixed getLoadedChunks()Dinnerbone2011-02-09-2/+3
| * Added Creature.getTargetDinnerbone2011-02-09-0/+8
| * Added Creature.setTarget per jlogsdonJames Logsdon2011-02-09-1/+19
* | added method to force an inventory updateTahg2011-02-08-0/+4
|/
* inventory fixesTahg2011-02-08-2/+9
* Implemented Sneak eventAlexander Hesse2011-02-08-0/+8
* Just cleaning some commits. Don't mind me.Dinnerbone2011-02-08-12/+97
* Added loadChunk, unloadChunk and unloadChunkRequest.Dinnerbone2011-02-08-1/+25
* Implemented WORLD_LOADEDDinnerbone2011-02-08-0/+4
* Implemented new Server methods (getWorld + changes to createWorld)Dinnerbone2011-02-08-9/+21
* @Override interface implementation is 1.6 exclusivelyErik Broes2011-02-07-1/+0
* I'm quite aware that I fail at merging.Dinnerbone2011-02-07-2/+11
* CraftWorld.toString has nameDinnerbone2011-02-07-1/+1
* Fixed inventory transitionDinnerbone2011-02-07-1/+4
* Possibly fixed block/chunk leakingDinnerbone2011-02-07-2/+2
* Changes to reflect new Environment enumDinnerbone2011-02-07-2/+13
* NPEDinnerbone2011-02-07-2/+0
* Fixed invisibility after cross-world teleportationDinnerbone2011-02-07-17/+26
* Fixed various multiworld teleporting issuesDinnerbone2011-02-07-6/+17
* Fixed NPE after traveling to another worldDinnerbone2011-02-07-0/+1
* Probably definitely fixed mob leakingDinnerbone2011-02-07-1/+2
* Possibly fixed world leaks (mobs crossing into other worlds)Dinnerbone2011-02-07-0/+2