summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityPlayer.java
Commit message (Collapse)AuthorAgeLines
* Fix formatting.Erik Broes2012-01-15-4/+4
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-27/+28
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Fixed a further exploit with players attacking more things that they shouldn't.Nathan Adams2012-01-14-1/+1
|
* Implemented new PlayerDeathEvent methods for exp settingNathan Adams2012-01-14-3/+19
|
* Updated to Minecraft 1.1Erik Broes2012-01-12-67/+58
|
* Fix balance of CraftBukkit start/end.Erik Broes2012-01-12-1/+1
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-12/+12
|
* Fix CraftBukkit comments.Erik Broes2012-01-12-3/+3
|
* Implemented (offline)player date methodsNathan Adams2011-12-12-1/+7
|
* Fixed issues with Ender Pearls. This fixes BUKKIT-248 and BUKKIT-264.EvilSeph2011-12-11-1/+1
|
* Fixed issues in our handling of The End as per BUKKIT-11.EvilSeph2011-12-10-0/+2
| | | | This also addresses BUKKIT-27.
* Fixed exp resetting upon teleporting cross-world (fixes BUKKIT-46. Again.)Nathan Adams2011-12-04-1/+1
|
* Fixed a few player-respawn issues. This should resolve BUKKIT-28 (Dupe bug), ↵Nathan Adams2011-12-04-0/+15
| | | | BUKKIT-29 (Poisons lasting), and BUKKIT-46 (XP resetting)
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-18/+18
|
* Update for 1.0.0Erik Broes2011-11-20-102/+157
|
* Added Player.get/setListName to change the name of the player on the player ↵sk89q2011-09-26-0/+2
| | | | list.
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-3/+3
|
* Made death message handling check for 'null' to disable death messages, ↵EvilSeph2011-09-21-1/+4
| | | | along with an empty string.
* Implements the ability to customise and remove Player death messages.Rigby2011-09-21-2/+5
|
* Refactored a bunch of death code into the event factoryDinnerbone2011-09-21-10/+3
|
* Fixed food data not persisting appropriately.EvilSeph2011-09-16-1/+0
|
* Fixed a couple of minor obf translationsDinnerbone2011-09-15-1/+1
|
* Rename revision 2Dinnerbone2011-09-15-7/+7
|
* Implemented food methods + fixed dying resetting foodDinnerbone2011-09-15-0/+1
|
* Fixed logging in to the wrong game modeDinnerbone2011-09-15-1/+3
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-82/+154
|
* Revert "Implements interface for changing the view distance."EvilSeph2011-08-15-63/+6
|
* Implements interface for changing the view distance.Andrew Ardill2011-08-15-6/+63
| | | | | | | | | | | | | | Uses default view distance if player's view distance is not set Throws an illegal argument exception if view distance is set too high or too low. Pushes notifications of server and world view distance changes to the player. Move view distance functions from PlayerManger to WorldServer. Set player minimum view distance to 1 for now. Reset player's 'last known' position when recalculating visible chunks. Use per-player view distance in chunk distance checks
* Made PlayerPortal event fire regardless of allow-nether setting.EvilSeph2011-08-05-2/+2
|
* Chunk Compression on seperate thread. Thanks to Zeerix.Rigby2011-08-03-1/+2
|
* Added reasons for entities regaining health.EvilSeph2011-06-30-1/+2
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-45/+49
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-59/+53
| | | | Also minimized all the nms diffs and generic cleanups all around.
* We build for JDK 1.5.EvilSeph2011-06-23-1/+1
|
* Added per player time support. Thanks eisental, Shamebot and needspeed10!EvilSeph2011-06-17-0/+13
|
* Generic cleanupErik Broes2011-06-12-4/+4
|
* Improved handling of being sent to your bed spawn if the world saved in your ↵EvilSeph2011-06-10-5/+5
| | | | player.dat no longer exists.
* reverted some changes that broke stuffTahg2011-06-09-13/+8
|
* Portal changes.Tahg2011-06-08-0/+21
|
* Re-added per-world PVP setting support which was accidentally lost in ↵EvilSeph2011-06-07-1/+2
| | | | translation. Thanks Rigby!
* Update for 1.6.6Erik Broes2011-05-31-2/+4
|
* Update for 1.6.5Erik Broes2011-05-30-48/+81
|
* Update for 1.6.3Dinnerbone2011-05-26-5/+0
|
* Implemented 1.6!Dinnerbone2011-05-26-41/+105
|
* Whitespace + general cleanupErik Broes2011-05-15-4/+4
|
* Moved inventory cleaning to occur after the event is called to preserve the ↵EvilSeph2011-05-09-3/+10
| | | | exact state of the inventory for plugin use.
* Added per world PVP setting support.Rigby2011-05-02-1/+1
|
* Fixed duping exploit.EvilSeph2011-04-27-0/+2
|
* Update for 1.5_02.Erik Broes2011-04-21-42/+59
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-56/+57
|