Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
ryo_saeba | 7 (46.7%) | 259 (18.8%) | 892 (44.3%) | 37.00 |
akirschbaum | 4 (26.7%) | 28 (2.0%) | 30 (1.5%) | 7.00 |
mwedel | 2 (13.3%) | 510 (37.0%) | 510 (25.3%) | 255.00 |
gros | 2 (13.3%) | 581 (42.2%) | 583 (28.9%) | 290.50 |
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, 510 Lines changed) plugins/common/Makefile.am 1.1 added 3
plugins/common/Makefile.in 1.1 added 507
|
2/23/06 4:25 PM | ryo_saeba |
Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins
(1 Files changed,
4 Lines changed)
plugins/common/plugin_common.c 1.13
(+4
-3)
|
2/14/06 4:31 PM | ryo_saeba |
Misc plugin fixes
(1 Files changed,
40 Lines changed)
plugins/common/plugin_common.c 1.12
(+40
-40)
|
1/7/06 11:41 AM | ryo_saeba |
Regions support for plugins
(1 Files changed,
38 Lines changed)
plugins/common/plugin_common.c 1.11
(+38
-0)
|
12/17/05 12:21 PM | ryo_saeba |
Plugins can get party information
(1 Files changed,
56 Lines changed)
plugins/common/plugin_common.c 1.10
(+56
-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, 1 Lines changed) plugins/common/plugin_common.c 1.9
(+1
-1)
|
12/4/05 7:26 AM | ryo_saeba |
New plugin property 'marked item'
(1 Files changed,
5 Lines changed)
plugins/common/plugin_common.c 1.8
(+5
-0)
|
11/26/05 8:04 AM | ryo_saeba |
Wrappers for map properties get
(1 Files changed,
141 Lines changed)
plugins/common/plugin_common.c 1.7
(+141
-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, 6 Lines changed) plugins/common/plugin_common.c 1.6
(+6
-0)
|
11/9/05 1:08 PM | akirschbaum |
Implement new functions for the Python plugin: Object.WeightLimit,
Object.InsertInto(Object). (1 Files changed, 14 Lines changed) plugins/common/plugin_common.c 1.5
(+14
-0)
|
11/1/05 5:08 AM | ryo_saeba |
Add gettimeofday for WIN32.
(1 Files changed,
608 Lines changed)
plugins/common/plugin_common.c 1.4
(+608
-589)
|
10/31/05 1:52 AM | gros |
Corrected a nasty conversion from object* to char*
(1 Files changed,
2 Lines changed)
plugins/common/plugin_common.c 1.3
(+2
-2)
|
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,
9 Lines changed)
plugins/common/plugin_common.c 1.2
(+9
-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 (1 Files changed, 581 Lines changed) plugins/common/plugin_common.c 1.1 added 581
|