[root]/server/trunk/plugins/template
include
(1 files, 74 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 336 (100.0%) | 14.0 |
ryo_saeba | 11 (45.8%) | 164 (48.8%) | 14.9 |
akirschbaum | 4 (16.7%) | 144 (42.9%) | 36.0 |
quinet | 1 (4.2%) | 22 (6.5%) | 22.0 |
anmaster | 2 (8.3%) | 4 (1.2%) | 2.0 |
mwedel | 1 (4.2%) | 1 (0.3%) | 1.0 |
gros | 2 (8.3%) | 1 (0.3%) | 0.5 |
partmedia | 3 (12.5%) | 0 (0.0%) | 0.0 |
Remove automatic prototype generation with cproto
Obtained from: Tolga Dalman
0 lines of code changed in 2 files:
Trim legacy Makefile headers.
0 lines of code changed in 1 file:
Give player's killer to plugins.
1 lines of code changed in 1 file:
Transmit talk information to plugins. Make a specific say plugin command.
1 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
140 lines of code changed in 1 file:
plugins/*/Makefile.am: Remove -Xlinker -export-dynamic -Xlinker -Bsymbolic
from extra LDFLAGS. Those are gnu specific linker options which cause
the plugins to fail to compile when not using gld. I've tested the build
without those options with gld on linux, and all works fine, so not sure
if those are still needed - in theory, libtool should cover that. If
those options are still needed, configure.ac should get updated with a
a better test.
MSW 2008-07-24
1 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
22 lines of code changed in 1 file:
Clean up in plugins, fix a lot of gcc warnings (in plugins), update prototype
headers in plugins, make some functions static. Also update build system for
cflogger to make it not include common plugin stuff in header. Followed example
set by cfnewspaper's Makefile.am. Make the template plugin include prototype
header. (It is a good idea to do so, for various reasons.) Also add some missing
newlines at end of copyright header comments in some files. Also make some
variables const (in python plugin) in order to fix gcc warnings and to make
code cleaner (a string literal is always a const char* in C90 or later, but
char* is allowed for compatibility reasons, though it will actually be a const).
4 lines of code changed in 2 files:
Allow the server to be built from outside of its source directory.
1 lines of code changed in 2 files:
Ansi C compatibility improvement: use prototypes.
4 lines of code changed in 1 file:
Fix template plugin generation and compilation.
3 lines of code changed in 2 files:
Remove trailing whitespace.
0 lines of code changed in 2 files:
Implement EVENT_TELL.
5 lines of code changed in 1 file:
Plugin API changes. More void* conversion removing.
45 lines of code changed in 1 file:
Change plugin object event interface to send the event object itself.
4 lines of code changed in 1 file:
Change misc functions plugin API.
0 lines of code changed in 1 file:
Plugin generation script.
88 lines of code changed in 1 file:
Plugin template update.
17 lines of code changed in 2 files: