Directory Statistics for plugins/common/

Back to Index Page

Lines Of Code for plugins/common/

Commits for plugins/common/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
ryo_saeba7 (46.7%) 259 (18.8%) 892 (44.3%) 37.00
akirschbaum4 (26.7%) 28 (2.0%) 30 (1.5%) 7.00
mwedel2 (13.3%) 510 (37.0%) 510 (25.3%) 255.00
gros2 (13.3%) 581 (42.2%) 583 (28.9%) 290.50

Commit Log

DateAuthorFile/Message
2/25/06 2:41 AMmwedel
*/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 PMryo_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 PMryo_saeba
Misc plugin fixes (1 Files changed, 40 Lines changed)
plugins/common/plugin_common.c 1.12 (+40 -40)
1/7/06 11:41 AMryo_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 PMryo_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 PMakirschbaum
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 AMryo_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 AMryo_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 PMakirschbaum
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 PMakirschbaum
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 AMryo_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 AMgros
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 PMakirschbaum
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 AMgros
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