summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/DataLoader.h
AgeCommit message (Collapse)Author
2022-09-11Replaced Datafile and StarsEx/Archive with dat and ArchiveExAki
2022-04-14Removed unused Reset method in loaderAki
2022-04-14Removed source groups as they didn't find their use in the endAki
2022-04-14Switched to use new Sources everywhere applicable in the LoaderAki
2022-04-12Remvoed unused UseVideo of DataLoaderAki
2022-04-12Added a way to weak reference sources without any dependenciesAki
2022-04-12Changed error returning in DataLoaderAki
This is to allow meaningful return values for identification of unique sources.
2022-04-10Added groups for data sourcesAki
2022-04-10Switched to use FileSystemDataSource in DataLoaderAki
2022-04-10Added simple DataSources to replace parts of DataLoaderAki
2022-04-10Moved archives list from static part of impl to loader memberAki
Including Archive.h in DataLoader.h created name conflicts and created an error due to missing types from Types.h in the Archive.h itself.
2022-04-01Moved Stars45 to StarsExAki