aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/gui/iguibutton.cpp
Commit message (Collapse)AuthorAge
* Various updatesAlexander2019-10-27
|
* Added more documentationAlexander Pickering2018-10-20
| | | | | | | | Added documentation for several gui elements also moved documentation of generic iguielements to an iguielement class Also added a setvisible() function to iguielements
* Added documentationAlexander Pickering2018-09-10
| | | | | | Also added treeview guielemnt Also added ifilesystem guielement Also added io library
* Fixed wchar_t not being null terminatedAlexander Pickering2018-08-31
| | | | | | Occasionally wierd characters would show in place of a window title or button label, this was due to whcar_t s missing their sentinal characters.
* Changed files to use the common iguielement registryAlexander Pickering2018-08-12
| | | | | Files now use the registry defined in iguielement, so they are all in sync.
* Buttons can be parrented to elementsAlexander Pickering2018-08-05
|
* Removed some dead codeAlexander Pickering2018-06-30
| | | | Removed a lot of commented out old code
* Warning-less buildAlexander Pickering2018-06-30
| | | | All compile warning for -Wall have been fixed
* 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.
* GUI buttons use metatablesAlexander Pickering2018-04-11
| | | | | GUI buttons now use metatables, and are dependent on some of the shared code. Makefile updated accordingly
* Added gui windowAlexander Pickering2017-07-29
| | | | Bound irrlicht's IGUIWindow to lua
* Lots of changesAlexander Pickering2017-07-04
| | | | | | * client no longer crashes when closed * started work on adding physics types * some bugfixes to core lua api
* Initial commitAlexander Pickering2016-11-01