User statistics for rhad

back to main page

Summary Period: 2003-04-06 to 2003-06-21

Total Changes

56 (0.0%)

Lines Of Code

2312 (0.1%)

Modules

Directory Changes Lines of code Lines per change
Totals 56 (100.0%) 2312 (100.0%) 41.2
CS/plugins/sound/renderer/openal/ 19 (33.9%) 1149 (49.7%) 60.4
CS/plugins/sound/renderer/ds3d/ 13 (23.2%) 786 (34.0%) 60.4
CS/plugins/sound/renderer/software/ 3 (5.4%) 199 (8.6%) 66.3
CS/docs/ 14 (25.0%) 81 (3.5%) 5.7
CS/include/csutil/ 1 (1.8%) 29 (1.3%) 29.0
CS/plugins/sound/loader/ogg/ 1 (1.8%) 26 (1.1%) 26.0
CS/libs/cssys/win32/ 1 (1.8%) 18 (0.8%) 18.0
CS/plugins/collide/rapid/ 1 (1.8%) 12 (0.5%) 12.0
CS/include/ivideo/effects/ 1 (1.8%) 9 (0.4%) 9.0
CS/plugins/video/render3d/opengl/ 1 (1.8%) 2 (0.1%) 2.0
CS/libs/cssys/general/ 1 (1.8%) 1 (0.0%) 1.0

Activity By Clock Time

Most Recent Commits

rhad 2003-06-21 07:53

Fixed a bug that caused double path delimiters in a path name under windows.
Fixed a bug that caused the windows plugin loader to attempt to load plugins only from the CWD regardless of where the plugin scanning code actually found them.

25 lines of code changed in:

rhad 2003-04-22 00:10

Modified csPosixCondition::Wait() to not pass through CS_SHOW_ERROR when a timeout is specified and expires.

4 lines of code changed in:

rhad 2003-04-22 00:09

modified csPosixCondition::Wait() to not pass through CS_SHOW_ERROR when a timeout is specified and expires.

1 lines of code changed in:

rhad 2003-04-17 07:29

Altered the rapid triangle collision test to ignore degenerate triangles.

16 lines of code changed in:

rhad 2003-04-16 07:49

Fixed some problems in csList. csList::Iterator::HasNext() and csList::Iterator::HasPrevious() calls in existing code should be replaced with csList::Iterator::HasCurrent().

22 lines of code changed in:

rhad 2003-04-16 07:49

csList::Iterator::HasNext() and csList::Iterator::HasPrevious() calls replaced with csList::Iterator::HasCurrent().

2 lines of code changed in:

rhad 2003-04-16 07:48

Fixed some problems in csList. csList::Iterator::HasNext() and csList::Iterator::HasPrevious() calls in existing code should be replaced with csList::Iterator::HasCurrent().

29 lines of code changed in:

rhad 2003-04-13 07:25

ds3d and openal sound renderer fixes.

5 lines of code changed in:

rhad 2003-04-13 07:23

Fixed a couple potential deadlock and mutex issues in the openal sound renderer plugin. Added workarounds for some buggy openal implementations.

149 lines of code changed in:

rhad 2003-04-13 07:16

Fixed a couple potential deadlock and mutex issues in the ds3d sound renderer plugin.

7 lines of code changed in:

rhad 2003-04-12 18:16

Added frequency adjustment capabilities to the software sound renderer.

193 lines of code changed in:

rhad 2003-04-10 01:18

Fixed OpenAL compile with compilers other than MSVC

12 lines of code changed in:

rhad 2003-04-07 18:10

Changed MSVC specific CopyMemory to memcpy() in OpenAL sound renderer. Increased default sound buffer to 1.0 seconds due to oddities observed with short buffer durations.

10 lines of code changed in:

rhad 2003-04-06 21:41

Fixed some thread syncronization issues in the OpenAL and Direct Sound 3d sound renderers.

40 lines of code changed in:

rhad 2003-04-06 18:34

Fixed a bug in the software sound renderer that caused streaming audio to be advanced twice per "cycle" if StartStream() was called on the handle.

14 lines of code changed in:

rhad 2003-04-06 07:36

Improved the Direct Sound 3d sound renderer.

754 lines of code changed in:

rhad 2003-04-06 07:21

Improved the OpenAL sound renderer. Major overhaul of implementation. Streaming audio now supported.

982 lines of code changed in:

rhad 2003-04-06 06:53

Fixed some compatibility issues with oggdata.cpp.

33 lines of code changed in:

rhad 2003-04-06 05:09

Removed double include protection. /include/ivideo/effects/effectstrings.h needs to be included twice from efstring.h.

14 lines of code changed in:


Generated by StatCvs v0.2-dev