[root]/trunk/crossfire/plugins/cfanim/include
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 26 (100.0%) | 528 (100.0%) | 20.3 |
mwedel | 7 (26.9%) | 402 (76.1%) | 57.4 |
gros | 2 (7.7%) | 86 (16.3%) | 43.0 |
ryo_saeba | 8 (30.8%) | 13 (2.5%) | 1.6 |
tchize | 3 (11.5%) | 12 (2.3%) | 4.0 |
quinet | 1 (3.8%) | 9 (1.7%) | 9.0 |
akirschbaum | 5 (19.2%) | 6 (1.1%) | 1.2 |
make branche directories, delete old trunk.
0 lines of code changed in 5 files:
configure, aclocal.m4, utils/config.guess, utils/config.sub,
utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using
slightly newer versions of libtoolize, aclocal, automake and autoconf.
9 lines of code changed in 1 file:
Rebuild makefiles, closing bug #1535160 (Python just broke)
1 lines of code changed in 1 file:
Add .cvsignore files, courtesy Rapha��l Quinet - quinet
0 lines of code changed in 1 file:
Added autogeneration of html and text report for test process.
6 lines of code changed in 1 file:
updated configure.ac to automatically check availability of a few headers required by crossedit
Basically, it tries to compile a test code having only includes of xaw, posix, etc. Should be
enough to prevent most crossedit compilation issue but not perfect. (Should check version of lib and
try a few methods on them). crossedit/ and test/unit/crossedit are skipped by make if test fail.
1 lines of code changed in 1 file:
Initial commit of unit tests (see doc/Developers/testplans)
This is it, initial commit of unit test framework. It contains empty testcases
for all unit tests. See test/unit/check_shstr.c for a completed example unit test :)
5 lines of code changed in 1 file:
Add add_key to set_key (object) for plugins.
1 lines of code changed in 1 file:
*/Makefile{in.am}: Fix plugin makefiles so that 'make distcheck' works. Using
relative path names for files to include in distribution does not work -
need to have a makefile in each directory.
configure{.ac}: Updated as result of new Makefiles.
MSW 2006-02-24
402 lines of code changed in 2 files:
Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins
3 lines of code changed in 2 files:
Apply patch #1433271 (code-cleanup) by Stefan Huehner: Add const and static.
1 lines of code changed in 1 file:
Misc plugin fixes
1 lines of code changed in 1 file:
Implement new function for the Python plugin: Object.NamePl. Change Object.Name
to set both name and name_pl. This should prevents scripts from failing to set
name_pl.
1 lines of code changed in 1 file:
Implement new functions for the Python plugin: Object.WeightLimit,
Object.InsertInto(Object).
2 lines of code changed in 1 file:
Fix CFAnim for Win32. Misc fixes.
7 lines of code changed in 2 files:
Make protoype match implementation.
1 lines of code changed in 1 file:
Prevent problems (crashes) for large item piles. Now limit nrof to less than 2^31.
1 lines of code changed in 1 file:
Version 2.0 of the Animator and Python plugins. Part of the transition to version 2.0 of the plugin interface.
An empty template for plugins writing as well as a library of common wrappers are also provided.
Gros - 18/10/2005
86 lines of code changed in 2 files: