]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
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:
2006-04-29 ehofmanAdd binary output support for the generic protocol.
2006-04-29 ehofmanAdd support for a binary output mode.
2006-04-28 mfranzadd an optional property node pointer to ObjectProperty...
2006-04-28 mfranzempty names aren't names
2006-04-28 mfranzwhat about using the right variable?
2006-04-28 mfranz- merge FGDialog::{update,apply}Value{,s} ... there...
2006-04-28 mfranznewgui.[ch]xx: implement FGDialog *NewGUI::getDialog...
2006-04-28 mfranzrename NewGUI::getDialog() to NewGUI::getDialogProperties()
2006-04-27 mfranzexplain createModule()'s optional SGPropertyNode argument
2006-04-27 mfranzadd optional SGPropertyNode* argument to NasalSys:...
2006-04-27 mfranzuse guarded pointers
2006-04-27 mfranzworking on the termination of the last hardcoded dialog...
2006-04-27 mfranzcosmetics:
2006-04-26 mfranzVivian MEAZZA:
2006-04-25 mfranzset /sim/startup/[xy]size initially again. (This was...
2006-04-25 frohlichPigeons remaining 'crash on no sound device' fix.
2006-04-23 frohlichRevert a part of the past patch. It still does not...
2006-04-23 frohlichPigeon:
2006-04-23 frohlichApply multiplayer crash on exit fix from Pigeon
2006-04-19 mfranzVivian MEAZZA:
2006-04-18 fredbRestore line endings after goofing
2006-04-18 fredbIf it's a struct, it's not a class
2006-04-18 mfranz- work around plib bug that crashes fgfs if no airport...
2006-04-17 mfranz- make header not depend on *.cxx files (which would...
next