aboutsummaryrefslogtreecommitdiff
path: root/src/util/serialize.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* serialize.h: use machine native byte swapping if available, fall-back to ↵Rafael Reilova2014-11-211-6/+6
| | | | | | | | | | | | | | | | | | | | | previous generic method if not (supported for GCC using endian.h, detection done in cmake) write/readARGB8() - just write 32-bit color in one op, instead of 4 1-byte ops cleanup: removed unneeded buffer init for some serialize-out functions use a #define for the fixed point factor in read/writeF1000() nodemetadata.cpp, nodetimer.cpp optimzation: simpler deserialize node position method staticobject.cpp: cleanup: use util/serialize.h inlines instead of its own de/serialization serialize.cpp: minor optimization/cleanup: avoid generation of unneeded string temporary CMakeLists.txt, cmake_config.h.in: detection of endian.h config.h: added HAVE_ENDIAN_H Commits due to feedback squashed Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* Fix serializing of signed numbers in serializeStructToStringShadowNinja2014-03-211-3/+8
|
* Make serializeStructToString use an ostringstreamShadowNinja2014-03-151-43/+26
|
* Revert "Use fixed-width format specifiers in serializeStructToString"ShadowNinja2014-03-141-5/+4
| | | | | This reverts commit 875f1327a47f78d783c3abc7f7acc3977dc286ec. Fixed width format specifiers are only officially availale in C99 and C++11.
* Use fixed-width format specifiers in serializeStructToStringShadowNinja2014-03-131-3/+4
|
* Replace usage of long long with u64/s64ShadowNinja2014-03-121-1/+2
|
* Add minetest.set_noiseparam_defaults() Lua APIkwolekr2014-02-151-0/+271
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+102
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-0/+119