Bret Curtis
|
d1fb854521
|
move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4
esm typo
esm typo
|
2022-01-23 17:04:48 +01:00 |
|
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 |
|
jvoisin
|
d4e3575f1d
|
Don't use const for objects returned by value.
This prevents the usage of std::move semantics,
and makes clang-tidy sad.
|
2021-09-01 22:23:50 +02:00 |
|
Alexei Dobrohotov
|
32601e0ae4
|
Properly reserve body parts for skirts (bug #5731)
|
2020-12-11 10:39:57 +03:00 |
|
Andrei Kortunov
|
2fc819cdae
|
Encode ID's in all places to UTF-8 (bug #3977)
|
2019-10-10 20:52:32 +04:00 |
|
Andrei Kortunov
|
11c17ad9d5
|
Hide hairs when replace the Head bodypart by item's one in the editor
|
2019-01-30 10:18:48 +04:00 |
|
Andrei Kortunov
|
4ee15ddcb9
|
Fix many Coverity Scan warnings
|
2018-11-14 11:21:49 +04:00 |
|
Andrei Kortunov
|
0065bccf24
|
Handle case in the editor when actor's bodypart was not found
|
2018-11-09 14:51:45 +04:00 |
|
Andrei Kortunov
|
35abf7367c
|
Implement wearing priority for editor
|
2018-09-27 18:22:17 +04:00 |
|
Andrei Kortunov
|
ac848b0902
|
Use male bodyparts as fallback for females in the editor
|
2018-09-27 13:14:59 +04: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
|
c1ec926f43
|
Workaround inconsistencies with record status changes
|
2018-09-27 13:14:59 +04:00 |
|
Kyle Cooley
|
1518d630ca
|
Fix issue with body part events not propogating to actors
|
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
|
97ac0a92dd
|
Move data handling out of rendering code, equip armor/clothes
|
2018-09-27 13:14:59 +04:00 |
|