summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/WorldServer.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-45/+61
|
* Expose API for managing and using GameRules. Adds BUKKIT-2757feildmaster2012-10-31-2/+3
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-122/+118
|
* [Bleeding] Avoid spawn checks on empty worlds. Fixes BUKKIT-2508Mike Primm2012-09-12-1/+1
| | | | | Change a server wide check for players to be world specific. Worlds without players will not spawn entities.
* Bulk pending cleanup.Wesley Wolfe2012-09-09-13/+13
|
* Update to 1.3.2Travis Watkins2012-08-25-16/+29
|
* Fix "block update packet" not being sent to the correct world. Fixes BUKKIT-2023feildmaster2012-08-12-1/+2
|
* Fixed translation issue breaking custom world generation. Fixes BUKKIT-1975EvilSeph2012-08-02-1/+1
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-43/+642
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-14/+7
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* 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
|