This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/lua
catsoften 6aa68adbf4
Add custom gravity mode and replace hardcoded gravity interactions (#820)
Co-authored-by: Tamás Bálint Misius <lbphacker@gmail.com>
2022-07-31 08:19:16 +02:00
..
luascripts Fix, Deprecate, Remove, and Replace tpt.element_func / tpt.graphics_func 2022-06-04 22:16:45 -04:00
CommandInterface.cpp Convert float pavg[2] to int tmp3, tmp4 2021-12-09 07:49:31 +01:00
CommandInterface.h Return a reason for failure from sim.loadStamp 2021-06-21 08:04:32 +02:00
LegacyLuaAPI.cpp Fix, Deprecate, Remove, and Replace tpt.element_func / tpt.graphics_func 2022-06-04 22:16:45 -04:00
LuaBit.cpp Fix GCC11-only errors and warnings 2021-08-04 16:58:44 +02:00
LuaBit.h Mesonification 2020-12-14 20:16:52 +01:00
LuaButton.cpp Fix exception when passing nil to some functions in interface api, fixes #849 2022-07-20 21:52:03 -04:00
LuaButton.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaCheckbox.cpp Fix exception when passing nil to some functions in interface api, fixes #849 2022-07-20 21:52:03 -04:00
LuaCheckbox.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaCompat.c Update tpt-libs, add support for android 2022-04-14 21:18:21 +02:00
LuaCompat.h Update tpt-libs, add support for android 2022-04-14 21:18:21 +02:00
LuaComponent.cpp Fix missing delete commandInterface, fix gc issue with LuaComponent/LuaWindow 2021-09-02 23:31:30 -04:00
LuaComponent.h Fix missing delete commandInterface, fix gc issue with LuaComponent/LuaWindow 2021-09-02 23:31:30 -04:00
LuaEvents.cpp move Platform.cpp to common/, seems to fit in a little better there 2021-06-26 00:58:37 -04:00
LuaEvents.h Add Lua support for composition 2021-04-02 10:21:54 +02:00
LuaLabel.cpp Fix exception when passing nil to some functions in interface api, fixes #849 2022-07-20 21:52:03 -04:00
LuaLabel.h New SConscript (hopefully better) 2014-06-08 19:33:58 -04:00
LuaLuna.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaProgressBar.cpp Fix exception when passing nil to some functions in interface api, fixes #849 2022-07-20 21:52:03 -04:00
LuaProgressBar.h New SConscript (hopefully better) 2014-06-08 19:33:58 -04:00
LuaScriptHelper.h Fix, Deprecate, Remove, and Replace tpt.element_func / tpt.graphics_func 2022-06-04 22:16:45 -04:00
LuaScriptInterface.cpp Add custom gravity mode and replace hardcoded gravity interactions (#820) 2022-07-31 08:19:16 +02:00
LuaScriptInterface.h Add custom gravity mode and replace hardcoded gravity interactions (#820) 2022-07-31 08:19:16 +02:00
LuaSlider.cpp Mesonification 2020-12-14 20:16:52 +01:00
LuaSlider.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaSmartRef.cpp Mesonification 2020-12-14 20:16:52 +01:00
LuaSmartRef.h Fix LuaSmartRefs acting on dead Lua states 2020-08-21 11:16:11 +02:00
LuaTCPSocket.cpp Fix mingw-on-linux builds 2021-12-24 22:47:57 +01:00
LuaTCPSocket.h Remove LuaSocket, add new socket API backed by libcurl 2021-05-27 15:13:43 +02:00
LuaTextbox.cpp Fix exception when passing nil to some functions in interface api, fixes #849 2022-07-20 21:52:03 -04:00
LuaTextbox.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaWindow.cpp Fix crash on exit if a Lua component is added to a Lua window 2022-02-11 22:19:42 +01:00
LuaWindow.h Fix missing delete commandInterface, fix gc issue with LuaComponent/LuaWindow 2021-09-02 23:31:30 -04:00
meson.build Fix -Dhttp=false builds 2021-12-13 15:23:33 +01:00
TPTScriptInterface.cpp Fix a metric ton of MSVC warnings 2021-02-15 21:24:44 +01:00
TPTScriptInterface.h Mesonification 2020-12-14 20:16:52 +01:00
TPTSTypes.cpp Fix a metric ton of MSVC warnings 2021-02-15 21:24:44 +01:00
TPTSTypes.h Mesonification 2020-12-14 20:16:52 +01:00