Directory trunk/crossfire/plugins/cfanim/

Directory Created:
2005-10-18 09:51
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/trunk/crossfire/plugins/cfanim
                    Folder removed from repo include (0 files, 0 lines)

Lines of Code

trunk/crossfire/plugins/cfanim/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 444 (100.0%) 15.3
mwedel 7 (24.1%) 149 (33.6%) 21.2
gros 7 (24.1%) 147 (33.1%) 21.0
akirschbaum 5 (17.2%) 71 (16.0%) 14.2
ryo_saeba 6 (20.7%) 54 (12.2%) 9.0
tchize 3 (10.3%) 14 (3.2%) 4.6
quinet 1 (3.4%) 9 (2.0%) 9.0

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 5 files:

  • trunk/crossfire/plugins/cfanim: .cvsignore (del), Makefile (del), Makefile.am (del), Makefile.in (del), cfanim.c (del)
quinet 2006-08-25 16:28 Rev.: 4836

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:

  • trunk/crossfire/plugins/cfanim: Makefile.in (+9 -3)
ryo_saeba 2006-08-07 02:38 Rev.: 4756

Rebuild makefiles, closing bug #1535160 (Python just broke)

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: Makefile.in (+1 -3)
ryo_saeba 2006-07-29 05:13 Rev.: 4727

Add .cvsignore files, courtesy Rapha��l Quinet - quinet

0 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: .cvsignore (new)
ryo_saeba 2006-05-20 10:47 Rev.: 4575

Log hook for plugins. Use it for Python & cfanim.

40 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: cfanim.c (+40 -40)
tchize 2006-05-03 16:50 Rev.: 4554



Added autogeneration of html and text report for test process.

6 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: Makefile.in (+6)
tchize 2006-03-22 18:06 Rev.: 4546


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:

  • trunk/crossfire/plugins/cfanim: Makefile.in (+1)
tchize 2006-03-21 17:46 Rev.: 4543


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

7 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: Makefile.in (+7 -1)
ryo_saeba 2006-03-18 11:24 Rev.: 4536

Add add_key to set_key (object) for plugins.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: Makefile.in (+1 -3)
mwedel 2006-02-25 03:41 Rev.: 4491

*/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

149 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfanim: Makefile.am (+3 -2), Makefile.in (+146 -39)
ryo_saeba 2006-02-23 17:25 Rev.: 4487

Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins

3 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: cfanim.c (+3 -2)
akirschbaum 2006-02-17 16:29 Rev.: 4461

Apply patch #1433271 (code-cleanup) by Stefan Huehner: Add const and static.

4 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: cfanim.c (+4 -4)
akirschbaum 2005-12-05 18:34 Rev.: 4092

Apply patch #1371956 (code cleanup patch) by Stefan Huehner: fix old-style
function declarations and prototypes to proper Ansi C syntax. This patch
allows the compiler to check function arguments and also removes some warnings
when compiling with -Wstrict-prototypes.

5 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: cfanim.c (+5 -5)
akirschbaum 2005-11-05 05:17 Rev.: 3980

aclocal.m4, configure, utils/config.guess, utils/config.sub, utils/ltmain.sh,
*Makefile.in, plugins/cfanim/Makefile, plugins/Makefile: Rebuilt.

57 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfanim: Makefile (+53 -51), Makefile.in (+4 -2)
ryo_saeba 2005-11-01 06:48 Rev.: 3960

Fix CFAnim for Win32. Misc fixes.

9 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: cfanim.c (+9 -10)
gros 2005-11-01 05:32 Rev.: 3957

Corrected unresolved symbols issues.

9 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: cfanim.c (+9 -9)
akirschbaum 2005-10-28 14:08 Rev.: 3937

Fix compiler warnings. Most changes do not change the program (remove unused
variables, convert "if(x = y)" into "x = y; if(x)"); a few actually fix
(possible) problems (fix uninitialized variables, fix printf format
specifiers, fix mismatches between signed and unsigned variables, add missing
return and default statements).

5 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: cfanim.c (+5 -9)
gros 2005-10-26 03:41 Rev.: 3931

Solved an x86 (32bit) specific issue creating symbol mismatches in the plugin dynamic linking.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: Makefile.am (+1 -1)
gros 2005-10-19 15:57 Rev.: 3913

Cleaning up the console spam produced by cfanim.
Gros - 19/10/2005

0 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfanim: cfanim.c (-3)
gros 2005-10-18 09:51 Rev.: 3896

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

137 lines of code changed in 4 files:

  • trunk/crossfire/plugins/cfanim: Makefile (new 51), Makefile.am (new 2), Makefile.in (new 37), cfanim.c (new 47)
Generated by StatSVN 0.7.0