=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-04_17:18:05 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/splash.cxx

fix the splash background color property path


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_13:45:59 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Input/input.cxx

make modifier keys accessible via /devices/status/keyboard/{shift,ctrl,alt}


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_16:19:50 (fredb)
/var/cvs/FlightGear-0.9/source/src/Input/input.hxx

Declare new member functions


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_16:28:20 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Input/input.hxx

whoops, sorry, I forgot to commit that. (Thanks, Fred, for fixing).
Belongs to the SGSubsystem interface functions.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_20:21:45 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/globals.cxx
/var/cvs/FlightGear-0.9/source/src/Main/globals.hxx

make fontcache globally available


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_20:23:56 (mfranz)
/var/cvs/FlightGear-0.9/source/src/GUI/new_gui.cxx
/var/cvs/FlightGear-0.9/source/src/GUI/new_gui.hxx

make FGFontCache independent of NewGUI and allow early construction in
FGGlobals


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_20:25:43 (mfranz)
/var/cvs/FlightGear-0.9/source/src/GUI/dialog.cxx

use global fontcache


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_20:49:35 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/splash.cxx

use the global fontcache; this has the nice side-effect that the font is
now settable via /sim/gui/style/fonts/splash/{name,size,slant}


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_21:55:18 (mfranz)
/var/cvs/FlightGear-0.9/source/src/GUI/new_gui.cxx

don't choke on invalid nodes


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-05_22:03:23 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/splash.cxx

read font and colors from the selected style, not always from /sim/gui/style[0]


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-06_12:49:42 (mfranz)
/var/cvs/FlightGear-0.9/source/src/GUI/new_gui.cxx
/var/cvs/FlightGear-0.9/source/src/GUI/new_gui.hxx

FGFontCache: add getter for the fntTexFont component of a cached font


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-06_12:52:45 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/panel.cxx

use global fontcache. This hast the nice side effect that panels can now
use *any* texture (*.txf) font, not just "typewriter" and "led".


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-06_15:34:18 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx

- use global fontcache
- make font/size configurable


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-06_16:33:38 (mfranz)
/var/cvs/FlightGear-0.9/source/src/GUI/gui.cxx

use global fontcache ... this is mostly cosmetic, as the whole file will
probably die a soon as the old property picker was removed


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-06_17:30:49 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/splash.cxx

better always use style[0] (again). Otherise *-set.xml can't easily change
background/font


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-06_18:36:34 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/panel.cxx
/var/cvs/FlightGear-0.9/source/src/Cockpit/panel_io.cxx

restore old default; this should probably be configurable ...


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-06_19:25:33 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx

bark if the requested font isn't a texture font. A more graceful recovery
doesn't buy us much, as the font is only set at initialization time and not
changeable later. Better tell the user immediately that he goofed.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-07_17:59:28 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_commands.cxx

remove obsolete HUD fgcommands


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-07_18:01:19 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx

- drop hardcoded color/brightness values
- let listener class watch and maintain HUD color properties, which is
  more effective and more flexible.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-07_21:09:38 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx

remove obsolete constants


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-07_21:28:33 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx

whoops ... compile  (this silly #define will be removed very soon)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-07_21:35:11 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud_inst.cxx

boy, what a load of ...


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-07_21:41:32 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx

- don't hide HUD only because the color index is invalid
- initialize color components


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-08_05:58:36 (frohlich)
/var/cvs/FlightGear-0.9/source/src/Scenery/hitlist.cxx
/var/cvs/FlightGear-0.9/source/src/Scenery/hitlist.hxx
/var/cvs/FlightGear-0.9/source/src/Scenery/scenery.cxx
/var/cvs/FlightGear-0.9/source/src/Scenery/scenery.hxx

Make use of the ground material types


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-08_12:14:35 (fredb)
/var/cvs/FlightGear-0.9/source/package/Win32-Inno/FlightGear-0.9.10.iss

Fix wrong documentation link


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-08_17:14:59 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx

- copy preset colors from <palette> to /sim/hud/color
- listen to color, alpha, alpha-clamping
- fix blend mode


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-08_17:15:00 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx

- copy preset colors from <palette> to /sim/hud/color
- listen to color, alpha, alpha-clamping
- fix blend mode


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-09_10:53:48 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx

- remove obsolete definition
- make sure HUD is only initialized once


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-09_18:29:51 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/wxradar.cxx

Vivian MEAZZA:

" Make a couple of minor adjustments to Harald's weather radar code, make
elevation work in the radar code, and add station ident to the TACAN code"


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-09_18:48:57 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.cxx
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/tacan.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/wxradar.cxx

- remove trailing spaces
- fix many cases of broken indentation (but not all)
- unify indendation
- ...


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-09_20:37:16 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx

- add transparency option
- comment out date/time ... this needs to be added to the HUDs that need it


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-09_21:29:40 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx

- remove lots of traling spaces
- fix indendation and alignment


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-10_07:23:15 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/options.cxx

consider new HUD path. It doesn't seem to make sense to put "antialiased"
into the <color> group, but that's because on HUD color changes a whole
"color" set from /sim/hud/palette/color[*] is copied to /sim/hud/color/, and
antialiasing needs to be considered with that. (I'm not entirely happy
with the property names yet.)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-10_09:22:27 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx

treat colors like the other parameters: only copy them from the palette
color group /sim/hud/palette/color[*]/ to the active group /sim/hud/color/
if they really exist. (Parameters like <antialiased> can be set in the
active group and be left alone, or set by each <palette> color group.)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-10_11:19:51 (frohlich)
/var/cvs/FlightGear-0.9/source/projects/VC8/FlightGearLib.vcproj

Updates to the MSVC8 project file from Olaf.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-10_15:25:48 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.cxx

the special line width doesn't make much sense, as it's only applied to the
arrow head marks. It was probably thought for all lines, but as those are
wide enough, I just comment that out for now.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-10_22:21:22 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Scripting/NasalSys.cxx

- remove listener in ~FGNasalListener(), not FGNasalSys::removelistener
- delete all listeners in ~FGNasalSys()


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-06-10_22:24:05 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_init.cxx

make sure the "nasal" subsystem is one of the last to be removed. That
way it can still process listener code during shutdown.


2f585eeea02e2c79d7b1d8c4963bae2d


_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to