]> git.mxchange.org Git - flightgear.git/history - src
Attached patches remove BORLANDC, and hence SG_MATH_EXCEPTION_CLASH and SG_INCOM
[flightgear.git] / src /
2008-07-25 ehofmanAttached patches remove BORLANDC, and hence SG_MATH_EXC...
2008-07-25 ehofmanSome Mac / __APPLE___ cleanups:
2008-07-25 ehofmanRemove the remaining macintosh (not MacOS-X) and MWERKS...
2008-07-24 ehofmanremove macintosh (note: not MacOS-X) and MWERKS workaro...
2008-07-24 mfranzlet removeChild() return the detached node (like the...
2008-07-22 mfranz- use path validation for parsexml() nasal command
2008-07-22 ehofmanSync. with JSBSim CVS (header cleanups).
2008-07-19 timooreAdd repeat capability to input from files.
2008-07-17 fredbRestore code after unwanted change in last commit
2008-07-17 fredbSIGPIPE is a unix thing
2008-07-17 mfranzmake sure that the validation nodes are readable and...
2008-07-15 mfranzignore SIGPIPE. If we pipe our output to another applic...
2008-07-15 mfranzinclude cstring for memset() (necessary for gcc 4.3...
2008-07-14 fredbMSVC doesn't have a round function
2008-07-13 durkRemoval of depricated version of Airports/trafficcontro...
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-11 ehofmanadd a reference for memset()
2008-07-10 ehofmanUpdate to the latest version of JSBSim which supports...
2008-07-10 mfranzreturn attribute mask as unsigned
2008-07-10 mfranzlet n.getAttribute("last") return SGPropertyNode::LAST_...
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 and unused src/GUI/trackball.*
2008-07-09 mfranzremove depreciated and unused src/GUI/trackball.*
2008-07-09 mfranzremove depreciated gui_local.[ch]xx:
2008-07-07 mfranzrename attributes write/read to writable/readable ...
2008-06-23 mfranz- remove unused puObject args in gui fgcommands
2008-06-22 mfranz- make sure /sim/fg-current can't get preset and write...
2008-06-19 mfranzwhile abort() is really only useful for listeners ...
2008-06-19 mfranzmake fgfs abort() after a listener with runtime arg...
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-12 timooreFrom Benoit Laniel: replace SG threading constructs...
2008-06-11 mfranzcosmetic changes *only*:
2008-06-11 mfranzAnders GIDENSTAM: catch all exceptions to avoid abortin...
2008-06-08 timooreDon't add guiCamera, which is now a slave, to the scene...
2008-06-07 fredbFGFontCache::initializeFonts() now portable across...
2008-06-06 timooreRevert most iostream-related changes to JSBSim
2008-06-06 timooreFix GUI and HUD text rendering problems.
2008-06-06 mfranzmake route manager input case insensitive
2008-06-03 mfranzAnders GIDENSTAM: "only override the receive port when...
2008-06-03 mfranzFred BOUVIER & Stuart BUCHANAN: make search function...
2008-06-03 timooreOne more try at the osg 2.5.1 pager fix
2008-06-03 timooreFix typo in DatabasePager interface changes for OSG 2.4
2008-06-02 timooreChanges for new DatabasePager interface in OSG 2.5.1
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-06-02 mfranzattach listener after setting the default values (of...
2008-06-02 mfranz- export font properties to the property tree again
2008-06-01 mfranzchange default font values
2008-06-01 mfranzCsaba HALASZ & Syd ADAMS: make radar font configurable
2008-06-01 fredbRemove unused variables
2008-06-01 fredbFix Traffic Manager XML parser
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-18 mfranznoise--
2008-05-14 timoorefg: move most scenery-related code to simgear
2008-05-14 fredbRename FontStatus enum labels because ERROR is already...
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-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-08 durk - Add some DEBUG level log messages to help users...
2008-05-07 mfranzadd fgcommand "set-mouse", which sets mouse coordinates...
2008-05-06 timooreAdd a subclass of fntTexFont that defers font loading
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 mfranzcleanup after last commit
2008-04-29 mfranz- improve comments (contents and spelling)
2008-04-28 mfranzCsaba "Jester" HALASZ:
2008-04-27 mfranzremove sgVec3Slider.hxx use
2008-04-27 mfranzremove obsolete constants for hardcoded pui dialogs...
2008-04-27 mfranzmove sgVec3Slider dialog to the Attic/:
2008-04-27 mfranzmove constants here so that the file is complete in...
2008-04-27 mfranzremove sgVec3Slider.cxx sgVec3Slider.hxx altogether...
2008-04-27 mfranzcomment out currently unused symbols (gui_msg_OK etc.)
2008-04-27 mfranzcomment out unused widget. Needs to be reviewed and...
2008-04-26 mfranzNicolas: make screenshot target dir configurable ...
2008-04-26 mfranzrestore NumPad translation
2008-04-26 mfranz- export modifier bitmask
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-25 mfranzTill BUSCH:
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 durkSmall patch that prevents displaying a "local echo...
2008-04-19 durkTorsten Dreyer: Check whether a valid graphic context...
2008-04-13 timooreFixes for compiling with gcc 4.3
2008-04-06 durkSyd Adams: Enable bank limit controls with the autopilot.
2008-04-02 durkSome tweaks and finetuning made possible by the multihr...
2008-04-02 durkForward port from CVS/PLIB: Use a more memory allocatio...
2008-03-24 timooreautopilot filter deque fixes
2008-03-22 fredbWin32 fix
2008-03-22 timooremodel paging patch from Till Busch
next