summaryrefslogtreecommitdiffstats
path: root/src/main/java/net
Commit message (Expand)AuthorAgeLines
* added some API for entitiesTahg2011-04-04-5/+117
* Changed PlayerQuit to allow last minute modifications to player state.afforess2011-04-03-5/+7
* Added player.saveData and player.loadData.afforess2011-04-03-1/+1
* Base digging/blockbreaks on actual time rather than the servers tickrate.Erik Broes2011-04-03-2/+3
* Added the ability to set the quit messageRaphfrk2011-04-02-4/+8
* Added VEHICLE_DESTROY eventRobert Sargant2011-04-02-0/+23
* 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
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-759/+985
* 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
* Ctrl+C saves world before stoppingDinnerbone2011-03-29-1/+3
* Fixed trickle exploitDinnerbone2011-03-27-0/+237
* Line endings, damnit!Dinnerbone2011-03-27-5/+5
* 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-4/+3
* 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-86/+48
* Added ability to disable the join/leave notices by setting the message to nul...Raphfrk2011-03-26-3/+15
* Add LEFT_CLICK_BLOCK's faceErik Broes2011-03-26-3/+5
* Implement player.getCompassTargetErik Broes2011-03-25-2/+10
* Fix inability to use items under certain circumstancesErik Broes2011-03-25-7/+9
* Fixed unable to eat/throwErik Broes2011-03-24-10/+13
* 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/+1
* Fix 'double RIGHT_CLICK' event on right-clicking a block with a non-interacti...Erik Broes2011-03-24-44/+24
* Update to PlayerMoveEvent. The From field is set the value of the previous T...Raphfrk2011-03-23-5/+11
* Now also handle entities spawning on a loading a world. (Redacted by Grum)lem21h2011-03-23-41/+17
* Fix the "Ghost minecart" issue.Nicholas Devenish2011-03-23-5/+0
* 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-4/+21
* 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/+21
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, BLOCK_INTE...Erik Broes2011-03-23-673/+96
* Implement Bucket eventsErik Broes2011-03-21-30/+124
* Fix BlockPlaceErik Broes2011-03-21-202/+247
* Fix BlockCanBuildErik Broes2011-03-21-1/+1
* Redstone torch fixErik Broes2011-03-21-5/+22
* Fixing event namesErik Broes2011-03-21-20/+21
* BLOCK_PLACE supports pie, diode and reedErik Broes2011-03-18-0/+128
* Fix BLOCK_PLACED when placing on snow/stepErik Broes2011-03-18-6/+7
* Hacky solution to expose ip. Will fix properly later if I care to give a ****tahg2011-03-18-0/+2
* BlockInteract fixed for pressure platesErik Broes2011-03-17-22/+23
* Added missing EntitySquid, you can now prevent them from spawning!Gunther De Wachter2011-03-17-0/+2