summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Forces clients to update to the new time immediately when setTime or setFullT...afforess2011-04-02-0/+6
* Added VEHICLE_DESTROY eventRobert Sargant2011-04-02-0/+23
* Implemented the new SpawnChangeEvent in CraftWorld.setSpawnLocation()William Bowers2011-04-02-0/+7
* Changed default database location to {NAME}.db instead of database.dbDinnerbone2011-04-01-1/+1
* Added mysql depDinnerbone2011-04-01-0/+5
* Implemented ebeansDinnerbone2011-04-01-0/+46
* Made Server a singletonDinnerbone2011-04-01-0/+2
* Fix Entity.setVelocityErik Broes2011-04-01-1/+1
* Fix world.getFullTime()Erik Broes2011-04-01-1/+1
* Exempt players from calling CreatureSpawnErik Broes2011-04-01-2/+2
* Fix coordinates on SIGN_CHANGEErik Broes2011-04-01-2/+2
* Updated packet-filtersErik Broes2011-04-01-33/+34
* Capture errors in plugins onLoadDinnerbone2011-03-31-2/+2
* Implemented WolfDinnerbone2011-03-31-0/+42
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-789/+1020
* 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
* 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
* 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 sto...Erik Broes2011-03-26-0/+1
* 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 Gh...Celtic Minstrel2011-03-26-3/+3
* Added ability to disable the join/leave notices by setting the message to nul...Raphfrk2011-03-26-3/+15
* 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
* Updated README.mdErik Broes2011-03-25-0/+3
* 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