User statistics for thieber

back to main page

Summary Period: 1999-05-13 to 2001-05-23

Total Changes

553 (0.9%)

Lines Of Code

11200 (0.5%)

Modules

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

Activity By Clock Time

Most Recent Commits

thieber 2001-05-23 23:37

Make a little bit more robust on errors. (still crashes, but later....)

2 lines of code changed in:

thieber 2001-03-09 22:03

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:

thieber 2001-03-08 21:34

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:

thieber 2001-03-07 22:37

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:

thieber 2001-03-07 22:35

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:

thieber 2001-03-07 20:37

initialized potentially uninitialized variable

1 lines of code changed in:

thieber 2001-03-07 20:36

wrong forward type interface corrected

1 lines of code changed in:

thieber 2001-03-06 22:48

Started testing the XML loader

34 lines of code changed in:

thieber 2001-03-06 22:44

new class for XML loader

2 lines of code changed in:

thieber 2001-03-06 22:43

Added path to csgamtst test data

4 lines of code changed in:

thieber 2001-03-05 22:11

minor adjustments to make plugin loadable

19 lines of code changed in:

thieber 2001-03-05 22:10

Added the gamecore plugin

2 lines of code changed in:

thieber 2000-11-16 20:54

Base implementation of gamecore iEntity and
iEntityComponentIterator is now done.

5 lines of code changed in:

thieber 2000-11-15 22:06

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:

thieber 2000-11-14 22:13

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:

thieber 2000-10-13 16:42

forgot to commit

2 lines of code changed in:

thieber 2000-10-12 21:32

Finished implementing the attribute System, including all
container classes specified in icsgame. (Not tested though)

2 lines of code changed in:

thieber 2000-10-06 20:13

removed some warnings

12 lines of code changed in:

thieber 2000-10-06 20:12

added a makro for safe ADD_REF and DEC_REF

7 lines of code changed in:

thieber 2000-10-03 16:14

Updated

7 lines of code changed in:

(210 more)


Generated by StatCvs v0.2-dev