]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2008-07-30 mfranzbetter use unset() for unsetting ...
2008-07-30 mfranzdisable clip planes after use (Doesn't seem to make...
2008-07-29 mfranzs/clip/clipping/
2008-07-29 mfranz- extract clipping code to HUD.cxx, allowing generic...
2008-07-29 timooreChanged ViewPartition to use two cameras instead of...
2008-07-29 ehofmanJames Turner:
2008-07-28 mfranz- read x/y/width/height as floats
2008-07-27 fredbSG_GLUT_H removed
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 fredbRestore inclusion of GLU.h
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-27 mfranzswitch back to "<key> in <hash>" notation (this had...
2008-07-27 durkEnable Radio #2.
2008-07-27 fredbRemove unused variables
2008-07-27 mfranzget rid of mouse.cxx and pu{Show|Hide}Cursor()
2008-07-27 ehofmanremove all the FX and XMESA cruft relating to Glide...
2008-07-26 mfranzadd cvs source urls
2008-07-26 fredbOne occurence of Balloon.cxx is enough
2008-07-26 durkBut I do think we need to remove *this* reference to...
2008-07-26 durkRvert last change. The Balloon and Magic Carpet are...
2008-07-26 ehofmanAdd the BalloonSim and MagicCarpet fdm's back in (i...
2008-07-26 durkBalloon and Magic Carpet no longer exist.
2008-07-25 fredbUpdate MSVC 7.1 projects - Balloon, BalloonSim and...
2008-07-25 fredbBalloon and MagicCarpet already moved to SP_FDM
2008-07-25 mfranzdrop dependence on PyXML and use standard lib methods
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
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 mfranztypo: s/atl/alt/ (for "alternatives")
2008-07-24 ehofmanremove macintosh (note: not MacOS-X) and MWERKS workaro...
2008-07-24 mfranzargument & parameter completion for bash (instructions...
2008-07-24 mfranzlet removeChild() return the detached node (like the...
2008-07-23 mfranzadd printf
2008-07-22 mfranzadd thisfunc() and props.condition()
2008-07-22 mfranz- use path validation for parsexml() nasal command
2008-07-22 ehofmanSync. with JSBSim CVS (header cleanups).
2008-07-21 curtClean up a couple warnings.
2008-07-21 ehofman * change a number of function parameters to const...
2008-07-20 ehofman* fix __xmlSkipComment to properly find the end of...
2008-07-20 fredbUpdate MSVC 7.1 projects - new JSBsim
2008-07-19 timooreAdd repeat capability to input from files.
2008-07-19 ehofmanChange the low level internals of the xml library to...
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-13 durk- Added the ATC directory again, in it's new incarnatio...
2008-07-12 mfranzs/offset/offsets/
2008-07-12 mfranzthe usual copy from $FG_ROOT/Docs/
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-07-06 ehofman* reorganize the code to be able to skip comment sections
2008-07-01 ehofman * fix a problem caused by removing the last unnecessar...
2008-06-30 mfranzmove[1] icons to source dir, from where the respective...
2008-06-30 ehofmanwhoops, my bad
2008-06-30 ehofmanRemove the last unnecessary alloc from the library
2008-06-30 ehofmanSome small updates; fix typo's and fix a small memory...
2008-06-29 mfranzErik HOFMAN: add documentation/changelog
2008-06-29 mfranzErik HOFMAN: faster and better xmlgrep implementation
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 mfranzadd abort()
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 mfranzvim syntax files for *.ac and *.nas files. See nasal...
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-04 mfranzfix path
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...
next