User statistics for link

back to main page

Summary Period: 1999-12-17 to 2000-11-20

Total Changes

76 (0.1%)

Lines Of Code

1029 (0.0%)

Modules

Directory Changes Lines of code Lines per change
Totals 76 (100.0%) 1029 (100.0%) 13.5
CS/include/ 14 (18.4%) 302 (29.3%) 21.5
CS/plugins/video/renderer/common/ 4 (5.3%) 165 (16.0%) 41.2
CS/docs/texinfo/plugins/ 1 (1.3%) 155 (15.1%) 155.0
CS/libs/csutil/ 4 (5.3%) 131 (12.7%) 32.7
CS/libs/cssys/ 7 (9.2%) 86 (8.4%) 12.2
CS/include/cssys/ 5 (6.6%) 38 (3.7%) 7.6
CS/include/csutil/ 7 (9.2%) 33 (3.2%) 4.7
CS/docs/texinfo/apps/ 2 (2.6%) 27 (2.6%) 13.5
CS/ 7 (9.2%) 25 (2.4%) 3.5
CS/docs/ 6 (7.9%) 21 (2.0%) 3.5
CS/plugins/video/renderer/software/ 4 (5.3%) 16 (1.6%) 4.0
CS/mk/ 5 (6.6%) 13 (1.3%) 2.6
CS/plugins/video/renderer/opengl/ 2 (2.6%) 9 (0.9%) 4.5
CS/libs/cssys/unix/ 1 (1.3%) 2 (0.2%) 2.0
CS/libs/csengine/objects/ 1 (1.3%) 2 (0.2%) 2.0
CS/apps/walktest/ 2 (2.6%) 2 (0.2%) 1.0
CS/plugins/sound/driver/oss/ 1 (1.3%) 1 (0.1%) 1.0
CS/docs/texinfo/tutorial/ 1 (1.3%) 1 (0.1%) 1.0
CS/data/ 2 (2.6%) 0 (0.0%) 0.0

Activity By Clock Time

Most Recent Commits

link 2000-11-20 16:49

Updated with new CC plugin identifiers

6 lines of code changed in:

link 2000-10-16 01:01

New csEventCord files.

65 lines of code changed in:

link 2000-10-16 00:55

Big ol' CrystalClear update. Most of it is related to moving CC away from
impulses and towards using csEvents. csEventCords is in this update as well.
cctest input changes are in this commit as well.

107 lines of code changed in:

link 2000-08-10 06:39

More fixes for cctest. Can quit and fire rockets again. Still no console.

2 lines of code changed in:

link 2000-05-07 06:43

Fixed new Fullscreen command in walktest to use existing Sys->G2D pointer
rather than querying it's own pointer.

1 lines of code changed in:

link 2000-04-25 07:19

Wrote a dnapp.mpk (for the Python Makefile generator). Added it and the
makefile it generated to CVS. Changed a few simple things in dnapp.cpp to use
cross platform functions in cssys. Fixed dungeon.mak so it includes cssys
which is required for shared plugins on UNIX. Added dungeon to the default
list of plugins in mk/user.mak

1 lines of code changed in:

link 2000-04-09 01:23

Added initial DrawPolygonMesh() code to 3D drivers. Tested on all Linux
drivers. Shouldn't interfere with anything since it is not called yet, but
dpmesh.cpp will have to be added to all 3D drivers for non-UNIX Makefile
builds.

81 lines of code changed in:

link 2000-04-09 01:15

Added initial DrawPolygonMesh() code to 3D drivers. Tested on all Linux
drivers. Shouldn't interfere with anything since it is not called yet, but
dpmesh.cpp will have to be added to all 3D drivers for non-UNIX Makefile
builds.

178 lines of code changed in:

link 2000-04-04 07:11

Integrated csclear.txt into the Texinfo documentation for CrystalClear and
removed csclear.txt. Updated CrystalClear Tutorial links, CrystalClear, and
cctest documentation.

180 lines of code changed in:

link 2000-03-29 09:07

Fixed some bugs that popped up when DECLARE_TYPED_VECTOR was changed to delete
it's items. It resulted in some better data management but broke some
assumptions made when writing the code originally.

Added the first three chapters of a tutorial for adding CrystalClear
functionality to Simple.

1 lines of code changed in:

link 2000-03-25 08:46

-*- Modified funConsole so it is now a part of the cscon plugin instead of a
separate plugin that depends on cscon (this is how it is already in MSVC).

-*- Changed cctest so it shows a fullscreen startup console but a smaller
interactive console so you can still see funConsole's border.

-*- Added funConsole to scf.cfg and made it the default console for cctest.

-*- Changed the way cctest handles mouse input. Should be more friendly on
Windows, but I haven't tested it there yet.

-*- cctest no longer automatically captures the mouse. You click on the window
to activate mouse capture and press ESC to release it. Also made the right
mouse button move backwards for better control from the mouse.

-*- Increased of the speed of the rockets. It is no longer possible for the
user to outrun them. :-)

3 lines of code changed in:

link 2000-03-25 06:59

Fixed a scoping issue for MSVC and NextStep ports

3 lines of code changed in:

link 2000-03-24 09:22

-_- Fixed breakage from updated csPixmap

-_- Fixed duplicate default parameters in csMD5 and ccActor

2 lines of code changed in:

link 2000-03-20 03:05

Updated iConsole's SCF Version number after Norman Kramer's change

1 lines of code changed in:

link 2000-03-16 07:54

Reverting accidental commit

4 lines of code changed in:

link 2000-03-16 07:50

-*- Rewrote ccActor class to make it less prone to errors of confusion. Now
subclasses iActor instead of ccEntity.

-*- Fixes for sprite collision detection code within ccActor. However still
does not function properly due to unexpected behavior of sprite code.

-*- More cleanup and fixes for various parts of CrystalClear

1 lines of code changed in:

link 2000-03-14 19:59

Reversed Eric's change, it appears to trigger a bug in GCC 2.95.

0 lines of code changed in:

link 2000-03-14 02:40

Major rewrite of the iEntityManager interface. Replaced Entity and Render
lists with "associative lists". A CrystalClear plugin can now have an entity
associate itself with the plugin and supply data needed by the plugin, without
the plugin having to maintain the list itself and provide it's own interfaces
for maintaining the lists.

4 lines of code changed in:

link 2000-03-11 04:40

/tmp/cvsRuT8ry

2 lines of code changed in:

link 2000-02-26 06:02

-*- Fixed Linux OSS Sound Driver to compile again (Printf name change). Still
crashes whenever a rocket is fired in walktest.

-*- Fixed up CrystalClear and cctest to compile again. Finally removed all
warnings about unloaded drivers on exit.

1 lines of code changed in:

(20 more)


Generated by StatCvs v0.2-dev