summaryrefslogtreecommitdiffstats
path: root/source/LuaWindow.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-185/+0
* Renamed cWindow constants to include the "wt" prefix.madmaxoft2013-10-281-2/+2
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-1/+1
* Finished renaming cPlugin_NewLua to cPluginLua.madmaxoft2013-08-191-3/+3
* Fixed LuaWindow destructor causing a crash.madmaxoft2013-08-181-0/+10
* Renamed Plugin_NewLua to PluginLua.madmaxoft2013-08-101-1/+1
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-175/+175
* LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com2013-06-021-4/+4
* Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com2013-05-311-0/+40
* Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com2013-05-301-2/+46
* LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com2013-05-301-0/+91