summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/WorldManager.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-1/+5
|
* [Bleeding] Check visibility API for sounds. Fixes BUKKIT-2210mbax2012-09-14-0/+6
| | | | | | | | | | | | This implementation of a visibility API check for sounds was created by adding extra methods carrying the source entity in WorldManager and ServerConfigurationManagerAbstract and adding a test for canSee in the SCMA sendPacketNearby method. This approach involves no logic copying, just method addition. I opted to cast to WorldManager as: 1) IWorldAccess is not in CraftBukkit at the moment 2) There is no other IWorldAccess implemented in CraftBukkit, nor is there likely to be one soon. If that day comes, easy fix.
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-8/+28
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-0/+2
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-2/+0
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-3/+3
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-1/+1
|
* More multiworld fixesTahg2011-05-31-4/+4
|
* Implemented 1.6!Dinnerbone2011-05-26-8/+10
|
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-7/+7
|
* Generic code cleanupErik Broes2011-02-23-4/+5
|
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-1/+1
|
* Added internal MC support for multiple worldsDinnerbone2011-02-07-0/+39