summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-788/+1019
|
* CreatureSpawnEvent: Fix forgotten inheritance with CreatureTypeErik Broes2011-03-30-2/+3
|
* world.spawnCreature cast fixErik Broes2011-03-30-1/+1
|
* Add MONSTER to CreatureSpawnEventErik Broes2011-03-29-4/+7
|
* Move passenger-handling to CraftEntityErik Broes2011-03-29-27/+26
|
* Allow GIANTS to spawn from EggsErik Broes2011-03-29-0/+3
|
* Changed the Kick result from KICK_BANNED to KICK_WHITELIST because not being ↵HACKhalo22011-03-29-1/+1
| | | | on the whitelist doesn't mean your banned.
* RegisterInterface reload bug fixStephen2011-03-29-1/+2
|
* Ctrl+C saves world before stoppingDinnerbone2011-03-29-1/+20
|
* Moved WORLD_LOAD event to after world is actually loadedDrakia2011-03-29-3/+1
|
* Fixed trickle exploitDinnerbone2011-03-27-0/+237
|
* Line endings, damnit!Dinnerbone2011-03-27-227/+227
|
* Limit server to only send the packets it creates and only accept the packets ↵Erik Broes2011-03-27-0/+252
| | | | the client creates
* Updated for the changes done in BukkitErik Broes2011-03-27-5/+5
|
* Fix some wrong event creations after previous changeErik Broes2011-03-26-7/+6
|
* Reset 'stance' to something valid after receiving a broken one. Hopefully ↵Erik Broes2011-03-26-0/+1
| | | | stops the server from falling over.
* Updated for the cleanups done in BukkitErik Broes2011-03-26-94/+49
|
* Implement Sheep.get/setSheared.Celtic Minstrel2011-03-26-0/+8
|
* Implement Slime.set/getSize()Celtic Minstrel2011-03-26-0/+11
|
* World.spawnCreature now returns LivingEntity instead of Creature, to allow ↵Celtic Minstrel2011-03-26-3/+3
| | | | Ghasts and Slimes to be spawned using the command.
* Added ability to disable the join/leave notices by setting the message to ↵Raphfrk2011-03-26-3/+15
| | | | null in the event. The join message is moved to the onJoinEvent rather than during login
* Switched biome coords from chunk based to block basedRaphfrk2011-03-26-1/+1
|
* Add LEFT_CLICK_BLOCK's faceErik Broes2011-03-26-3/+5
|
* Added Server.getServerId() for ID purposes.sk89q2011-03-26-6/+8
|
* Copy displayname when cross-world teleportingErik Broes2011-03-25-0/+1
|
* Implement player.getCompassTargetErik Broes2011-03-25-3/+19
|
* Fixed CraftWorld.getSpawnLocation() not return the exact spawn location.sk89q2011-03-25-1/+1
|
* Fix inability to use items under certain circumstancesErik Broes2011-03-25-7/+9
|
* Fixed unable to eat/throwErik Broes2011-03-24-10/+13
|
* Stop GIANT discriminationErik Broes2011-03-24-0/+3
|
* Fix CreatureType of CreatureSpawn eventErik Broes2011-03-24-12/+12
|
* Prevent double CraftWorld for the same worldErik Broes2011-03-24-1/+1
|
* Reset blocks faster clientsideErik Broes2011-03-24-0/+11
|
* Minor logic change and small cleanupsErik Broes2011-03-24-5/+6
|
* Fix accidental Double.MAX_VALUE coordinates in initial PlayerMoveEventErik Broes2011-03-24-10/+13
|
* Implementation of LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamageErik Broes2011-03-24-1/+25
|
* Fix 'double RIGHT_CLICK' event on right-clicking a block with a ↵Erik Broes2011-03-24-44/+24
| | | | non-interactive object
* Updated SoftMap to be concurrent.Raphfrk2011-03-23-28/+97
|
* Update to PlayerMoveEvent. The From field is set the value of the previous ↵Raphfrk2011-03-23-5/+11
| | | | To Field, and, Pitch or Yaw changes of more then 10 degrees will trigger the event
* Now also handle entities spawning on a loading a world. (Redacted by Grum)lem21h2011-03-23-41/+77
|
* Fix the "Ghost minecart" issue.Nicholas Devenish2011-03-23-5/+0
| | | | | | | | | | | This reverts commit 73647864179cbab9f340044e9d33add445fbe774 - "Ignore entity movement packets if distance == 0" This a commit introduced an intermittent bug which has caused minecart ghosting - they are invisible until you interact with them physically. This is described in leaky bugs: http://leaky.bukkit.org/issues/547 http://leaky.bukkit.org/issues/563 And caused by the fact that normally when loading a chunk, entities fall with gravity before the block data has been loaded, and are sent a zero-distance packet to reset their positions. See Issue #190: https://github.com/Bukkit/CraftBukkit/issues/#issue/190
* Allow Vehicle Motion to save properlyafforess2011-03-23-8/+13
|
* Small cleanup for the last commitErik Broes2011-03-23-11/+7
|
* Fixed the PLAYER_TELEPORT event so event.getTo().getWorld() is correct. (#451)Byron Shelden2011-03-23-19/+56
|
* Fix doors not updating after opening has been deniedErik Broes2011-03-23-2/+16
|
* Minor cleanupsErik Broes2011-03-23-20/+10
|
* Re-Implement BlockDamageErik Broes2011-03-23-53/+37
|
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, ↵Erik Broes2011-03-23-673/+140
| | | | BLOCK_INTERACT, BLOCK_RIGHT_CLICK
* Implement Bucket eventsErik Broes2011-03-21-30/+124
|
* Fix BlockPlaceErik Broes2011-03-21-202/+355
|