Directory plugins/citylife/include/

Directory Created:
2008-01-27 03:04
Directory Deleted:
2021-04-20 12:47
Total Files:
0
Deleted Files:
3
Lines of Code:
0

[root]/plugins/citylife/include

Lines of Code

plugins/citylife/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 13 (100.0%) 79 (100.0%) 6.0
ryo_saeba 7 (53.8%) 58 (73.4%) 8.2
anmaster 4 (30.8%) 20 (25.3%) 5.0
mwedel 1 (7.7%) 1 (1.3%) 1.0
partmedia 1 (7.7%) 0 (0.0%) 0.0

Most Recent Commits

ryo_saeba 2021-04-20 12:47 Rev.: 22087

Remove forgotten files.

0 lines of code changed in 3 files:

  • plugins/citylife/include: Makefile.am (del), citylife.h (del), citylife_proto.h (del)
partmedia 2014-06-06 17:54 Rev.: 19531

Remove automatic prototype generation with cproto

Obtained from: Tolga Dalman

0 lines of code changed in 1 file:

  • plugins/citylife/include: citylife.h (-2)
ryo_saeba 2011-11-08 15:51 Rev.: 15572

Fix #if with #ifdef.

3 lines of code changed in 1 file:

  • plugins/citylife/include: citylife.h (+3 -1)
anmaster 2010-10-09 16:14 Rev.: 13979

Do not make symbols globally visible by default on *nix (when supported),
on Windows this is always the case. To prevent hidden errors (since most
developers seem to test on *nix), use -fvisibility=hidden when GCC is used
and make the MODULEAPI and CF_PLUGIN macros use __attribute__ to mark those
as visible. This will not break on any compiler not supporting this, but will
prevent future hidden errors of this type.

A further advantage with this is that it reduces risk of symbol name collision
between various dynamic objects.

8 lines of code changed in 1 file:

  • plugins/citylife/include: citylife.h (+8 -7)
ryo_saeba 2010-08-07 04:03 Rev.: 13559

Change event listener prototype for plugins to return int instead of void*.

2 lines of code changed in 1 file:

  • plugins/citylife/include: citylife_proto.h (+2 -2)
mwedel 2010-04-26 02:00 Rev.: 12967

Add missing includes, add some makefiles for them for make distcheck.
MSW 2010-04-25

1 lines of code changed in 1 file:

  • plugins/citylife/include: Makefile.am (new 1)
anmaster 2009-02-12 13:48 Rev.: 11461

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/citylife/include: citylife_proto.h (+1 -1)
ryo_saeba 2008-09-19 14:36 Rev.: 9891

Fix for bug #2088893: Assertion in cfanim.c globalEventListener on client connect.

1 lines of code changed in 1 file:

  • plugins/citylife/include: citylife_proto.h (+1 -1)
anmaster 2008-06-04 16:39 Rev.: 9228

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).

10 lines of code changed in 1 file:

  • plugins/citylife/include: citylife_proto.h (new 10)
anmaster 2008-06-01 11:40 Rev.: 9198

Set svn:eol-style to native on *.c and *.h files that were missing it.

1 lines of code changed in 1 file:

  • plugins/citylife/include: citylife.h (+1)
ryo_saeba 2008-01-27 03:04 Rev.: 8290

New plugin: citylife. Adds NPCs to town, to make them more lively.

52 lines of code changed in 1 file:

  • plugins/citylife/include: citylife.h (new 52)
Generated by StatSVN 0.7.0