summaryrefslogtreecommitdiffstats
path: root/src/resourcemgr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added generating template files and reading templates from disk if presentDimitri van Heesch2016-05-281-2/+5
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-1/+1
| | | | improve performance
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-2/+2
| | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-0/+183
compiler & manager