1
0
Fork 0
flightgear/src/NetworkOLK
curt 4f00d9a959 Tidy up the autoconf/automake configuration a bit.
- Removed some old cruft.

- Removed some support for older versions of automake which technically was
  correct, but caused the newer automakes to squawk warnings during an
  initial sanity check (which isn't done very intelligently.)

  NOTE: this fix is technically not correct for older version of automake.
  These older version use the variable "INCLUDES" internally and could have
  them already set to an important value.  That is why we were appending
  our values to them.  However, newer versions of automake don't set this
  value themselves so it is an error to append to a non-existant variable.
  We seem to "get away" with overwriting the value on older versions of
  automake, but if you have problems, consider upgrading to at least
  automake-1.5.
2002-08-25 19:40:04 +00:00
..
Tools MSVC++ changes contributed by Geoff McLane. 2001-05-17 21:55:22 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
fgd.h Fix include order for FreeBSD. Actually this is the published order for 2001-07-16 23:12:39 +00:00
FILES 2000 17 Jan updates from "Oliver Delise" <delise@mail.isis.de> 2000-01-18 18:28:51 +00:00
Makefile.am Tidy up the autoconf/automake configuration a bit. 2002-08-25 19:40:04 +00:00
net_hud.cxx Moved winWidth and winHeight out of FGViewer since these are set on a 2000-10-19 23:09:33 +00:00
net_send.cxx Removed the FG3DModel class and replaced it with fgLoad3DModel. 2002-08-07 01:34:49 +00:00
network.cxx Major property-manager rewrite, using const char * throughout 2002-03-19 17:12:13 +00:00
network.h Code reorganization. 2000-02-15 03:30:01 +00:00
README 2000 17 Jan updates from "Oliver Delise" <delise@mail.isis.de> 2000-01-18 18:28:51 +00:00

Network README
--------------
Here in .../Simulator/Network will be the new home for multi pilot
related code.
For the moment all you get is a new menu entry "Network" with the
folowing entries:

- Hyper Blast            : Toggles between LaRCsim and a tuned Flight-Model
                           you can change between both "on the fly "
- Toggle Display         : enable/disable info (Lat/Lon/Alt) about found player
                           well, by now it will be you. ;-))
- Display Netinfos       : n.i. will display more detailed information
- Enter Callsign         : to enter your name
- Scan for Deamons       : n.i. will scan the network for FGFS_D's
- Register to FGD        : n.i. will allow pilot to connect to found Deamons
- Show Pilots            : n.i. ? not yet sure what to show, maybe their planes
- Send Message           : n.i. will send a message to a specific Pilot
- Send Message to all    : n.i. obvious, isn't it ?
- Unregister from Deamon : n.i. 

In the Tools directory you will find some progs (one first try of deamon)
to play with. There is also a README file, check it out.

You don't need a net-access to test this new stuff since it is just an idea
of how to incorporate a Multi-Pilot Mode in FGFS.

There are two security options:
a) Compiletime - commenting the "#define FG_NETWORK_OLK" in "network.h" 
   disables ALL network related stuff in case of problems, shouldn't occur ;-)
b) Runtime - setting the "int net_hud_display" variable to 0 disables any
   network display (default)

Have Phun
Oliver  <delise@mail.isis.de>