]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2006-09-14 andyAnother fix from Maik
2006-09-14 andyHelicopter update from Maik:
2006-09-05 curtSyd Adams:
2006-09-02 fredbFix missing return statement and unused local variable
2006-08-31 frohlichAttemp to fix the 'bogous tile problem'
2006-08-28 andyCurt noticed a while back that YASim was producing...
2006-08-26 curtClear up a line terminator issue between windows/unix.
2006-08-26 durkGround network distance tracking code. AIAircraft taxii...
2006-08-26 durkGive Mark Akermann credits for his new sun coloring...
2006-08-25 fredbBetter encapsulation for personality
2006-08-24 curtBigger thumbnails.
2006-08-22 curtTested and working under Linux. I have no way to test...
2006-08-21 fredbRemove compilation warnings
2006-08-20 curtMake the vertical acceleration rate scale with vertical...
2006-08-20 curtAdd an initial implementation of the Garmin 400 series...
2006-08-20 mfranz- make *all* class members start with underscore (not...
2006-08-19 mfranzas the "Attempting to schedule tiles for bogus lon...
2006-08-16 durkBugfix of problem reported by Mathias Fröhlich: Ground...
2006-08-14 andyGiant helicopter code update from Maik Justus.
2006-08-10 mfranzprint the whole autosave.xml path, not just the filenam...
2006-08-10 mfranzfix log message
2006-08-08 mfranzwarnings--
2006-08-08 andyMore warnings, similar issues.
2006-08-08 andyFix a few warnings while I'm in there. Melchior poitne...
2006-08-08 andyAdd a lift/drag vs. AoA graph option to the yasim tool...
2006-08-08 frohlichMake better use of SGMath
2006-08-08 andyMelchior sent me a property dump of the YF-23 in the...
2006-08-07 andyFixes from Maik Justus:
2006-08-07 mfranzremove experimental and unused code (we read the splash...
2006-08-07 mfranzcosmetics only:
2006-08-07 mfranzmove GL_TEXTURE_LOD_BIAS_EXT one section up and documen...
2006-08-03 mfranzremove confusing error message that leads first-time...
2006-08-02 mfranzthrow out "zoomed" tapes. These drew 60% of the scale...
2006-08-01 mfranz- "almost zero" is zero
2006-08-01 fredbAvoid redefinition in the same prototype
2006-08-01 mfranzadd optional <format> property for <tape>s
2006-08-01 fredbOlaf Flebbe : MSVC 2005 fix because time_t is defined...
2006-08-01 mfranzcosmetics
2006-08-01 mfranzfix no-hole ladder (not that I think this mode will...
2006-08-01 mfranzfix vertical tape gap
2006-08-01 mfranzuse assignment operators (to my defense: the *x/*y...
2006-08-01 mfranz- make the alignment function a static HUD member ...
2006-08-01 frohlichUse bool where the source and destination variable...
2006-08-01 frohlichUpdate VC8 project files (Olaf Flebbe)
2006-07-31 mfranzwhoops
2006-07-31 mfranzcleanup
2006-07-31 mfranzdraw dive lines always from the center, so that the...
2006-07-31 mfranzcosmetics & cleanup
2006-07-31 mfranzremove obsolete text_width() function (a similiar...
2006-07-31 mfranzuse HUDText adjustment (gauges with text aren't used...
2006-07-31 mfranzuse HUDText adjustment
2006-07-31 mfranz- use correct ladder bar angle
2006-07-31 mfranz- move HUDText constructor/methods to HUD.cxx
2006-07-30 fredbSuppress warnings : remove unused local variables....
2006-07-30 mfranzremove temporary fix
2006-07-30 frohlichOlaf Flebbe: Add the new HUD files to the VC8 build.
2006-07-29 mfranzremove unused options & add two new ones
2006-07-29 durkSpectacular improvement in traffic manager initializati...
2006-07-29 fredbWin32 fix
2006-07-29 fredbRemove ambiguities
2006-07-28 curtSpecify "clip planes" as a separate independent option...
2006-07-28 mfranzreduce marker gap
2006-07-28 curtSimplify dynamic ladder motion option.
2006-07-28 curtRemove some junk.
2006-07-28 curtAdd an option to get a realistic climb dive ladder...
2006-07-28 mfranz<option>top</option> draws tbi on top (vertically mirrored)
2006-07-27 mfranz- fix turn bank indicator (bank scale type)
2006-07-27 mfranzSGMiscf isn't known yet: add workaround
2006-07-27 frohlichClean up scenery center handling. It is set now less...
2006-07-27 frohlichAdd missing includes required to compile
2006-07-27 durkEnable the airway database parsing.
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...
next