elsid
|
6b7434ca69
|
Pass std::string_view instead of const std::string&
* Starting with Actor::getBodyPartMesh and ending with
Misc::StringUtils::ciEqual.
* Add tests for Misc::StringUtils::ciEqual.
|
2021-09-09 18:39:50 +02:00 |
|
elsid
|
a8c16071dc
|
Fix -Wreturn-local-addr warning
/home/elsid/dev/openmw/apps/opencs/model/world/actoradapter.cpp: In member function ‘const string& CSMWorld::ActorAdapter::ActorData::getPart(ESM::PartReferenceType) const’:
/home/elsid/dev/openmw/apps/opencs/model/world/actoradapter.cpp:142:20: error: returning reference to temporary [-Werror=return-local-addr]
142 | return "";
| ^~
|
2021-09-04 18:04:45 +02:00 |
|
Kyle Cooley
|
0096951f25
|
cleanup
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
f43b70d77b
|
Centralize actor data, simplify logic
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
031502b2ab
|
Reorganize ActorAdapter data, use weak cache for sharing
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
2a9ebac572
|
Simplify update logic, update when race parts are changed.
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
1276e0fa9b
|
Handle changes to race record when rendering actors
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
6bece13a32
|
Use new Log class for error message
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
97ac0a92dd
|
Move data handling out of rendering code, equip armor/clothes
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
6b42f37918
|
Handle creatures too
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
e2ac392a40
|
Move common stuff to scene util, fix errors with 1st person meshes
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
8444ee9981
|
Start rendering npc's
|
2018-09-27 13:14:59 +04:00 |
|