Module CS/apps/import/maya2spr/

back to main page

Summary Period: 2003-01-21 to 2003-05-29

Modules

[root]/CS/apps/import/maya2spr

Lines Of Code


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

Authors

Author Changes Lines of code Lines per change
Totals 48 (100.0%) 3474 (100.0%) 72.3
vengeance2001 17 (35.4%) 3243 (93.4%) 190.7
jorrit 14 (29.2%) 137 (3.9%) 9.7
matzebraun 7 (14.6%) 64 (1.8%) 9.1
frumpel 2 (4.2%) 22 (0.6%) 11.0
sunshine 4 (8.3%) 7 (0.2%) 1.7
philwyett 1 (2.1%) 1 (0.0%) 1.0
acraig 3 (6.3%) 0 (0.0%) 0.0

Most Recent Commits

jorrit 2003-05-29 08:07

Replaced NULL with 0.

62 lines of code changed in:

sunshine 2003-04-27 11:33

Eric Sunshine made the following changes:

-*- Modified configure.ac so that it emits a SRCDIR property to
config.mak. This value represents the --srcdir argument given to the
configure script (or "." if --srcdir is omitted). This points at the
directory containing the CS source code (which may differ from the
build directory, which is typically the current working directory).

-*- Modified makefiles and build scripts throughout the project so that
they respect $(SRCDIR). This allows the project to be built in a
directory other than the source directory, thus it is possible to
place the source directory on a readonly filesystem (such as a
CD-ROM), or to share a single NFS-mounted source directory among
different builds, where each build inhabits its own directory. For
example, if CS resides at /home/CS and you wish to build the project
in /home/build:

% cd /home/build
% ../CS/configure
% make -k all
% make install

(Note that the Jam-base build system already supports this build
paradigm.)

-*- Modified configure.ac so that it emits EXTENSIVE_MEMDEBUG to
config.mak since this variable is used by Makefile.in for the
`showconfig' target.

-*- Modified configure.ac so that it emits MONITOR_MAKEFILE_CACHE when the
value is either "yes" or "no", instead of emitting it only when the
value is "yes". This was necessary because CS/mk/cache.mak prints the
value of this variable as part of $(SYSMODIFIER).

3 lines of code changed in:

philwyett 2003-04-25 00:01

- Eliminated struct vs. class warning under MSVC in maya2spr.

1 lines of code changed in:

sunshine 2003-04-10 17:56

Eric Sunshine made the following changes to the makefiles:

-*- Converted the remaining "application" makefiles so that they place
their generated files in a personalized subdirectory of $(OUT), rather
than placing them directly in $(OUT). This lifts the monolithic
restriction that all applications must use distinct names for their
source files.

-*- Converted the application makefiles to augment OUTDIRS with their
personalized output directories, rather than each having a custom
directory creation rule. Not only does this simplify the makefiles
slightly, but it also fixes a problem where the personalized output
directories of plugin modules were not created when an application
makefile target (such as "make walktest") was invoked explicitly and
when the project had been configured with --disable-plugins.

-*- Updated CS/mk/template.mak to reflect the aforementioned changes.

-*- Fixed formatting of help messages emitted by "make help" for several
makefiles.

3 lines of code changed in:

matzebraun 2003-04-09 11:23

changed csDLinkList in maya2spr to csArray

54 lines of code changed in:

matzebraun 2003-04-08 20:16

added the Jamfiles

10 lines of code changed in:

acraig 2003-03-31 00:12

removed conio.h from some of the may2spr files.

0 lines of code changed in:

vengeance2001 2003-03-30 08:59

Significant enhancements to maya2spr. See history.txt for details.

142 lines of code changed in:

frumpel 2003-03-03 02:02

Rudolf Potucek updated makefiles in apps/ directory to
remove vpath and generate the object files in separate
subdirectories of $(OUT). THis should allow identical
filenames to coexist in different directories of the
build tree. Also added a rm command for the *.txt console
output files generated on the windows platform. The following
files may generate problems:
apps/demo/demo.mak
apps/tests/netmtst/netmtst.mak
apps/tests/perl5tst/perl5tst.mak
apps/tools/tbconv/tbconv.mak
apps/video/video.mak
as the filename and the internal build name differ and I cannot
test which name the *.txt file will be given.

1 lines of code changed in:

frumpel 2003-03-02 00:16

Removed vpath and converted output directory as per Eric Sunshine's
changes to blocks.mak.

21 lines of code changed in:

sunshine 2003-01-27 02:18

Eliminated compilation warnings.

1 lines of code changed in:

jorrit 2003-01-21 09:18

Made a makefile for maya2spr and fixed it so it compiles cleanly.

75 lines of code changed in:

vengeance2001 2003-01-21 09:13

Two missing files for maya2spr.

631 lines of code changed in:

vengeance2001 2003-01-21 08:56

All source files for maya sprite conversion utility. Converts vertex and
keyframe based models, with 1 or more animations, and 1 material per CS
requirements. Supports vertex normals for smoothing, displacement based
actions and sprite sockets.

2470 lines of code changed in:


Generated by StatCvs v0.2-dev