[root]/server/trunk/plugins/cfnewspaper
include
(3 files, 64 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 36 (100.0%) | 1307 (100.0%) | 36.3 |
ryo_saeba | 13 (36.1%) | 1137 (87.0%) | 87.4 |
quinet | 2 (5.6%) | 71 (5.4%) | 35.5 |
akirschbaum | 5 (13.9%) | 54 (4.1%) | 10.8 |
anmaster | 9 (25.0%) | 38 (2.9%) | 4.2 |
mwedel | 3 (8.3%) | 6 (0.5%) | 2.0 |
gros | 1 (2.8%) | 1 (0.1%) | 1.0 |
partmedia | 3 (8.3%) | 0 (0.0%) | 0.0 |
Add missing #include statements.
2 lines of code changed in 1 file:
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:
Add logic to do svn version check between plugin and server - this prevents
incompatible plugins from being used.
MSW 2011-11-26
3 lines of code changed in 1 file:
Fix memory leaks. Fix invalid query.
8 lines of code changed in 1 file:
Remove unused variables. Remove suspicious call.
0 lines of code changed in 1 file:
Clean unused variables.
6 lines of code changed in 1 file:
Change event listener prototype for plugins to return int instead of void*.
7 lines of code changed in 1 file:
Add missing includes, add some makefiles for them for make distcheck.
MSW 2010-04-25
2 lines of code changed in 1 file:
plugins/cfpython/include/cfpython_proto.h, plugins/cfpython/cfpython.c: Fix
broken give command. Was broken due to MSW removing -Bsymbolic when building
plugins about half a year ago. Also change some other symbols to static in the
plugins to avoid more issues like this.
plugins/cflogger/include/cflogger_proto.h, plugins/cflogger/cflogger.c,
plugins/citylife/include/citylife_proto.h, plugins/citylife/citylife.c,
plugins/cfrhg/include/cfrhg_proto.h, plugins/cfrhg/cfrhg.c,
plugins/cfanim/include/cfanim.h, plugins/cfanim/include/cfanim_proto.h,
plugins/cfanim/cfanim.c, plugins/cfnewspaper/include/cfnewspaper_proto.h,
plugins/cfnewspaper/cfnewspaper.c: More changes in the same style as the above
python changes to reduce possible symbol lookup conflicts. Also make some
functions static.
plugins/cfrhg/include/cfrhg_proto.h, plugins/cfrhg/cfrhg.c: Fix a typo in cfrhg
(was "cfrgh" in one place).
1 lines of code changed in 1 file:
plugins/cfnewspaper/cfnewspaper.c: Remove unused function.
0 lines of code changed in 1 file:
plugins/cflogger/cflogger.c, plugins/cfnewspaper/cfnewspaper.c: Now handles
random maps the way the source code comments claims it does.
plugins/cfnewspaper/cfnewspaper.c: Make info about kills from a specific region
work.
5 lines of code changed in 1 file:
server/plugins.c: Remove forgotten debug output.
plugins/cflogger/cflogger.c, plugins/cfnewspaper/cfnewspaper.c: Add missing
newline in log output.
plugins/cfnewspaper/cfnewspaper.c: Close the second sqlite database as well.
5 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
48 lines of code changed in 1 file:
Fix for bug #2088893: Assertion in cfanim.c globalEventListener on client connect.
1 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.
59 lines of code changed in 1 file:
Style fixes in files that were using foo[ bar ] instead of foo[bar], slight reformatting of Win32 code.
12 lines of code changed in 1 file:
Add missing newlines in copyright header in some plugin source/header files.
2 lines of code changed in 1 file:
Make more functions and variables in plugins static. Clean up some indention in plugins.
1 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).
22 lines of code changed in 1 file:
Set svn:eol-style to native on *.c and *.h files that were missing it.
1 lines of code changed in 1 file:
Fix some more snprintf using a non-constant string as format parameter, and no
arguments to format string. Also change some more // comments to /**/, as crossfire
is C89 not C99. Add some missing prototypes to headers. Add missing value to a return.
Change from using strcasestr (GNU specific) to the already existing strcasestr_local
in one place.
1 lines of code changed in 1 file:
Allow the server to be built from outside of its source directory.
1 lines of code changed in 1 file:
Ansi C compatibility improvement: use prototypes.
3 lines of code changed in 1 file:
Remove trailing whitespace.
0 lines of code changed in 1 file:
Remove unused variables.
1 lines of code changed in 1 file:
Plugin API changes. More void* conversion removing.
14 lines of code changed in 1 file:
Change map plugin API to not use static vars. Remove old hooks (replaced by other means).
1 lines of code changed in 1 file:
Change plugin object event interface to send the event object itself.
6 lines of code changed in 1 file:
Remove generated files.
0 lines of code changed in 1 file:
Missing caps ;p
2 lines of code changed in 1 file:
New plugin: cfnewspaper.
1092 lines of code changed in 3 files: