summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/World.java
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | | | getNote() that returns a byte has been replaced by getRawNote(). teleportTo(Location) has been replaced by teleport(location). teleportTo(Entity) has been replaced by teleport(Entity). SnowForm event has been replaced by BlockForm event.
* Possibly fixed crashes caused by tile entities under certain circumstances ↵EvilSeph2011-07-13-3/+9
| | | | again.
* 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
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Added SpawnReasons to CreatureSpawn events. Thanks winsock!EvilSeph2011-06-21-1/+9
|
* Remove Squid spawning restriction as Squids seem to obey spawn flags.EvilSeph2011-06-20-4/+0
|
* Fixed hostile entities continuously targeting dead entities. Thanks Rigby!EvilSeph2011-06-19-1/+1
|
* Fixed several NPEs within World. Thanks Deaygo!EvilSeph2011-06-18-1/+15
|
* Added BlockSpread, BlockForm and BlockFade events.EvilSeph2011-06-17-3/+15
|
* Moved some craftbukkit stuff down from WorldServer to World; should fix a ↵Dinnerbone2011-06-17-8/+22
| | | | few NPEs during generation, and saves on a lot of casting
* Generic cleanupErik Broes2011-06-12-35/+33
|
* Added ItemSpawnEvent. Thanks myers!EvilSeph2011-06-11-0/+6
|
* Improved CreatureSpawnEvent and made Water Animals obey spawn-animals setting.EvilSeph2011-06-09-7/+4
|
* Use the custom set spawnDinnerbone2011-06-06-1/+17
|
* Implemented custom chunk generators and block populatorsDinnerbone2011-06-06-2/+19
|
* fixed environmentsTahg2011-06-03-1/+1
|
* Update for 1.6.6Erik Broes2011-05-31-21/+21
|
* Update for 1.6.5Erik Broes2011-05-30-34/+44
|
* Update for 1.6.3Dinnerbone2011-05-26-5/+1
|
* Implemented 1.6!Dinnerbone2011-05-26-208/+330
|
* Whitespace + general cleanupErik Broes2011-05-15-19/+29
|
* Added SnowFormEvent. Thanks aPunch!EvilSeph2011-05-02-2/+9
|
* Added per world PVP setting support.Rigby2011-05-02-0/+1
|
* Fixed CraftBukkit comments in World.java.EvilSeph2011-04-25-0/+4
|
* Fixed sleeping.EvilSeph2011-04-25-2/+3
|
* Added events related to weather in 1.5. Thanks wizjany!EvilSeph2011-04-25-6/+34
|
* Update for 1.5_02.Erik Broes2011-04-21-173/+379
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-292/+292
|
* Fixin' the problem of AFK people not in bed.sk89q2011-04-11-3/+25
|
* Exempt players from calling CreatureSpawnErik Broes2011-04-01-2/+2
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-48/+66
|
* Updated for the cleanups done in BukkitErik Broes2011-03-26-7/+2
|
* Now also handle entities spawning on a loading a world. (Redacted by Grum)lem21h2011-03-23-41/+17
|
* Fix BlockCanBuildErik Broes2011-03-21-1/+1
|
* Added missing EntitySquid, you can now prevent them from spawning!Gunther De Wachter2011-03-17-0/+2
|
* fixed redstone torchesTahg2011-03-14-2/+8
|
* Purged deprecated MobType and MobSpawnerDinnerbone2011-03-07-13/+13
|
* Fixed BLOCK_CANBUILD never throwingDinnerbone2011-03-07-1/+1
|
* Implements World.save and Server.savePlayers()Morgan Humes2011-03-02-1/+1
|
* Fixed some debugTahg2011-02-24-6/+0
|
* attempt to track down some bugsTahg2011-02-23-0/+6
|
* Generic code cleanupErik Broes2011-02-23-8/+9
|