Commit Graph

6 Commits

Author SHA1 Message Date
Alexander Bock
a244defdbc Add additional Lua functions that make use of regular expressions to match against fully qualified property identifiers
- Making the GUI use the new function setPropertyValueSingle to not incur the overhead of compiling the regex
 - The default setPropertyValue Lua function uses a wildcard, which replaces a * with the correct regex (.*) for ease of use
 - The setPropertyValueRegex Lua function allows a full regular expression to be used

Closing #108
2016-07-18 20:12:24 +02:00
Alexander Bock
2550346835 Move GUI Lua functions into their own file 2016-06-26 16:35:48 +02:00
Sebastian Piwell
94d8360e73 Moved renderproperties functions 2016-05-18 09:33:32 -04:00
Sebastian Piwell
9eb6804a29 Created GuiISWAComponent 2016-05-06 11:57:21 -04:00
Alexander Bock
877a4d1ba6 Updated copyright header 2016-02-05 17:43:21 +01:00
Alexander Bock
77cc5dba49 Moving onscreen gui into its own module 2015-05-26 22:52:12 +02:00