1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00
OpenMW/apps
elsid ec3674b40a
Use unique_ptr instead of shared_ptr
for MWWorld::Action, ProjectileManager and ESSImport::Converter.

shared_ptr has additional cost of reference counter and requires additional
allocation when constructed as shared_ptr<T>(new T).
2022-04-08 16:12:36 +02:00
..
benchmarks
bsatool Avoid missusing of CompressedBSAFile with private inheritance 2022-02-27 20:40:35 +01:00
bulletobjecttool
esmtool Use toStringView in esmtool instead of toString 2022-02-25 17:40:27 +01:00
essimporter Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
launcher Configure mav navmeshdb file size from the launcher 2022-04-07 16:38:01 +02:00
mwiniimporter
navmeshtool Exchange binary messages between navmeshtool and launcher 2022-03-30 19:24:54 +02:00
niftest
opencs Make settings loader differentiate between engine and editor (fixes #6658). 2022-03-04 09:44:52 +00:00
openmw Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
openmw_test_suite Merge branch 'navmeshtool_binary_log' into 'master' 2022-04-06 23:40:45 +00:00
wizard
doc.hpp