1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 14:23:53 +00:00
openmw/apps/opencs/view/render
2023-04-06 08:04:21 +04:00
..
actor.cpp Use ESM::RefId for actor parts 2023-03-03 15:44:14 +01:00
actor.hpp Use ESM::RefId for actor parts 2023-03-03 15:44:14 +01:00
brushdraw.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
brushdraw.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
cameracontroller.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
cameracontroller.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
cell.cpp Renamed string => Id, makes more sense considering the new underlying type 2022-12-27 19:15:57 +01:00
cell.hpp Renamed string => Id, makes more sense considering the new underlying type 2022-12-27 19:15:57 +01:00
cellarrow.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
cellarrow.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
cellborder.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
cellborder.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
cellmarker.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
cellmarker.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
cellwater.cpp Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
cellwater.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
commands.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
commands.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
editmode.cpp Add snap to reference 2022-11-04 15:04:42 -07:00
editmode.hpp Add snap to reference 2022-11-04 15:04:42 -07:00
instancedragmodes.hpp Implement grid snapping and angle snapping in OpenMW-CS 2022-04-02 19:25:57 -05:00
instancemode.cpp Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
instancemode.hpp Add snap to reference 2022-11-04 15:04:42 -07:00
instancemovemode.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
instancemovemode.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
instanceselectionmode.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
instanceselectionmode.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
lighting.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
lighting.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
lightingbright.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
lightingbright.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
lightingday.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
lightingday.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
lightingnight.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
lightingnight.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
mask.hpp Fix node masks signed/unsigned mismatch 2021-04-20 10:52:51 +04:00
object.cpp Avoid redundant conversion from RefId to string and back 2023-03-03 15:44:19 +01:00
object.hpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
orbitcameramode.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
orbitcameramode.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
pagedworldspacewidget.cpp Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
pagedworldspacewidget.hpp Add snap to reference 2022-11-04 15:04:42 -07:00
pathgrid.cpp Avoids unecessary copies 2022-12-27 19:15:57 +01:00
pathgrid.hpp create a specific esm reader function for RefID to avoid allocation for string and then again for RefId 2022-12-27 19:15:57 +01:00
pathgridmode.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
pathgridmode.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
pathgridselectionmode.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
pathgridselectionmode.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
previewwidget.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
previewwidget.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
scenewidget.cpp Use a compile-time check 2023-04-06 08:04:21 +04:00
scenewidget.hpp Migrate from GraphicsWindowQt to QOpenGLWidget 2023-04-05 19:43:42 +04:00
selectionmode.cpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
selectionmode.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
tagbase.cpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
tagbase.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
terrainselection.cpp Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
terrainselection.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
terrainshapemode.cpp Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
terrainshapemode.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
terrainstorage.cpp Use ESM::RefId as index key in collections 2023-02-17 11:08:46 +01:00
terrainstorage.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
terraintexturemode.cpp Move from std::atoi to std::from_char 2023-03-18 09:30:48 +00:00
terraintexturemode.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
unpagedworldspacewidget.cpp openMW_test_suite compiles and runs 2022-12-27 19:15:55 +01:00
unpagedworldspacewidget.hpp Add snap to reference 2022-11-04 15:04:42 -07:00
worldspacewidget.cpp Migrate from GraphicsWindowQt to QOpenGLWidget 2023-04-05 19:43:42 +04:00
worldspacewidget.hpp Add snap to reference 2022-11-04 15:04:42 -07:00