elsid
|
2a79a8074a
|
Use forward declarations
|
2022-08-19 22:05:15 +02:00 |
|
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
|
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 |
|
Andrei Kortunov
|
4ee15ddcb9
|
Fix many Coverity Scan warnings
|
2018-11-14 11:21:49 +04:00 |
|
Andrei Kortunov
|
43c7438e8e
|
Move WeakCache to components/misc
|
2018-09-28 16:47:47 +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
|
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
|
b2115b60e6
|
Fix qt4 build
|
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 |
|