Module CS/apps/tests/gfxtst/

back to main page

Summary Period: 2000-02-03 to 2003-06-15

Modules

[root]/CS/apps/tests/gfxtst

Lines Of Code


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

Authors

Author Changes Lines of code Lines per change
Totals 85 (100.0%) 1282 (100.0%) 15.0
andyz 9 (10.6%) 672 (52.4%) 74.6
res2002 8 (9.4%) 246 (19.2%) 30.7
jorrit 21 (24.7%) 175 (13.7%) 8.3
sunshine 22 (25.9%) 71 (5.5%) 3.2
norman 6 (7.1%) 29 (2.3%) 4.8
mgeisse 2 (2.4%) 28 (2.2%) 14.0
philwyett 10 (11.8%) 27 (2.1%) 2.7
frumpel 2 (2.4%) 20 (1.6%) 10.0
matzebraun 4 (4.7%) 13 (1.0%) 3.2
wouter 1 (1.2%) 1 (0.1%) 1.0

Most Recent Commits

philwyett 2003-06-15 23:39

Eliminated the link errors in the apps on Linux.

1 lines of code changed in:

jorrit 2003-05-29 08:07

Replaced NULL with 0.

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

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-08 20:15

added the Jamfiles

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

19 lines of code changed in:

res2002 2003-02-15 04:07

- checked if the image IO plugins work properly and fixed them
if necessary:
- TGA saving was botched
- JNG saving didn't work right where sizeof(csRGBcolor) != 3
- JNG loader works better with single-frame MNGs
- BMP didn't honor the padding of scanlines to a multiple of 4
- augmented gfxtest to add an alpha channel if none is present
- changed csImageFile::convert_pal8() to ensure the image palette
has at least 256 entries

58 lines of code changed in:

jorrit 2003-01-28 08:26

- Made r3dtest spit out a useful error message if it cannot find
a test level.
- Most CS applications will now use OpenGL by default instead of the
software renderer.

1 lines of code changed in:

matzebraun 2003-01-27 21:50

don't install gfxtest

1 lines of code changed in:

sunshine 2003-01-27 02:19

Eliminated compilation warnings.

1 lines of code changed in:

philwyett 2003-01-25 17:02

Added newline a end of file.

1 lines of code changed in:

res2002 2003-01-22 20:56

- removed PNM code from gfxtest
- gfxtest can output a list of supported image formats
- bmp loader now reports 32bit RGBA support

89 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

0 lines of code changed in:

sunshine 2002-10-03 14:25

Eric Sunshine upgraded the build process so that the Apple/NeXT ports now
create application wrappers for generated GUI programs. The new script
CS/libs/cssys/next/appwrap.sh knows how to wrap applications for MacOS/X,
MacOS/X Server (Rhapsody), OpenStep, and NextStep. Support files
appropriate to each platform, such as Info.plist, are inserted into the
wrapper. Added .icns and .tiff application icons. These are also copied
into the wrapper and referenced from the synthesized .plist files. There
are a couple important reasons for creating appication wrappers for the CS
programs:

- It allows programs to be launched from the Finder/Workspace. Without
application wrappers, programs can only be launched from the
command-line. Note that you must set the user default
CrystalSpaceRoot to point at the Crystal Space directory (either the
installed or development directory) in order for this to work since
Crystal Space programs need to be able to find their resources.

- Presumably this will solve the problem on MacOS/X where CS programs
can not obtain keyboard input. Apparently, Cocoa considers programs
not contained within app wrappers to be "background" programs, thus
they are never allowed to have keyboard focus. A properly formed
application wrapper is reported to cure this problem.

3 lines of code changed in:

jorrit 2002-09-12 13:42

- Fixed some memory leaks in odedynamics.
- More csPtr/csRef changes.
- Fixed a bug in csTypedObjectIterator::FetchObject().

4 lines of code changed in:

jorrit 2002-09-09 15:40

Removed lots (but far from all) DecRef() calls from entire
CS. Replaced with csRef usage.

6 lines of code changed in:

jorrit 2002-09-07 22:49

iImageIO->Save() to csPtr.

1 lines of code changed in:

jorrit 2002-09-07 12:46

- Changed all config related Enumerate() calls to return csPtr.
- Changed iImageIO->Load() to return csPtr.

3 lines of code changed in:

matzebraun 2002-09-02 14:49

removed CSSYSDEF_PROVIDE_PATH from cssysdef.h, the APPEND_SLASH macro has been removed and the MAXPATHLEN and PATH_SEPARATOR has been moved to the platform specific files and enabled by default

0 lines of code changed in:

(62 more)


Generated by StatCvs v0.2-dev