|
Login: gros
Fullname: gros
Revisions: 218
Lines of Code: 12183
Added Lines of Code: 22664
Lines of Code per Change: 55.9
|
Date | Author | File/Message |
---|---|---|
11/10/05 4:13 AM | gros |
Correcting incorrect memory allocation scheme crashing the server after a couple of plugin/plugout commands.
(1 Files changed,
15 Lines changed)
plugins/cfpython/cfpython.c 1.11
(+15
-6)
|
11/1/05 4:32 AM | gros |
Corrected unresolved symbols issues.
(1 Files changed,
9 Lines changed)
plugins/cfanim/cfanim.c 1.4
(+9
-9)
|
10/31/05 1:52 AM | gros |
Corrected a nasty conversion from object* to char*
(2 Files changed,
3 Lines changed)
plugins/common/include/plugin_common.h 1.4
(+1
-1)
plugins/common/plugin_common.c 1.3
(+2
-2)
|
10/26/05 3:41 AM | gros |
Solved an x86 (32bit) specific issue creating symbol mismatches in the plugin dynamic linking.
(3 Files changed,
3 Lines changed)
plugins/cfpython/Makefile.am 1.3
(+1
-1)
plugins/template/Makefile.am 1.2
(+1
-1)
plugins/cfanim/Makefile.am 1.2
(+1
-1)
|
10/24/05 2:28 PM | gros |
Corrected a bug in the custom command system of cfpython.
Gros - 24/10/2005 (1 Files changed, 2 Lines changed) plugins/cfpython/cfpython.c 1.5
(+2
-2)
|
10/20/05 4:34 AM | gros |
Updated the changelog to include the recent plugin modifications.
Gros - 20/10/2005 (1 Files changed, 19 Lines changed) ChangeLog 1.419
(+19
-0)
|
10/20/05 4:11 AM | gros |
Solved an issue related to regenerating the function prototypes of cfpython.
Gros - 20/10/2005 (3 Files changed, 13 Lines changed) plugins/cfpython/Makefile.am 1.2
(+6
-2)
plugins/cfpython/include/cfpython.h 1.2
(+1
-3)
plugins/cfpython/Makefile.in 1.2
(+6
-2)
|
10/19/05 3:57 PM | gros |
Cleaning up the console spam produced by cfanim.
Gros - 19/10/2005 (1 Files changed, 0 Lines changed) plugins/cfanim/cfanim.c 1.2
(+0
-3)
|
10/19/05 3:50 PM | gros |
Added support for running python_init.py at CFPython startup.
Gros - 19/10/2005 (1 Files changed, 9 Lines changed) plugins/cfpython/cfpython.c 1.4
(+9
-12)
|
10/19/05 2:42 PM | gros |
Various small fixes of the plugin subsystem.
Gros - 19/10/2005 (6 Files changed, 26 Lines changed) include/plugin.h 1.17
(+1
-1)
plugins/cfpython/cfpython_object.c 1.2
(+1
-9)
server/plugins.c 1.46
(+10
-20)
plugins/cfpython/cfpython.c 1.3
(+7
-17)
plugins/cfpython/cfpython_map.c 1.2
(+5
-1)
include/sproto.h 1.147
(+2
-2)
|