index
:
archive/craftbukkit
master
movement-fix
version/1.12.2
version/1.8
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
minecraft
/
server
/
SpawnerCreature.java
Commit message (
Expand
)
Author
Age
Lines
*
Update CraftBukkit to Minecraft 1.4.4.
Travis Watkins
2012-11-13
-7
/
+7
*
Implement API for ambient mob spawn limit. Add spawn-limit.ambient to
Travis Watkins
2012-10-31
-1
/
+4
*
Update CraftBukkit to Minecraft 1.4(.2).
Travis Watkins
2012-10-27
-29
/
+12
*
Replace LongObjectHashMap with a more efficient implementation
Travis Watkins
2012-09-21
-3
/
+3
*
Add LongObjectHashMap and LongHashSet
Travis Watkins
2012-08-19
-35
/
+15
*
Update CraftBukkit to Minecraft 1.3.1
feildmaster
2012-08-02
-35
/
+32
*
Cleaned up CraftBukkit comments in NMS.
Wesley Wolfe
2012-07-23
-2
/
+1
*
Fixed per-world spawn limits. I have no idea how we missed this.
Travis Watkins
2012-04-24
-7
/
+10
*
Add per-world spawn limits with fallback to server-wide bukkit.yml settings.
Travis Watkins
2012-04-23
-1
/
+17
*
Don't spawn conditional mobs if original entity is dead. Fixes BUKKIT-1444
feildmaster
2012-04-03
-0
/
+1
*
Made Slimes spawn less often in FLAT worlds. Fixes BUKKIT-1441
EvilSeph
2012-04-02
-0
/
+3
*
Added a reason for randomly spawning Ocelot babies. Addresses BUKKIT-1391
feildmaster
2012-03-31
-1
/
+1
*
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
Nathan Adams
2012-03-22
-1
/
+1
*
Fixed porting issue with SpawnerCreature. Fixes BUKKIT-921
Tahg
2012-03-02
-1
/
+1
*
Updated CraftBukkit to 1.2
Nathan Adams
2012-03-01
-8
/
+23
*
Implemented JOCKEY and CHUNK_GEN SpawnReasons.
EvilSeph
2012-02-10
-2
/
+2
*
Cleanup.
EvilSeph
2012-02-10
-5
/
+9
*
Fix formatting.
Erik Broes
2012-01-15
-1
/
+4
*
Update for 1.1_01 renames.
Erik Broes
2012-01-15
-3
/
+3
*
Update to mc-dev rename revision 01
Nathan Adams
2012-01-12
-1
/
+1
*
Fix CraftBukkit comments.
Erik Broes
2012-01-12
-1
/
+1
*
Fix for entity spawning and some code cleanup
Tahg
2011-12-06
-9
/
+9
*
Performance update to remove several very high counts of temp object creation
Tahg
2011-12-06
-13
/
+35
*
Updated to use mc-dev rename revision 1
Nathan Adams
2011-11-30
-1
/
+1
*
Update for 1.0.0
Erik Broes
2011-11-20
-148
/
+73
*
Fixed monsters being spawned even when one was faux sleeping. Thanks to EdGru...
sk89q
2011-09-26
-0
/
+1
*
Removed extra addEntity call in SpawnerCreature.
EvilSeph
2011-09-17
-1
/
+0
*
Update for Minecraft 1.8
Dinnerbone
2011-09-15
-77
/
+123
*
Update to Minecraft 1.7
Dinnerbone
2011-06-30
-5
/
+5
*
Line endings.
Dinnerbone
2011-06-22
-254
/
+254
*
Added SpawnReasons to CreatureSpawn events. Thanks winsock!
EvilSeph
2011-06-21
-0
/
+255