Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-02 | Rename and move basicmacros.h to util/basic_macros.h | est31 | |
2015-10-31 | Fix C++11 compatibility | kwolekr | |
2015-10-27 | Add DISABLE_CLASS_COPY macro (and use it) | kwolekr | |
Use this macro to disallow copying of an object using the assignment operator or copy constructor. This catches otherwise silent-but-deadly mistakes such as "ServerMap map = env->getMap();" at compile time. If so desired, it is still possible to copy a class, but it now requires an explicit call to memcpy or std::copy. | |||
2015-05-22 | Fix Windows build, clean up included headers | SmallJoker | |
Also fix a startup error caused by s_security.cpp | |||
2015-05-18 | Split ObjDef/ObjDefManager out to objdef.cpp | kwolekr | |