1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-30 15:11:24 +00:00
openmw/apps
elsid cfab425fb2
Replace operator== for CellStore with pointer quality
Equality operator is confusing and redundant in this case.

It should not be possible to have 2 CellStores for the same cell. There is no
copy constructor defined so it's not possible to get a copy. It's possible to
independently create second store when another one already exist but it would
mean a bug.

Explicitly delete CellStore copy and move constructors and assignment operators
to enforce this.
2023-05-30 08:46:44 +02:00
..
benchmarks Add settings index to provide lookup by category and name 2023-05-03 22:11:44 +02:00
bsatool Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
bulletobjecttool Log more info about navmesh shapes and jobs 2023-05-14 18:34:31 +02:00
esmtool Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
essimporter Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
launcher Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
mwiniimporter Replace compare with more idiomatic methods 2023-05-22 19:51:27 +02:00
navmeshtool Use different object id for avoid shape 2023-05-14 18:45:40 +02:00
niftest Use target_compile_options to add --coverage 2023-03-10 15:34:08 +01:00
opencs Merge branch 'default' into 'master' 2023-05-29 13:06:19 +00:00
opencs_tests Show UniversalId value for all argument types in reports 2023-05-22 03:14:00 +02:00
openmw Replace operator== for CellStore with pointer quality 2023-05-30 08:46:44 +02:00
openmw_test_suite ESM4::Land loaded, added to store and to land objects 2023-05-29 11:31:37 +02:00
wizard Replace some empty constructors and destructors with default 2023-05-29 13:37:19 +02:00
doc.hpp