Module CS/docs/texinfo/libs/

back to main page

Summary Period: 2000-05-22 to 2003-05-21

Modules

[root]/CS/docs/texinfo/libs

Lines Of Code


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

Authors

Author Changes Lines of code Lines per change
Totals 113 (100.0%) 4665 (100.0%) 41.2
mgeisse 29 (25.7%) 3008 (64.5%) 103.7
sunshine 65 (57.5%) 1212 (26.0%) 18.6
jorrit 14 (12.4%) 200 (4.3%) 14.2
andyz 2 (1.8%) 188 (4.0%) 94.0
azverkan 1 (0.9%) 33 (0.7%) 33.0
designa 1 (0.9%) 23 (0.5%) 23.0
philwyett 1 (0.9%) 1 (0.0%) 1.0

Most Recent Commits

designa 2003-05-21 18:35

brought manual section 6.4.6 (SCF Examples) up-to-date with current SCF
workings.

23 lines of code changed in:

sunshine 2003-02-11 22:16

Automated Texinfo @node and @menu repair.

1 lines of code changed in:

sunshine 2003-02-11 16:41

Eric Sunshine made the following changes:

-*- Rewrote the "Typed Arrays" section in csutil.txi. In addition to
other changes, it now provides much clearer warning about which
classes are preferred, and which should be avoided.

-*- Eliminated `hbox' warnings from the Texinfo files reported by TeX.

66 lines of code changed in:

sunshine 2003-02-11 15:53

Repaired some poor wording in csutil.txi.

2 lines of code changed in:

sunshine 2003-02-07 16:36

Eric Sunshine made the following changes to the user manual:

-*- Updated MacOS/X build/run instructions to tell user how to switch to
software renderer. (This used to explain how to use OpenGL, but
OpenGL is now default.)

-*- Updated Mingw build instructions to mention that csmingwlibs must be
re-installed whenever a newer version of MSYS is installed.

-*- Fixed `hbox' warnings from TeX.

21 lines of code changed in:

jorrit 2003-02-02 16:19

Updated documentation about the new csArray class.

18 lines of code changed in:

jorrit 2003-01-14 12:55

- Added csPDelArray. This is similar to csPArray but it will
delete elements that are removed from the array.
- Replaced all occurances of CS_DECLARE_TYPED_VECTOR with
csPDelArray.
- Removed the CS_DECLARE_TYPED_VECTOR defines.
- Removed the CS_DECLARE_TYPED_IBASE_VECTOR defines.
- Changed the return of csRefArray<T>::Pop() from csRef<T> to
csPtr<T>. This is a lot safer since you can assign a csRef<T>
to a normal pointer and that error isn't detected by a compiler.
But you cannot assign a csPtr<T> to a normal pointer. You are
forced to use a csRef<T> then.
- Fixed mdltool to use a csRef<T> to catch the Pop().
- Fixed compile error in thing plugin (curve templates). Put the
DecRef() back in since it is needed. It will now work correctly.
- csMovable now uses a csRefArray for the listeners. Previously
it wouldn't do that with potentially bad results (i.e. it would
keep no refs to the listeners).
- Fixed the documentation on typed vectors and added documentation
for all new templated arrays.

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

25 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

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

32 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:

sunshine 2002-08-07 14:17

Removed the unmaintained and obsolete csphyziks library and phyztest
programs.

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

2 lines of code changed in:

jorrit 2002-05-30 10:35

I did a quick run of all annotations that were added to the
user documentation and public API reference manual, and I
incorporated all useful suggestions, corrections, and clarifications
into the real manual.

2 lines of code changed in:

sunshine 2001-12-15 09:50

Automated Texinfo @node and @menu repair.

3 lines of code changed in:

mgeisse 2001-12-12 17:51

- removed some of the typed vector macros which are not really needed
- added documentation about typed vectors

56 lines of code changed in:

jorrit 2001-09-01 20:40

- Various documentation changes:
- Updated plugins overview so it mentions recent developments.
- Updated library overview so it mentions recent developments.
- Mention the pending removal of the system driver.
- Significantly updated the world components section. It
didn't even mention mesh objects...

10 lines of code changed in:

sunshine 2001-08-17 03:54

Eric Sunshine made the following changes to the Texinfo user's manual:

-*- Repaired the seriously broken navigational structure which resulted
from changes made to the Windows build instructions. The navigational
links were so messed up that links for most other platforms actually
appeared within the documentation for Windows. It was very difficult
to even locate information specific to a particular platform (other
than Windows).

-*- Repaired a lot of Texinfo mark-up errors which were recently
introduced into the documentation; especially into portions of the
Windows build instructions. Also fixed a lot of email addresses in
contrib.txi so that they correctly use `@@' rather than the bare `@'.

-*- Added some missing @menu blocks, the absence of which made navigation
difficult.

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

4 lines of code changed in:

sunshine 2001-07-29 21:48

Automated Texinfo @node and @menu repair.

1 lines of code changed in:

mgeisse 2001-07-29 14:35

made the following changes:
- restructured the static array code. All static arrays now derive from a main
class, csStaticArray, which contains most of the code. This should reduce
executable size a bit.
- added some texture loading code to mdltest. It doesn't work yet so it is
currently disabled.
- Updated the SCF documentation and added documentation for csObject.

90 lines of code changed in:

(33 more)


Generated by StatCvs v0.2-dev