Summary Period: 2003-01-02 to 2003-01-08
4 (0.0%)
158 (0.0%)
Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 4 (100.0%) | 158 (100.0%) | 39.5 |
src/game/ | 3 (75.0%) | 145 (91.8%) | 48.3 |
src/bzflag/ | 1 (25.0%) | 13 (8.2%) | 13.0 |
const'd argument to copy constructor.
1 lines of code changed in:
Displays an error message and exits if the fonts cannot be loaded. Which probably means the data directory cannot be found.
13 lines of code changed in:
Collated the flag name, abbreviation, and help arrays into one array of FlagTable classes. Defined FlagTable class within Flag class.
FlagTable class contains the name, abbreviation, type, and help. I should also remove the dependency on ordering this list the same as the Flag enumeration order in global.h. Use a std::map perhaps.
119 lines of code changed in:
Collated the flag name, abbreviation, and help arrays into one array of FlagTable classes. Defined FlagTable class within Flag class.
25 lines of code changed in:
Generated by StatCVS 0.2.2