1
0
cuberite-2a/source/WorldStorage
madmaxoft@gmail.com 71cd0199fd Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it.
Still not perfect - chunk and region calculations can be made into a single CPU instruction - SAR - but not all compilers are known to support that (">>" operator on signed datatypes needs to perform arithmetic shift, C/C++ standard makes it implementation-specific; MSVC and GCC do what we need, LLVM unknown)

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1224 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-02-27 10:01:20 +00:00
..
FastNBT.cpp cBlockArea can now be saved as a .schematic file. 2013-02-07 10:09:42 +00:00
FastNBT.h cBlockArea can now be saved as a .schematic file. 2013-02-07 10:09:42 +00:00
WorldStorage.cpp Made Anvil the default storage schema 2012-09-27 14:13:02 +00:00
WorldStorage.h Source files cleanup: OSSupport-related files in a separate subfolder, renamed. 2012-09-23 21:23:33 +00:00
WSSAnvil.cpp Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it. 2013-02-27 10:01:20 +00:00
WSSAnvil.h Added dispensers (they can't dispense items yet) 2012-12-19 21:19:36 +00:00
WSSCompact.cpp Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it. 2013-02-27 10:01:20 +00:00
WSSCompact.h Source files cleanup: WorldStorage-related files in a separate subfolder 2012-09-23 20:22:46 +00:00