History for ultramine_core / src / main
2017-02-26
@vlad20012
[optim] Optimized some World methods by using getChunkIfExists instead of chunkExists + getChunkFromChunkCoords
vlad20012 committed on 26 Feb 2017
@vlad20012
[optim] Optimized RecipeCache - don't clear full cache on overflow - remove only oldest (by usage) entries
vlad20012 committed on 26 Feb 2017
@vlad20012
[optim] Optimized RegionFileCache - don't clear full cache on overflow - remove only oldest (by usage) entries ...
vlad20012 committed on 26 Feb 2017
2017-02-24
@vlad20012
Update player chunk send queue on server coord changes (don't await client packet) ...
vlad20012 committed on 24 Feb 2017
2017-02-11
@vlad20012
Disable entity updating in worlds with disabled chunk loaders and no players ...
vlad20012 committed on 11 Feb 2017
@vlad20012
Fixed Entity & TileEntity unloading in worlds with 0 active chunks (memory leak on world generation)
vlad20012 committed on 11 Feb 2017
@vlad20012
Prevent teleportation while riding entity
vlad20012 committed on 11 Feb 2017
@vlad20012
[compat] Fixed EntityLimiter & mob spawn for LycanitesMobs
vlad20012 committed on 11 Feb 2017
2017-01-24
@vlad20012
Fixed kick from server if player with too long username connected
vlad20012 committed on 24 Jan 2017
2017-01-21
@vlad20012
[optim] Optimized Chunk.scheduleBlockUpdate() ...
vlad20012 committed on 21 Jan 2017
2017-01-17
@vlad20012
[optim] Little WorldServer.func_147456_g() optimizations (it is enough hot) ...
vlad20012 committed on 17 Jan 2017
2017-01-16
@vlad20012
[optim] Optimized World.getBlockIfExists()
vlad20012 committed on 16 Jan 2017
@vlad20012
[optim] Fixed Entity with old AI path recounting each tick if target is not reachable
vlad20012 committed on 16 Jan 2017
2016-12-24
@vlad20012
Fixed player NBT data read/write out-of-sync ...
vlad20012 committed on 24 Dec 2016
2016-12-21
@vlad20012
[optim] Use buffered IO when writing non-compressed NBT to file
vlad20012 committed on 21 Dec 2016
2016-12-20
@vlad20012
Fixed player renderDistance reset after death
vlad20012 committed on 20 Dec 2016
2016-12-10
@vlad20012
[compat] Fixed GalactiGreg ore generation
vlad20012 committed on 10 Dec 2016
2016-12-08
@vlad20012
Fixed /custmsg possible client crash
vlad20012 committed on 8 Dec 2016
@vlad20012
Fixed possible crashes caused by wrong eventProxy.startEntity(entity) placement
vlad20012 committed on 8 Dec 2016
2016-11-28
@vlad20012
Fixed player lang reset after death
vlad20012 committed on 28 Nov 2016
2016-11-19
@vlad20012
[optim] Optimized vanilla leaves decay
vlad20012 committed on 19 Nov 2016
@vlad20012
Fixed kick on invalid url in chat
vlad20012 committed on 19 Nov 2016
2016-11-13
@vlad20012
[optim] Totally replaced LongHashMap & IntHashMap implementation to Koloboke collections
vlad20012 committed on 13 Nov 2016
@vlad20012
Fixed strip color sequences from log file
vlad20012 committed on 13 Nov 2016
@vlad20012
Fixed /killentity
vlad20012 committed on 13 Nov 2016
2016-11-12
@vlad20012
Fixed /vanish lang
vlad20012 committed on 12 Nov 2016
@vlad20012
Fixed invisible players after teleportation
vlad20012 committed on 12 Nov 2016
2016-10-01
@vlad20012
Throw IllegalArgumentException from DataWatcher if object id < 0 (fix for thaumicenergistics)
vlad20012 committed on 1 Oct 2016
2016-08-07
@vlad20012
[optim] ImportChunkLoader disposing ...
vlad20012 committed on 7 Aug 2016
@vlad20012
Better hash for in-chunk block coords
vlad20012 committed on 7 Aug 2016