1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-10 04:42:38 +01:00
openrw/rwengine/include/loaders
Daniel Evans cfca1cbdc8 Refactor Object data into heirarchy
+ All Object Data classes inheirt from ObjectInformation which stores
  the ID and class_type, which maps to the IDE name.
- Remove all object mappings except for objectTypes, which now stores
  all of them.
2014-09-17 03:13:02 +01:00
..
DataLoader.hpp Overhaul worker interface 2014-06-04 11:53:11 +01:00
GenericDATLoader.hpp Refactor Object data into heirarchy 2014-09-17 03:13:02 +01:00
LoaderCOL.hpp Renamed Components 2014-01-26 03:45:55 +00:00
LoaderCutsceneDAT.hpp Add Initial Cutscene playback implementation 2014-07-28 02:27:55 +01:00
LoaderDFF.hpp Refactor DFF Loader, underlying stream handling 2014-08-04 22:24:37 +01:00
LoaderGXT.hpp Add GXT loading support and i18n of prints. 2014-07-28 06:20:39 +01:00
LoaderIDE.hpp Refactor Object data into heirarchy 2014-09-17 03:13:02 +01:00
LoaderIFP.hpp Fix various warnings 2014-08-06 00:23:50 +01:00
LoaderIMG.hpp Fix potential non-return in LoaderIMG 2014-08-11 18:16:18 +01:00
LoaderIPL.hpp Renamed Components 2014-01-26 03:45:55 +00:00
rwbinarystream.h Refactor DFF Loader, underlying stream handling 2014-08-04 22:24:37 +01:00
TextureLoader.hpp Threaded model and texture loading 2014-06-06 13:12:20 +01:00
WeatherLoader.hpp Rename more classes to better names 2014-06-06 17:17:39 +01:00