Directory server/trunk/plugins/cfpython/

Total Files:
8
Deleted Files:
2
Lines of Code:
7461

[root]/server/trunk/plugins/cfpython
                    directory in repo include (8 files, 395 lines)

Lines of Code

server/trunk/plugins/cfpython/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 245 (100.0%) 7234 (100.0%) 29.5
ryo_saeba 130 (53.1%) 2361 (32.6%) 18.1
akirschbaum 37 (15.1%) 1578 (21.8%) 42.6
tchize 12 (4.9%) 1420 (19.6%) 118.3
anmaster 24 (9.8%) 805 (11.1%) 33.5
quinet 7 (2.9%) 566 (7.8%) 80.8
gros 5 (2.0%) 228 (3.2%) 45.6
mwedel 5 (2.0%) 173 (2.4%) 34.6
cavesomething 3 (1.2%) 45 (0.6%) 15.0
lalo 1 (0.4%) 27 (0.4%) 27.0
partmedia 11 (4.5%) 16 (0.2%) 1.4
qal21 8 (3.3%) 10 (0.1%) 1.2
Alestan 2 (0.8%) 5 (0.1%) 2.5

Most Recent Commits

partmedia 2017-12-06 16:39 Rev.: 20533

Fix Map.EnterY

Submitted by: Benjamin Lerman (patch #350)

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_map.c (+2 -2)
partmedia 2017-07-29 22:52 Rev.: 20461

Fix EVENT_GKILL arguments

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+2 -1)
partmedia 2015-02-16 23:43 Rev.: 19768

Remove old shop functions from plugin interface

0 lines of code changed in 2 files:

  • server/trunk/plugins/cfpython: cfpython.c (-11), cfpython_object.c (-12)
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:

  • server/trunk/plugins/cfpython: Makefile.am (-5)
partmedia 2014-05-19 18:24 Rev.: 19462

Clean up dead code and unreached variable checks.

3 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+3 -5)
partmedia 2014-04-25 19:00 Rev.: 19364

Refactor to use C99 integer type names.

Submitted by: Tolga Dalman

6 lines of code changed in 3 files:

  • server/trunk/plugins/cfpython: cfpython.c (+1 -1), cfpython_map.c (+2 -2), cfpython_object.c (+3 -3)
partmedia 2013-09-14 13:38 Rev.: 19047

Avoid using unsafe strncpy/strncat combination.

3 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+3 -6)
akirschbaum 2013-09-06 04:48 Rev.: 18988

Remove trailing whitespace.

6 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+6 -6)
ryo_saeba 2013-07-23 14:25 Rev.: 18829

Expose attack movement constants to Python scripts.

22 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+22)
partmedia 2013-07-16 08:30 Rev.: 18792

Trim legacy Makefile headers.

0 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: Makefile.am (-25)
ryo_saeba 2012-11-18 13:56 Rev.: 18523

Rename buy/sell flags to not conflict with those in newclient.h for item command.

6 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+6 -6)
ryo_saeba 2012-07-08 11:11 Rev.: 18352

Expose move_to() to Python.

10 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+10)
ryo_saeba 2012-05-20 12:49 Rev.: 18142

Enable Python to give knowledge items.

14 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+14)
ryo_saeba 2012-04-15 15:34 Rev.: 17979

Remove some redundant definitions.

52 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+52 -101)
ryo_saeba 2012-04-15 15:30 Rev.: 17978

Give access to the container's object to the Python object.

5 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+5)
ryo_saeba 2012-04-15 12:37 Rev.: 17975

Rename constant to be more precise.

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+1 -1)
ryo_saeba 2012-04-15 12:34 Rev.: 17974

Distinguish 'attacks something' and 'is attacked' events. Enable items to react to being attacked.

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+1)
ryo_saeba 2012-04-15 11:35 Rev.: 17969

Remove redundant header.

72 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_party.c (+72 -1)
ryo_saeba 2012-04-15 11:30

Remove redundant header.

309 lines of code changed in 3 files:

  • server/trunk/plugins/cfpython: cfpython_archetype.c (+74 -1), cfpython_map.c (+159 -1), cfpython_region.c (+76 -1)
ryo_saeba 2012-04-15 11:25 Rev.: 17965

Remove redundant header.

419 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+419 -16)
ryo_saeba 2012-04-15 04:54 Rev.: 17957

Give Python access to 'OtherArchetype'.

5 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+5)
ryo_saeba 2012-04-15 04:36 Rev.: 17956

Enable Python to set 'Alive' and the various move types.

72 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+72)
ryo_saeba 2012-04-14 09:23 Rev.: 17924

Enable setting MarkedItem to None.

5 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+5 -2)
mwedel 2011-11-27 01:34 Rev.: 15936

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:

  • server/trunk/plugins/cfpython: cfpython.c (+3)
ryo_saeba 2011-11-11 05:28 Rev.: 15664

Fix function.

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+1 -1)
ryo_saeba 2011-11-01 11:42 Rev.: 15370

Remove 'no_save' field from 'object', replace by FLAG_NO_SAVE.

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+2 -2)
ryo_saeba 2011-09-10 05:53 Rev.: 15071

Remove unused variables. Remove suspicious call.

0 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (-11)
ryo_saeba 2011-06-26 05:51 Rev.: 14712

Correctly track last script use in cache.

4 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+4 -3)
ryo_saeba 2011-06-26 05:43 Rev.: 14711

Oops, 'code' is not a shared string...

3 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+3 -3)
ryo_saeba 2011-06-26 05:41 Rev.: 14710

Correctly initialize and clear cache entries.

15 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+15)
ryo_saeba 2011-06-26 05:33 Rev.: 14709

Comments.

8 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+8 -3)
ryo_saeba 2011-06-26 05:30 Rev.: 14708

Move structure to file, no need to have it in .h file.

11 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+11)
ryo_saeba 2011-06-26 05:27 Rev.: 14707

Use shared strings for commands, and correctly free them.

12 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+12 -2)
ryo_saeba 2011-06-25 06:08 Rev.: 14697

Remove obsolete type 44 EXPERIENCE.

0 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (-1)
ryo_saeba 2011-06-23 12:02 Rev.: 14684

Redirect Python's stderr and stdout to the Crossfire log.

51 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+51 -2)
ryo_saeba 2011-06-23 11:52 Rev.: 14683

Don't open Python script file if cached.

9 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+9 -11)
ryo_saeba 2011-06-09 16:47 Rev.: 14534

Give player's killer to plugins.

2 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+2)
ryo_saeba 2011-06-09 16:36 Rev.: 14533

Expose arrest_player() to Python.

4 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_object.c (+4 -1)
ryo_saeba 2011-06-09 15:59 Rev.: 14528

Expose region's jail parameters to Python.

12 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython_region.c (+12)
ryo_saeba 2011-06-06 15:46 Rev.: 14515

Add missing NDI_ constant.

1 lines of code changed in 1 file:

  • server/trunk/plugins/cfpython: cfpython.c (+1)

(147 more)

Generated by StatSVN 0.7.0