Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
ryo_saeba | 8 (50.0%) | 72 (12.3%) | 215 (29.3%) | 9.00 |
akirschbaum | 4 (25.0%) | 3 (0.5%) | 7 (1.0%) | 0.75 |
mwedel | 2 (12.5%) | 397 (67.7%) | 397 (54.1%) | 198.50 |
gros | 2 (12.5%) | 114 (19.5%) | 115 (15.7%) | 57.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, 397 Lines changed) plugins/common/include/Makefile.am 1.1 added 2
plugins/common/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
(1 Files changed,
3 Lines changed)
plugins/common/include/plugin_common.h 1.14
(+3
-2)
|
2/14/06 4:31 PM | ryo_saeba |
Misc plugin fixes
(1 Files changed,
9 Lines changed)
plugins/common/include/plugin_common.h 1.13
(+9
-9)
|
1/7/06 11:41 AM | ryo_saeba |
Regions support for plugins
(1 Files changed,
8 Lines changed)
plugins/common/include/plugin_common.h 1.12
(+8
-0)
|
12/17/05 12:21 PM | ryo_saeba |
Plugins can get party information
(1 Files changed,
11 Lines changed)
plugins/common/include/plugin_common.h 1.11
(+11
-0)
|
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, 3 Lines changed) plugins/common/include/plugin_common.h 1.10
(+3
-3)
|
12/4/05 7:26 AM | ryo_saeba |
New plugin property 'marked item'
(1 Files changed,
1 Lines changed)
plugins/common/include/plugin_common.h 1.9
(+1
-0)
|
11/26/05 8:04 AM | ryo_saeba |
Wrappers for map properties get
(1 Files changed,
53 Lines changed)
plugins/common/include/plugin_common.h 1.8
(+53
-18)
|
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/common/include/plugin_common.h 1.7
(+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/common/include/plugin_common.h 1.6
(+2
-0)
|
11/1/05 5:08 AM | ryo_saeba |
Add gettimeofday for WIN32.
(1 Files changed,
10 Lines changed)
plugins/common/include/plugin_common.h 1.5
(+10
-0)
|
10/31/05 1:52 AM | gros |
Corrected a nasty conversion from object* to char*
(1 Files changed,
1 Lines changed)
plugins/common/include/plugin_common.h 1.4
(+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/common/include/plugin_common.h 1.3
(+1
-1)
|
10/18/05 5:08 PM | ryo_saeba |
Fix Windows compilation
(1 Files changed,
120 Lines changed)
plugins/common/include/plugin_common.h 1.2
(+120
-114)
|
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 (1 Files changed, 114 Lines changed) plugins/common/include/plugin_common.h 1.1 added 114
|