1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00
OpenMW/components/nif
elsid 3f14011087
Support multiple parents for NIF nodes
Choose a parent base on which node is used to iterate over children nodes.
This leads to duplicate handing of child nodes. A node will be handled so many
times how many parents it has.

For example:
p1 p2
 \ /
  c

Will be handled as:
p1 p2
|  |
c  c

If c has children they will be handled X times c is handled.
2022-01-22 01:02:31 +01:00
..
base.hpp
controlled.cpp
controlled.hpp
controller.cpp
controller.hpp
data.cpp Rehash key group and morph loading (bug #6517) 2021-12-24 07:21:30 +03:00
data.hpp
effect.cpp
effect.hpp
extra.cpp
extra.hpp
niffile.cpp Merge branch 'assorted' into 'master' 2021-12-06 13:49:47 +00:00
niffile.hpp Use MurmurHash3_x64_128 for file hash 2021-11-21 17:05:59 +01:00
nifkey.hpp Rehash morph loading rehashing 2021-12-26 17:56:19 +03:00
nifstream.cpp
nifstream.hpp Keep only one '\0' in NIF strings (bug #6473) 2021-12-05 15:56:58 +03:00
niftypes.hpp
node.cpp
node.hpp Support multiple parents for NIF nodes 2022-01-22 01:02:31 +01:00
parent.hpp Support multiple parents for NIF nodes 2022-01-22 01:02:31 +01:00
physics.cpp
physics.hpp
property.cpp Fix multilayer parallax parameter reading 2022-01-08 01:58:52 +03:00
property.hpp Loading and basic handling of BSLightingShaderProperty 2021-11-13 22:52:45 +03:00
record.hpp Load NiSortAdjustNode and NiAccumulators 2021-11-14 00:31:49 +03:00
recordptr.hpp Load NiSortAdjustNode and NiAccumulators 2021-11-14 00:31:49 +03:00