]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
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...
2006-06-06 mfranzbetter always use style[0] (again). Otherise *-set...
2006-06-06 mfranzuse global fontcache ... this is mostly cosmetic, as...
2006-06-06 mfranz- use global fontcache
2006-06-06 mfranzuse global fontcache. This hast the nice side effect...
2006-06-06 mfranzFGFontCache: add getter for the fntTexFont component...
2006-06-05 mfranzread font and colors from the selected style, not alway...
2006-06-05 mfranzdon't choke on invalid nodes
2006-06-05 mfranzuse the global fontcache; this has the nice side-effect...
2006-06-05 mfranzuse global fontcache
2006-06-05 mfranzmake FGFontCache independent of NewGUI and allow early...
2006-06-05 mfranzmake fontcache globally available
2006-06-05 mfranzwhoops, sorry, I forgot to commit that. (Thanks, Fred...
2006-06-05 fredbDeclare new member functions
2006-06-05 mfranzmake modifier keys accessible via /devices/status/keybo...
2006-06-04 mfranzfix the splash background color property path
2006-06-03 mfranz- display of SGPropertyNode flags can now be toggled...
2006-06-01 curtFix a dumb bug where I inadvertantly did a computation...
2006-05-31 fredbMask error message 'Failed to find runway 28R at ....
2006-05-30 frohlichFrom Olaf Flebbe: avoid iterator overruns if we delete...
2006-05-26 mfranz- use guarded pointer for (unused) refuel_node
2006-05-24 mfranznot that!
2006-05-24 mfranzs/isascii/isprint/
2006-05-24 mfranz- fix slider
2006-05-24 mfranz- force multiline contents (Nasal scripts!) into one...
2006-05-24 fredbCompile
2006-05-24 mfranzVivian MEAZZA:
2006-05-24 mfranzok, now I know why the destructor was commented out...
2006-05-23 mfranz- don't jump to top after bool toggling
2006-05-23 mfranzcatch non-existent nodes, too
2006-05-23 mfranztreat widget input correctly
2006-05-23 mfranzdon't abort fgfs only because a nasal script called...
2006-05-23 mfranzugly "fix": the constructor was commented out in prop_p...
2006-05-23 mfranzfix for broken plib 1.8.4
2006-05-22 mfranzVivian MEAZZA:
2006-05-22 mfranz- move the ID stuff to dialog.hxx
2006-05-22 mfranzmake new widget available as <property-list>
2006-05-22 mfranzadd property_list.[ch]xx
2006-05-22 mfranznew property browser widget
2006-05-22 mfranz- backport plib/cvs (transparency feature; never tried...
2006-05-21 mfranzthe last patch fixed the AirportList ... and broke...
2006-05-20 mfranz- replace string methods with property methods The...
2006-05-20 fredbCreate the /sim/ai node if someone has the unfortunate...
2006-05-20 fredbAdd an option to enable ai scenarii from the command...
2006-05-20 mfranzfix "airport list" crash: I had wrongly assumed that...
2006-05-19 mfranz- unify several indentation and coding styles (and...
2006-05-18 mfranzVivian MEAZZA:
2006-05-18 mfranzshow attributes if /sim/gui/dialogs/property-browser...
2006-05-18 mfranzunselect entry after editing process has been finished
2006-05-18 mfranzdon't reset list to top after having changed a value
2006-05-18 mfranzCtrl-Click on bool entry toggles property
2006-05-17 mfranzSDL 1.2.10 (released today!) doesn't report unicode...
2006-05-16 mfranz- undefine PUCLASS_LIST, as we have our own (old_warning--)
2006-05-15 mfranzVivian MEAZZA: check for carrier name and aircraft...
2006-05-14 mfranzlinking with the puaux lib would be recommendable,...
2006-05-14 mfranzfix data type (no wonder that this crashes on 64 bit...
2006-05-14 fredbUse puAux widgets available in plib 1.8.4 instead of...
2006-05-13 mfranz- remove trailing spaces
2006-05-13 mfranzVivian MEAZZA:
2006-05-12 mfranz- remove listener first in the destructor
2006-05-12 mfranzonly lock AP automatically if above /autopilot/route...
2006-05-11 mfranzonly activate heading & altitude lock when in air ...
2006-05-10 mfranzalso set new target altitude if wp is appended to empty...
2006-05-10 mfranz- set target altitude if a new WP becomes active throug...
2006-05-09 mfranzremove wrong comment; should be obvious, anyway
2006-05-09 mfranz- implement target altitude handling
2006-05-09 mfranzadd "signals" for start and end of screenshot capturing...
2006-05-08 mfranzremove obsolete menu functions
2006-05-08 mfranzremove obsolete fgcommands
2006-05-08 mfranzignore spaces after the colon in "@insert 3: ebase"
2006-05-08 mfranz- move auto_gui's addWaypoint to routemgr.cxx
2006-05-02 curtDave Culp:
next