Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: cfanim.c | |||
Revision 1.9 | ryo_saeba | 2006/05/20 10:47:48 | +40 -40 |
Log hook for plugins. Use it for Python & cfanim. | |||
Show difference between Revision 1.8 and 1.9 | |||
Revision 1.8 | ryo_saeba | 2006/02/23 16:25:12 | +3 -2 |
Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins | |||
Show difference between Revision 1.7 and 1.8 | |||
Revision 1.7 | akirschbaum | 2006/02/17 15:29:47 | +4 -4 |
Apply patch #1433271 (code-cleanup) by Stefan Huehner: Add const and static. | |||
Show difference between Revision 1.6 and 1.7 | |||
Revision 1.6 | akirschbaum | 2005/12/05 17:34:04 | +5 -5 |
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. | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | ryo_saeba | 2005/11/01 05:48:44 | +9 -10 |
Fix CFAnim for Win32. Misc fixes. | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | gros | 2005/11/01 04:32:20 | +9 -9 |
Corrected unresolved symbols issues. | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | akirschbaum | 2005/10/28 14:08:53 | +5 -9 |
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). | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | gros | 2005/10/19 15:57:05 | +0 -3 |
Cleaning up the console spam produced by cfanim. Gros - 19/10/2005 | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | gros | 2005/10/18 09:51:51 | None |
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 | |||
First version |