Summary Period: 2003-04-08 to 2003-04-24
47 (0.0%)
1529 (0.0%)
Directory | Changes | Lines of code | Lines per change |
---|---|---|---|
Totals | 47 (100.0%) | 1529 (100.0%) | 32.5 |
CS/include/csappframe/ | 2 (4.3%) | 329 (21.5%) | 164.5 |
CS/plugins/mesh/thing/object/ | 5 (10.6%) | 265 (17.3%) | 53.0 |
CS/include/csutil/ | 3 (6.4%) | 249 (16.3%) | 83.0 |
CS/libs/csappframe/ | 5 (10.6%) | 212 (13.9%) | 42.4 |
CS/libs/csutil/ | 4 (8.5%) | 186 (12.2%) | 46.5 |
CS/include/ | 1 (2.1%) | 58 (3.8%) | 58.0 |
CS/include/csengine/ | 9 (19.1%) | 47 (3.1%) | 5.2 |
CS/libs/cstool/ | 1 (2.1%) | 39 (2.6%) | 39.0 |
CS/include/iutil/ | 2 (4.3%) | 24 (1.6%) | 12.0 |
CS/libs/csengine/light/ | 2 (4.3%) | 23 (1.5%) | 11.5 |
CS/include/csgeom/ | 1 (2.1%) | 23 (1.5%) | 23.0 |
CS/docs/ | 5 (10.6%) | 23 (1.5%) | 4.6 |
CS/include/iengine/ | 2 (4.3%) | 19 (1.2%) | 9.5 |
CS/plugins/mesh/bezier/object/ | 3 (6.4%) | 16 (1.0%) | 5.3 |
CS/libs/csengine/ | 1 (2.1%) | 12 (0.8%) | 12.0 |
CS/libs/csgeom/ | 1 (2.1%) | 4 (0.3%) | 4.0 |
changed all instances of csFrustum::Intersect() to return csPtr<csFrustum> rather than csFrustum*;
csFrustumContext, csFrustumView, csBezierLightPatch, csLightPath now using smart pointers;
added csFrustumContext::SetNewShadow and ::SetNewFrustum methods;
csShadowBlock using csRefArray instead of deprecated csVector;
removed some unnecessary includes of csvector.h;
removed tabs from some files.
416 lines of code changed in:
Added OnExit() method.
34 lines of code changed in:
Whoops, removed extra printf call.
0 lines of code changed in:
Fixed bug causing stack overflow error caused by recursive calls when removing a listener from the event queue. Problem occurs when a destructor for an event handler attempts to remove itself from the event queue causing an endless loop as the event queue calls decref on the handler.
7 lines of code changed in:
Adding csApplicationFramework class.
509 lines of code changed in:
Updated history.
12 lines of code changed in:
New class csBaseEventHandler.
348 lines of code changed in:
DestroyApplication() not invokes RemoveAllListeners() on event queue.
39 lines of code changed in:
Added AttachNew() function to csRef<T>
55 lines of code changed in:
Added RemoveAllListeners() implementation.
22 lines of code changed in:
Added RemoveAllListeners() declaration.
18 lines of code changed in:
Change to CS_QUERY_ macros to use implicit cast static member functions.
11 lines of code changed in:
Update to allow definition of implicit cast static member functions.
58 lines of code changed in:
Generated by StatCvs v0.2-dev