Summary Period: 2002-08-03 to 2003-04-06
[root]/CS/include/ivideo/effects
Total Lines Of Code:
677 (2003-07-11 20:29)
Author | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 51 (100.0%) | 741 (100.0%) | 14.5 |
jorrit | 6 (11.8%) | 288 (38.9%) | 48.0 |
thebolt00 | 10 (19.6%) | 246 (33.2%) | 24.6 |
res2002 | 20 (39.2%) | 161 (21.7%) | 8.0 |
ab031ns | 8 (15.7%) | 24 (3.2%) | 3.0 |
matzebraun | 5 (9.8%) | 12 (1.6%) | 2.4 |
rhad | 1 (2.0%) | 9 (1.2%) | 9.0 |
dentoid | 1 (2.0%) | 1 (0.1%) | 1.0 |
Removed double include protection. /include/ivideo/effects/effectstrings.h needs to be included twice from efstring.h.
9 lines of code changed in:
added missing double-include protection
4 lines of code changed in:
- effects system now returns smart pointers in some cases
- fixed some memory leaks in the effects system and GL state cache
17 lines of code changed in:
Renamed/corrected header defines to CS coding-style.
24 lines of code changed in:
cleaned up effects server code
2 lines of code changed in:
cleaned SCF usage of effects code a bit
6 lines of code changed in:
- added some more doc modules
81 lines of code changed in:
- mipmapped textures are supported as render targets in OpenGL
- enabled all GL extensions in the config
- enabled texture compression for GeForces
- unfinished attempt to add rgb and alpha scaling to fx system
- glwin32 canvas correctly fills the pixel format
3 lines of code changed in:
Cleaned up DPM. Breaks fog and is a bit slower, but this will hopefully get fixed soon.
1 lines of code changed in:
no message
151 lines of code changed in:
* Created a new way to pass variables to effects
27 lines of code changed in:
Changed to use new Set/GetRenderData and Vector4 properties
29 lines of code changed in:
Special four entrie-vector (x,y,z,w or rgba) used internally in the effectsystem
39 lines of code changed in:
- documentation.
60 lines of code changed in:
Added effects system plugin from Anders Stenberg. Since I have
crashes with the OpenGL patches to actually use this system
I am not commiting those. So at this moment the 'effects'
plugin is completely unused and unusable until I manage
to fix the problem. I will add more documentaiton about this
new system later.
288 lines of code changed in:
Generated by StatCvs v0.2-dev