Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-02 | Async environment for mods to do concurrent tasks (#11131) | sfan5 | |
2017-08-17 | C++ modernize: Pragma once (#6264) | Loïc Blot | |
* Migrate cpp headers to pragma once | |||
2017-06-10 | C++11 patchset 6: forbid object copy using assigment/copy function deleters ↵ | Loïc Blot | |
(#5945) C++11 implement function deleting, it's generally used to prevent some object copy In script API use this function removal on ScriptApiBase instead of ScriptApiClient/Server/MainMenu, this affect all ScriptApis Move DISABLE_CLASS_COPY with constructor, the deleted function permit to replace function in its original place | |||
2017-05-06 | Clean up numeric.h and split FacePositionCache from it | ShadowNinja | |
I also optiized FacePositionCache a bit: I removed a map lookup and vector copy from both branches of getFacePosition. | |||
2016-12-24 | Move PP() and PP2() macros to basic_macros.h | Rogier | |
Instead of redefining them everywhere. | |||
2015-11-03 | Silence 'unused typedef' warning for STATIC_ASSERT() | kwolekr | |
2015-11-02 | Rename and move basicmacros.h to util/basic_macros.h | est31 | |