Directory server/trunk/plugins/common/include/

Total Files:
2
Deleted Files:
2
Lines of Code:
244

[root]/server/trunk/plugins/common/include

Lines of Code

server/trunk/plugins/common/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 77 (100.0%) 467 (100.0%) 6.0
ryo_saeba 52 (67.5%) 129 (27.6%) 2.4
quinet 1 (1.3%) 129 (27.6%) 129.0
mwedel 2 (2.6%) 70 (15.0%) 35.0
akirschbaum 4 (5.2%) 69 (14.8%) 17.2
gros 4 (5.2%) 47 (10.1%) 11.7
partmedia 5 (6.5%) 11 (2.4%) 2.2
tchize 2 (2.6%) 5 (1.1%) 2.5
anmaster 4 (5.2%) 4 (0.9%) 1.0
lalo 1 (1.3%) 2 (0.4%) 2.0
cavesomething 2 (2.6%) 1 (0.2%) 0.5

Most Recent Commits

partmedia 2015-05-17 14:21 Rev.: 19935

Remove gettimeofday() compatibility functions

0 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (-12)
partmedia 2014-06-07 22:08 Rev.: 19533

Fix header files on Windows

Submitted by: BloodyShade

2 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+2 -2)
partmedia 2014-04-25 19:00 Rev.: 19364

Refactor to use C99 integer type names.

Submitted by: Tolga Dalman

9 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+9 -9)
partmedia 2013-07-16 08:30 Rev.: 18792

Trim legacy Makefile headers.

0 lines of code changed in 2 files:

  • server/trunk/plugins/common/include: Makefile.am (new)
ryo_saeba 2012-05-20 12:49 Rev.: 18142

Enable Python to give knowledge items.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2011-09-17 11:57 Rev.: 15099

Wrap identify() to plugins. Fix undefined symbol.

4 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+4 -1)
ryo_saeba 2011-09-04 04:09 Rev.: 15042

Misc documentation fixes.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
ryo_saeba 2011-06-09 16:35 Rev.: 14532

Expose player_arrest() to plugins.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2011-06-09 15:59 Rev.: 14527

Expose jail properties to plugins.

3 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+3)
ryo_saeba 2010-11-22 14:54 Rev.: 14117

Allow cost_string_from_value() callers to specify maximum coin to use.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -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.

2 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+2)
ryo_saeba 2010-08-14 02:42 Rev.: 13589

Make Python's Object.Anim a String in both read and write.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2010-08-14 02:17 Rev.: 13588

Make Python's Object.Face a String in both read and write.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2010-08-07 04:03 Rev.: 13559

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

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
ryo_saeba 2010-07-28 13:01 Rev.: 13521

Fix documentation.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
cavesomething 2010-06-07 20:16 Rev.: 13374

Make the plugin calls to player titles respect the custom titles the player has set.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
ryo_saeba 2010-06-06 10:06 Rev.: 13368

Expose one knowledge function to plugin.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2010-04-01 16:19 Rev.: 12778

Fix invalid function call. Add function prototypes.

2 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+2)
cavesomething 2010-03-29 17:56 Rev.: 12745

Quest handling changes, remove questend calls, replace with individual
steps which can 'finish quest'.

0 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (-1)
akirschbaum 2010-03-08 13:33 Rev.: 12599

Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
ryo_saeba 2010-02-28 17:14 Rev.: 12555

Don't call server functions directly from plugins.

2 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+2)
ryo_saeba 2010-02-28 06:50 Rev.: 12526

Extract 'remove_depletion' function from potion. Give access to plugins to it, add to Python wrappers.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2010-01-24 10:10 Rev.: 12361

Plugin access to 'quest_was_completed' function.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2010-01-24 05:58 Rev.: 12358

Revamp quests, use a definition file to factorize things.

2 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+2 -2)
ryo_saeba 2010-01-17 10:16 Rev.: 12345

Low-level quest status handling.

7 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+7)
ryo_saeba 2010-01-09 17:15 Rev.: 12327

Plugin utility function cf_map_insert_object_around().

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2010-01-09 11:10 Rev.: 12322

Export query_cost_string and cost_string_from_value to plugins.

2 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+2)
akirschbaum 2009-06-13 16:22 Rev.: 11836

Rename function names.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
akirschbaum 2009-06-12 10:46 Rev.: 11817

Rename most functions in object.c to object_xxx().

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
akirschbaum 2009-01-21 15:30 Rev.: 11205

Whitespace changes: consistently reformat code.

66 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+66 -65)
lalo 2008-11-24 02:28 Rev.: 10699

re-enabling cfpython to change a player's title

2 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+2)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

129 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+129 -129)
anmaster 2008-05-27 07:07 Rev.: 9154

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:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
anmaster 2008-05-25 05:03 Rev.: 9151

Removed unused .cvsignore files, after all we use SVN since a long time.

0 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: .cvsignore (del)
anmaster 2008-05-25 04:49 Rev.: 9150

Add length parameter for some functions to be able to use snprintf instead of
sprintf in those. Fixed a char* that should have been const char* in plugin code.
Fixed some typos in protocol documentation. Also fixed indention in some code while
I was working on it anyway.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
ryo_saeba 2008-05-12 15:48 Rev.: 9043

Wrapper for move_to(). Fix invalid move_to parameter order.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2008-05-12 13:04 Rev.: 9020

Give access to move_to() to plugins.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1)
ryo_saeba 2008-02-16 03:50 Rev.: 8425

Remove left-over from weather code.

0 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (-8)
gros 2007-12-22 19:49 Rev.: 8016

Add support for user-defined events. Those can be called from the Python plugin.

1 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+1 -1)
tchize 2007-11-16 08:24 Rev.: 7508

Plugins Added Trigger, updated TimeOfDay and glowRadius
Add support to trigger a specific "connected" from plugins
Add support to get timeofday names (seasons, months, weeks, day, period of day)
Add in timeofday the notion of period of the day (Night, Morning, Noon, etc)
Fixed glowRadius setter priperty in plugin interface so changes are reflected to user's UI
Add EVENT_TRIGGER call to all objects triggered in a connected chain
autogen.sh invoked

Note: those changes were necessary to build some basic tod based scripts

4 lines of code changed in 1 file:

  • server/trunk/plugins/common/include: plugin_common.h (+4)

(34 more)

Generated by StatSVN 0.7.0