1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-04 08:43:06 +00:00
openmw/components/terrain
elsid cd6e49796e
Properly initialize local static pointers and collections
Static variables should be initalized once instead of initializing them with
nullptr and then doing actual initialization behind if condition. Otherwise a
race condition may happen leading to undefined behaviour.
2024-09-21 13:52:43 +02:00
..
buffercache.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
buffercache.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
cellborder.cpp Base cell size on worldspace 2023-11-03 17:24:35 +01:00
cellborder.hpp adding worldspace info to terrain data structures 2023-05-29 11:31:37 +02:00
chunkmanager.cpp Report more stats from caches 2024-03-29 14:25:39 +01:00
chunkmanager.hpp Pass cache expiry delay to GenericResourceManager constructor 2023-09-09 19:35:20 +02:00
compositemaprenderer.cpp Remove unnecessary code 2023-12-27 22:30:04 -06:00
compositemaprenderer.hpp Remove unnecessary code 2023-12-27 22:30:04 -06:00
defs.hpp Add terrain parallax mapping 2016-03-22 21:46:15 +01:00
heightcull.hpp Minor header cleanup 2023-04-30 16:26:03 +02:00
material.cpp Generalize unsized pixel format computation 2024-04-16 02:52:25 +03:00
material.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
quadtreenode.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
quadtreenode.hpp Fix and prevent -Wextra-semi warning 2022-10-06 00:26:43 +02:00
quadtreeworld.cpp Properly initialize local static pointers and collections 2024-09-21 13:52:43 +02:00
quadtreeworld.hpp Fix #7621 2023-11-02 21:53:22 +01:00
storage.hpp Split ESM headers 2024-05-03 01:55:20 +02:00
terraindrawable.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
terraindrawable.hpp Lookup for terrain template using std::map::lower_bound instead of linear search 2023-08-29 20:25:20 +02:00
terraingrid.cpp Pass cache expiry delay to GenericResourceManager constructor 2023-09-09 19:35:20 +02:00
terraingrid.hpp Pass cache expiry delay to GenericResourceManager constructor 2023-09-09 19:35:20 +02:00
texturemanager.cpp Use normalized path in ImageManager 2024-09-17 00:49:57 +02:00
texturemanager.hpp Pass cache expiry delay to GenericResourceManager constructor 2023-09-09 19:35:20 +02:00
view.hpp Cleanup components includes 2022-08-16 19:14:04 +02:00
viewdata.cpp Use sorted vector for ViewData::contains implementation 2022-10-05 01:10:02 +02:00
viewdata.hpp Remove unused getActiveGrid function 2024-05-15 22:33:11 +02:00
world.cpp Don't use height cull callback when there's no terrain 2024-01-19 12:24:15 +03:00
world.hpp Pass cache expiry delay to GenericResourceManager constructor 2023-09-09 19:35:20 +02:00