Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | C++11 patchset 6: forbid object copy using assigment/copy function deleters ↵ | Loïc Blot | 2017-06-10 |
| | | | | | | | (#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 | ||
* | Don't permit to copy Scripting classes (Client,Server,Mainmenu) | Loïc Blot | 2017-04-27 |
| | |||
* | Rename Scripting API files for consistency | ShadowNinja | 2017-04-25 |