summaryrefslogtreecommitdiff
path: root/src/core/resource/ResourceLocator.hpp
AgeCommit message (Collapse)Author
2016-04-25clang compatibility: add missing default constructorAndreas Stöckel
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-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