Module CS/docs/texinfo/tutorial/

back to main page

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

Modules

[root]/CS/docs/texinfo/tutorial
     howto (18 files, 2440 lines)
         kdevproj (19 files, 13956 lines)
         msvc6proj (35 files, 9701 lines)
         msvc7proj (21 files, 6113 lines)
     map2cs (64 files, 18437 lines)
     wincvs (34 files, 4588 lines)

Lines Of Code


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

Authors

Author Changes Lines of code Lines per change
Totals 193 (100.0%) 5308 (100.0%) 27.5
jorrit 75 (38.9%) 2460 (46.3%) 32.8
sunshine 82 (42.5%) 2211 (41.7%) 26.9
azverkan 3 (1.6%) 370 (7.0%) 123.3
mgeisse 10 (5.2%) 169 (3.2%) 16.9
ab031ns 2 (1.0%) 39 (0.7%) 19.5
norman 5 (2.6%) 26 (0.5%) 5.2
philwyett 11 (5.7%) 25 (0.5%) 2.2
wouter 1 (0.5%) 4 (0.1%) 4.0
res2002 2 (1.0%) 2 (0.0%) 1.0
link 1 (0.5%) 1 (0.0%) 1.0
designa 1 (0.5%) 1 (0.0%) 1.0

Most Recent Commits

sunshine 2003-07-03 09:38

Eric Sunshine made the following documentation-related changes:

-*- Continued updating user manual to reflect latest SCF changes.

-*- Fixed a significant number of Texinfo mark-up problems in
walktest.txi.

-*- Updated extremely outdated information about configuration and
configuration files in user manual.

-*- Corrected several mark-up bloofles in various .txi documents.

-*- Eliminated TeX `hbox' warnings.

44 lines of code changed in:

sunshine 2003-06-22 22:20

Eric Sunshine made the following documentation-related changes:

-*- Began updating the documentation in the user manual to reflect all of
the recent SCF-related changes.

-*- Fixed a number of Texinfo markup errors and problems in perl.txi.

-*- Eliminated numerous overfull and underfull `hbox' warnings reported by
TeX.

38 lines of code changed in:

designa 2003-06-07 16:57

- DeSigna fixed a single word error in manual section 5.2.3,
pointed out by Aner (crystalspace@myway.com)

1 lines of code changed in:

philwyett 2003-05-28 04:40

Updated docs to take account of new MSVC external application HOWTO additions.

2 lines of code changed in:

jorrit 2003-04-10 14:34

Thing changes:
- Removed obsolete csThingBBox bounding box in csThing.
- Split bezier curves in seperate mesh object plugin (bezier
plugin).
- Greatly cleaned up the csThingStatic stuff and moved all static
stuff to that.
- Updated API modification document.
- Also updated various other parts in the documentation for these
changes.
- Fixed map2cs to export curves using the new bezier plugin.
- Changed the way thing factories and objects work. A thing factory
and a mesh object no longer are the same object. So first you
have to make a factory and then the object. This also allows
sharing of factories between objects.
- As a consequence of all these changes the lightmap format has
changed again.
- Doing a HardTransform() on a thing mesh object will automatically
cause the factory of that thing to be cloned so that other
things sharing that factory will not be transformed.
Doing a HardTransform() on a thing factory will have an
effect on all instances created from that.
- Used csBlockAllocator<T> for a lot of polygon objects in the
thing mesh plugin. This speeds up loading/unloading and also
improves memory usage.
- Merged csPolyTexLightMap into csPolyTexture. This improved
both speed, memory usage, and source code readability.
- Thing now uses ClipBSphere() instead of ClipBBox(). This is
faster.

9 lines of code changed in:

sunshine 2003-03-28 00:15

Corrected a few problems in simpmap.txi pointed out by MikeL
<mike@lutterinteractive.com> and Jimmy Malone <James_Malone@email.sae.org>.

5 lines of code changed in:

jorrit 2003-03-20 10:56

- Split iThingState with iThingState and iThingFactoryState.
- Renamed GetPolygonStatic() to GetPolygon().

6 lines of code changed in:

jorrit 2003-03-19 14:35

Split iPolygon3D into iPolygon3D and iPolygon3DStatic. The static
part contains all information that is static and could be in
a factory. Several functions (like iThingState->CreatePolygon)
will now return an iPolygon3DStatic instead of an iPolygon3D.

1 lines of code changed in:

sunshine 2003-02-02 14:37

Eric Sunshine modified tutorial/intro.txi so that it gives the full name of
SCF and features a hyperlink to the SCF section.

2 lines of code changed in:

ab031ns 2003-01-12 20:47

modified documents from old syntax to XML

37 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.

7 lines of code changed in:

ab031ns 2003-01-05 14:49

minor typographical corrections

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

1 lines of code changed in:

norman 2002-12-20 06:35

Update from Manju:
Now this tutorial does not depend on any
external depenencies.

6 lines of code changed in:

sunshine 2002-12-18 00:06

Added to the user manual an `md32spr' tutorial written by Manjunath
Sripadarao <msripada@@evl.uic.edu>.

312 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.

9 lines of code changed in:

sunshine 2002-10-30 00:35

Applied patches to documentation and tutorial programs to correct simple
typographical errors. Thanks to Andreas Busch <nobita@t-online.de> for
the patches.

1 lines of code changed in:

jorrit 2002-10-18 15:28

- Removed 8-bit support from the line renderer.
- Moved iTextureManager->FindRGB() to iGraphics2D where it belongs.
- Additionally removed iTextureManager->SetPalette(), ResetPalette(),
and ReserveColor().
- Renamed csColorQuantizer::RGB() to DoRGB() to avoid a conflict
with a define.

2 lines of code changed in:

jorrit 2002-10-04 14:55

Fixes of documentation.

5 lines of code changed in:

sunshine 2002-09-18 16:40

Made the following changes to the Texinfo documents:

-*- Fixed a slew of Texinfo markup syntax error and warnings.

-*- Eliminated all of the overfull and underfull `hbox' warnings reported
by TeX.

4 lines of code changed in:

(99 more)


Generated by StatCvs v0.2-dev