minetest/src/util
Loic Blot b5f7249a7e
Code modernization: src/m* (part 2)
* empty function
* default constructor/destructor
* remove unused Map::emergeSector(a,b)
* for range-based loops
* migrate a dirs[7] table to direction tables
* remove various old unused function
2017-08-19 09:12:54 +02:00
..
CMakeLists.txt Add colored text (not only colored chat). 2016-05-31 17:34:29 +02:00
areastore.cpp C++11 cleanup on constructors (#6000) 2017-06-19 23:54:58 +02:00
areastore.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
auth.cpp C++11 cleanup on constructors (#6000) 2017-06-19 23:54:58 +02:00
auth.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
base64.cpp Move sha1.hpp and base64.hpp to util/ 2015-02-21 14:03:27 +01:00
base64.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
basic_macros.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
container.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
directiontables.cpp Code modernization: src/m* (part 2) 2017-08-19 09:12:54 +02:00
directiontables.h Code modernization: src/m* (part 2) 2017-08-19 09:12:54 +02:00
enriched_string.cpp C++11 cleanup on constructors (#6000) 2017-06-19 23:54:58 +02:00
enriched_string.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
hex.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
md32_common.h Make early protocol auth mechanism generic, and add SRP 2015-05-11 18:40:27 +02:00
numeric.cpp Clean up numeric.h and split FacePositionCache from it 2017-05-06 16:09:45 -04:00
numeric.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
pointedthing.cpp Expose getPointedThing to Lua 2017-07-07 22:28:23 +01:00
pointedthing.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
pointer.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
serialize.cpp C++11 cleanup on constructors (#6000) 2017-06-19 23:54:58 +02:00
serialize.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
sha1.cpp C++11 cleanup on constructors (#6000) 2017-06-19 23:54:58 +02:00
sha1.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
sha2.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
sha256.c Fix fips_cipher_abort warning and other duplicate macros 2017-04-12 09:06:26 +02:00
srp.cpp Remove superfluous pointer null checks 2017-06-10 21:04:47 -04:00
srp.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
strfnd.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
string.cpp Clean up numeric.h and split FacePositionCache from it 2017-05-06 16:09:45 -04:00
string.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
thread.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
timetaker.cpp C++11 cleanup on constructors (#6000) 2017-06-19 23:54:58 +02:00
timetaker.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00