]> git.mxchange.org Git - flightgear.git/commit
globals.cxx -- FGGlobals::set_fg_scenery():
authormfranz <mfranz>
Sat, 3 Dec 2005 10:20:35 +0000 (10:20 +0000)
committermfranz <mfranz>
Sat, 3 Dec 2005 10:20:35 +0000 (10:20 +0000)
commit72f46a4a6f40ea20fb59e665b73eb5c439263e94
tree69c538dbf58443f4c646e49a01e9c4dddc7897a8
parent24e9bb6ce84e524457f4d918be3943e61a219795
globals.cxx -- FGGlobals::set_fg_scenery():
    Insert empty string as marker between FG_SCENERY path elements.
    FG_SCENERY=A:B expands to [A/Terrain, A/Objects, "", B/Terrain, B/Objects, ""]
    (assuming that both A/ and B/ have Terrain/ and Objects/ subdirs).

tileentry.cxx -- FGTileEntry::load():
    Check all tile dirs in FG_SCENERY from left to right: add all objects
    to the scenery until a terrain tile was found: In this case read the
    rest of that group (i.e. the Objects/ twin dir) and then stop scanning.

    Better structuring of log messages & fix warnings.
src/Main/globals.cxx
src/Scenery/tileentry.cxx