summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaWindow.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-27Converted cLuaState::cCallbackPtr into a UniquePtr.Mattes D1-2/+2
2016-06-27Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D1-37/+35
2016-03-21Revert "Lua callback"Mattes D1-35/+37
2016-03-17Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D1-37/+35
2016-02-05Bulk clearing of whitespaceLogicParrot1-15/+15
2015-07-31Unified the doxy-comment format.Mattes D1-14/+12
2015-03-19Removed unwanted base classes from Lua API.Mattes D1-2/+4
2014-12-17C++11 and function rename.Howaner1-0/+1
2013-12-16Fixed multiple inheritance in ToLua++.madmaxoft1-4/+4
This fixes #422.
2013-12-08Moved bindings-related to a Bindings subfolder.madmaxoft1-2/+2
Ref.: #407
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-23Fixed cLuaWindow's binding.madmaxoft1-5/+4
No longer exporting multiple inheritance.
2013-08-19Finished renaming cPlugin_NewLua to cPluginLua.madmaxoft1-6/+6
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-96/+96
2013-06-02LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com1-1/+1
A player disconnecting will now force all windows to close, not respecting any plugin's overrides. http://forum.mc-server.org/showthread.php?tid=1146&pid=8350#pid8350 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1543 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-05-31Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com1-1/+6
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1535 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-05-30Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com1-0/+13
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1534 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-05-30LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com1-0/+78
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1532 0a769ca7-a7f5-676a-18bf-c427514a06d6