Directory Statistics for plugins/cfpython/

Back to Index Page

Lines Of Code for plugins/cfpython/

Commits for plugins/cfpython/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
ryo_saeba39 (57.4%) 463 (11.7%) 633 (13.8%) 11.87
gros14 (20.6%) 3402 (85.9%) 3454 (75.3%) 243.00
akirschbaum12 (17.6%) -17 (-0.4%) 342 (7.5%) -1.42
mwedel3 (4.4%) 111 (2.8%) 158 (3.4%) 37.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, 150 Lines changed)
plugins/cfpython/Makefile.am 1.7 (+4 -2)
plugins/cfpython/Makefile.in 1.8 (+146 -39)
2/14/06 4:31 PMryo_saeba
Misc plugin fixes (5 Files changed, 20 Lines changed)
plugins/cfpython/cfpython_party.c 1.2 (+15 -15)
plugins/cfpython/cfpython_map.c 1.7 (+1 -1)
plugins/cfpython/cfpython_archetype.c 1.2 (+1 -1)
plugins/cfpython/cfpython_region.c 1.2 (+1 -1)
plugins/cfpython/cfpython_object.c 1.13 (+2 -2)
1/15/06 10:50 AMryo_saeba
Custom commands fixes. Global logout event change. (1 Files changed, 9 Lines changed)
plugins/cfpython/cfpython.c 1.27 (+9 -7)
1/8/06 7:45 AMakirschbaum
plugins/cfpython/cfpython.c: Just whitespace changes to make it conform to
programming_guide.
(1 Files changed, 249 Lines changed)
plugins/cfpython/cfpython.c 1.26 (+249 -292)
1/8/06 7:23 AMakirschbaum
plugins/cfpython/cfpython.c: Make sure context->options always is initialized. (1 Files changed, 1 Lines changed)
plugins/cfpython/cfpython.c 1.25 (+1 -0)
1/8/06 4:23 AMryo_saeba
Missing directory. (1 Files changed, 1 Lines changed)
plugins/cfpython/cfpython.c 1.24 (+1 -0)
1/7/06 5:37 PMryo_saeba
Dispatch Python event handler scripts in subdirectories. (1 Files changed, 14 Lines changed)
plugins/cfpython/cfpython.c 1.23 (+14 -14)
1/7/06 11:41 AMryo_saeba
Regions support for plugins (6 Files changed, 115 Lines changed)
plugins/cfpython/cfpython_map.c 1.6 (+5 -0)
plugins/cfpython/Makefile.in 1.7 (+5 -1)
plugins/cfpython/Makefile.am 1.6 (+2 -0)
plugins/cfpython/cfpython_object.c 1.12 (+5 -7)
plugins/cfpython/cfpython_region.c 1.1 added 77
plugins/cfpython/cfpython.c 1.22 (+21 -0)
1/1/06 5:33 AMryo_saeba
Reference-related crashes (1 Files changed, 3 Lines changed)
plugins/cfpython/cfpython.c 1.21 (+3 -4)
12/31/05 12:20 PMryo_saeba
Don't print file not found messages for global events. (1 Files changed, 11 Lines changed)
plugins/cfpython/cfpython.c 1.20 (+11 -10)
12/31/05 10:39 AMakirschbaum
Make file compilable again. (1 Files changed, 1 Lines changed)
plugins/cfpython/cfpython.c 1.19 (+1 -1)
12/28/05 5:00 PMryo_saeba
More leak fix (1 Files changed, 41 Lines changed)
plugins/cfpython/cfpython.c 1.18 (+41 -22)
12/28/05 3:54 AMryo_saeba
Scripts don't share variables anymore. (1 Files changed, 40 Lines changed)
plugins/cfpython/cfpython.c 1.17 (+40 -21)
12/17/05 12:34 PMryo_saeba
Forgot some magic (1 Files changed, 4 Lines changed)
plugins/cfpython/cfpython.c 1.16 (+4 -0)
12/17/05 12:24 PMryo_saeba
Add missing files, tentative fix for build under Linux (3 Files changed, 88 Lines changed)
plugins/cfpython/Makefile.in 1.6 (+4 -1)
plugins/cfpython/Makefile.am 1.5 (+2 -0)
plugins/cfpython/cfpython_party.c 1.1 added 82
12/17/05 12:21 PMryo_saeba
Plugins can get party information (2 Files changed, 37 Lines changed)
plugins/cfpython/cfpython_object.c 1.11 (+20 -1)
plugins/cfpython/cfpython.c 1.15 (+17 -0)
12/11/05 1:11 PMakirschbaum
Fix buffer overflows which can be triggered remotely. (1 Files changed, 26 Lines changed)
plugins/cfpython/cfpython.c 1.14 (+26 -27)
12/4/05 7:26 AMryo_saeba
New plugin property 'marked item' (1 Files changed, 4 Lines changed)
plugins/cfpython/cfpython_object.c 1.10 (+4 -0)
12/4/05 5:01 AMryo_saeba
References fix (1 Files changed, 18 Lines changed)
plugins/cfpython/cfpython.c 1.13 (+18 -8)
11/26/05 8:04 AMryo_saeba
Wrappers for map properties get (1 Files changed, 16 Lines changed)
plugins/cfpython/cfpython_map.c 1.5 (+16 -16)