openrw icon indicating copy to clipboard operation
openrw copied to clipboard

Move rwviewer into rwgame with imgui

Open danhedron opened this issue 6 years ago • 1 comments

This removes a lot of stuff that's needed just for Qt and simplifies the code.

Screenshot from 2019-05-27 22-25-13 Screenshot from 2019-05-27 22-25-58

A few things left to match functionality with rwviewer

  • [x] Free-cam map viewer

  • [x] Make it possible to remove viewed objects

danhedron avatar May 27 '19 21:05 danhedron

Codecov Report

Merging #719 into master will increase coverage by 0.59%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #719      +/-   ##
==========================================
+ Coverage   18.12%   18.72%   +0.59%     
==========================================
  Files         252      229      -23     
  Lines       22938    22211     -727     
  Branches     5769     5795      +26     
==========================================
  Hits         4158     4158              
+ Misses      17659    16935     -724     
+ Partials     1121     1118       -3
Impacted Files Coverage Δ
rwgame/RWGame.hpp 0% <ø> (ø) :arrow_up:
rwgame/main.cpp 0% <0%> (ø) :arrow_up:
rwgame/RWConfig.inc 46.66% <0%> (-3.34%) :arrow_down:
rwgame/viewer/RWViewer.hpp 0% <0%> (ø)
rwgame/viewer/RWViewerWindows.cpp 0% <0%> (ø)
rwgame/RWImGui.cpp 0% <0%> (ø) :arrow_up:
rwgame/RWGame.cpp 0% <0%> (ø) :arrow_up:
rwgame/viewer/RWViewerWindows.hpp 0% <0%> (ø)
rwgame/viewer/RWViewer.cpp 0% <0%> (ø)
rwengine/src/objects/CharacterObject.cpp 13.25% <0%> (ø) :arrow_up:
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 51b7264...69afb86. Read the comment docs.

codecov[bot] avatar May 27 '19 23:05 codecov[bot]