aboutsummaryrefslogtreecommitdiff
path: root/src/script/scripting_client.cpp
AgeCommit message (Collapse)Author
2017-05-06Use a settings object for the main settingsShadowNinja
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table.
2017-05-05[CSM] Add camera API (#5609)bigfoot547
* [CSM] Add camera API roper rebase & squash * Address nerzhul's review
2017-04-25Rename Scripting API files for consistencyShadowNinja