1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 06:39:42 +00:00
openmw/apps/opencs
fteppe 22dc383f63 fixes errors and warnings
Applies review comments

getWorldspaceTerrain => returns a reference because never null
crashfix in navigator
updateLandPositions fixes naming of it
const ESM4::Land* MWWorld::Store<ESM4::Land>::search(ESM::ExteriorCellLocation cellLocation) const removes useless else
ExteriorCellLocation uses default initializers
get terrain height returns -MAX_FLOAT when there is no esm4 terrain.

applied review comments

use default initlializer when possible
factorise code
uses pattern matching in for loop.
2023-05-29 12:10:42 +02:00
..
model Add more details to exceptions 2023-05-25 20:56:07 +02:00
view fixes errors and warnings 2023-05-29 12:10:42 +02:00
CMakeLists.txt Fix a qt deprecation warning in cmake 2023-04-25 22:00:20 +02:00
editor.cpp pathToQString makes things shorter 2023-04-25 11:21:16 +02:00
editor.hpp make use of QLockFile 2023-04-24 13:34:06 +00:00
main.cpp Migrate from GraphicsWindowQt to QOpenGLWidget 2023-04-05 19:43:42 +04:00