]> git.mxchange.org Git - flightgear.git/history - src/Main
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Main /
2003-05-28 curtMoved random ground cover object management code (userd...
2003-05-20 curtMoved FDM/LaRCsim.[ch]xx to FDM/LaRCsim/LaRCsim.[ch]xx
2003-05-19 curtDrop from 4 to 3 splash screens for now.
2003-05-16 ehofmanAdjust sunset/sun rise color scheme
2003-05-15 curtChanges to track updates to SimGear.
2003-05-14 curtMoved some of the low level scene graph construction...
2003-05-14 curtCreate an instance of SGMaterialLib in the "globals...
2003-05-13 curtDrop support for rendering both w/ and w/o textures...
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-12 curtMoved fgfs_src/Object/newmat.[ch]xx and fgfs_src/Object...
2003-05-10 curtFix a preset in the air problem.
2003-05-09 curtMoved src/Model/loader.[ch]xx and src/Model/model....
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-05-09 ehofmanExtract the sound code from FlightGear and move it...
2003-05-09 ehofmanJim Wilson:
2003-05-09 ehofmanJim Wilson:
2003-05-08 curtWorking at unraveling and breaking dependencies inside...
2003-05-08 curtMoved src/Model/*Animation* classes over to simgear.
2003-05-08 curtTimed animations now working again.
2003-05-08 curtClean up various dead, depricated, or otherwise unused...
2003-05-07 curtWhen reseting the aircraft position, the system looks...
2003-05-07 ehofmanCurtis found another inconsistency in the sky repaint...
2003-05-07 curtMoved into simgear.
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-05-06 ehofmanMake sure the sky is also repainted when the relative...
2003-05-05 ehofmanRepaint the sky when the view heading changes also
2003-04-24 curtAllow FG data to be in $FG_ROOT/data or $FG_ROOT (looks...
2003-04-20 ehofmanTemporary disable the sky reposition speedup code until...
2003-04-17 ehofmanReposition the sky modules only when the lat or long...
2003-04-15 ehofmanOops, the repositioning code needs more work to be...
2003-04-15 ehofmanMagically improve the framerate by only repainting...
2003-04-12 ehofmanReflect the move of the SimGear texture object from...
2003-04-09 ehofmanMove the texture loader to SimGear
2003-04-05 davidRemoved debug statement.
2003-04-04 davidAdd new property-randomize command.
2003-04-02 curtTweak to the --atc610x option.
2003-04-01 ehofmanSet the initial log-level back to info
2003-04-01 davidFix to use renamed /controls properties.
2003-04-01 ehofmanDavid Luff:
2003-03-31 ehofmanRemove an unnecessary check. This is done in fgPanelVis...
2003-03-31 ehofmanFix a bug where current_panel was called before it...
2003-03-30 ehofmanDeclare fgReshape into gui.h
2003-03-30 ehofmanMove current_panel to globals
2003-03-29 ehofmanA first stab at an aircraft selection dialog
2003-03-29 curtIf the main frame rate is less than the requested io...
2003-03-29 curtAdded a property /sim/rendering/draw-otw which specifie...
2003-03-29 curtDon't start paused for in air starts.
2003-03-25 ehofmanAdd a generic, configurable communiction output option
2003-03-23 ehofmanFrederic Bouvier's assorted set of MSVC fixes
2003-03-22 ehofmanMake callsign parameter aware
2003-03-22 ehofmanRemove old if..then..else kludge an favour of Frederic...
2003-03-22 ehofmanAdd runtime log level support
2003-03-21 ehofmanLatest episode of the MultiPlayer saga
2003-03-21 ehofmanAndy wrote:
2003-03-20 ehofmanFix a typo
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-03-20 ehofmanDavid Luff writes:
2003-03-19 ehofmanAdd multiplayer support from Duncan McCreanor and Diarm...
2003-03-19 ehofmanCompiler warning fixes and small updates
2003-03-14 curtWire frame mode got broke somehow. This seems to fix it.
2003-03-09 davidMake sure that all elapsed time gets passed to update...
2003-03-03 curtAdd support for --fdm=pipe,<pipe_name>
2003-03-02 davidMake sure the atmosphere is updated before the flight...
2003-03-01 davidRefactor things so that individual subsystems can overr...
2003-03-01 davidAdd a new <power> property to allow raising an axis...
2003-02-21 davidAdd new options:
2003-02-21 davidInvoke fgInitNav() before fgInitPos().
2003-02-21 davidAdd fgInitNav() function so that navaids and fixes...
2003-02-21 davidDeclare fgInitNav().
2003-02-11 curtErik Hofman:
2003-02-10 curtDave Luff:
2003-02-06 curtThere are a number of little changes. Tested with...
2003-02-01 davidMinor logging changes.
2003-01-29 davidRemoved the old FGSteam module from FlightGear.
2003-01-25 curtRefactored some of the navlist code and removed the...
2003-01-24 davidChanged 'exit' command to quit immediately, rather...
2003-01-21 davidMake fgLoadProps more flexible, to read from $FG_ROOT...
2003-01-21 davidAdded reinit, suspend, and resume commands.
2003-01-20 davidChange GUI method names.
2003-01-20 curtTweaks to protocol names to match recent changes in...
2003-01-19 davidMajor overhaul by Frederic Bouvier to make options...
2003-01-19 davidDo an update after apply to see what really got into...
2003-01-18 davidAdded the property-cycle command.
2003-01-18 curtMake the destructor virtual.
2003-01-18 davidRenamed GUIWidget to FGDialog.
2003-01-17 davidDo not require libScripting.a unless PSL is available.
2003-01-17 davidMake all PSL support conditional, because it's not...
2003-01-16 davidSimplify subsystem handling through FGGlobals.
2003-01-16 davidBroadcast suspend/resume/reinit through the manager...
2003-01-15 curtRenamed mini_fdm to native_gui which makes a lot more...
2003-01-13 curtAdded velocity and climb_rate to mini_fdm structure.
2003-01-12 curtUpdate to the Mini FDM network protocal (mostly renamin...
2003-01-12 curt#ifdef out a bit more code that could cause compile...
2003-01-11 davidAdded simple proof-of-concept support for running PSL...
2003-01-06 curtOops missed some more usage of opengl extensions that...
2003-01-06 curt#ifdef out experimental lighting for now until someone...
2003-01-05 curtAdd support for in-air preset starts relative to a...
2003-01-04 curtOoops, the presets_commit command was lost going from...
2003-01-04 davidPatch from Julian Foad to fix wrapping behaviour for...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
next