]> git.mxchange.org Git - flightgear.git/history - src/Scenery/FGTileLoader.cxx
Don't bail out for lon == 180 or lat == 90
[flightgear.git] / src / Scenery / FGTileLoader.cxx
2006-02-21 mfranznew FSF address
2005-12-29 curtJohn Ellson:
2005-11-22 curtA long, long time ago, a bug was inadvertently introduc...
2005-01-17 curtThrow an exception when no valid scenery path defined.
2005-01-09 ehofmanTie the Scenery loader thread and the real weather...
2004-06-08 ehofmanMelchior FRANZ:
2004-06-07 ehofmanMake use of the new SGPath::add() function and automati...
2004-06-06 ehofmanWindows uses ';' instead of ':' as a path separator.
2004-06-06 ehofmanMake it possible to split the Scenery into Scenery...
2004-04-30 andyChanges to get FlightGear (well, the src directory...
2004-03-18 curtVarious preparations for the next release.
2003-10-01 davidDon't make SG_SCENERY into an SGPath before splitting...
2003-08-09 curtOops, fix a typo.
2003-08-08 curtAdd support for specifying a ";" delimited list of...
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-02-11 curtBetter support for an alternate calendar time (i.e...
2001-05-30 curtFixed a bug in the tile pager / caching / management...
2001-05-21 curtTile pager tweaks.
2001-05-20 curtWe can't remove ssg branches in the threaded tile page...
2001-05-19 curtThreaded tile paging:
2001-05-18 curtTile loading is interleaved now when not threaded....
2001-04-17 curtTweaks so tile loading still works in non-threaded...
2001-04-16 curtModified FlightGear/src/Scenery. The tile loader threa...
2001-04-14 curtTweaks to the tile pager so it waits for a signal from...
2001-04-11 curtInitial stab at a threaded tile loader contributed...