| Age | Commit message (Collapse) | Author |
|
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4.
|
|
|
|
* Migrate cpp headers to pragma once
|
|
(#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
|
|
I also optiized FacePositionCache a bit: I removed a map
lookup and vector copy from both branches of getFacePosition.
|
|
Instead of redefining them everywhere.
|
|
|
|
|