]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2006-07-18 curt- Code cleanups.
2006-07-17 ehofmanSomehow this test stopped working on my PC. At least...
2006-07-17 mfranzonly consider positive airspeed in longitudinal axis
2006-07-17 ehofmanUse one standard define for enableing of the Special...
2006-07-16 mfranz... but then again: it's only a rumor that listeners...
2006-07-16 mfranz- complain about attempts to attach a listener to a...
2006-07-15 mfranzwhoops ... don't let the new HUD turn off 3D mode in...
2006-07-12 mfranzbracesless blocks are peanuts! It's forgotten "else...
2006-07-12 curtAdd a "ufo" performance entry for the AI Aircraft....
2006-07-12 curtFix a small typo.
2006-07-11 mfranz- read new HUD from /sim/hud/path[1] (was: /hud)
2006-07-10 mfranzdon't let invisible objects prevent dragging (for examp...
2006-07-10 mfranz- unify coding style (though not to the last detail)
2006-07-10 mfranz- untangle classes (methods of two classes were interwoven)
2006-07-09 durkTime initialization fixes. 1) Offset types "system...
2006-07-06 mfranz- more <tape> fixes
2006-07-06 mfranzfix <modulo> feature (required for the compass tape)
2006-07-06 mfranzwarning-- (not that it matters -- this code has yet...
2006-07-06 mfranz- fix unzoomed tapes (TODO: restore tick length)
2006-07-06 mfranzset altitude AGL
2006-07-05 mfranz- cleanup of the day (more finegrained change history...
2006-07-05 mfranzremove redundant vector::clear(). A just created vector...
2006-07-05 fredbRemove MSVC warnings
2006-07-05 fredbWin32 fixes
2006-07-04 mfranzStefan Seifert:
2006-07-04 mfranz- collect drawing primitives in the Item base class
2006-07-04 mfranz- don't store immutable states as strings (sigh!)
2006-07-04 mfranzinitialize HUD class and call its drawing routine from...
2006-07-04 mfranzadd new HUD to build system
2006-07-04 mfranznew HUD (work in progress)
2006-07-01 mfranzmake clear that "Failed to find runway ..." doesn't...
2006-06-26 andyPatch from Mathias: unify the AGL altitude with the...
2006-06-25 mfranzadd GSDI (Ground Speed Drift Angle Indicator) instrumen...
2006-06-24 mfranzcosmetics:
2006-06-24 mfranzJosh BABCOCK:
2006-06-24 curtVivian Meazza:
2006-06-24 curtCreate a "passive" mode for the autopilot. This is...
2006-06-24 curt- Make two variable name modification to clarify units...
2006-06-22 mfranzok, so the old ~FGFontCache() was useless. But at least...
2006-06-21 curtExisting ground track estimation code depended on curre...
2006-06-21 mfranzoh, and by the way: this destructor didn't do anything...
2006-06-21 mfranzumm ... fix a tiny leak :-)
2006-06-21 mfranz- auto_ptr.hxx: not used anywhere; functionally...
2006-06-19 mfranzVivian MEAZZA:
2006-06-17 mfranzset blend mode back to make 2D panels opaque when used...
2006-06-17 mfranzgetGMTstring: remove leading space, cleanup
2006-06-17 mfranz- add direction letter to numeric mode, too
2006-06-17 mfranzremove lon/lat string representation generating functio...
2006-06-17 mfranzremove obsolete "lon/lat format" commands that have...
2006-06-17 mfranzmove generation of lon/lat string representations here...
2006-06-16 mfranz- remove unused classes lat_label and lon_label (it...
2006-06-16 curtAdd a flag that allows the simulator to force "radar...
2006-06-16 curtThis patch only affects aircraft (AI Models) that have...
2006-06-16 fredbCompile again on Win32 platforms
2006-06-16 mfranz- move FloatToInt() function to simgear/math/fastmath...
2006-06-15 frohlichMake more use of SGGeod
2006-06-15 mfranz- make function table and lookup function
2006-06-15 mfranz- fix two bugs
2006-06-15 frohlichDon't bail out for lon == 180 or lat == 90
2006-06-15 frohlichMore use of SGGeo[dc].
2006-06-15 mfranzremove the rest of the static variables (except one...
2006-06-14 mfranzremove readCard() and let the hud_card class read its...
2006-06-14 mfranzremove readCard and let the gauge_instr class read...
2006-06-14 mfranzremove readRunway() and let the runway_instr class...
2006-06-14 mfranzremove readTBI() and let the fgTBI_instr class read...
2006-06-14 mfranz- remove hud.cxx/readLabel and let the instr_label...
2006-06-14 mfranzremove readLadder(const SGPropertyNode *) and make...
2006-06-14 mfranzindentation, trailing spaces, ... (cosmetics only...
2006-06-13 mfranzremove assignment operators: they aren't used now and...
2006-06-13 mfranzindentation, trailing spaces, alignment, ... (to make...
2006-06-12 mfranz- fix more cases of scale tick aliasing to get smooth...
2006-06-12 mfranzfix ugly aliasing effects in moving scales (caused...
2006-06-12 mfranz- remove trailing spaces
2006-06-12 mfranz- remove evil exit()
2006-06-11 mfranzadd Nasal/Listener hooks for adding/removing AI/MP...
2006-06-11 mfranzremove the "ai_model" subsystem manually before the...
2006-06-11 frohlichModified Files:
2006-06-11 mfranzfix another crash on exit by finally converting the...
2006-06-10 mfranzmake sure the "nasal" subsystem is one of the last...
2006-06-10 mfranz- remove listener in ~FGNasalListener(), not FGNasalSys...
2006-06-10 mfranzthe special line width doesn't make much sense, as...
2006-06-10 frohlichUpdates to the MSVC8 project file from Olaf.
2006-06-10 mfranztreat colors like the other parameters: only copy them...
2006-06-10 mfranzconsider new HUD path. It doesn't seem to make sense...
2006-06-09 mfranz- remove lots of traling spaces
2006-06-09 mfranz- add transparency option
2006-06-09 mfranz- remove trailing spaces
2006-06-09 mfranzVivian MEAZZA:
2006-06-09 mfranz- remove obsolete definition
2006-06-08 mfranz- copy preset colors from <palette> to /sim/hud/color
2006-06-08 fredbFix wrong documentation link
2006-06-08 frohlichMake use of the ground material types
2006-06-07 mfranz- don't hide HUD only because the color index is invalid
2006-06-07 mfranzboy, what a load of ...
2006-06-07 mfranzwhoops ... compile (this silly #define will be removed...
2006-06-07 mfranzremove obsolete constants
2006-06-07 mfranz- drop hardcoded color/brightness values
2006-06-07 mfranzremove obsolete HUD fgcommands
2006-06-06 mfranzbark if the requested font isn't a texture font. A...
2006-06-06 mfranzrestore old default; this should probably be configurab...
next