]> git.mxchange.org Git - flightgear.git/commit
Integrate a large part of John Wojnaroski's 747 cockpit project.
authorehofman <ehofman>
Fri, 20 Jan 2006 17:19:01 +0000 (17:19 +0000)
committerehofman <ehofman>
Fri, 20 Jan 2006 17:19:01 +0000 (17:19 +0000)
commit619226e9d069d2a3e8ebf8658fb5441ca8a2c233
treef4c44b25a3319c6fd1ef16e332b776cce6d3fcec
parent0b1e386ade46bc4ae3033a16787e21524dc9d86f
Integrate a large part of John Wojnaroski's 747 cockpit project.

Erik Hofman:
This patch contains an update to net_ctrls.hxx that adds an extra 100 bytes
(or an equivalent of 25 (u)int32_t types) of reserved space. This could be
used to make the protocol forward and backward compatibel within a certain
scope. Be sure to read the instructions at the begining of the header file
when addinf new variables.
16 files changed:
configure.ac
src/ATC/ATC.cxx
src/ATC/Makefile.am
src/ATC/tower.cxx
src/ATC/voice.cxx [new file with mode: 0644]
src/ATC/voice.hxx [new file with mode: 0644]
src/Aircraft/controls.cxx
src/Aircraft/controls.hxx
src/FDM/flight.hxx
src/GUI/gui_funcs.cxx
src/Main/Makefile.am
src/Network/native_ctrls.cxx
src/Network/net_ctrls.hxx
src/Network/opengc.cxx
src/Network/opengc.hxx
src/Network/opengc_data.hxx