]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/cpp_api/s_base.cpp
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / script / cpp_api / s_base.cpp
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-03-29 Jude Melton-HoughtonStore vector metatable in registry
2021-11-26 LejoAdd Lua bitop library (#9847)
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-08-28 sfan5Async-related script cleanups
2021-05-13 Elias FleckensteinAdd guards to stop server build fail
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-11 Elias FleckensteinInclude tile definitions in get_node_def; Client-side...
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-06-07 Paul OuelletteFix Lua panic when error() message is not a string
2020-05-13 Elias FleckensteinHacked Client
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2020-04-11 Loic BlotMove serveractiveobject & unitsao
2020-04-08 sfan5Work around LuaJIT issues on aarch64 (#9614)
2020-02-23 sfan5Script API: Document ObjectRef handling in a comment
2019-11-09 sfan5Load client mods into memory before execution.
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-04-11 Paul OuelletteAdd node field to PlayerHPChangeReason table (#8368)
2019-03-12 rubenwardyHPChange Reason: Fix push after free, and type being...
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-07-22 nOOb3167Add a MSVC / Windows compatible snprintf function ...
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-04-19 rubenwardyAdd online content repository
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-02-08 red-001Move `setlocale` from Lua to C++.
2018-01-22 red-001[CSM] Don't Load the package library (#6944)
2018-01-04 red-001[CSM] Don't load the IO library. (#6087)
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-05-18 Loic BlotFix a warning pointed by GCC 7.1
2017-04-29 Vincent Glize[CSM] Add event on_place_node API lua (#5548)
2017-03-13 Loic Blot[CSM] Client side modding
2016-12-24 RogierMake minetest abort on lua panic
2016-01-23 est31Fix C++11 compilability
2015-11-01 kwolekrFix Lua scripting synchronization
2015-10-31 ShadowNinjaFix server crashing on Lua errors
2015-08-26 KahrlPush error handler afresh each time lua_pcall is used
2015-08-26 KahrlUse numeric indices and raw table access with LUA_REGIS...
2015-08-13 kwolekrSAPI: Track last executed mod and include in error...
2015-08-06 kwolekrImprove Script CPP API diagnostics
2015-07-03 kwolekrFix code style from recent commits and add misc. optimi...
2015-06-29 rubenwardyAdd Lua errors to error dialog
2015-06-02 est31Fix uninitialized variable error
2015-05-16 ShadowNinjaAdd mod security
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2014-11-20 ShadowNinjaSimplify loading of Android version of menu
2014-10-07 ShadowNinjaFix object reference pushing functions when called...
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-04-27 ShadowNinjaOnly push the Lua error handler once
2014-03-15 ShadowNinjaRemove lua_State parameter from LuaError::LuaError
2014-03-12 SelatPass arguments by reference
2013-12-18 ShadowNinjaHandle LuaErrors in Lua -> C++ calls on LuaJIT
2013-12-01 sapierCleanup jthread and fix win32 build
2013-11-15 ShadowNinjaPass a errfunc to lua_pcall to get a traceback
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)