summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaWindow.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-26Removed a few unnessicary includesTycho1-1/+0
2014-07-17Normalized comments.madmaxoft1-2/+2
2013-12-08Moved bindings-related to a Bindings subfolder.madmaxoft1-2/+2
2013-11-27Fixed some of tiger's derpyness.Alexander Harkness1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-28Renamed cWindow constants to include the "wt" prefix.madmaxoft1-2/+2
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-1/+1
2013-08-19Finished renaming cPlugin_NewLua to cPluginLua.madmaxoft1-3/+3
2013-08-18Fixed LuaWindow destructor causing a crash.madmaxoft1-0/+10
2013-08-10Renamed Plugin_NewLua to PluginLua.madmaxoft1-1/+1
2013-08-09Renamed Plugin_NewLua to PluginLua.madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-175/+175
2013-06-02LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com1-4/+4
2013-05-31Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slotsmadmaxoft@gmail.com1-0/+40
2013-05-30Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com1-2/+46
2013-05-30LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com1-0/+91