1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00
OpenMW/apps/openmw
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
..
mwbase Update Lua bindings for the camera 2022-04-06 21:55:05 +02:00
mwclass Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
mwdialogue Replace raw for loop by algorithm 2022-02-17 01:04:44 +01:00
mwgui Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
mwinput Support controller touchpads (Resolves https://gitlab.com/OpenMW/openmw/-/issues/6639) 2022-02-21 19:49:00 +00:00
mwlua Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
mwmechanics Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
mwphysics Revert "Merge branch 'refactor/6677-2' into 'master'" 2022-04-04 17:09:52 +00:00
mwrender Store static id key in lower case 2022-04-08 01:22:48 +02:00
mwscript Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
mwsound
mwstate Pass the prng from world where appropriate 2022-03-21 17:49:42 +02:00
mwworld Use unique_ptr instead of shared_ptr 2022-04-08 16:12:36 +02:00
android_main.cpp
CMakeLists.txt Lua stats 2022-03-25 20:03:13 +00:00
doc.hpp
engine.cpp
engine.hpp
main.cpp
options.cpp
options.hpp