RFC - Subfleets

Ralf "Prolator" Laue
Last modified: Mon Jun 18 00:35:32 CEST 2001

General framework for Subfleets (class TSubFleet)

This first section is about the general framework for subfleets. It explaines all mechanisms which are defined and implemented in the pure virtual ancestor class TSubFleet. It also mentions the methods which are only defined in TSubFleets. The actual implementation and further description of them is given in the following sections together with the descriptions of the rules used in the derived classes.
(green means at least started)

Basic rules used in TSubFleetBasic

In this section the actual implementation of the basic subfleet implementation (TSubFleeBasic) is explained. First the basic assumption for the rules:

Still open

Now finally the explainations to the methods/values (again green means already implemented):

Battle Tokens (class TToken)

A battle token is derived from TSubFleet, is initialized from a TSubFleet object at the begin of a battle and has these additional values (it can still happen, that values/methods are moved between TToken andTSubFleet):

Stuff, that didn't fit yet