| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Changed getabsrect() to now return getAbsolutePosition()
Added getabsclippingrect() to return what getabsrect used to return
Added getrelrect() to return getRelativePosition()
|
| |
|
|
|
|
| |
Also added treeview guielemnt
Also added ifilesystem guielement
Also added io library
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
Added a file open dialog to the gui library
|
| | |
|
| |
|
|
| |
Added a color selector gui element
|
| |
|
|
|
| |
Files now use the registry defined in iguielement, so they are
all in sync.
|
| |
|
|
|
| |
Skin file needs to be rewritten, util files has been moved to
shared/lua_api/common.cpp
|
| |
|
|
|
| |
Other gui elements can now register all the base igui functions
by registering iguielement_m from iguielement.hpp
|
| |
|
|
|
|
| |
Edit boxes can have their contents retreived
Fixed a typo for edit box methods
various updates to the net api
|
| | |
|
| |
|
|
| |
Added bindings to Irrlicht's EditBox gui element.
|
| |
|
|
| |
Removed a lot of commented out old code
|
| |
|
|
| |
All compile warning for -Wall have been fixed
|
| |
|
|
|
| |
Made makefile much simpiler, added option to build dynamically with
DEBUG=true
|
| |
|
|
| |
Updated all core files to prepare for tech demo
|
| |
|
|
| |
Various additions, updates, and bugfixes while making mahjong solitare.
|
| | |
|
| |
|
|
| |
GUI windows now use metatables, onClose() renamed to close()
|
| |
|
|
|
| |
GUI buttons now use metatables, and are dependent on some of the
shared code. Makefile updated accordingly
|
| |
|
|
| |
Procedural textures are now completely working.
|
| |
|
|
| |
Added the ability to display itextures on the gui
|
| | |
|
| |
|
|
| |
Bound irrlicht's IGUIWindow to lua
|
| |
|
|
|
|
| |
* client no longer crashes when closed
* started work on adding physics types
* some bugfixes to core lua api
|
| | |
|
| |
|