Summary Period: 2001-06-05 to 2001-10-21
23 (0.0%)
378 (0.0%)
Directory | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 23 (100.0%) | 378 (100.0%) | 16.4 |
CS/libs/csutil/ | 4 (17.4%) | 181 (47.9%) | 45.2 |
CS/include/csutil/ | 6 (26.1%) | 124 (32.8%) | 20.6 |
CS/docs/texinfo/build/platform/win32/msvc/ | 2 (8.7%) | 20 (5.3%) | 10.0 |
CS/plugins/video/renderer/opengl/ | 2 (8.7%) | 19 (5.0%) | 9.5 |
CS/plugins/mesh/snow/object/ | 3 (13.0%) | 12 (3.2%) | 4.0 |
CS/plugins/sound/driver/oss/ | 1 (4.3%) | 7 (1.9%) | 7.0 |
CS/plugins/mesh/fountain/object/ | 1 (4.3%) | 6 (1.6%) | 6.0 |
CS/docs/texinfo/build/platform/ | 1 (4.3%) | 6 (1.6%) | 6.0 |
CS/plugins/mesh/fire/object/ | 1 (4.3%) | 2 (0.5%) | 2.0 |
CS/include/csengine/ | 1 (4.3%) | 1 (0.3%) | 1.0 |
CS/docs/texinfo/tutorial/howto/ | 1 (4.3%) | 0 (0.0%) | 0.0 |
Added a few basic build speed/size Q/As to msvc FAQs.
20 lines of code changed in:
Reverted nonworking sprintf()-to-cs_snprintf() changes to Format() methods.
3 lines of code changed in:
Re-enabled csString::Format(const char*, ...) using the new cs_vsnprintf().
3 lines of code changed in:
Patch for NetBSD from Jorge Acereda (al004046@anubis.uji.es).
7 lines of code changed in:
static csString::Format() methods for safely formatting integral types.
41 lines of code changed in:
Made some copied-and-pasted comments more relevant.
3 lines of code changed in:
Made some copied-and-pasted comments more relevant.
17 lines of code changed in:
Added csString methods PadLeft(), PadRight(), PadCenter(). These pad the object to a specified length with a specified [or default space] char.
Added csString methods AsPadLeft(), AsPadRight(), AsPadCenter(). These return new strings formatted respectively with the aforementioned methods.
Added static cover methods PadLeft(), PadRight(), PadCenter() for all the common variants.
Intend to similarly implement Format().
Changed scfString and csString to take size_t instead of int for the reserved-length constructor.
Tested (though not yet exhaustively) on gnu/linux (gcc) and win32 (msvc). Thanks to those who offered suggestions and feedback.
247 lines of code changed in:
Reimplementing.
0 lines of code changed in:
Added Format().
11 lines of code changed in:
Extended instructions for setting up external projects.
6 lines of code changed in:
Static reg. hint no longer necessary.
0 lines of code changed in:
Resize bugfix.
4 lines of code changed in:
Fixed minor syntax error.
1 lines of code changed in:
Fixed bugs in OpenGL renderer which tried to cache textures for materials without them.
15 lines of code changed in:
Generated by StatCvs v0.2-dev