summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeLines
* All inventory stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-17/+17
| | | | org.bukkit.craftbukkit.inventory
* All inventory stuff in org.bukkit moved to org.bukkit.inventoryDinnerbone2011-01-15-99/+99
|
* All entity stuff in org.bukkit.craftbukkit moved to ↵Dinnerbone2011-01-15-49/+81
| | | | org.bukkit.craftbukkit.entity
* All entity stuff in org.bukkit moved to org.bukkit.entityDinnerbone2011-01-15-92/+93
|
* Remove debug stuff, oopsErik Broes2011-01-15-11/+1
|
* Implemented clear/remove for inventoriesErik Broes2011-01-15-0/+31
|
* Events should be present tense, not paste tense.Erik Broes2011-01-15-24/+24
|
* Changed BlockFace enum to match coding standardsDinnerbone2011-01-15-18/+18
|
* Implemented int getBlockTypeIdAt(int x, int y, int z).Erik Broes2011-01-15-1/+5
|
* Global ID -> Id renameErik Broes2011-01-15-71/+87
|
* Implemented BlockState MaterialDataDinnerbone2011-01-15-8/+33
|
* Added kick playerspeakeasy2011-01-15-0/+5
|
* Various fixes; boats, minecarts, musicblocksDinnerbone2011-01-14-4/+13
|
* Really fixed block placement... Really.Dinnerbone2011-01-14-3/+2
|
* Fixed blocks not keeping data on placementDinnerbone2011-01-14-568/+568
|
* Fixed levers + buttonsDinnerbone2011-01-14-2/+2
|
* Update to Minecraft Server 1.2_01Dinnerbone2011-01-14-3/+2
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-1042/+1197
|
* Fixed Vehicle.eject() not ejecting players properly.sk89q2011-01-12-1/+10
|
* add redstone hooksTahg2011-01-12-33/+536
|
* Merge branch 'eggThrown' of https://github.com/tkelly910/CraftBukkit into ↵Taylor Kelly2011-01-11-0/+289
|\ | | | | | | tkelly910-eggThrown
| * updated EntityEggTaylor Kelly2011-01-11-14/+65
| |
| * EggThrownTaylor Kelly2011-01-11-0/+238
| | | | | | | | Event
* | Small whitespace/warning sanitationErik Broes2011-01-11-6/+1
| |
* | Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-818/+771
|/ | | | the cost of extra ()'s
* Fixed BROKEN spammingTaylor Kelly2011-01-10-0/+2
|
* Fixed CraftWorld.spawnArrow() not setting X, Y, Z positions correctly.sk89q2011-01-10-1/+1
|
* Fixed file name mismatch :(speakeasy2011-01-11-72/+7
| | | | Signed-off-by: speakeasy <mekevin1917@gmail.com>
* Clean up and fix bug in NetworkAcceptThread and NetworkListenThread classes.speakeasy2011-01-11-0/+138
| | | | Signed-off-by: speakeasy <mekevin1917@gmail.com>
* Added hooks for BlockIgniteEventspeakeasy2011-01-11-0/+354
| | | | Signed-off-by: speakeasy <mekevin1917@gmail.com>
* Remember, minimal diffs and *NO TABS*Erik Broes2011-01-10-105/+105
|
* Fixed NPETaylor Kelly2011-01-09-3/+2
|
* Revert "Bukkit Timers, now with 100% less github-services branch."Dinnerbone2011-01-10-13/+0
| | | | This reverts commit 7c37a03a092be7e9c3fb242b4cbe4f6644899af6.
* Fixed CIPTaylor Kelly2011-01-10-11/+10
|
* Fixed NPETaylor Kelly2011-01-10-3/+7
|
* Fixed EntityZombieTaylor Kelly2011-01-10-1/+1
|
* Bukkit Timers, now with 100% less github-services branch.thylordroot2011-01-10-0/+13
|
* -Taylor Kelly2011-01-10-14/+30
|
* BlockDamagedEventTaylor Kelly2011-01-10-33/+198
|
* EntityCombustEventTaylor Kelly2011-01-10-0/+141
|
* PlayerInventory.getSize should not count armor slots.Erik Broes2011-01-10-8/+12
|
* Fixed some bugs with inventoryErik Broes2011-01-09-42/+51
|
* Merge branch 'master' of https://github.com/Bukkit/CraftBukkitTahg2011-01-09-142/+4619
|\
| * Tahg's fix for BlockDoor needs to downcastdurron5972011-01-09-1/+2
| |
| * Added getContents() to IInventory and implemented it.Erik Broes2011-01-09-35/+1557
| | | | | | | | | | Implemented Inventory and PlayerInventory and updated StorageMinecart and Slot. Added getMaxStackSize to CraftItemStack.
| * Another dumb bucket bug.durron5972011-01-09-0/+1
| |
| * Fixed stupid bug with buckets and signs.durron5972011-01-09-1/+2
| |
| * Implemented item drops.sk89q2011-01-08-0/+50
| |
| * Changed Block.setTypeID() to return a boolean indicating whether the block ↵sk89q2011-01-08-2/+3
| | | | | | | | was changed (as provided by Minecraft).
| * Added BLOCK_INTERACT eventdurron5972011-01-08-0/+1256
| |