summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/WorldServer.java
Commit message (Collapse)AuthorAgeLines
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-2/+2
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-8/+4
|
* Updated to rename revision 02Erik Broes2012-03-01-2/+2
|
* Fix formatting.Erik Broes2012-01-15-1/+1
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-12/+12
| | | | | 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.
* Updated to Minecraft 1.1Erik Broes2012-01-12-2/+5
|
* Implemented 1.0.1 fixes. This fixes BUKKIT-3, BUKKIT-39, BUKKIT-150Nathan Adams2011-12-01-1/+12
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-4/+4
|
* Update for 1.0.0Erik Broes2011-11-20-8/+22
|
* Exempted moving pistons from the tile entity fix.EvilSeph2011-10-03-4/+0
|
* Attempt to fix any damage caused by misplaced tile entitiesDinnerbone2011-10-03-0/+56
|
* Blocked access to ColouredConsoleSenders constructor, implemented ↵Dinnerbone2011-09-24-0/+4
| | | | getConsoleSender
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-17/+17
|
* Revert "Implements interface for changing the view distance."EvilSeph2011-08-15-53/+1
|
* Implements interface for changing the view distance.Andrew Ardill2011-08-15-1/+53
| | | | | | | | | | | | | | 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
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-25/+20
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Moved spawn-protection from server.properties into (settings.)spawn-radius ↵Dinnerbone2011-06-17-1/+1
| | | | in bukkit.yml
* Moved some craftbukkit stuff down from WorldServer to World; should fix a ↵Dinnerbone2011-06-17-18/+5
| | | | few NPEs during generation, and saves on a lot of casting
* Generic cleanupErik Broes2011-06-12-6/+8
|
* Fixed cancelled lighting strikes dealing damage.EvilSeph2011-06-10-7/+8
|
* Fixed weather changes affecting players in all worlds, instead of their ↵EvilSeph2011-06-09-4/+10
| | | | respective worlds.
* Implemented custom chunk generators and block populatorsDinnerbone2011-06-06-4/+25
|
* More multiworld fixesTahg2011-05-31-6/+10
|
* Update for 1.6.5Erik Broes2011-05-30-3/+3
|
* Fixed a bunch of multiworld issues (entity tracking etc)Dinnerbone2011-05-27-0/+2
|
* Implemented 1.6!Dinnerbone2011-05-26-14/+15
|
* Whitespace + general cleanupErik Broes2011-05-15-14/+16
|
* Changed LightningStrikeEvent to return a LightningStrike and not an Entity.sk89q2011-05-06-1/+1
|
* Added per world PVP setting support.Rigby2011-05-02-0/+1
|
* Added events related to weather in 1.5. Thanks wizjany!EvilSeph2011-04-25-2/+10
|
* Update for 1.5_02.Erik Broes2011-04-21-13/+34
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-27/+27
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-4/+4
|
* Minor cleanupsErik Broes2011-03-23-1/+0
|
* Generic code cleanupErik Broes2011-02-23-7/+8
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-30/+32
|
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-1/+1
|
* Make the spawning listen to the server spawn-settingsErik Broes2011-02-13-3/+5
|
* Added spawn-protection property to server.propertiesZenexer2011-02-10-1/+1
|
* Added spawn-protection property to server.propertiesZenexer2011-02-10-7/+7
|
* Added spawn-protection property to server.propertiesZenexer2011-02-10-7/+7
|
* Make Explosion remember whether it was canceled so that WorldServer can ↵culturespy2011-02-08-0/+6
| | | | avoid sending unneeded explode packets.
* Oops! This matters.Dinnerbone2011-02-08-1/+1
|
* Oopsie on compile issueErik Broes2011-02-07-7/+3
|
* Moved changes we did to WorldServer back down to World.Erik Broes2011-02-07-59/+0
|
* Possibly fixed block/chunk leakingDinnerbone2011-02-07-0/+2
|
* Update chunk handling.Erik Broes2011-02-02-29/+0
|
* Added support for different tree generation types and a callback.sk89q2011-01-30-2/+3
|
* Optimized blockCache, now only stores blocks asked forErik Broes2011-01-30-15/+17
|