summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaWindow.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted moving Lua to C++.Mattes D2024-03-151-1/+4
* Chest, weather, crash, and miscellaneous fixes (#5215)Tiger Wang2021-04-301-5/+1
* Respect return value of cLuaWindow's OnClicked handler (#4322)DaPorkchop_2019-06-111-1/+2
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-2/+2
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-11/+4
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-4/+11
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-11/+4
* Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly2017-08-171-1/+35
* Fixes problems with windows:Lukas Pioch2017-06-051-0/+20
* LuaState: Fixed race condition in ref tracking. (#3529)Mattes D2017-01-091-1/+1
* Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D2016-06-271-4/+4
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-06-271-56/+39
* Revert "Lua callback"Mattes D2016-03-211-39/+56
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-03-171-56/+39
* Bulk clearing of whitespaceLogicParrot2016-02-051-9/+9
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-3/+3
* C++11 and function rename.Howaner2014-12-171-0/+18
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-7/+7
* Removed a few unnessicary includesTycho2014-09-261-1/+0
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fix Undefined behavior at Bindings/LuaWindow line 32worktycho2013-12-091-1/+4
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+185