1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-07 11:22:45 +01:00
openrw/rwviewer
Daniel Evans 5b9c95d346 Add Initial Cutscene playback implementation
+ Add CutsceneData structures to store the data required.
+ Implement screen fading in and out (todo: splash screen fading)
+ Add GameData::openFile2() returns a handle to open file memory + size
+ Fix fog implementation
+ Add screenspace rect to GameRenderer for fades and cinematics
2014-07-28 02:27:55 +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 scripts 2014-06-18 17:07:51 +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 Add model export to rwviewer 2014-06-10 00:46:48 +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 Add Initial Cutscene playback implementation 2014-07-28 02:27:55 +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.