Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-08 | Move files to subdirectories (#6599) | Vitaliy | |
* Move files around | |||
2017-08-21 | serialize: use a temporary for SerializeException | Loïc Blot | |
Exception must always use temporary instead of global copied exception instances, it's not recommended and should have undefined issues | |||
2017-08-19 | Code modernization: subfolders (#6283) | Loïc Blot | |
* Code modernization: subfolders Modernize various code on subfolders client, network, script, threading, unittests, util * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Make connection.cpp readable in a pointed place + typo | |||
2017-06-19 | C++11 cleanup on constructors (#6000) | Vincent Glize | |
* C++11 cleanup on constructors dir script | |||
2017-02-04 | Add ItemStack key-value meta storage | rubenwardy | |
2015-11-08 | Fix misc. MinGW and Valgrind warnings | kwolekr | |
2015-10-15 | Add BufReader and vector-based serialization methods | kwolekr | |
2015-08-01 | Clean up util/serialization.{cpp,h} and add unit tests | kwolekr | |
2015-07-14 | Increase limit of serialized long strings | kwolekr | |
2015-07-13 | Add more robust error checking to deSerialize*String routines | kwolekr | |
Add serializeHexString() Clean up util/serialize.cpp | |||
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when ↵ | Craig Robbins | |
NDEBUG is defined), replace those usages with persistent alternatives | |||
2014-11-21 | serialize.h: use machine native byte swapping if available, fall-back to ↵ | Rafael Reilova | |
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> | |||
2014-03-21 | Fix serializing of signed numbers in serializeStructToString | ShadowNinja | |
2014-03-15 | Make serializeStructToString use an ostringstream | ShadowNinja | |
2014-03-14 | Revert "Use fixed-width format specifiers in serializeStructToString" | ShadowNinja | |
This reverts commit 875f1327a47f78d783c3abc7f7acc3977dc286ec. Fixed width format specifiers are only officially availale in C99 and C++11. | |||
2014-03-13 | Use fixed-width format specifiers in serializeStructToString | ShadowNinja | |
2014-03-12 | Replace usage of long long with u64/s64 | ShadowNinja | |
2014-02-15 | Add minetest.set_noiseparam_defaults() Lua API | kwolekr | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-06-17 | Initially split utility.h to multiple files in util/ | Perttu Ahola | |