Module CS/docs/texinfo/options/

back to main page

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

Modules

[root]/CS/docs/texinfo/options
     config (6 files, 361 lines)
     platform (2 files, 40 lines)

Lines Of Code


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

Authors

Author Changes Lines of code Lines per change
Totals 32 (100.0%) 327 (100.0%) 10.2
sunshine 21 (65.6%) 164 (50.2%) 7.8
mgeisse 4 (12.5%) 106 (32.4%) 26.5
res2002 3 (9.4%) 48 (14.7%) 16.0
jorrit 2 (6.3%) 5 (1.5%) 2.5
philwyett 1 (3.1%) 3 (0.9%) 3.0
matzebraun 1 (3.1%) 1 (0.3%) 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.

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

1 lines of code changed in:

sunshine 2003-06-19 22:06

Automated Texinfo @node and @menu repair.

1 lines of code changed in:

matzebraun 2003-06-19 14:34

docu about per-user config on unix

1 lines of code changed in:

sunshine 2003-06-19 10:10

Automated Texinfo @node and @menu repair.

2 lines of code changed in:

res2002 2003-06-18 22:14

Made the following changes:
Added some documentation about per-user configs.
Fixed csGetAppPath() on unix.
On Win32, external .csplugin files are supported again (in
addition to embedded metadata.)
SCF factories have internally a 'context' now. The 'context'
basically identifies the directory of a plugin and is used to
decide whether duplicate class ID will be reported or not.
Eliminated a bit of redundant code and used more macros in
the GL extension manager to reduce it's bloat a bit.
Renamed "win32/syspath.cpp" to "win32/winsyspath.cpp".

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

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

1 lines of code changed in:

sunshine 2001-07-05 11:04

Eric Sunshine removed a bunch of Glide references from documentation,
sources, headers, and makefiles.

2 lines of code changed in:

philwyett 2001-07-04 08:10

- Added SDL 2D canvas to MSVC build & MSVCGEN process.
- Updated MSVC docs for SDL 1.2.1
- Updated command line docs to add -canvas

3 lines of code changed in:

sunshine 2001-03-07 20:49

-*- Added missing Texinfo mark-up to win32.txi.

-*- Eliminated an "underfull hbox" warning from TeX in config.txi.

8 lines of code changed in:

mgeisse 2001-03-02 20:27

added documentation for the user config domain

56 lines of code changed in:

mgeisse 2001-02-20 21:35

added documentation for the config manager system

0 lines of code changed in:

sunshine 2001-02-20 04:01

Eric Sunshine made the following documentation-related changes to the
project:

-*- Performed a major update to the Apple/NeXT documentation in the user's
manual.

o Overhauled to reflect all the recent major work done to the
Apple/NeXT ports.

o Now mentions new (untested) MacOS/X port.

o Added and updated resource URLs.

o Reworked port-specific file-description section. Now takes into
account recent distillation of Objective-C++ into pure C++ and pure
Objective-C.

o Discusses new CrystalSpaceRoot and CrystalSpaceRootIgnore defaults.

o Added key-mapping discussion for NextStep.

o Added several new To-Do and Bugs items to the `NeXT Notes' section.

o Many other clarifications and enhancements.

-*- Updated the BeOS-specific documentation in the user's manual.

-*- Repaired a significant number of TeX formatting problems which were
recently introduced into the Texinfo source files.

-*- Converted several of the map2cs tutorial EPS images back to gray scale
so that they will look nicer in typical printed output. They also
display correctly once again on NeXT.

4 lines of code changed in:

mgeisse 2001-02-15 22:05

updated the documentation to deal with the new config system

49 lines of code changed in:

mgeisse 2000-11-19 22:16

moved sections from the 'concepts' and 'anatomy' chapters of the docs to the 'plugin' and 'libs' section

1 lines of code changed in:

sunshine 2000-05-08 09:26

-*- All Crystal Space application and plug-in configuration files are now
loaded from virtual filesystems via VFS rather than the physical
filesystem, with the exception of scf.cfg and vfs.cfg which can not be
loaded from VFS for (hopefully) obvious reasons. (scf.cfg is needed to
initialize SCF which is used to load the VFS plug-in, and vfs.cfg is
used to actually define the VFS volumes.)

-*- Moved all configuration files onto the VFS volume /config which
happens to be mounted at physical location CS/data/config.
Note that using the /config volume is a convenience, rather than a
requirement. Programs written using Crystal Space can choose to
locate their own configuration files anywhere they like; even on a
physical filesystem, if desired (though this is frowned upon).

-*- Script files which are executed by 'walktest' are now loaded from
VFS rather than from a physical filesystem.

-*- Fixed a lot more 'const' problems throughout the project. Most of
these involved changing (char*) to (const char*).

3 lines of code changed in:

sunshine 2000-05-01 16:14

-*- Renamed the -recalc and -inhrecalc options to -relight and -norelight,
respectively. This was done in preparation of caching of other types
of information per level (such as visibility data), at which time it
will be important to be able to selectively distinguish between which
portions of cached information should be recalculated.

-*- Added -revis and -norevis options which force and inhibit recalculation
of cached visibility data, respectively. (Note: This information is
not yet cached.)

-*- Added (new) -recalc and -norecalc options which perform the composite
operations of forcing and inhibiting, respectively, recalculation of
all cached information (such as visibility and lighting data).

23 lines of code changed in:

jorrit 2000-04-19 16:38

Some small fixes to the docs.

5 lines of code changed in:

sunshine 2000-04-15 00:16

*** Phase Six of Eric's Big Documentation Overhaul(tm) ***

-*- Completely eliminated all remaining warnings which were reported by
TeX. Mostly these involved overfull and underfull 'hbox'. Now all
conversions (TeX, HTML, Info) build warning-free.

-*- Added a 'pdfdoc' target to the makefile which converts the Crystal
Space manual from Texinfo to PDF. This complements the other output
formats, PS, DVI, HTML, and Info. (PDF generation still requires a bit
more tweaking. As it stands, it does not preserve the print margins,
thus the printed material appears immediately adjacent to the border of
the sheet of paper.)

-*- Overhauled the NeXT compilation and NeXT detailed information documents
so that they make sense in the context of a larger manual. Also
sensibly merged the old INSTALL.NeXT and INSTALL.NeXT-Binary documents
into a single section within the manual.

-*- Performed an overhaul of texinfo/intro/contrib.txi, the Crystal Space
"contributors" document. Unified its layout with the layout of
authors.txi. Also subjected it to a much more thorough Texinfo
conversion.

-*- Overhauled resource.txi. Provided much more up-to-date information
regarding accessing Crystal Space in its various forms (such as CVS
snapshots, etc.).

-*- Completely overhauled faq.txi to bring it much more up-to-date. It was
extremely outdated.

-*- Overhauled coding.txi and cvs.txi within the "Contributing" chapter.
Some of the information in cvs.txi was also relevant to coding.txi in
one form or another, so I added the information there as well.

-*- Major cleanup of a significant number of Texinfo document files. (I
would name them here, but the list would be too long :-). Also
performed a much more thorough Texinfo conversion on many of the
existing documents.

-*- Finished overhauling the Simple tutorial so that the discussion now
agrees with the sample code; rather than often being independent of it.

-*- Upgraded to texi2html version 1.62. This version fixes six or seven
additional bugs which I reported to the maintainer. Unfortunately, it
also introduces several new bugs (some of which are severe). I have
sent off appropriate bug reports and am awaiting response. In the
meantime, I manually patched the most severe problems myself.

-*- Way too many additional documentation changes to even begin to
summarize them here. You'll just have to take my word for it that a
_lot_ has changed. :-)

3 lines of code changed in:

(3 more)


Generated by StatCvs v0.2-dev