Summary Period: 2003-01-16 to 2003-07-01
54 (0.0%)
1581 (0.0%)
Directory | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 54 (100.0%) | 1581 (100.0%) | 29.2 |
CS/plugins/mesh/metaball/object/ | 5 (9.3%) | 488 (30.9%) | 97.6 |
CS/libs/cstool/ | 2 (3.7%) | 178 (11.3%) | 89.0 |
CS/plugins/mesh/genmesh/persist/standard/ | 5 (9.3%) | 174 (11.0%) | 34.8 |
CS/plugins/video/render3d/opengl/ | 3 (5.6%) | 135 (8.5%) | 45.0 |
CS/plugins/video/canvas/openglcommon/ | 4 (7.4%) | 130 (8.2%) | 32.5 |
CS/include/csgfx/ | 1 (1.9%) | 67 (4.2%) | 67.0 |
CS/include/cstool/ | 1 (1.9%) | 64 (4.0%) | 64.0 |
CS/libs/csgfx/ | 1 (1.9%) | 63 (4.0%) | 63.0 |
CS/include/igraphic/ | 1 (1.9%) | 62 (3.9%) | 62.0 |
CS/include/ivideo/ | 2 (3.7%) | 52 (3.3%) | 26.0 |
CS/plugins/mesh/genmesh/object/ | 6 (11.1%) | 41 (2.6%) | 6.8 |
CS/docs/ | 8 (14.8%) | 33 (2.1%) | 4.1 |
CS/include/csengine/ | 1 (1.9%) | 23 (1.5%) | 23.0 |
CS/plugins/csparser/ | 2 (3.7%) | 21 (1.3%) | 10.5 |
CS/libs/csengine/light/ | 1 (1.9%) | 14 (0.9%) | 14.0 |
CS/include/iengine/ | 1 (1.9%) | 14 (0.9%) | 14.0 |
CS/plugins/bugplug/ | 2 (3.7%) | 11 (0.7%) | 5.5 |
CS/include/imesh/ | 1 (1.9%) | 5 (0.3%) | 5.0 |
CS/plugins/cscript/cspython/ | 1 (1.9%) | 3 (0.2%) | 3.0 |
CS/plugins/console/output/fancy/ | 1 (1.9%) | 3 (0.2%) | 3.0 |
CS/plugins/video/render3d/renderloop/ | 1 (1.9%) | 0 (0.0%) | 0.0 |
CS/libs/csutil/ | 2 (3.7%) | 0 (0.0%) | 0.0 |
CS/include/csutil/ | 2 (3.7%) | 0 (0.0%) | 0.0 |
move of anonrndbuf.h from csutil to cstool
4 lines of code changed in:
added LGPL notice
16 lines of code changed in:
anonrndbuf.h moved from csutil to cstool
1 lines of code changed in:
moved from csutil to cstool
226 lines of code changed in:
moved to render3d/common
0 lines of code changed in:
metaball -> new renderer
8 lines of code changed in:
CS_BUF_INDEX / CS_BUF_STATIC changed to CS_BUF_DYNAMIC
4 lines of code changed in:
added support for new renderer
145 lines of code changed in:
forgot a #ifdef CS_USE_NEW_RENDERER
4 lines of code changed in:
"stream" to "renderbuffer" namechange
7 lines of code changed in:
renamed *Stream* functions to *RenderBuffer* functions
5 lines of code changed in:
added anonymous render buffer manager class, which can be used to implement the anonymous render buffers for new renderer easily.
42 lines of code changed in:
fix to prevent jam from complaining when compiling render3d. written by Manju
0 lines of code changed in:
no message
5 lines of code changed in:
fancycon bug
3 lines of code changed in:
fixed disappearing borders in GL mode. I guess it was the wrong mixmode for the borders (used CS_FX_GOURAUD for background, but CS_FX_KEYCOLOR for borders. dunno if some configurations still work, but default works fine in both, SW and GL)
3 lines of code changed in:
removed redundant CS_QUERY_REGISTRY from GetBuffer()
2 lines of code changed in:
updated bugplug for render3d api changes
fixed Phil Wyetts wrong indent :o)
5 lines of code changed in:
updated bugplug for render3d api changes
11 lines of code changed in:
optimized using vertex arrays.... queried for vertex array state first and set them back to original state afterwards
71 lines of code changed in:
(12 more)
Generated by StatCvs v0.2-dev