Summary Period: 2001-07-04 to 2001-07-04
141 (0.2%)
23842 (1.1%)
Directory | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 141 (100.0%) | 23842 (100.0%) | 169.0 |
CS/apps/import/map2cs/ | 59 (41.8%) | 11516 (48.3%) | 195.1 |
CS/apps/tools/makedep/ | 12 (8.5%) | 4108 (17.2%) | 342.3 |
CS/apps/import/map2cs/support/maps/tutorial/ | 12 (8.5%) | 2034 (8.5%) | 169.5 |
CS/apps/import/mdl2spr/ | 12 (8.5%) | 2024 (8.5%) | 168.6 |
CS/apps/tools/csfedit/ | 3 (2.1%) | 1876 (7.9%) | 625.3 |
CS/apps/tools/vsh/ | 3 (2.1%) | 625 (2.6%) | 208.3 |
CS/apps/tools/csfgen/ | 2 (1.4%) | 419 (1.8%) | 209.5 |
CS/apps/tools/uninst/ | 2 (1.4%) | 372 (1.6%) | 186.0 |
CS/apps/import/map2cs/support/maps/prefabs/ | 2 (1.4%) | 286 (1.2%) | 143.0 |
CS/apps/import/3ds2lev/ | 8 (5.7%) | 271 (1.1%) | 33.8 |
CS/apps/import/map2cs/support/maps/ | 1 (0.7%) | 240 (1.0%) | 240.0 |
CS/docs/ | 6 (4.3%) | 25 (0.1%) | 4.1 |
CS/mk/ | 2 (1.4%) | 14 (0.1%) | 7.0 |
CS/plugins/video/renderer/opengl/ | 1 (0.7%) | 8 (0.0%) | 8.0 |
CS/plugins/csparser/ | 4 (2.8%) | 7 (0.0%) | 1.7 |
CS/libs/csengine/ | 2 (1.4%) | 7 (0.0%) | 3.5 |
CS/plugins/engine/iso/ | 1 (0.7%) | 2 (0.0%) | 2.0 |
CS/include/ivideo/ | 1 (0.7%) | 2 (0.0%) | 2.0 |
CS/include/iengine/ | 1 (0.7%) | 2 (0.0%) | 2.0 |
CS/include/csengine/ | 2 (1.4%) | 2 (0.0%) | 1.0 |
CS/data/flarge/ | 1 (0.7%) | 2 (0.0%) | 2.0 |
CS/scripts/python/ | 1 (0.7%) | 0 (0.0%) | 0.0 |
CS/plugins/cscript/cspython/ | 2 (1.4%) | 0 (0.0%) | 0.0 |
CS/apps/import/map2cs/support/ | 1 (0.7%) | 0 (0.0%) | 0.0 |
Fixed cs.i for scripting plugins. Regenerated SWIG files for
Python plugin and manually tried to fix cslua plugin.
2 lines of code changed in:
Removed the obsolete support for libraries (regions should be
used instead).
9 lines of code changed in:
- Changed the scale and shift parameters for a layered texture
from int to float. Also added a logical change. CS_FX_TILING
should now be used when you want the layer texture to tile on
the base texture. This used to be default but it isn't any more.
Note that the OpenGL renderer currently only supports the tiling
option so the presence of CS_FX_TILING or not will not have
an effect currently.
- Added support for TILING() keyword in the map loader and all loader
plugins.
31 lines of code changed in:
Update.
349 lines of code changed in:
Changed the loader plugin so it no longers unloads all plugins
after LoadMapFile(). This is not efficient as LoadMapFile() can
be used multiple times to fill up several reasons. Instead the
plugins are now unloaded in the destructor of the loader plugin.
5 lines of code changed in:
Created apps/tools and moved scfreg, makedep, csfgen, csfedit,
uninst, and vsh there.
7060 lines of code changed in:
- Removed t3d2cs app since it doesn't work and is unmaintained.
- Created apps/import and moved map2cs, mdl2spr, 3ds2lev there.
16384 lines of code changed in:
Fixed iso engine.
2 lines of code changed in:
Generated by StatCvs v0.2-dev