Directory trunk/crossfire/plugins/cfpython/

Directory Created:
2005-10-18 09:51
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/trunk/crossfire/plugins/cfpython
                    Folder removed from repo include (0 files, 0 lines)

Lines of Code

trunk/crossfire/plugins/cfpython/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 105 (100.0%) 2384 (100.0%) 22.7
ryo_saeba 54 (51.4%) 984 (41.3%) 18.2
qal21 9 (8.6%) 621 (26.0%) 69.0
akirschbaum 12 (11.4%) 340 (14.3%) 28.3
gros 14 (13.3%) 258 (10.8%) 18.4
mwedel 12 (11.4%) 158 (6.6%) 13.1
tchize 3 (2.9%) 14 (0.6%) 4.6
quinet 1 (1.0%) 9 (0.4%) 9.0

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 9 files:

  • trunk/crossfire/plugins/cfpython: .cvsignore (del), Makefile.am (del), Makefile.in (del), cfpython.c (del), cfpython_archetype.c (del), cfpython_map.c (del), cfpython_object.c (del), cfpython_party.c (del), cfpython_region.c (del)
ryo_saeba 2006-09-03 09:38 Rev.: 4868

Potential fix for bug #1551307 (crash in python plugin).

16 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython_object.c (+16 -7)
ryo_saeba 2006-08-27 09:11 Rev.: 4850

Add constants for many things.

189 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+189)
ryo_saeba 2006-08-27 09:09 Rev.: 4849

Add 'object->env' and move_xxx wrappers to Object.

56 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython_object.c (+56 -2)
quinet 2006-08-25 16:28 Rev.: 4836

configure, aclocal.m4, utils/config.guess, utils/config.sub,
utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using
slightly newer versions of libtoolize, aclocal, automake and autoconf.

9 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: Makefile.in (+9 -3)
ryo_saeba 2006-08-20 04:59 Rev.: 4815

Plugin wrappers for timers.

23 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+10), cfpython_object.c (+13)
ryo_saeba 2006-08-15 08:43 Rev.: 4794

Add plugin function to get time of day. Add matching Python function.

26 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+26)
qal21 2006-08-12 14:38 Rev.: 4785

Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*

113 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+20 -4), cfpython_map.c (+93 -10)
qal21 2006-08-08 13:17 Rev.: 4765

Add no_save, and python object invalidation.

310 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+9 -1), cfpython_object.c (+301 -20)
ryo_saeba 2006-08-07 02:38 Rev.: 4756

Rebuild makefiles, closing bug #1535160 (Python just broke)

12 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: Makefile.in (+12 -5)
qal21 2006-07-29 15:44 Rev.: 4730

Modify Crossfire_Object_wrap() to use the hash tables provided by hashtable.c to avoid creating more python wrapper objects than is needed.

60 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+2), cfpython_object.c (+58 -13)
ryo_saeba 2006-07-29 05:13 Rev.: 4727

Add .cvsignore files, courtesy Rapha��l Quinet - quinet

0 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: .cvsignore (new)
qal21 2006-07-29 02:12 Rev.: 4722

Add hashtable.c for planned use in cfpython.

2 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: Makefile.am (+2 -1)
qal21 2006-07-28 13:23 Rev.: 4716

Remove trailing whitespaces

11 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+11 -11)
qal21 2006-07-27 01:16 Rev.: 4708

Add caching of the bytecode of python scripts, based upon code used in Daimonin's old python plugin before they moved to lua.

125 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+125 -27)
ryo_saeba 2006-05-20 10:47 Rev.: 4575

Log hook for plugins. Use it for Python & cfanim.

8 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+7 -7), cfpython_map.c (+1 -1)
ryo_saeba 2006-05-05 03:52 Rev.: 4556

Add Map.Insert(object,x,y) and Player.CanPay( ) to Python plugin

16 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: cfpython_map.c (+11), cfpython_object.c (+5)
tchize 2006-05-03 16:50 Rev.: 4554



Added autogeneration of html and text report for test process.

6 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: Makefile.in (+6)
tchize 2006-03-22 18:06 Rev.: 4546


updated configure.ac to automatically check availability of a few headers required by crossedit
Basically, it tries to compile a test code having only includes of xaw, posix, etc. Should be
enough to prevent most crossedit compilation issue but not perfect. (Should check version of lib and
try a few methods on them). crossedit/ and test/unit/crossedit are skipped by make if test fail.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: Makefile.in (+1)
tchize 2006-03-21 17:46 Rev.: 4543


Initial commit of unit tests (see doc/Developers/testplans)
This is it, initial commit of unit test framework. It contains empty testcases
for all unit tests. See test/unit/check_shstr.c for a completed example unit test :)

7 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: Makefile.in (+7 -1)
ryo_saeba 2006-03-18 11:24 Rev.: 4536

Add add_key to set_key (object) for plugins.

5 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: Makefile.in (+1 -3), cfpython_object.c (+4 -3)
ryo_saeba 2006-03-18 10:05 Rev.: 4534

Massive cleaning of code. Shouldn't be any functional change.

2 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+2 -2)
mwedel 2006-02-25 03:41 Rev.: 4491

*/Makefile{in.am}: Fix plugin makefiles so that 'make distcheck' works. Using
relative path names for files to include in distribution does not work -
need to have a makefile in each directory.
configure{.ac}: Updated as result of new Makefiles.
MSW 2006-02-24

150 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: Makefile.am (+4 -2), Makefile.in (+146 -39)
ryo_saeba 2006-02-14 17:31 Rev.: 4452

Misc plugin fixes

19 lines of code changed in 5 files:

  • trunk/crossfire/plugins/cfpython: cfpython_archetype.c (+1 -1), cfpython_map.c (+1 -1), cfpython_object.c (+2 -2), cfpython_party.c (+14 -14), cfpython_region.c (+1 -1)
ryo_saeba 2006-01-15 11:50 Rev.: 4399

Custom commands fixes. Global logout event change.

9 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+9 -7)
akirschbaum 2006-01-08 08:45 Rev.: 4321

plugins/cfpython/cfpython.c: Just whitespace changes to make it conform to
programming_guide.

247 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+247 -290)
akirschbaum 2006-01-08 08:23 Rev.: 4320

plugins/cfpython/cfpython.c: Make sure context->options always is initialized.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+1)
ryo_saeba 2006-01-08 05:23 Rev.: 4317

Missing directory.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+1)
ryo_saeba 2006-01-07 18:37 Rev.: 4310

Dispatch Python event handler scripts in subdirectories.

14 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+14 -14)
ryo_saeba 2006-01-07 12:41 Rev.: 4304

Regions support for plugins

117 lines of code changed in 6 files:

  • trunk/crossfire/plugins/cfpython: Makefile.am (+2), Makefile.in (+5 -1), cfpython.c (+21), cfpython_map.c (+5), cfpython_object.c (+5 -7), cfpython_region.c (new 79)
ryo_saeba 2006-01-01 06:33 Rev.: 4243

Reference-related crashes

3 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+3 -4)
ryo_saeba 2005-12-31 13:20 Rev.: 4231

Don't print file not found messages for global events.

6 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+6 -5)
akirschbaum 2005-12-31 11:39 Rev.: 4224

Make file compilable again.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+1 -1)
ryo_saeba 2005-12-28 18:00 Rev.: 4223

More leak fix

39 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+39 -20)
ryo_saeba 2005-12-28 04:54 Rev.: 4221

Scripts don't share variables anymore.

40 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+40 -21)
ryo_saeba 2005-12-17 13:34 Rev.: 4159

Forgot some magic

4 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+4)
ryo_saeba 2005-12-17 13:24 Rev.: 4157

Add missing files, tentative fix for build under Linux

90 lines of code changed in 3 files:

  • trunk/crossfire/plugins/cfpython: Makefile.am (+2), Makefile.in (+4 -1), cfpython_party.c (new 84)
ryo_saeba 2005-12-17 13:21 Rev.: 4156

Plugins can get party information

37 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+17), cfpython_object.c (+20 -1)
akirschbaum 2005-12-11 14:11 Rev.: 4132

Fix buffer overflows which can be triggered remotely.

26 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython.c (+26 -27)
ryo_saeba 2005-12-04 08:26 Rev.: 4085

New plugin property 'marked item'

4 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython: cfpython_object.c (+4)

(24 more)

Generated by StatSVN 0.7.0