]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2006-07-27 durkInitial commit of code that reads and parses Robin...
2006-07-27 durkAI Modifications: 1) Added a patch that takes ground...
2006-07-27 mfranz- we could use the same property path names in fgUntie...
2006-07-27 durkMark's dynamic sun color changes.
2006-07-27 curtAdd support for drawing target markers (circles on...
2006-07-27 curtAttempt to shore up the numerical stability of the...
2006-07-27 curtWhite space ...
2006-07-27 curtRemove side-slip (aka beta) from the heading offset...
2006-07-26 curtFix a class of problem that could lead to needless...
2006-07-25 mfranzno more FONT_(LARGE|SMALL) (didn't work, anyway, and...
2006-07-25 mfranzfinally fix the text-in-box alignment (= Rocket Science...
2006-07-25 mfranzdefine label box pointer via <pointer-width> (width...
2006-07-24 mfranzI've heard that endless loops aren't overly popular.
2006-07-24 mfranz8 is a bit too much for <marker-offset> default; use 5
2006-07-24 mfranzno longer let top==left and bottom==right. This is...
2006-07-24 mfranzfirst stab at label box pointers. <option>top</option...
2006-07-24 mfranzmake old HUD code work with 8 px font size
2006-07-24 mfranz- don't use 10 pt font size for width calculations...
2006-07-23 curtSwitch sign of beta/drift.
2006-07-23 mfranzcleanup (getBoolValue() returns false by default)
2006-07-23 curtRe-implement the flight path marker (aka "velocity...
2006-07-23 mfranz- use Item::draw_circle() to draw circles (waypoint...
2006-07-22 mfranzreticle should fit into bounding box (don't take diamet...
2006-07-22 mfranzdon't be afraid of the comma operator!
2006-07-22 mfranzget rid of struct Point and get_centroid(). Instruments...
2006-07-22 fredbWin32 fix
2006-07-22 mfranzadd MIL-STD-1787B Aiming Reticle (stadiametric; TODO...
2006-07-21 curtAdd support for a back-course mode. Nothing changes...
2006-07-21 curtSmall tweaks to point lighting configuration to better...
2006-07-20 curtAdd a configuration property to turn on/off the use...
2006-07-20 curtAlways check for if glPointParameterIsSupported, even...
2006-07-19 andyRework the naModLock()/naModUnlock() semantics to be...
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...
next