1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-28 23:26:42 +00:00
openmw/apps
elsid e910dd7a25
Rename CellRef::getRefIdPtr -> getRefIdRef and return reference
Return value can't be nullptr. Pointer complicates the code because has to be
dereferenced.

Also move function definition to hpp to make it easier for compiler to optimize
calls.
2021-09-06 22:52:08 +02:00
..
benchmarks Store heightfields as array of heights instead of triangles 2021-07-26 00:22:21 +02:00
bsatool Add file to BSA 2021-04-08 18:08:28 +02:00
esmtool Add a std::noboolalpha to a std::boolalpha 2021-07-21 14:40:54 +02:00
essimporter Fix/workaround for Issue #3246 2021-08-17 12:29:28 +10:00
launcher Do no link binaries with Qt where it's not used 2021-08-20 19:02:09 +02:00
mwiniimporter Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
niftest Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
opencs Merge branch 'bettermoveinstance' into 'master' 2021-09-06 09:48:30 +00:00
openmw Rename CellRef::getRefIdPtr -> getRefIdRef and return reference 2021-09-06 22:52:08 +02:00
openmw_test_suite Function LuaUtil::toString 2021-08-31 09:41:58 +02:00
wizard Do no link binaries with Qt where it's not used 2021-08-20 19:02:09 +02:00
doc.hpp