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
Tamás Bálint Misius 59afaec70f
Fix Element::Identifier assignment leak (closes #205)
I didn't use 'fixes' because this doesn't strictly fix that specific
bug (I think?). Anyway, it does remove strdup which is mentioned in the
issue.

Also fix elem.free not allowing DEFAULTFOO_PT_STUFF and similar to
be freed.
2019-04-12 00:27:27 +02:00
..
luascripts minor fix 2018-12-30 13:49:00 -05:00
socket Strip whitespace from files in repo (#553) 2018-04-03 21:46:01 -04:00
CommandInterface.cpp Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
CommandInterface.h Move EventTypes inside LuaEvents to prevent global scope pollution 2018-11-16 23:02:05 -05:00
LegacyLuaAPI.cpp Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaBit.cpp Remove inclusion of deprecated C++ headers 2019-01-31 20:09:15 -05:00
LuaBit.h a little reorganization (maybe more later) 2014-01-20 13:52:53 -05:00
LuaButton.cpp Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaButton.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaCheckbox.cpp Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaCheckbox.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaCompat.c add new events api, replaces legacy event functions 2018-11-16 00:07:26 -05:00
LuaCompat.h add new events api, replaces legacy event functions 2018-11-16 00:07:26 -05:00
LuaComponent.cpp Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaComponent.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaEvents.cpp fix (msvc) compile error 2018-11-17 19:33:16 -05:00
LuaEvents.h Add blur lua event, called when opening another interface window 2018-12-27 21:17:24 -05:00
LuaLabel.cpp Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03: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 Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00
LuaProgressBar.h New SConscript (hopefully better) 2014-06-08 19:33:58 -04:00
LuaScriptHelper.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaScriptInterface.cpp Fix Element::Identifier assignment leak (closes #205) 2019-04-12 00:27:27 +02:00
LuaScriptInterface.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaSlider.cpp Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaSlider.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaSmartRef.cpp Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaSmartRef.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaTextbox.cpp Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaTextbox.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaWindow.cpp Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
LuaWindow.h Fix Lua reference leaks (fixes #638) 2019-04-09 15:28:40 +02:00
TPTScriptInterface.cpp Fix uncaught exception in console when trying to parse invalid numbers 2019-02-16 19:20:55 -05:00
TPTScriptInterface.h use override in all possible places 2019-03-09 21:07:32 -05:00
TPTSTypes.cpp Remove inclusion of deprecated C++ headers 2019-01-31 20:09:15 -05:00
TPTSTypes.h Switch from std::string to String/ByteString in most of the code 2018-04-30 21:13:24 +03:00