Module CS/docs/texinfo/plugins/

back to main page

Summary Period: 2000-03-17 to 2003-07-11

Modules

[root]/CS/docs/texinfo/plugins
     anim (5 files, 488 lines)
     aws (7 files, 609 lines)
         saaref (14 files, 1547 lines)
     engine (34 files, 5056 lines)
     graphics (2 files, 162 lines)
     meshobj (19 files, 2422 lines)
     script (2 files, 40 lines)
         perl (1 files, 203 lines)
         python (1 files, 9 lines)

Lines Of Code


Total Lines Of Code: 2594 (2003-07-11 20:29)

Authors

Author Changes Lines of code Lines per change
Totals 151 (100.0%) 4514 (100.0%) 29.8
mgeisse 30 (19.9%) 2086 (46.2%) 69.5
jorrit 27 (17.9%) 1227 (27.2%) 45.4
sunshine 74 (49.0%) 837 (18.5%) 11.3
link 1 (0.7%) 155 (3.4%) 155.0
philwyett 3 (2.0%) 153 (3.4%) 51.0
res2002 5 (3.3%) 42 (0.9%) 8.4
miklby 4 (2.6%) 6 (0.1%) 1.5
uid20594 4 (2.6%) 3 (0.1%) 0.7
okt 2 (1.3%) 3 (0.1%) 1.5
matzebraun 1 (0.7%) 2 (0.0%) 2.0

Most Recent Commits

sunshine 2003-07-11 09:47

Project-wide spelling corrections:

conveniance --> convenience
conveniant --> convenient

1 lines of code changed in:

jorrit 2003-06-20 12:48

- Jorrit did some updates to the documentation to avoid the word
'region' where something else is meant.

2 lines of code changed in:

jorrit 2003-06-20 11:10

- Jorrit updated the documentation to latest region related changes.

0 lines of code changed in:

okt 2003-06-15 01:09

Rearranged scripting docs and added Perl docs to the manual.

3 lines of code changed in:

sunshine 2003-03-19 23:37

Eric Sunshine fixed typographical error in ensocket.txi pointed out by
Adrien Constant <adrien@gamerinstinct.com>.

1 lines of code changed in:

matzebraun 2003-02-20 15:10

- Matze removed comments about 8.3 filenames from CS docs. Even djgpp
(which isn't supported anymore) was able to use long names in win9x.

2 lines of code changed in:

jorrit 2003-01-28 15:40

- Added a new setting to the engine with which you can control the
number of polygons after which CS_THING_FASTMESH is automatically
enabled for things (use DrawPolygonMesh then). The default value
is 500:
- Added Engine.FastMeshThresshold config option.
- Added SetFastMeshThresshold() function to iEngine.
- Added GetFastMeshThresshold() function to iEngine.
- Added <fastmesh> keyword to the <settings> block.
Currently this will only work for things that have no portals and
no curves.
- Set the fastmesh thresshold in flarge to 10. That causes a few
objects to use fastmesh now.

6 lines of code changed in:

sunshine 2003-01-27 02:21

Update vfs.txi to reflect present reality.
Eliminated TeX `hbox' warnings from the user manual.

9 lines of code changed in:

sunshine 2003-01-13 17:39

Repaired overfull hbox warnings reported by TeX in xmlfmt.txi.

55 lines of code changed in:

jorrit 2003-01-13 13:32

- Further work on XML doc.
- Added support for <key> in mesh factories and collections.
- Enhanced the new XML document a lot. Also some other smaller
documentation fixes.

706 lines of code changed in:

jorrit 2003-01-13 06:56

Further work on XML doc.

69 lines of code changed in:

sunshine 2003-01-13 05:34

Fixed some Texinfo mark-up errors and eliminated a number of overfull and
underfull hbox warnings reported by TeX.

44 lines of code changed in:

sunshine 2003-01-12 22:09

Automated Texinfo @node and @menu repair.

6 lines of code changed in:

jorrit 2003-01-12 20:26

New XML map format doc (work in progress).

176 lines of code changed in:

jorrit 2003-01-11 11:32

Fixed various outdated information throughout the documentation.
Still a lot of work to do however.

5 lines of code changed in:

sunshine 2002-12-21 14:01

Removed the unmaintained DJGPP port. Tagged the following files and
directories with "DJGPP_OBSOLETE" in order to simplify the task of
recovering them from the Attic if necessary.

docs/texinfo/build/platform/msdos.txi
include/cssys/djgpp
libs/cssys/djgpp
plugins/video/canvas/allegro
plugins/video/canvas/common/pc-keys.cpp
plugins/video/canvas/dosraw

2 lines of code changed in:

sunshine 2002-12-20 12:27

Removed the unmaintained OS/2 port. Tagged the following files and
directories with "OS2_OBSOLETE" in order to simplify the task of
recovering them from the Attic if necessary.

docs/texinfo/build/platform/os2.txi
docs/texinfo/internal/platform/os2.txi
include/cssys/os2 libs/cssys/os2
plugins/video/canvas/common/os2-keys.h
plugins/video/canvas/csdive
plugins/video/canvas/openglos2

7 lines of code changed in:

sunshine 2002-12-10 23:37

Eric Sunshine applied a large and thorough typographical-error correction
patch to the Texinfo documentation from Andreas Busch
<nobita@t-online.de>. Also applied a few minor corrections from Eric
Sunshine.

12 lines of code changed in:

sunshine 2002-08-06 21:49

Eric Sunshine fixed the following problems with the Texinfo documentation:

-*- Syntax error in mapfmt.txi.

-*- Fixed to work with makeinfo program from the Mingw/MSYS distribution
which complains if @ref{} and cousins are split over multiple lines.
The following files were affected: rain.txi, snow.txi, 3dsprite.txi,
internal/platform/next.txi.

2 lines of code changed in:

jorrit 2002-07-03 09:52

- Added non-functional iEngine->GetVisibleObjects(). The purpose
of this routine will be to return all potentially visible objects
from a given position. At this moment this function returns NULL.
It still has to be implemented. There are two versions: one accepts
a single point and computes visibility in a full 360 degree around
that point. The other has a frustum to restrict visibility.
- Updated the documentation with regards to the SCF _FAST macros
that are now removed.
- Significantly updated the map format documentation. Now it should
be about 95% up-to-date. However! Keep in mind that this is ONLY
the documentation for the basic map format. It does NOT contain
documentation for the loader plugins. This means that everything
that is INSIDE a PARAMS block is not documented by this documentation.

134 lines of code changed in:

(60 more)


Generated by StatCvs v0.2-dev