aboutsummaryrefslogtreecommitdiff
path: root/src/script/scripting_game.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add LuaSecureRandomest312015-11-081-0/+1
|
* Improve Script CPP API diagnosticskwolekr2015-08-051-2/+2
|
* Add AreaStore data structureest312015-07-271-0/+2
|
* Add mod securityShadowNinja2015-05-161-2/+5
| | | | Due to compatibility concerns, this is temporarily disabled.
* Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr2015-03-221-0/+1
|
* Use "core" namespace internallyShadowNinja2014-05-081-10/+1
|
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+9
|
* Add proper lua api deprecated handlingsapier2014-04-291-0/+5
|
* Remove dependency on marshal and many other async changesShadowNinja2014-04-271-5/+4
| | | | | | | | | | | | This makes a number of changes: * Remove the dependency on marshal by using string.dump and loadstring. * Use lua_tolstring rather than having Lua functions pass string lengths to C++. * Move lua_api/l_async_events.* to cpp_api/s_async.*, where it belongs. * Make AsyncWorkerThread a child of ScriptApiBase, this removes some duplicate functionality. * Don't wait for async threads to shut down. (Is this safe? Might result in corruption if the thread is writing to a file.) * Pop more unused items from the stack * Code style fixes * Other misc changes
* Add Settings interface for LuaPilzAdam2013-09-101-0/+2
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+99