1
0
cuberite-2a/src/WorldStorage
Tycho 10e72a122c Removed check for enqueuing a chunk that is already enqueued to be loaded
This remaval is safe as cWorldStorage checks for duplicate chunks when dequeuing
and removes an expensive iteration whilst holding the queue lock
2014-04-08 08:43:28 -07:00
..
CMakeLists.txt added link dependency between WorldStorage and OSSupport 2013-12-22 22:52:21 +00:00
EnchantmentSerializer.cpp Switched EnchantmentSerilizer to namespace 2014-01-19 08:52:45 -08:00
EnchantmentSerializer.h Switched EnchantmentSerilizer to namespace 2014-01-19 08:52:45 -08:00
FastNBT.cpp Fixed xofts issues 2014-03-10 13:18:53 -07:00
FastNBT.h Fixed silly Clang's warnings in FastNBT. 2014-04-04 10:19:21 +02:00
FireworksSerializer.cpp Fixed a crash in firework rockets. 2014-03-17 22:12:02 +01:00
FireworksSerializer.h Added one more missing newline. 2014-03-25 10:34:31 -06:00
MapSerializer.cpp Wither invulnerability 2014-03-24 12:29:19 +02:00
MapSerializer.h Maps: Improvements 2014-02-23 15:05:03 +02:00
NBTChunkSerializer.cpp Merge pull request #833 from mc-server/EnderCrystal 2014-03-25 21:02:23 +01:00
NBTChunkSerializer.h Ender crystals 2014-03-25 20:59:33 +02:00
SchematicFileSerializer.cpp Added schematic string serializer self-test. 2014-04-02 11:56:27 +02:00
SchematicFileSerializer.h Fixed cBlockArea schematic string saving signature. 2014-03-07 21:28:52 +01:00
ScoreboardSerializer.cpp Shortened enums 2014-03-01 14:20:29 +02:00
ScoreboardSerializer.h Scoreboard protocol support 2014-01-21 15:58:17 +02:00
WorldStorage.cpp Removed check for enqueuing a chunk that is already enqueued to be loaded 2014-04-08 08:43:28 -07:00
WorldStorage.h Added user setting compression factor 2014-01-17 11:01:14 -08:00
WSSAnvil.cpp Merge pull request #833 from mc-server/EnderCrystal 2014-03-25 21:02:23 +01:00
WSSAnvil.h Ender crystals 2014-03-25 20:59:33 +02:00
WSSCompact.cpp Added additional macros to support the MSVC size_t format and changed all formats to use the macros 2014-03-12 10:34:50 -07:00
WSSCompact.h Unified Vector classes 2014-03-11 16:02:25 +02:00