summaryrefslogtreecommitdiff
path: root/library/modules/Screen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Try shutting up a few random warnings.Alexander Gavrilov2012-09-291-1/+1
* Add unit/item/job/building getter hook vmethods to dfhack_viewscreen.Alexander Gavrilov2012-09-201-0/+41
* Add an API function for reading tiles from the screen buffers.Alexander Gavrilov2012-09-071-2/+37
* Tweak the API for current viewscreen, and dispatch show/dismiss from C++.Alexander Gavrilov2012-08-241-2/+28
* Put some compatibility features into the base dfhack viewscreen.Alexander Gavrilov2012-08-221-2/+53
* Implement a policy of marking DFHack-owned screens with a signature.Alexander Gavrilov2012-08-221-0/+4
* manipulator: Inherit from dfhack_viewscreen, and don't use itoa.Alexander Gavrilov2012-08-221-5/+5
* Add Screen::drawBorder(string), duplicates DF's interfacest::drawborder()Quietust2012-08-211-0/+21
* Export the tile finder function to lua, and improve mouse event reporting.Alexander Gavrilov2012-08-191-12/+34
* Add a stupid example of a lua-controlled viewscreen.Alexander Gavrilov2012-08-191-0/+3
* Implement support for lua-backed viewscreens.Alexander Gavrilov2012-08-191-0/+262
* Add a module for painting tiles into the gps global.Alexander Gavrilov2012-08-191-0/+215