aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/gui/iguiwindow.cpp
Commit message (Collapse)AuthorAge
* Simplified makefileAlexander Pickering2018-06-28
| | | | | Made makefile much simpiler, added option to build dynamically with DEBUG=true
* Various additionsAlexander Pickering2018-05-28
| | | | Various additions, updates, and bugfixes while making mahjong solitare.
* Fixed some warnings in iguiwindowAlexander Pickering2018-04-11
|
* Made gui windows use metatablesAlexander Pickering2018-04-11
| | | | GUI windows now use metatables, onClose() renamed to close()
* Fixed the procedural texturesAlexander Pickering2018-03-27
| | | | Procedural textures are now completely working.
* Major updateAlexander Pickering2017-12-26
|
* Added gui windowAlexander Pickering2017-07-29
Bound irrlicht's IGUIWindow to lua