1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00
openrw/rwviewer
Daniel Evans 8a5be54b91 Overhaul animation system and character activities
Replaces animator with a simpler system that can overlay multiple
animations

Character animation split into two layers, motion and action.
Walking, running and jumping animations are played on the first
layer, actions such as firing can be overlayed on the second.
More work is needed to limit overlap to only the weapons that make
sense.
2016-04-17 04:54:19 +01:00
..
models Fix compilation and runtime issues with reviewer from recent changes 2016-04-16 14:06:02 +01:00
views Overhaul animation system and character activities 2016-04-17 04:54:19 +01:00
widgets Fix compilation and runtime issues with reviewer from recent changes 2016-04-16 14:06: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 Move first of lower level code into rwlib; tear out GLEW. 2016-04-07 01:13:46 +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 Definition information to GameData 2015-04-24 18:10:42 +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
README.md Add Readme and Copying files 2014-02-13 09:51:42 +00:00
ViewerWidget.cpp Fix animations not playing in rwviewer 2016-04-16 15:05:36 +01:00
ViewerWidget.hpp Fix compilation and runtime issues with reviewer from recent changes 2016-04-16 14:06:02 +01:00
ViewerWindow.cpp Fix compilation and runtime issues with reviewer from recent changes 2016-04-16 14:06:02 +01:00
ViewerWindow.hpp Fix compilation and runtime issues with reviewer from recent changes 2016-04-16 14:06:02 +01:00

RWViewer

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