]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2000-12-08 curtRemoved tilecache.cxx tilecache.hxx.
2000-12-08 curtUpdates to time parsing and setting by David Megginson.
2000-12-06 curtMore night ground lighting tweaks.
2000-12-06 curtTweaks to get lights to fade in quantity-wise as well...
2000-12-06 curtAdded a --visibility= option.
2000-12-05 curtAdded a file load / save entry box so you can specify...
2000-12-05 curtAdded support for specifying light coverage on a per...
2000-12-05 curtFaster triangle area routine contributed by Norman...
2000-12-05 curtTweaked thresholds for staging in ground lighting.
2000-12-05 curtAdjust ground lighting up significantly higher to avoid...
2000-12-04 curtBring lights in in stages as it get's darker.
2000-12-04 curtTweaks to ground lighting infrastructure.
2000-12-04 curtGenerate a set of ground lights when loading a scenery...
2000-12-04 curtFix fog / light punchthrough.
2000-12-04 curtRenamed fg_random -> sg_random.
2000-12-04 curtStarted laying out infrastructure for ground lighting.
2000-12-04 curtStarted laying out the infrastructure for handling...
2000-12-04 curtAdded a hardcoded "LIGHTING" material entry in the...
2000-12-03 curtRewrote the tile scheme to use a "map" structure rather...
2000-12-03 curtRemoved tile radius option. Range of tiles to be loade...
2000-11-30 curtMoved Time/timestamp.hxx into simgear/timing/timestamp.hxx
2000-11-28 curtParse route files by Durk Talsma.
2000-11-25 curtFix an autopilot rate of climb bug (meter vs. feet...
2000-11-23 curtIncreased FG_MAX_NODES to 4000
2000-11-14 curtFixes for better control over external aircraft 3d...
2000-11-14 curtInitial revision.
2000-11-14 curtNov. 14, 2000 JSBSim updates
2000-11-13 curtRearranged includes a touch.
2000-11-09 curtNov 8 updates.
2000-11-03 curtTweaks.
2000-11-03 curtSync with current JSBSim devel code.
2000-11-03 curtSupport aliasing one material name to another.
2000-11-02 curtHere are updated IO360.cxx and IO360.hxx files with...
2000-11-02 curtA couple clean ups ...
2000-11-01 curtMoved fov and win_ration from FGOptions to FGViewer...
2000-11-01 curtMore view clean ups.
2000-11-01 curtsrc/GUI/gui.cxx:
2000-11-01 curtWoohoo! some success with external views ...
2000-11-01 curtWorking on lookat views.
2000-10-30 curtTweaks.
2000-10-28 curtUpdates by Tony working on the FDM interface bus.
2000-10-27 curtAdded manifold pressure to the property manager.
2000-10-27 curtAdded CHT (cylinder head temp) to BFI and property...
2000-10-27 curtThis is a somewhat rough first attempt at modelling...
2000-10-26 curtAdded a viewmgr system and made corresponding changes...
2000-10-26 curtInitial revision.
2000-10-26 curtDebug cleanup.
2000-10-26 curtCheck point ... making progress with a FGViewerLookAt...
2000-10-25 curtContinued FGViewer cleanups. FGViewer is now a base...
2000-10-25 curtInitial revision.
2000-10-25 curtRemoved references to Point3D from FGViewers interface.
2000-10-25 curtContinuing work on cleanups.
2000-10-25 curtCheckpoint commit for cleaning up the FGViewer class...
2000-10-24 curtStarted integrating Jon's doc++ comments.
2000-10-24 curtUpdates to fix a network communication problem.
2000-10-24 curtI tested:
2000-10-23 curtTweaks.
2000-10-23 curtUpdates to track more consistant naming scheme in simgear.
2000-10-19 curtMoved winWidth and winHeight out of FGViewer since...
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-19 curtThe following changes were made to flightgear-0.7.5...
2000-10-18 curtSome changes contributed by David Megginson to allow...
2000-10-18 curtI guess we have to ref() ssgStateTable as well as ssgSi...
2000-10-18 curtAdded ref() count increment calls to all ssgSimpleState...
2000-10-18 curtAdd #include <string.h> since js.h doesn't (but should.)
2000-10-18 curtNew msvc project files.
2000-10-16 curtInitial revision.
2000-10-16 curtDoh! typo in a the file name.
2000-10-16 curtAdded a missing patch ...
2000-10-16 curtAdded #include <math.h> for fabs()
2000-10-16 curtRenamed new FGEngine to FGNewEngine to avoid conflict...
2000-10-16 curtCheck result of cur_fdm_state->init() and die if it...
2000-10-16 curtCheck return value of FDM::init().
2000-10-16 curtChanged default starting airport.
2000-10-14 curtFriday the 13th JSBSim update ... :-0 !!!
2000-10-13 curtPanel tweaks to support "shaped" panels.
2000-10-12 curtMinor tweaks.
2000-10-12 curtTweaks and massaging relative to the new waypoint route...
2000-10-12 curtUpdates to Autopilot menu to support new SGRoute manager.
2000-10-12 curtUpdates to track current JSBSim cvs.
2000-10-12 curtLot's of massaging to get the WAYPOINT hold mechanism...
2000-10-11 curtMoved VERSION to FLIGHTGEAR_VERSION and put it in it...
2000-10-11 curtChanges to support new simgear waypoint module.
2000-10-10 curtSome tweaks relating to engines and the various LaRCsim...
2000-10-10 curtSeparated out "VERSION" into it's own include file.
2000-10-10 curtAdded keyboard mappings to move panel up/down/right...
2000-10-10 curtOct. 10, 2000 sync with JSBSim master repository.
2000-10-09 curtFixed a small bug in the engine lookup of bfi that...
2000-10-09 curtOct. 9, 2000 - synced with latest JSBsim code.
2000-10-09 curtFixed an altitude setting bug.
2000-10-06 curtFrom: John Check <j4strngs@bitless.net>
2000-10-06 curtDavid Megginson writes:
2000-10-04 curtProperties:
2000-10-04 curtProperties:
2000-10-04 curtTrial support for texture sets with varying resolution.
2000-10-04 curtWorking on a new protocal that allows you to remotely...
2000-10-04 curtDie if I/O Channel config fails for any reason.
2000-10-04 curtClose all iochannel connections on exit.
2000-10-04 curtrunway textures!
2000-10-02 curtOct 2, 2000 JSBSim sync.
next