]> git.mxchange.org Git - flightgear.git/commit
In the process of changing, adding and removing files the last few years
authorehofman <ehofman>
Tue, 1 Nov 2005 13:41:49 +0000 (13:41 +0000)
committerehofman <ehofman>
Tue, 1 Nov 2005 13:41:49 +0000 (13:41 +0000)
commit029dda3297e3697438e1a58188527cbae90beebe
tree0bb615bf143a26ef0ddba82e28b10a91b8893079
parent7ef74fc1d1116169a1974d3b34e93ea395681cb2
In the process of changing, adding and removing files the last few years
there was the situation where four directories contained jst two files,
of which three directories were aircraft related, and one directory contained
test code from Curt that might be better of in SimGear anyhow.

This is just a patch to move a bunch of files to new locations. In case of
local changes to any of them you can do the following:

move replay.[ch]xx from src/Replay to src/Aircraft
move control.[ch]xx from src/Control to src/Aircraft
move ssgEntityArray.[ch]xx from src/Objects to simgear/screen

In addition it has been decided only to use .[ch]xx files in all directories
unless it's contained within an FDM specific directory, in which case the
author is free to do whatever (s)he wants.

In this repspect the following files have been renamed in src/Multiplayer:

tiny_xdr.[ch]pp has become tiny_xdr.[ch]xx
multiplaymgr.[ch]pp has become multiplaymgr.[ch]xx
48 files changed:
configure.ac
src/Aircraft/Makefile.am
src/Aircraft/aircraft.hxx
src/Aircraft/controls.cxx [new file with mode: 0644]
src/Aircraft/controls.hxx [new file with mode: 0644]
src/Aircraft/replay.cxx [new file with mode: 0644]
src/Aircraft/replay.hxx [new file with mode: 0644]
src/Autopilot/auto_gui.cxx
src/Cockpit/hud.hxx
src/Controls/.cvsignore [deleted file]
src/Controls/Makefile.am [deleted file]
src/Controls/controls.cxx [deleted file]
src/Controls/controls.hxx [deleted file]
src/FDM/Balloon.cxx
src/FDM/JSBSim/JSBSim.cxx
src/FDM/LaRCsim/LaRCsim.cxx
src/FDM/MagicCarpet.cxx
src/FDM/SP/ADA.cxx
src/FDM/UFO.cxx
src/GUI/gui_funcs.cxx
src/GUI/mouse.cxx
src/Main/Makefile.am
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/main.cxx
src/Main/renderer.cxx
src/Makefile.am
src/MultiPlayer/Makefile.am
src/MultiPlayer/mpmessages.hxx
src/MultiPlayer/multiplaymgr.cpp [deleted file]
src/MultiPlayer/multiplaymgr.cxx [new file with mode: 0644]
src/MultiPlayer/multiplaymgr.hpp [deleted file]
src/MultiPlayer/multiplaymgr.hxx [new file with mode: 0644]
src/MultiPlayer/tiny_xdr.cpp [deleted file]
src/MultiPlayer/tiny_xdr.cxx [new file with mode: 0644]
src/MultiPlayer/tiny_xdr.hpp [deleted file]
src/MultiPlayer/tiny_xdr.hxx [new file with mode: 0644]
src/Network/multiplay.hxx
src/Network/native_ctrls.hxx
src/Network/opengc.cxx
src/Objects/.cvsignore [deleted file]
src/Objects/Makefile.am [deleted file]
src/Objects/ssgEntityArray.cxx [deleted file]
src/Objects/ssgEntityArray.hxx [deleted file]
src/Replay/.cvsignore [deleted file]
src/Replay/Makefile.am [deleted file]
src/Replay/replay.cxx [deleted file]
src/Replay/replay.hxx [deleted file]