=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-30_01:42:05 (frohlich)
/var/cvs/FlightGear-0.9/source/projects/VC8/FlightGear.vcproj

Olaf Flebbe: Add the new HUD files to the VC8 build.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-30_01:42:06 (frohlich)
/var/cvs/FlightGear-0.9/source/projects/VC8/FlightGearLib.vcproj

Olaf Flebbe: Add the new HUD files to the VC8 build.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-30_03:08:51 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/hud.hxx

remove temporary fix


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-30_16:04:29 (fredb)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIFlightPlanCreate.cxx

Suppress warnings : remove unused local variables. Use correct, initialized, 
variables.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_08:10:26 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_instrument.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_label.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_ladder.cxx

- move HUDText constructor/methods to HUD.cxx
- add generic text adjustment and
- use it in the ladder: climb -> vert bar on the outside, numbers below line
                        dive  -> vert bar on the inside, numbers above line


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_09:25:09 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_ladder.cxx

- use correct ladder bar angle
- minor dive angle number adjustment


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_10:36:48 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

use HUDText adjustment


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_10:57:39 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_gauge.cxx

use HUDText adjustment (gauges with text aren't used anywhere, and this
change is untested for now)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_11:56:15 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_instrument.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

remove obsolete text_width() function  (a similiar function will be made
a method of TextList)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_12:36:27 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

cosmetics & cleanup


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_13:09:13 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_ladder.cxx

draw dive lines always from the center, so that the stipple pattern is
symmetrical


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_14:25:41 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

cleanup


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-07-31_14:32:02 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

whoops


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_00:55:50 (frohlich)
/var/cvs/FlightGear-0.9/source/projects/VC8/FlightGearLib.vcproj

Update VC8 project files (Olaf Flebbe)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_00:56:49 (frohlich)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/PistonEngine.hpp

Use bool where the source and destination variable is bool.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_10:31:15 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_gauge.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_label.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_ladder.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

- make the alignment function a static HUD member (for namespace
  encapsulation, but a real namespace would probably be better)
- extend alignment to optionally adjust x/y, and to return absolute
  l/r/b/t coordinates (as opposed to plib's relative ones!)
- implement tape gaps as per Curt's order  :-)
- shuffling stuff around for fun


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_10:49:29 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.cxx

use assignment operators  (to my defense: the *x/*y were different on both
sides of the equal sign at some time ... :-)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_12:25:51 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

fix vertical tape gap


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_13:07:26 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_ladder.cxx

fix no-hole ladder  (not that I think this mode will enjoy a long life)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_13:46:59 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_ladder.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

cosmetics


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_16:09:26 (fredb)
/var/cvs/FlightGear-0.9/source/src/Airports/dynamics.cxx

Olaf Flebbe : MSVC 2005 fix because time_t is defined as __int64 and there is 
no abs for this datatype


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_16:11:38 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_instrument.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_label.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

add optional <format> property for <tape>s


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_16:16:56 (fredb)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx

Avoid redefinition in the same prototype


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-01_16:43:13 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_label.cxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

- "almost zero" is zero
- improve/add <format> warning


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-02_10:34:33 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD.hxx
/var/cvs/FlightGear-0.9/source/src/Instrumentation/HUD/HUD_tape.cxx

throw out "zoomed" tapes. These drew 60% of the scale with bullets rather
than tick marks, and looser (zoomed) than the other 40%. Rationale:

- this was only used in *one* tape of *one* HUD ("custom")
- it's not in the MIL-STD!
- doesn't seem very useful
- relies on integer scale values, while we now have float values in the new HUD

This feature would have had to be rewritten anyway. If someone needs it and
can come forward with a (MIL-)STD description, then it can be added to the
existing tape generator again (using a value->screen-position mapper function).
Otherwise it's simply declared dead.

(Yay, one TODO and a few FIXMEs less.  ;-)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-03_04:37:31 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_init.cxx

remove confusing error message that leads first-time users on the wrong
track and is a PITA for support staff. It's this message:

Error reading properties:
Failed to open file
 at /home/newbie/.fgfs/autosave.xml
 (reported by SimGear XML Parser)


2f585eeea02e2c79d7b1d8c4963bae2d

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to