Directory Statistics for plugins/common/include/

Back to Index Page

Lines Of Code for plugins/common/include/

Commits for plugins/common/include/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
ryo_saeba8 (50.0%) 72 (12.3%) 215 (29.3%) 9.00
akirschbaum4 (25.0%) 3 (0.5%) 7 (1.0%) 0.75
mwedel2 (12.5%) 397 (67.7%) 397 (54.1%) 198.50
gros2 (12.5%) 114 (19.5%) 115 (15.7%) 57.00

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, 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 PMryo_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 PMryo_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 AMryo_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 PMryo_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 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, 3 Lines changed)
plugins/common/include/plugin_common.h 1.10 (+3 -3)
12/4/05 7:26 AMryo_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 AMryo_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 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, 1 Lines changed)
plugins/common/include/plugin_common.h 1.7 (+1 -0)
11/9/05 1:08 PMakirschbaum
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 AMryo_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 AMgros
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 PMakirschbaum
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 PMryo_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 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, 114 Lines changed)
plugins/common/include/plugin_common.h 1.1 added 114