Summary Period: 1999-05-13 to 2001-05-23
553 (0.9%)
11200 (0.5%)
Directory | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 553 (100.0%) | 11200 (100.0%) | 20.2 |
CS/plugins/video/renderer/software/ | 56 (10.1%) | 2073 (18.5%) | 37.0 |
CS/include/ | 36 (6.5%) | 1197 (10.7%) | 33.2 |
CS/libs/cssys/win32/ | 40 (7.2%) | 863 (7.7%) | 21.5 |
CS/include/cssys/win32/ | 85 (15.4%) | 820 (7.3%) | 9.6 |
CS/plugins/sound/renderer/software/ | 10 (1.8%) | 771 (6.9%) | 77.1 |
CS/plugins/video/canvas/ddraw/ | 20 (3.6%) | 745 (6.7%) | 37.2 |
CS/plugins/sound/renderer/eax/ | 8 (1.4%) | 731 (6.5%) | 91.3 |
CS/plugins/sound/renderer/ds3d/ | 12 (2.2%) | 731 (6.5%) | 60.9 |
CS/docs/ | 13 (2.4%) | 679 (6.1%) | 52.2 |
CS/plugins/video/renderer/common/ | 15 (2.7%) | 422 (3.8%) | 28.1 |
CS/libs/csengine/ | 35 (6.3%) | 375 (3.3%) | 10.7 |
CS/include/csengine/ | 18 (3.3%) | 331 (3.0%) | 18.3 |
CS/plugins/video/renderer/opengl/ | 26 (4.7%) | 203 (1.8%) | 7.8 |
CS/plugins/video/canvas/openglwin/ | 16 (2.9%) | 172 (1.5%) | 10.7 |
CS/libs/csgeom/ | 8 (1.4%) | 172 (1.5%) | 21.5 |
CS/libs/csutil/ | 14 (2.5%) | 154 (1.4%) | 11.0 |
CS/libs/csengine/objects/ | 16 (2.9%) | 150 (1.3%) | 9.3 |
CS/include/csutil/ | 14 (2.5%) | 134 (1.2%) | 9.5 |
CS/apps/walktest/ | 24 (4.3%) | 116 (1.0%) | 4.8 |
CS/plugins/sound/driver/waveoutsd/ | 4 (0.7%) | 82 (0.7%) | 20.5 |
CS/ | 18 (3.3%) | 64 (0.6%) | 3.5 |
CS/plugins/sound/driver/oss/ | 2 (0.4%) | 51 (0.5%) | 25.5 |
CS/include/csgeom/ | 8 (1.4%) | 42 (0.4%) | 5.2 |
CS/libs/csws/ | 12 (2.2%) | 32 (0.3%) | 2.6 |
CS/plugins/video/canvas/openglcommon/ | 11 (2.0%) | 21 (0.2%) | 1.9 |
CS/libs/cssys/ | 3 (0.5%) | 20 (0.2%) | 6.6 |
CS/libs/csengine/light/ | 3 (0.5%) | 16 (0.1%) | 5.3 |
CS/libs/csengine/basic/ | 7 (1.3%) | 9 (0.1%) | 1.2 |
CS/include/cssys/ | 1 (0.2%) | 8 (0.1%) | 8.0 |
CS/plugins/video/canvas/common/ | 4 (0.7%) | 4 (0.0%) | 1.0 |
CS/plugins/perfstat/ | 1 (0.2%) | 3 (0.0%) | 3.0 |
CS/include/csws/ | 2 (0.4%) | 3 (0.0%) | 1.5 |
CS/plugins/font/server/csfont/ | 1 (0.2%) | 2 (0.0%) | 2.0 |
CS/apps/cswstest/ | 1 (0.2%) | 2 (0.0%) | 2.0 |
CS/libs/cssys/general/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
CS/apps/perftest/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
CS/data/ | 7 (1.3%) | 0 (0.0%) | 0.0 |
Make a little bit more robust on errors. (still crashes, but later....)
2 lines of code changed in:
Separated the Loader from the actual data storage. This will allow
easy saving of modified data, and conversion to other formats like
binary formats.
2 lines of code changed in:
Changed the interface of the XML file another time.
I really like this change, bacause the code is more poweful now, _and_ is simpler too.
22 lines of code changed in:
csString stores a NULL pointer if you set an empty string.
(This seems to be some optimisation)
Now, it will return an empty string in these cases, instead of a NULL pointer, when you ask for the string.
1 lines of code changed in:
Compeletely changed the way data from XML maps to iDataLoader.
The way it is done now will introduce far less typing overhead, and looks nicer too.
21 lines of code changed in:
initialized potentially uninitialized variable
1 lines of code changed in:
wrong forward type interface corrected
1 lines of code changed in:
Started testing the XML loader
34 lines of code changed in:
new class for XML loader
2 lines of code changed in:
Added path to csgamtst test data
4 lines of code changed in:
minor adjustments to make plugin loadable
19 lines of code changed in:
Added the gamecore plugin
2 lines of code changed in:
Base implementation of gamecore iEntity and
iEntityComponentIterator is now done.
5 lines of code changed in:
Just had another idea, on how to make iEntity _really_ generic.
I really think you can't make this class any simpler now.
I guess I should be able now to provide a simple and efficient
implementation for iEntity soon.
46 lines of code changed in:
Reworked the interface of iEntity, to make the design
much more modular and lightweight, without sacrificing any
funtionality and only little performance.
This change was inspired by Jorrits description of the Entity
System of Dreams Enternal.
112 lines of code changed in:
forgot to commit
2 lines of code changed in:
Finished implementing the attribute System, including all
container classes specified in icsgame. (Not tested though)
2 lines of code changed in:
removed some warnings
12 lines of code changed in:
added a makro for safe ADD_REF and DEC_REF
7 lines of code changed in:
Updated
7 lines of code changed in:
(210 more)
Generated by StatCvs v0.2-dev