]> git.mxchange.org Git - flightgear.git/history - src/Main
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / Main /
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
2007-08-18 timooreReally implement fgWarpMouse for osgviewer
2007-08-13 timooreFix test for osg::Viewer.setUpdateVisitor
2007-08-12 timooreCompilation fix for OSG 2.1.4
2007-07-29 mfranzadd unescape function for conversion of \t, \n, \x1b...
2007-07-25 mfranzNick "Lethe" WARNE: prevent crash caused by improper...
2007-07-20 timooreSupport for linking against OSG debugging libraries.
2007-07-17 durkMartin Spott:
2007-07-12 mfranzmake properties created via --prop option default to...
2007-07-06 mfranzMaik JUSTUS: swap stereo L/R, and fix Doppler
2007-07-03 mfranzremove the "terrain-elevation" command again. This...
2007-07-03 mfranzJohn DENKER: don't grow /sim/logging/classes indefinite...
2007-07-01 mfranzTim MOORE:
2007-06-28 mfranzmake it nicer & shorter :-)
2007-06-28 mfranzallow to specify a node type: --prop:[type:]name...
2007-06-24 mfranzMaik JUSTUS: avoid Doppler artifacts (listener changes...
2007-06-24 mfranzTim MOORE: addCamera() method (needed by og_gauge)
2007-06-22 mfranzMaik JUSTUS: prevent occasional OpenAL crashes after...
2007-06-21 mfranzMaik JUSTUS: fix/implement directional sound
2007-06-19 mfranz... but use the exception text, of course. :-)
2007-06-19 mfranzfix bug that prevented /sim/sceneryloaded from ever...
2007-06-19 mfranzloadxml, savexml: don't pop up a GUI error message...
2007-06-17 mfranz256 Bytes ought to be enough for anybody ... hmm,...
2007-06-16 mfranzset /sim/fg-current to current working directory; getcw...
2007-06-16 mfranzDon't catch a (potentially) meaningful exception only...
2007-06-16 fredbOSG file renamed
2007-06-16 mfranzTim MOORE:
2007-06-12 mfranzMake loadxml use an absolute path, like savexml (for...
2007-06-11 mfranz- make next_view()/pref_view() trigger listeners, other...
2007-06-09 mfranzuse getNode instead of hasValue (it's just a dir node...
2007-06-08 frohlichModified Files:
2007-06-08 frohlichModified Files:
2007-06-06 mfranzsavexml: analog to loadxml, if no <sourcenode> is given...
2007-06-05 frohlichModified Files:
2007-06-04 mfranzloadxml: if argument "targetnode" isn't defined, return...
2007-05-30 frohlichModified Files:
2007-05-28 frohlichModified Files:
2007-05-26 frohlichModified Files:
2007-05-26 frohlichModified Files:
2007-05-26 frohlichModified Files:
2007-05-25 frohlichModified Files:
2007-05-23 frohlichQuit the application on window close.
2007-05-21 andyNeed to pull in config.h before plib/pu.h or else PUI...
2007-05-21 frohlichModified Files:
2007-05-16 curtFor now, OSG head should look for the same "data" tree...
2007-05-15 mfranz- don't abort just because a sample wasn't found
2007-05-13 mfranzlet "terrain-elevation" also return material name ...
2007-05-13 mfranzsilence MSVC8
2007-05-10 mfranz- One of the most frequent bug reports is about "termi...
2007-05-09 frohlichModified Files:
2007-05-08 frohlichModified Files:
2007-05-07 mfranzcosmetics: make the reason for the cast obvious. (Now...
2007-05-05 mfranzrevert last: keep --props option because of option...
2007-05-05 mfranzDeclare --props option obsolete and issue a warning...
2007-05-05 frohlichModified Files:
2007-05-04 mfranzadd missing property names
2007-05-04 mfranz- remove dependence on /sim/number-views: the view...
2007-05-03 mfranznew fgcommand: "terrain-elevation"
2007-05-03 frohlichModified Files:
2007-05-03 frohlichModified Files:
2007-05-02 mfranzFree the splash texture memory when it's no longer...
2007-05-01 mfranzmove the "interpolator" subsystem into the INIT group...
2007-05-01 mfranzremove util.cxx workaround for listener-call-at-exit...
2007-05-01 mfranzsince the submodel_mgr subsystem does now also hold...
2007-04-29 mfranzset viewport in every progress step, so that the splash...
2007-04-29 mfranz(hopefully) fix the problem that some people have:
2007-04-28 mfranzre-order gl commands for better rgba texture support
2007-04-28 mfranzallow rgba splash textures (I don't expect that they...
2007-04-26 mfranzset tower position at startup
2007-04-20 curtSyd Adams:
2007-04-07 frohlichModified Files:
2007-04-05 mfranz- save pairs of <file>/<path> for each *-set.xml file...
2007-04-04 mfranz- move fgInitTowerLocationListener() from fgInitPositio...
2007-04-02 mfranzfgFindAircraftPath(): put the MAX_DEPTH check at a...
2007-03-29 mfranzfix spectacularly useless error messages
2007-03-01 frohlichModified Files:
2007-02-14 frohlichModified Files:
2007-02-10 fredbFix the jpg http server
next