~ubuntu-branches/ubuntu/natty/spring/natty

« back to all changes in this revision

Viewing changes to AI/Skirmish/KAIK/UnitTable.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-09-23 18:56:03 UTC
  • mfrom: (3.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100923185603-st97s5chplo42y7w
Tags: 0.82.5.1+dfsg1-1ubuntu1
* Latest upstream version for online play
* debian/control: Replace (rather than conflict) spring-engine
  - spring-engine will be a dummy package (LP: #612905)
  - also set maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
                std::vector<UnitType> unitTypes;
128
128
                int numDefs;
129
129
 
130
 
                // KLOOTNOTE: unused for now
131
 
                int minTechLevel;
132
 
                int maxTechLevel;
133
 
 
134
130
        private:
135
 
                /// int BuildModSideMap();
136
 
                /// int ReadTeamSides();
137
131
                void ReadModConfig();
138
132
                void DebugPrint();
139
133
 
140
 
                /// int GetSide(void) const;
141
 
                /// int GetSide(int) const;
142
 
                /// int GetSide(const UnitDef*) const;
143
 
 
144
134
                std::string GetDbgLogName() const;
145
135
                std::string GetModCfgName() const;
146
136
 
147
 
                /// start units of each side (e.g. commander)
148
 
                /// std::vector<int> startUnits;
149
 
 
150
 
                /// std::vector<std::string> sideNames;         // side number (0) to side string ("Arm")
151
 
                /// std::map<std::string, int> modSideMap;      // side string ("Arm") to side number (0)
152
 
                /// std::vector<int> teamSides;                         // team numbers to side numbers
153
 
 
154
137
                AIClasses* ai;
155
138
};
156
139