]> git.mxchange.org Git - flightgear.git/history - src/Main
ignore SIGPIPE. If we pipe our output to another application, let's say
[flightgear.git] / src / Main /
2008-07-15 mfranzignore SIGPIPE. If we pipe our output to another applic...
2008-07-13 durkInitial attempt to establish a better integration betwe...
2008-07-11 mfranz"load"/"save" flight: enforce ".sav" extension
2008-07-11 mfranzuse same path validation process for fgcommands "load...
2008-07-09 mfranzdon't run the help browser from a property that a user...
2008-07-09 mfranzlet the --prop: option overwrite write-protected properties
2008-07-09 mfranzremove depreciated gui_local.[ch]xx:
2008-06-22 mfranz- make sure /sim/fg-current can't get preset and write...
2008-06-16 mfranzset_fg_root: prevent circumvention of the Nasal securit...
2008-06-13 mfranz- allow users to set fg-home dir via FG_HOME environmen...
2008-06-08 timooreDon't add guiCamera, which is now a slave, to the scene...
2008-06-06 timooreFix GUI and HUD text rendering problems.
2008-06-06 mfranzmake route manager input case insensitive
2008-06-02 timooreClean up header file use of iostream and "using" declar...
2008-06-02 timooreiostream cleanup wip
2008-06-02 timooreInclude <iostream> and using declarations as needed.
2008-05-26 frohlichImplement rotation offsets for cameras.
2008-05-20 fredbpuInitialize returns nothing.
2008-05-19 timooreClean up OSG camera setup and interface to plib PUI
2008-05-18 mfranz- use fireValueChanged() instead of setBoolValue(true...
2008-05-14 timoorefg: move most scenery-related code to simgear
2008-05-12 durkMake sure that the compiler knows about the new locatio...
2008-05-12 durkMerging David Luff's AI/ATC code with AIModels. Part 1:
2008-05-08 mfranz- rename fgcommand "set-mouse" to "set-cursor"
2008-05-07 mfranzadd fgcommand "set-mouse", which sets mouse coordinates...
2008-05-02 mfranzread runway start offset from /sim/airport/runways...
2008-05-01 mfranzadd unit suffixes -nm and -deg to /sim/presets/offset...
2008-04-29 mfranz- improve comments (contents and spelling)
2008-04-26 mfranzNicolas: make screenshot target dir configurable ...
2008-04-26 mfranzrestore NumPad translation
2008-04-25 mfranzadd hyper support
2008-04-25 mfranzafter OSG 2.4 upgrade, remove modifier workaround and...
2008-04-25 timooremake --enable-osgviewer the default
2008-04-21 mfranz- make online stats mode directly settable, rather...
2008-04-20 mfranz- let the OSG on-screen-statistics function no longer...
2008-04-19 durkTorsten Dreyer: Check whether a valid graphic context...
2008-04-13 timooreFixes for compiling with gcc 4.3
2008-03-22 timooremodel paging patch from Till Busch
2008-03-15 mfranzremove debug message :-)
2008-03-15 mfranzadd --version option that works something like this:
2008-03-12 mfranzTatsuhiro NISHIOKA: "enables osgviewer version of Fligh...
2008-03-10 mfranzremove redundant --airport-id option (OK'ed by Curt...
2008-03-04 timoorecleanup of precipitation contribution
2008-03-04 timooreprecipitation effects from Nicolas Vivien
2008-02-28 fredbCsaba Halász :
2008-02-25 mfranzChange update order to event manager -> view manager...
2008-02-23 mfranzrevert revisions 1.246 to 1.248. This fixes the jitter...
2008-02-15 mfranzCsaba HALASZ: implement conditional (e.g. seasonal...
2008-02-15 timooreCall particle initialization code in simgear namespace
2008-02-15 timooreparticles from Tiago_G
2008-02-04 durkcygwin related fixes, and some minor future release...
2008-01-26 fredbnear and far are #defined in MSVC
2008-01-25 timooreFix main window aspect ratios other than 4/3
2008-01-24 timooreAnother round of memory leak fixes from Till Busch
2008-01-23 mfranzremove last traces of PSL
2008-01-09 andyOS X build fixes from Hans Fugal
2008-01-06 timoorecleanup of dead code and change ViewPartitionNode:...
2008-01-04 timooreAdd ViewPartionNode to the scenegraph
2007-12-29 curtReturn the --fov= to it's original functionality.
2007-12-26 frohlichModified Files:
2007-12-26 frohlichModified Files:
2007-12-22 timooreRemove references to SceneView and CameraView
2007-12-20 timooreFix for "falling through ground" problem
2007-12-14 timooreSet up pager in GLUT embedded osgViewer
2007-12-14 timooreUse the OSG DatabasePager instead of FGTileLoader
2007-12-13 timooreUpdate GroundLightManager
2007-12-12 timooreFix mouse warping for embedded osgviewer in SDL
2007-12-12 timooreHandle warped pointer in embedded GLUT osgViewer
2007-12-11 durkMake sure fgfs finds the correct version of the base...
2007-12-10 mfranzTatsuhiro NISHIOKA: initialize classes (fixes segfault...
2007-12-07 timooreChanged GLUT support to use an embedded osgViewer too
2007-12-02 mfranzmake the state of the Meta and Super modifier keys...
2007-12-01 mfranzmake the state of the Meta and Super modifier keys...
2007-11-30 timooreRewrite SDL code to use an embedded osgViewer.
2007-11-30 timooremove callback registration functions to fg_os_common.cxx
2007-11-24 mfranzTiago GUSMAO: keep sound muted after pause/unpause
2007-11-21 curtAdd a command to dump just the terrain portion of the...
2007-11-17 mfranzinitialize release_keys array
2007-11-12 mfranz- move temporary keyboard fix from input.cxx to fg_os...
2007-11-09 mfranzalso copy name & type to /sim/current-view
2007-11-07 mfranzmainloop: move event_mgr and viewmgr updated before...
2007-11-06 mfranzmove event_mgr and view_mgr bundle right before the...
2007-11-06 mfranzchange update order to fdm -> events -> viewmanager
2007-11-05 mfranzrevert swapping of x & y offsets in "lookat" mode
2007-11-03 mfranzCsaba HALASZ: fix IVSI instrument problem
2007-11-02 curtAdd a --vehicle= option which is a synonym for --aircra...
2007-10-27 mfranzunescape \a and \b as well
2007-10-27 mfranzmake sure snprintf() buffer is terminated
2007-10-20 durkMiscellaneous tweaks and Bugfixes. Mostly memory leaks...
2007-10-16 mfranz- use refcounted node pointers, so that no subsystem...
2007-10-16 mfranzgive FDMs one update cycle time before setting the...
2007-10-07 mfranzsave some startup parameters under /sim/startup/options...
2007-10-05 mfranzfix another victim of the new runway search method
2007-10-04 mfranzrevert pitch/roll change (caused problems on reset...
2007-10-04 timooreMake comparisons against OSG version less flakey
2007-10-04 mfranzon't hardcode heading-deg to 270 (and pitch-deg to...
2007-10-04 mfranz- if no heading preset was given (>=9999), use wind...
2007-09-09 timooreChange tower location to an SGGeod. Include taxiways...
2007-08-20 timooreHandle scroll wheel events in osgViewer version
2007-08-19 timooreosgviewer mouse warp fixes
next