1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 18:35:20 +00:00
elsid ce3bba0cdc
Use std::list to store mechanics objects
To make the order of elements deterministic. Using memory address based objects
as map key makes order of elements there nondeterministic. Later it can be
replaced with vector when there are no indirect munipulations with container
inside iteration loops.

Change map key to const MWWorld::LiveCellRefBase* to avoid erasing and inserting
elements on MWWorld::Ptr update.

Store CharacterController by value instead of pointer to avoid redundant memory
allocation.
2022-05-20 00:47:10 +02:00
..
2022-05-16 18:29:16 +02:00
2022-01-28 18:39:09 +01:00
2022-01-28 18:39:09 +01:00
2022-01-28 18:39:09 +01:00
2022-03-28 16:17:42 +03:00
2022-03-28 16:17:42 +03:00
2019-02-19 18:40:33 +03:00
2019-10-19 12:51:37 +02:00
2022-01-05 17:22:22 +01:00
2021-06-23 23:13:59 +02:00
2013-03-23 08:16:46 +01:00
2013-05-19 23:19:48 +02:00
2019-02-19 18:40:33 +03:00
2020-04-26 21:13:59 +03:00
2022-02-10 22:10:46 +01:00
2019-02-19 18:40:33 +03:00
2021-06-23 23:13:59 +02:00