User statistics for tulebast

back to main page

Summary Period: 2003-04-08 to 2003-04-24

Total Changes

47 (0.0%)

Lines Of Code

1529 (0.0%)

Modules

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

Activity By Clock Time

Most Recent Commits

tulebast 2003-04-23 23:58

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:

tulebast 2003-04-22 21:03

Added OnExit() method.

34 lines of code changed in:

tulebast 2003-04-22 20:39

Whoops, removed extra printf call.

0 lines of code changed in:

tulebast 2003-04-22 20:26

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:

tulebast 2003-04-16 09:00

Adding csApplicationFramework class.

509 lines of code changed in:

tulebast 2003-04-08 10:07

Updated history.

12 lines of code changed in:

tulebast 2003-04-08 09:44

New class csBaseEventHandler.

348 lines of code changed in:

tulebast 2003-04-08 09:30

DestroyApplication() not invokes RemoveAllListeners() on event queue.

39 lines of code changed in:

tulebast 2003-04-08 09:20

Added AttachNew() function to csRef<T>

55 lines of code changed in:

tulebast 2003-04-08 09:17

Added RemoveAllListeners() implementation.

22 lines of code changed in:

tulebast 2003-04-08 09:15

Added RemoveAllListeners() declaration.

18 lines of code changed in:

tulebast 2003-04-08 09:14

Change to CS_QUERY_ macros to use implicit cast static member functions.

11 lines of code changed in:

tulebast 2003-04-08 09:12

Update to allow definition of implicit cast static member functions.

58 lines of code changed in:


Generated by StatCvs v0.2-dev