1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-07-27 10:44:08 +00:00
openmw/apps/opencs/view/render
2025-07-14 23:18:45 +03:00
..
actor.cpp Use normalized path for correctActorModelPath 2024-11-03 13:50:17 +01:00
actor.hpp Fix build 2024-04-11 03:01:00 +01:00
brushdraw.cpp Do not copy osg::ref_ptr when possible 2023-07-31 20:43:46 +04:00
brushdraw.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
cameracontroller.cpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
cameracontroller.hpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
cell.cpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
cell.hpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03: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 Cleanup(CS): Improve readability and clean up some implementations 2024-06-10 02:02:31 -05: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 normalized path in ImageManager 2024-09-17 00:49:57 +02: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 FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
instancemode.hpp FIX: tooltips lose some of the relevant information if not stored as a QString 2025-01-12 10:07:40 -07:00
instancemovemode.cpp Change SVG color in the editor 2024-04-27 09:57:47 +04:00
instancemovemode.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
instanceselectionmode.cpp Fix instance selection mode destruction (#7447) 2024-03-12 03:39:14 +03:00
instanceselectionmode.hpp Another pass with IWYU 2022-10-10 15:16:18 +02:00
lighting.cpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
lighting.hpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02: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 Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
lightingday.hpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
lightingnight.cpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
lightingnight.hpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
mask.hpp Rework editor icons 2024-04-14 08:17:10 +04:00
object.cpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
object.hpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
objectmarker.cpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
objectmarker.hpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
orbitcameramode.cpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
orbitcameramode.hpp Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
pagedworldspacewidget.cpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
pagedworldspacewidget.hpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
pathgrid.cpp Use more sensible types in pathgridutil 2024-10-02 21:10:51 +02: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 Use more sensible types in pathgridutil 2024-10-02 21:10:51 +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 Minor header cleanup 2023-04-30 16:26:03 +02:00
previewwidget.hpp Run IWYU on the opencs 2022-10-31 21:04:01 +01:00
scenewidget.cpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
scenewidget.hpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03: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 Editor: Prevent crash on smoothing undefined cell borders (#8299) 2025-01-12 21:05:48 +03:00
terrainshapemode.hpp Add OpenMW-CS Terrain Equalize tool 2024-07-20 02:30:46 +01:00
terrainstorage.cpp Merge branch 'zerotohero' into 'master' 2024-06-14 07:22:27 +00:00
terrainstorage.hpp Fix LTEX overriding and allow deletion 2024-06-03 16:42:27 +02:00
terraintexturemode.cpp Rework land texture handling 2024-06-12 17:09:28 +02:00
terraintexturemode.hpp Rework land texture handling 2024-06-12 17:09:28 +02:00
unpagedworldspacewidget.cpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
unpagedworldspacewidget.hpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
worldspacewidget.cpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00
worldspacewidget.hpp FEAT(CS): Replace selection markers with a real one (#8139) 2025-07-14 23:18:45 +03:00