mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
- 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