1
0
Fork 0
flightgear/src
mfranz 1caefda2a0 - fix typos
- fix indentation (there were 2, 3, 4, 7(!) space indents as well as tab
  indents, all mixed together)
- no code changes, except one "if (foo) {}" changed to "if (!foo) return; ..."
2005-12-08 15:03:08 +00:00
..
AIModel - fix typos 2005-12-08 15:03:08 +00:00
Aircraft Small bug fix, get the weighted average of the same side. 2005-11-10 10:02:00 +00:00
Airports Mathias: silence some valgrind warnings so that you can concentrate better on the real problems. 2005-12-06 18:32:07 +00:00
ATC General tidy up - add an extra ctor method, remove surplus defined constants, remove cout and iostream 2005-11-29 19:58:37 +00:00
Autopilot backing out all changes to non-depreciated symbols/functions: plib's cvs 2005-11-06 14:22:02 +00:00
Cockpit Add support for a special-instrument xml attribute, which triggers loading of a know c++ hard-coded instrument. This has some ugliness that will need removing at some point. In particular, panel reload is broken for panels that include a special-instrument, since this triggers subsystem reload which is a fatal error. Note that this *only* affects panels that use a special-instrument - all other panels are unaffected 2005-11-30 01:21:45 +00:00
Environment A long, long time ago, a bug was inadvertently introduced into the threaded 2005-11-22 17:02:31 +00:00
FDM Make UFO honor elevator trim so it will respond to autopilot. This allows 2005-12-07 23:26:38 +00:00
GUI yet more cleanup; clearer warning messages 2005-12-06 21:03:15 +00:00
Include Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
Input Mathias: silence some valgrind warnings so that you can concentrate better on the real problems. 2005-12-06 18:32:07 +00:00
Instrumentation Alex Romosan: Pass strings by reference not value 2005-12-02 22:52:09 +00:00
Main globals.cxx -- FGGlobals::set_fg_scenery(): 2005-12-03 10:20:35 +00:00
Model Jim Wilson: Adjusting the near clip plane to 0.10 units (approx 3 inches) is less ambitious, a bit more forgiving for the 3D modelers, and perfectly adequate. 2005-10-27 08:40:12 +00:00
MultiPlayer Mathias FROEHLICH: fix strange gcc 4.0.* strict aliasing problem 2005-12-02 16:43:50 +00:00
Navaids Vivian: downgrade log levels from ALERT to INFO, tidy up the code. 2005-12-06 18:48:56 +00:00
Network Update 'magic' for more consistant cross platform padding. 2005-11-15 19:15:13 +00:00
Scenery globals.cxx -- FGGlobals::set_fg_scenery(): 2005-12-03 10:20:35 +00:00
Scripting Architectural fix allowing the "tip" popups (FOV, view name, etc...) 2005-11-09 20:34:46 +00:00
Sound Sync with SimGear. 2005-11-12 12:31:11 +00:00
Systems Alex Romosan: 2005-10-25 13:49:55 +00:00
Time Cygwin fix. 2005-11-12 14:40:17 +00:00
Traffic Mathias: silence some valgrind warnings so that you can concentrate better on the real problems. 2005-12-06 18:32:07 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am In the process of changing, adding and removing files the last few years 2005-11-01 13:41:49 +00:00