Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
ryo_saeba | 5 (35.7%) | -86 (-15.7%) | 11 (1.7%) | -17.20 |
akirschbaum | 5 (35.7%) | 3 (0.5%) | 6 (0.9%) | 0.60 |
mwedel | 2 (14.3%) | 398 (72.5%) | 398 (61.3%) | 199.00 |
gros | 2 (14.3%) | 234 (42.6%) | 234 (36.1%) | 117.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, 398 Lines changed) plugins/cfanim/include/Makefile.am 1.1 added 3
plugins/cfanim/include/Makefile.in 1.1 added 395
|
2/23/06 4:25 PM | ryo_saeba |
Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins
(2 Files changed,
3 Lines changed)
plugins/cfanim/include/cfanim.h 1.4
(+3
-1)
plugins/cfanim/include/cfanim_proto.h 1.8
(+0
-76)
|
2/17/06 3:29 PM | akirschbaum |
Apply patch #1433271 (code-cleanup) by Stefan Huehner: Add const and static.
(1 Files changed,
1 Lines changed)
plugins/cfanim/include/cfanim.h 1.3
(+1
-1)
|
2/14/06 4:31 PM | ryo_saeba |
Misc plugin fixes
(1 Files changed,
1 Lines changed)
plugins/cfanim/include/cfanim_proto.h 1.7
(+1
-1)
|
11/9/05 3:52 PM | akirschbaum |
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 Files changed, 1 Lines changed) plugins/cfanim/include/cfanim_proto.h 1.6
(+1
-0)
|
11/9/05 1:08 PM | akirschbaum |
Implement new functions for the Python plugin: Object.WeightLimit,
Object.InsertInto(Object). (1 Files changed, 2 Lines changed) plugins/cfanim/include/cfanim_proto.h 1.5
(+2
-0)
|
11/1/05 5:48 AM | ryo_saeba |
Fix CFAnim for Win32. Misc fixes.
(2 Files changed,
7 Lines changed)
plugins/cfanim/include/cfanim_proto.h 1.4
(+7
-7)
plugins/cfanim/include/cfanim.h 1.2
(+0
-12)
|
10/31/05 2:57 PM | akirschbaum |
Make protoype match implementation.
(1 Files changed,
1 Lines changed)
plugins/cfanim/include/cfanim_proto.h 1.3
(+1
-1)
|
10/28/05 6:43 PM | akirschbaum |
Prevent problems (crashes) for large item piles. Now limit nrof to less than 2^31.
(1 Files changed,
1 Lines changed)
plugins/cfanim/include/cfanim_proto.h 1.2
(+1
-1)
|
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 (2 Files changed, 234 Lines changed) plugins/cfanim/include/cfanim_proto.h 1.1 added 122
plugins/cfanim/include/cfanim.h 1.1 added 112
|