1
0
mirror of https://github.com/moparisthebest/minetest synced 2025-01-12 22:28:05 -05:00
minetest/src/util
2015-01-03 14:50:16 -05:00
..
CMakeLists.txt
container.h Make MutexQueue use jsemaphore for signaling 2014-01-10 10:10:45 +01:00
directiontables.cpp
directiontables.h
mathconstants.h
numeric.cpp Fix compiling with 32bit MinGW 2013-11-12 15:18:20 +01:00
numeric.h Remove unused rangelim function (the macro still exists) 2014-11-19 10:19:52 +01:00
pointedthing.cpp
pointedthing.h
pointer.h Bunch of small fixes (coding style, very unlikely errors, warning messages) 2014-04-19 11:56:19 +02:00
serialize.cpp serialize.h: use machine native byte swapping if available, fall-back to 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() 2014-11-21 22:33:48 +10:00
serialize.h serialize.h: use machine native byte swapping if available, fall-back to 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() 2014-11-21 22:33:48 +10:00
string.cpp Deduplicate code and use stdlib in string functions 2015-01-03 14:50:16 -05:00
string.h Deduplicate code and use stdlib in string functions 2015-01-03 14:50:16 -05:00
thread.h Make MutexQueue use jsemaphore for signaling 2014-01-10 10:10:45 +01:00
timetaker.cpp Fix unit reported by TimeTaker (was always ms) 2014-10-09 11:15:03 +02:00
timetaker.h