Directory plugins/common/

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

[root]/plugins/common
            directory in repo include (2 files, 244 lines)

Lines of Code

plugins/common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 102 (100.0%) 2793 (100.0%) 27.3
ryo_saeba 68 (66.7%) 1659 (59.4%) 24.3
akirschbaum 11 (10.8%) 446 (16.0%) 40.5
quinet 2 (2.0%) 302 (10.8%) 151.0
mwedel 2 (2.0%) 107 (3.8%) 53.5
gros 4 (3.9%) 89 (3.2%) 22.2
tchize 2 (2.0%) 66 (2.4%) 33.0
anmaster 4 (3.9%) 54 (1.9%) 13.5
cavesomething 3 (2.9%) 28 (1.0%) 9.3
silvernexus 1 (1.0%) 15 (0.5%) 15.0
partmedia 4 (3.9%) 14 (0.5%) 3.5
lalo 1 (1.0%) 13 (0.5%) 13.0

Most Recent Commits

ryo_saeba 2021-04-07 13:32 Rev.: 22058

Fix variable type.

2 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+2 -1)
ryo_saeba 2020-12-12 11:46 Rev.: 21605

Mark 'CastAbility' as obsolete.

0 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (-12)
silvernexus 2020-09-01 20:22 Rev.: 21326

Adjust python plugin bindings to better reflect the change from perm_exp to total_exp.
Also seems to fix a plugin crash in my build, but others were still working fine. Possibly the result of compiling from different GCC versions?

15 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+15)
partmedia 2015-05-17 14:21 Rev.: 19935

Remove gettimeofday() compatibility functions

0 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (-18)
partmedia 2015-02-16 23:43 Rev.: 19768

Remove old shop functions from plugin interface

0 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (-26)
partmedia 2014-06-06 17:30 Rev.: 19529

Clean up standard C headers.

3 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+3 -1)
partmedia 2014-04-25 19:00 Rev.: 19364

Refactor to use C99 integer type names.

Submitted by: Tolga Dalman

11 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+11 -11)
akirschbaum 2013-09-06 04:48 Rev.: 18988

Remove trailing whitespace.

1 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+1 -1)
ryo_saeba 2012-05-20 12:49 Rev.: 18142

Enable Python to give knowledge items.

12 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+12)
ryo_saeba 2012-04-15 04:36 Rev.: 17955

Enable plugins to change the various move types.

2 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+2 -1)
ryo_saeba 2011-09-17 11:57 Rev.: 15099

Wrap identify() to plugins. Fix undefined symbol.

15 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+15)
ryo_saeba 2011-09-10 05:53 Rev.: 15071

Remove unused variables. Remove suspicious call.

0 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (-2)
ryo_saeba 2011-09-04 04:09 Rev.: 15042

Misc documentation fixes.

3 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+3 -3)
ryo_saeba 2011-06-21 12:30 Rev.: 14674

Remove unused and broken plugin function.

0 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (-2)
ryo_saeba 2011-06-09 16:35 Rev.: 14532

Expose player_arrest() to plugins.

11 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+11)
ryo_saeba 2011-06-09 15:59 Rev.: 14527

Expose jail properties to plugins.

46 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+46)
ryo_saeba 2010-11-22 14:54 Rev.: 14117

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

2 lines of code changed in 1 file:

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

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

14 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+14)
ryo_saeba 2010-08-14 02:17 Rev.: 13588

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

17 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+17)
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:

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

Fix documentation.

2 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+2 -2)
cavesomething 2010-06-07 20:16 Rev.: 13374

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

4 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+4 -5)
ryo_saeba 2010-06-06 10:06 Rev.: 13368

Expose one knowledge function to plugin.

16 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+16)
cavesomething 2010-03-29 20:52 Rev.: 12748

Patch by Funnyman3595 to add support for object.split and
object.clone to the python plugin

24 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+24)
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:

  • plugins/common: plugin_common.c (-11)
akirschbaum 2010-03-08 13:33 Rev.: 12599

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

3 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+3 -3)
ryo_saeba 2010-02-28 17:14 Rev.: 12555

Don't call server functions directly from plugins.

30 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+30)
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.

14 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+14)
ryo_saeba 2010-01-24 10:10 Rev.: 12361

Plugin access to 'quest_was_completed' function.

12 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+12)
ryo_saeba 2010-01-24 05:58 Rev.: 12358

Revamp quests, use a definition file to factorize things.

4 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+4 -4)
ryo_saeba 2010-01-17 10:16 Rev.: 12345

Low-level quest status handling.

51 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+51)
ryo_saeba 2010-01-09 17:15 Rev.: 12327

Plugin utility function cf_map_insert_object_around().

22 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+22)
ryo_saeba 2010-01-09 11:10 Rev.: 12322

Export query_cost_string and cost_string_from_value to plugins.

24 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+24)
akirschbaum 2009-06-20 01:34 Rev.: 11955

Fix missing symbol in cfpython.so plugin.

2 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+2 -2)
akirschbaum 2009-06-16 15:44 Rev.: 11916

Rename function names.

4 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+4 -4)
akirschbaum 2009-06-13 16:22 Rev.: 11836

Rename function names.

3 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+3 -3)
akirschbaum 2009-06-12 10:46 Rev.: 11817

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

22 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+22 -22)
akirschbaum 2009-01-24 13:43 Rev.: 11230

Whitespace changes: consistently reformat code.

1 lines of code changed in 1 file:

  • plugins/common: plugin_common.c (+1 -1)
anmaster 2009-01-23 12:16 Rev.: 11224

plugins/common/hashtable.c: Rewrite the code documentation to doxygen style.

52 lines of code changed in 1 file:

  • plugins/common: hashtable.c (+52 -35)
akirschbaum 2009-01-21 15:30 Rev.: 11205

Whitespace changes: consistently reformat code.

407 lines of code changed in 2 files:

  • plugins/common: hashtable.c (+25 -24), plugin_common.c (+382 -376)

(56 more)

Generated by StatSVN 0.7.0