]> git.mxchange.org Git - simgear.git/commit
Maik JUSTUS:
authormfranz <mfranz>
Sun, 11 Feb 2007 11:05:23 +0000 (11:05 +0000)
committermfranz <mfranz>
Sun, 11 Feb 2007 11:05:23 +0000 (11:05 +0000)
commit8663c265d8da5d1401e3fb2d11c4bd274fb0794f
tree9706813302c4e1665946a592858d0d61195b2d53
parent6c5d35d6ce2f3ebebebe7a9eb6d12e650e6e895b
Maik JUSTUS:

"""
- make every node maintain list of properties that link to it
- add functions to erase node by address from hash bucket/entry in their
  path caches, so that all references can be removed
- if a node is removed, it (and all children, grandchildren, ...) calls
  all linked properties to remove them from their path-cache

This fixes problems with the aerotow over multiplayer and maybe some
other problems, where nodes are queried by name.
"""
simgear/props/props.cxx
simgear/props/props.hxx