1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00
openrw/rwviewer
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
..
AnimationListModel.cpp Fix compiler warnings 2014-06-10 17:51:55 +01:00
AnimationListModel.hpp Animations working again 2014-03-01 11:19:33 +00:00
AnimationListWidget.cpp Fix compiler warnings 2014-06-10 17:51:55 +01:00
AnimationListWidget.hpp Animations working again 2014-03-01 11:19:33 +00:00
CMakeLists.txt Improve CMake detection of platform libraries 2014-08-16 23:02:34 +01:00
DFFFramesTreeModel.cpp Fix Model frame widget display 2014-06-10 16:47:44 +01:00
DFFFramesTreeModel.hpp Fix Model frame widget display 2014-06-10 16:47:44 +01:00
IMGArchiveModel.cpp Fix compiler warnings 2014-06-10 17:51:55 +01:00
IMGArchiveModel.hpp Preview text 2014-02-10 17:22:07 +00:00
ItemListModel.cpp Refactor Object data into heirarchy 2014-09-17 03:13:02 +01:00
ItemListModel.hpp Add model export to rwviewer 2014-06-10 00:46:48 +01:00
ItemListWidget.cpp Add model export to rwviewer 2014-06-10 00:46:48 +01:00
ItemListWidget.hpp Refactor Viewer to open game data 2014-06-08 01:58:49 +01:00
main.cpp Fix compiler warnings 2014-06-10 17:51:55 +01:00
ModelFramesWidget.cpp Improve material rendering, fix texture loading 2014-06-19 16:31:01 +01:00
ModelFramesWidget.hpp Improve material rendering, fix texture loading 2014-06-19 16:31:01 +01:00
README.md Add Readme and Copying files 2014-02-13 09:51:42 +00:00
ViewerWidget.cpp Refactor Object data into heirarchy 2014-09-17 03:13:02 +01:00
ViewerWidget.hpp Add frame info text in viewer 2014-06-10 20:26:04 +01:00
ViewerWindow.cpp Fix Model frame widget display 2014-06-10 16:47:44 +01:00
ViewerWindow.hpp Refactor Viewer to open game data 2014-06-08 01:58:49 +01:00

RWViewer

Qt Viewer for viewing contents of archives, viewing DFF models etc.