aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/c_internal.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Async environment for mods to do concurrent tasks (#11131)sfan52022-05-021-0/+14
* Clean up/improve some scriptapi error handling codesfan52021-09-101-36/+0
* HUD: Reject and warn on invalid stat types (#11548)SmallJoker2021-08-211-13/+35
* Fix segfault in deprecation logging due to tail call, log by default (#10174)rubenwardy2020-10-311-8/+12
* Fix configuration caching in log_deprecated (#9697)HybridDog2020-04-221-4/+5
* Fix 'the the' typos in comments (#9554)LNJ2020-04-041-1/+1
* Refactor Script API's log_deprecatedsfan52020-02-231-21/+23
* Clean up stack after script_get_backtrace (#7854)Michael Muller2018-11-281-1/+3
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-221-1/+2
* Fix segfault in player migration and crash in log_deprecatedSmallJoker2018-05-141-1/+3
* Hint at problematic code when logging deprecated callssfan52017-11-271-3/+9
* Create a filesystem abstraction layer for CSM and only allow accessing files ...red-0012017-06-301-31/+3
* Fix crash regression when invsize formspec gets usedest312015-10-171-4/+8
* Use warningstream for deprecated field messages and refactor log_deprecatedShadowNinja2015-10-151-20/+11
* Push error handler afresh each time lua_pcall is usedKahrl2015-08-271-7/+7
* SAPI: Track last executed mod and include in error messageskwolekr2015-08-121-11/+14
* Display Lua memory usage at the time of Out-of-Memory errorkwolekr2015-08-101-3/+9
* Improve Script CPP API diagnosticskwolekr2015-08-051-11/+51
* Add mod securityShadowNinja2015-05-161-3/+1
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-4/+2
* Fix LuaJIT exception wrapperKahrl2014-08-231-1/+3
* Use "core" namespace internallyShadowNinja2014-05-081-2/+2
* Add proper lua api deprecated handlingsapier2014-04-291-0/+39
* Remove lua_State parameter from LuaError::LuaErrorShadowNinja2014-03-151-1/+1
* Revert "Make sure we get a stacktrace for as many lua errors as possible"ShadowNinja2014-03-151-1/+1
* Make sure we get a stacktrace for as many lua errors as possibleSfan52014-03-151-1/+1
* Handle LuaErrors in Lua -> C++ calls on LuaJITShadowNinja2013-12-181-0/+12
* Move script_run_callbacks to LuaShadowNinja2013-12-071-84/+18
* Fix possible implicit conversion of NULL to std::stringkwolekr2013-11-211-1/+3
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-151-20/+36
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-13/+96
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+65