summaryrefslogtreecommitdiff
path: root/src/core/resource/ResourceLocator.cpp
AgeCommit message (Collapse)Author
2015-02-17Improved semantics of the return value of the autocomplete function: Empty ↵Andreas Stöckel
return value explicitly means that the file does not exist at all.
2015-02-16Added "autocomplete" function to ResourceLocator and RegistryAndreas Stöckel
2015-01-20Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType ↵Andreas Stöckel
search paths directly in ResoruceLocator instead of Registry
2015-01-20Refactored stuff surrounding the ResourceLocator class, implemented ↵Andreas Stöckel
StaticResourceLocator which can be used for registering static resources (mainly for testing or if certain resources need to be available from the executable)
2015-01-20Moved some files around and added new Resource classAndreas Stöckel