summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* 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
* Switched biome coords from chunk based to block basedRaphfrk2011-03-26-1/+1
* 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-1/+9
* Fixed CraftWorld.getSpawnLocation() not return the exact spawn location.sk89q2011-03-25-1/+1
* 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
* Implementation of LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamageErik Broes2011-03-24-0/+24
* Updated SoftMap to be concurrent.Raphfrk2011-03-23-28/+97
* Now also handle entities spawning on a loading a world. (Redacted by Grum)lem21h2011-03-23-0/+60
* Fixed the PLAYER_TELEPORT event so event.getTo().getWorld() is correct. (#451)Byron Shelden2011-03-23-15/+35
* Re-Implement BlockDamageErik Broes2011-03-23-0/+16
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, BLOCK_INTE...Erik Broes2011-03-23-0/+44
* Fix BlockPlaceErik Broes2011-03-21-0/+108
* Fixing event namesErik Broes2011-03-21-1/+1
* Adds an onLoad method to Plugin. The onLoad method is called for all plugins ...Raphfrk2011-03-14-0/+7
* Fixed setTypeIdAndData sending client updates when not using physicsRaphfrk2011-03-14-1/+5
* This should fix the chunk ghosting bugRaphfrk2011-03-14-2/+8
* Fix getDisplayName getting lost when getBukkitEntity is calledErik Broes2011-03-13-4/+2
* Added methods to support RemoteBukkitstevenh2011-03-12-3/+70
* Blocks now return power for sources other than redstone dustTahg2011-03-12-1/+1
* TextWrapper now wraps text at the proper width and also prevent splitting unl...Erik Broes2011-03-12-4/+14
* Sourcefiles shouldn't be executableErik Broes2011-03-12-0/+0
* Clean code a bitErik Broes2011-03-12-102/+92
* Added Player.sendRawMessage().sk89q2011-03-12-0/+4
* stupid ChunkPosition's are relative to the chunkTahg2011-03-11-1/+1
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-32/+36
* properly implement locksTahg2011-03-10-49/+33
* Additional hooks for chunksTahg2011-03-10-1/+28
* Additional redstone hooksTahg2011-03-10-1/+18
* Add non updating type/data setsTahg2011-03-10-0/+24
* Add locks to HashsetTahg2011-03-10-63/+128
* Attempt to fix console crashDinnerbone2011-03-09-1/+5
* Changed block cache to soft references (should help a lot with memory usage)Dinnerbone2011-03-09-1/+202
* Implemented LivingEntity.getEyeLocation()Andrew Ardill2011-03-09-0/+8
* Purged deprecated MobType and MobSpawnerDinnerbone2011-03-07-36/+1
* Implemented LivingEntity.damageDinnerbone2011-03-07-0/+8
* Regenerate and refresh chunk methodsRaphfrk2011-03-07-18/+64
* Fixed isChunkInUse()Raphfrk2011-03-07-2/+2
* Velocity now sends updates to playersDinnerbone2011-03-05-4/+3
* Updated CraftServer to lowercase r in registerInterface method..VictorD2011-03-05-1/+1
* Implemented Entity.get/setMomentumDinnerbone2011-03-04-0/+10
* Removed Block.getRawDataDinnerbone2011-03-04-7/+2
* Implements World.save and Server.savePlayers()Morgan Humes2011-03-02-1/+13
* Java 1.5 compat.Erik Broes2011-03-02-5/+40
* Synchronized and moved Hash classesFrozenCow2011-03-01-1/+287