Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
gros | 7 (41.2%) | 1780 (97.0%) | 1793 (88.5%) | 254.29 |
akirschbaum | 6 (35.3%) | -53 (-2.9%) | 71 (3.5%) | -8.83 |
ryo_saeba | 2 (11.8%) | 0 (0.0%) | 12 (0.6%) | 0.00 |
mwedel | 2 (11.8%) | 108 (5.9%) | 149 (7.4%) | 54.00 |
Date | Author | File/Message |
---|---|---|
2/25/06 2:41 AM | mwedel |
*/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 (2 Files changed, 149 Lines changed) plugins/cfanim/Makefile.in 1.3
(+146
-39)
plugins/cfanim/Makefile.am 1.3
(+3
-2)
|
2/23/06 4:25 PM | ryo_saeba |
Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins
(1 Files changed,
3 Lines changed)
plugins/cfanim/cfanim.c 1.8
(+3
-2)
|
2/17/06 3:29 PM | akirschbaum |
Apply patch #1433271 (code-cleanup) by Stefan Huehner: Add const and static.
(1 Files changed,
4 Lines changed)
plugins/cfanim/cfanim.c 1.7
(+4
-4)
|
12/5/05 5:34 PM | akirschbaum |
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. (1 Files changed, 5 Lines changed) plugins/cfanim/cfanim.c 1.6
(+5
-5)
|
11/5/05 9:45 AM | akirschbaum |
plugins/Makefile,plugins/cfanim/Makefile: Remove files to be generated by
configure. (1 Files changed, 0 Lines changed) plugins/cfanim/Makefile 1.3 removed
|
11/5/05 4:17 AM | akirschbaum |
aclocal.m4, configure, utils/config.guess, utils/config.sub, utils/ltmain.sh,
*Makefile.in, plugins/cfanim/Makefile, plugins/Makefile: Rebuilt. (2 Files changed, 57 Lines changed) plugins/cfanim/Makefile.in 1.2
(+4
-2)
plugins/cfanim/Makefile 1.2
(+53
-51)
|
11/1/05 5:48 AM | ryo_saeba |
Fix CFAnim for Win32. Misc fixes.
(1 Files changed,
9 Lines changed)
plugins/cfanim/cfanim.c 1.5
(+9
-10)
|
11/1/05 4:32 AM | gros |
Corrected unresolved symbols issues.
(1 Files changed,
9 Lines changed)
plugins/cfanim/cfanim.c 1.4
(+9
-9)
|
10/28/05 2:08 PM | akirschbaum |
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). (1 Files changed, 5 Lines changed) plugins/cfanim/cfanim.c 1.3
(+5
-9)
|
10/26/05 3:41 AM | gros |
Solved an x86 (32bit) specific issue creating symbol mismatches in the plugin dynamic linking.
(1 Files changed,
1 Lines changed)
plugins/cfanim/Makefile.am 1.2
(+1
-1)
|
10/19/05 3:57 PM | gros |
Cleaning up the console spam produced by cfanim.
Gros - 19/10/2005 (1 Files changed, 0 Lines changed) plugins/cfanim/cfanim.c 1.2
(+0
-3)
|
10/18/05 9:51 AM | gros |
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 (4 Files changed, 1783 Lines changed) plugins/cfanim/Makefile.am 1.1 added 39
plugins/cfanim/Makefile 1.1 added
plugins/cfanim/Makefile.in 1.1 added 534
plugins/cfanim/cfanim.c 1.1 added 1159
|