summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/World.java
Commit message (Expand)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-5/+2
* Mark entities as invalid when they get despawned. Addresses BUKKIT-810Travis Watkins2012-06-28-0/+2
* Revert obsolete "fix" for Redstone Torchesfeildmaster2012-05-17-4/+1
* Avoid doing unnecessary range checks when we're looping from start to end.Travis Watkins2012-04-23-2/+3
* Filter entity spawning sanely.feildmaster2012-04-15-1/+1
* Use SpawnReason.DEFAULT instead of SpawnReason.CUSTOM, freeing CUSTOM to plug...feildmaster2012-04-14-1/+1
* Mark entities as dead when spawning fails. Treat as canceled if entity is dead.feildmaster2012-04-03-15/+14
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-9/+9
* [Bleeding] Implemented ProjectileLaunchEvent. Addresses BUKKIT-284Celtic Minstrel2012-03-15-0/+5
* Made golems spawning respect spawn-animals for real. Fixes BUKKIT-1124EvilSeph2012-03-11-2/+2
* Made iron golems spawning to defend villagers respect spawn-animals. Fixes BU...EvilSeph2012-03-10-1/+1
* Made zombie invasions respect spawn-monsters setting. Fixes BUKKIT-1123EvilSeph2012-03-10-1/+1
* Added missing filters to addEntity. Fixes BUKKIT-794EvilSeph2012-03-08-1/+1
* Fixed porting issue in World. Now uses correct variable names to add chunks f...Travis Watkins2012-03-02-1/+1
* Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943Nathan Adams2012-03-02-1/+1
* Fix porting issue in World.mayPlace Fixes BUKKIT-915Tahg2012-03-01-1/+1
* World height related fixes - 128 -> 256. Addresses BUKKIT-889Mike Primm2012-03-01-1/+1
* Potentially fixed crash when building at max world heightNathan Adams2012-03-01-1/+1
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-439/+503
* Updated to rename revision 02Erik Broes2012-03-01-7/+7
* Added configurable animal and monster ticks per spawn setting.EvilSeph2012-02-10-1/+6
* Put statement inside CraftBukkit blockErik Broes2012-01-28-1/+1
* Prevent (Entity) null to be added to the entity list.Erik Broes2012-01-27-0/+2
* Fix formatting.Erik Broes2012-01-15-3/+2
* Update for 1.1_01 renames.Erik Broes2012-01-15-28/+28
* Prevent unbounded TickList growth on busy servers (>1000 events/tick). This c...Mike Primm2012-01-14-1/+7
* Updated to Minecraft 1.1Erik Broes2012-01-12-96/+102
* Fix balance of CraftBukkit start/end.Erik Broes2012-01-12-2/+0
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-7/+7
* Fix CraftBukkit comments.Erik Broes2012-01-12-34/+34
* Fixed NPE in World. Fixes BUKKIT-306. Thanks Evenprime!EvilSeph2012-01-07-0/+3
* Performance update to remove several very high counts of temp object creationTahg2011-12-06-10/+16
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-20/+20
* Remove expensive debugcalls from production codeErik Broes2011-11-26-32/+32
* Update for 1.0.0Erik Broes2011-11-20-312/+553
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-8/+8
* Fixed allow-animals not applying to chunk generation.EvilSeph2011-09-20-0/+7
* Removed some unneeded code, possibly fixed animal spawningDinnerbone2011-09-15-8/+2
* Update for Minecraft 1.8Dinnerbone2011-09-15-404/+562
* Extremely experimental fix to the tile-entity wipe, thanks to WugDinnerbone2011-08-08-0/+14
* Implemented per world setting to keep the spawn in memory or not.Rigby2011-08-05-0/+1
* Removed deprecated methods.EvilSeph2011-07-27-4/+4
* Possibly fixed crashes caused by tile entities under certain circumstances ag...EvilSeph2011-07-13-3/+9
* Fixed uuid code that was prematurely pushed.Warren Loo2011-07-13-1/+3
* Possibly fixed crashes caused by tile entities under certain circumstances.Warren Loo2011-07-13-1/+3
* uuid changesTahg2011-07-13-0/+6
* Update for 1.7.3Dinnerbone2011-07-08-33/+52
* Update to minecraft 1.7_01Dinnerbone2011-06-30-34/+28
* Update to Minecraft 1.7Dinnerbone2011-06-30-105/+174
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-91/+84