aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/load_gui.cpp
Commit message (Collapse)AuthorAge
* Major refactor of physics codeAlexander2019-06-26
| | | | | Move all the physics code into the shared directory, and fix the ghost objects (aabb only)
* Added new element, added server-specific code for networkingAlexander2019-02-10
| | | | | | Added a new element for client gui: iguicombobox Added a part of the engine specifically for the server so server is no longer just a stripped down client
* Gui windows are now opaque by default.Alexander2019-01-19
|
* Added documentationAlexander Pickering2018-09-10
| | | | | | Also added treeview guielemnt Also added ifilesystem guielement Also added io library
* Added spin box gui elementAlexander Pickering2018-08-31
|
* Added file open dialogAlexander Pickering2018-08-31
| | | | Added a file open dialog to the gui library
* Modified loading to only load the stuff still in the engineAlexander Pickering2018-08-12
|
* Various updatesAlexander Pickering2018-08-11
| | | | | | Edit boxes can have their contents retreived Fixed a typo for edit box methods various updates to the net api
* Added an editboxAlexander Pickering2018-07-31
| | | | Added bindings to Irrlicht's EditBox gui element.
* Warning-less buildAlexander Pickering2018-06-30
| | | | All compile warning for -Wall have been fixed
* Updated coreAlexander Pickering2018-06-22
| | | | Updated all core files to prepare for tech demo
* 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.
* Added IGUIImagesAlexander Pickering2018-03-09
| | | | Added the ability to display itextures on the gui
* Major updateAlexander Pickering2017-12-26
|
* 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
* Added getpos and setpos functions for scene nodesAlexander Pickering2017-04-10
|
* Initial commitAlexander Pickering2016-11-01