summaryrefslogtreecommitdiff
path: root/library/lua/gui.lua
Commit message (Expand)AuthorAgeFilesLines
* Overhaul the concept of lua 'class' initialization yet again.Alexander Gavrilov2012-09-181-12/+21
* Implement a pressure plate sensitive to machine power.Alexander Gavrilov2012-09-061-4/+4
* Add stock MessageBox and InputBox dialog screens for lua scripts.Alexander Gavrilov2012-09-051-2/+10
* Expose the liquids plugin engine to lua, and make a wrapper gui script.Alexander Gavrilov2012-08-251-1/+4
* Try using the Objective-C 'alloc + init' idiom for lua screen objects.Alexander Gavrilov2012-08-241-4/+53
* Tweak the API for current viewscreen, and dispatch show/dismiss from C++.Alexander Gavrilov2012-08-241-7/+4
* Improve viewport manipulation utilities and support scroll in mechanisms.Alexander Gavrilov2012-08-221-4/+15
* Put some compatibility features into the base dfhack viewscreen.Alexander Gavrilov2012-08-221-1/+5
* Add yet one more frame style.Alexander Gavrilov2012-08-221-1/+13
* Implement a policy of marking DFHack-owned screens with a signature.Alexander Gavrilov2012-08-221-0/+10
* More work on utilities for making lua viewscreens.Alexander Gavrilov2012-08-211-71/+115
* Add a Painter class for lua viewscreens, and extract other utilities.Alexander Gavrilov2012-08-211-11/+162
* Add a script that implements a linked mechanism browser.Alexander Gavrilov2012-08-201-3/+62
* Add a stupid example of a lua-controlled viewscreen.Alexander Gavrilov2012-08-191-0/+63