Module CS/docs/texinfo/apps/map2cs/

back to main page

Summary Period: 2000-04-17 to 2003-06-05

Modules

[root]/CS/docs/texinfo/apps/map2cs

Lines Of Code


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

Authors

Author Changes Lines of code Lines per change
Totals 19 (100.0%) 1187 (100.0%) 62.4
sunshine 14 (73.7%) 717 (60.4%) 51.2
fletcher 1 (5.3%) 436 (36.7%) 436.0
jorrit 2 (10.5%) 22 (1.9%) 11.0
ab031ns 1 (5.3%) 11 (0.9%) 11.0
philwyett 1 (5.3%) 1 (0.1%) 1.0

Most Recent Commits

jorrit 2003-06-05 09:28

Jorrit fixed csNodeIterator to the new iterator syntax.

3 lines of code changed in:

ab031ns 2003-01-14 13:03

modified documentation from old syntax to XML

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

6 lines of code changed in:

sunshine 2002-06-27 10:48

Eric Sunshine fixed a significant number of problems in the Texinfo source
files. Also eliminated all TeX overfull and underfull 'hbox' warnings.

2 lines of code changed in:

jorrit 2002-05-30 16:28

Updated part of the Map2CS documentation that was still using
old syntax for map2cs.cfg config file.

19 lines of code changed in:

philwyett 2002-02-06 23:17

Some minor fixes after the removal of squawk.

1 lines of code changed in:

sunshine 2001-05-30 12:34

Automated Texinfo @node and @menu repair.

1 lines of code changed in:

sunshine 2000-12-07 10:50

-*- Renamed the following classes and SCF interfaces. Fixed all source
files, header files, and documentation to reflect these changes.

iWorld --> iEngine
csWorld --> csEngine
csWorldConfig --> csEngineConfig
csWorldState --> csEngineState
csWorldStateVector --> csEngineStateVector

-*- Renamed the following files. Fixed all source files, header files,
and documentation to reflect these changes.

iworld.h --> iengine.h
world.h --> engine.h
world.cpp --> engine.cpp
worldfmt.txi --> mapfmt.txi

-*- Eliminated the old iEngine SCF interface and the iengine.h header
file. This interface was just a very thin wrapper around the existing
iWorld (now iEngine) functionality. However, since the engine library
already contains sufficient SCF goop to pass as a plug-in module, the
old thin iEngine wrapper was not actually needed. The new iEngine is
now the one and only interface for accessing the engine regardless of
whether or not it is in a plug-in module or statically linked. There
is no longer any distinction.

-*- Renamed all `world' variables to 'engine' throughout the project and
documentation. Renamed all variations of `world' (such as `World',
etc.), as well. Also renamed `world file' references to `map file'
references. Code and documentation which specifically refers to
`world space' or `world coordinates' has not changed. In this case,
the `world' terminology is appropriate and has been retained.

-*- Added a bunch of missing `const' qualifiers to Dumper class.

-*- Renamed Dungeon plug-in's SCF name from
crystalspace.worldrnd.dungeon.std to crystalspace.dungeon.random.

-*- csProgressPulse now uses iSystem::Printf() rather than CsPrintf(),
thus it is no longer tied to the engine. Also added Doxygen comments.

-*- Enhanced the check for new C++ casting syntax in comptest.sh to be
more thorough. It now checks for all casting variations. This was
necessary, since someone at NeXT botched the OpenStep Objective-C++
compiler so that it fails to understand reinterpret_cast even though
it understands static_cast, const_cast, and dynamic_cast.

-*- Eliminated compilation warning in csbaglay.cpp regarding one variable
shadowing another.

-*- NeXT csosdefs.h now defines __NEED_GENERIC_ISDIR for SYSDEF_DIR so
that the generic isdir() gets defined. This is now required by CSWS.

-*- Added missing `const' qualifier to SetName() and GetName() methods of
csFrame and csSpriteAction.

-*- Eliminated several compilation warnings from the sound loader plug-in.

-*- Eliminated compilation warning about redefinition of RED_PREPROC macro
in haloscan.inc. This warning only showed up on platforms which have
TOP8BITS_R8G8B8_USED defined.

-*- Eliminated several compilation warnings in g2dtest regarding implicit
conversion of float to int.

-*- Added missing `const' qualifiers to several methods in mz3DSprite.

-*- Fixed quite a lot of multiple-include protection macros in
include/csengine so that they are now prefixed by `CS' (for instance
__CS_STATS_H__ rather than STATS_H). This should help to avoid naming
collisions with non-CS packages.

-*- Eliminated compilation warning in ptlab.cpp.

8 lines of code changed in:

sunshine 2000-04-28 12:54

Fixed several Texinfo syntax errors which caused conversion tools to crash
and burn spectacularly (which also had the side-effect of paralyzing the
automated Texinfo to HTML covnersion). Fixed a number of mark-up
problems which were repeated many, many times. Rewrapped to 80 columns.

200 lines of code changed in:

fletcher 2000-04-26 20:13

Substantial additions to classnames and keys

436 lines of code changed in:

sunshine 2000-04-17 03:04

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

-*- Modified bin/docproc.pl so that it now publishes the generated HTML
documentation for online browsing and as several archives for
downloading.

-*- The HTML conversion of the Crystal Space manual is now available for
online browsing. It is updated four times daily (provided that the
underlying Texinfo documentation changed). The documentation can be
viewed at this location:

http://crystal.sourceforge.net/docs/online/manual/

-*- The HTML conversion of the Crystal Space manual is now available for
download for offline browsing. Archives are available as 'tgz', 'zip',
and 'tar.bz2'. The archives are updated four times daily (provided
that the underlying Texinfo documentation changed). Archives may be
downloaded from this location:

http://crystal.sourceforge.net/docs/download/

-*- Performed a full Texinfo conversion of the map2cs documentation. Split
the documentation into two major components: (1) The application
reference which is part of the "Applications" chapter within the
Crystal Space manual, and (2) the tutorial which is part of the
"Tutorials" chapter.

-*- Converted all of the GIF files from the map2cs documentation to PNG
format. Added EPS conversions for printed (TeX) output.

-*- Made minor corrections to some of the other Texinfo documents.

500 lines of code changed in:


Generated by StatCvs v0.2-dev