summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* 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
* Proper 'otherworld' chunkloadingErik Broes2011-02-07-1/+7
* Attempt to clear loaded chunks during multiworld teleportationDinnerbone2011-02-07-6/+59
* Fixed player teleportationDinnerbone2011-02-07-5/+3
* Added internal MC support for multiple worldsDinnerbone2011-02-07-3/+11
* SchedulerRaphfrk2011-02-07-0/+463
* Remove deprecated [gs]etTime callsErik Broes2011-02-06-11/+1
* Added CraftBlock.getVector().sk89q2011-02-05-0/+5
* getLoadedChunks methodRaphfrk2011-02-05-0/+4
* Added version output to CraftBukkit that displays on startup.EvilSeph2011-02-05-0/+1
* Addded: int getMaxPlayers()Animosity2011-02-05-0/+4
* fixed addItem hopefully tahg2011-02-04-1/+1
* Fix for multi-stack addsTahg2011-02-05-5/+5