Directory trunk/crossfire/plugins/cfpython/include/

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

[root]/trunk/crossfire/plugins/cfpython/include

Lines of Code

trunk/crossfire/plugins/cfpython/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 65 (100.0%) 973 (100.0%) 14.9
mwedel 17 (26.2%) 415 (42.7%) 24.4
ryo_saeba 26 (40.0%) 365 (37.5%) 14.0
gros 7 (10.8%) 52 (5.3%) 7.4
qal21 6 (9.2%) 50 (5.1%) 8.3
akirschbaum 4 (6.2%) 50 (5.1%) 12.5
tchize 4 (6.2%) 32 (3.3%) 8.0
quinet 1 (1.5%) 9 (0.9%) 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 15 files:

  • trunk/crossfire/plugins/cfpython/include: .cvsignore (del), Makefile.am (del), Makefile.in (del), cfpython.h (del), cfpython_archetype.h (del), cfpython_archetype_private.h (del), cfpython_map.h (del), cfpython_map_private.h (del), cfpython_object.h (del), cfpython_object_private.h (del), cfpython_party.h (del), cfpython_party_private.h (del), cfpython_proto.h (del), cfpython_region.h (del), cfpython_region_private.h (del)
ryo_saeba 2006-08-27 09:09 Rev.: 4849

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

18 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_object_private.h (+18)
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/include: Makefile.in (+9 -3)
ryo_saeba 2006-08-20 04:59 Rev.: 4815

Plugin wrappers for timers.

2 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_object_private.h (+2)
qal21 2006-08-12 14:38 Rev.: 4785

Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*

17 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython_map.h (+15), cfpython_map_private.h (+2 -1)
qal21 2006-08-08 13:17 Rev.: 4765

Add no_save, and python object invalidation.

24 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython_object.h (+18), cfpython_object_private.h (+6)
ryo_saeba 2006-08-07 02:38 Rev.: 4756

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

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: Makefile.in (+1 -1)
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.

4 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_object_private.h (+4 -2)
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/include: .cvsignore (new)
qal21 2006-07-28 13:25 Rev.: 4717

Fix cfpython compiliation on python 2.3

5 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython.h (+5)
ryo_saeba 2006-05-20 05:32 Rev.: 4571

Fix declaration

7 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_proto.h (+7 -7)
ryo_saeba 2006-05-05 03:52 Rev.: 4556

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

4 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython_map_private.h (+2), cfpython_object_private.h (+2)
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/include: Makefile.in (+6)
tchize 2006-04-06 16:18 Rev.: 4551


finished common/arch.c unit test, fixed a few bugs, moved function around and renamed other

20 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_proto.h (+20 -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/include: 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 :)

5 lines of code changed in 1 file:

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

Add add_key to set_key (object) for plugins.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: Makefile.in (+1 -1)
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

415 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython/include: Makefile.am (new 11), Makefile.in (new 404)
ryo_saeba 2006-01-07 12:41 Rev.: 4304

Regions support for plugins

105 lines of code changed in 5 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython.h (+1), cfpython_map_private.h (+2), cfpython_object_private.h (+2 -2), cfpython_region.h (new 43), cfpython_region_private.h (new 57)
ryo_saeba 2005-12-17 13:24 Rev.: 4157

Add missing files, tentative fix for build under Linux

98 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython_party.h (new 43), cfpython_party_private.h (new 55)
ryo_saeba 2005-12-17 13:21 Rev.: 4156

Plugins can get party information

6 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython.h (+1), cfpython_object_private.h (+5 -1)
ryo_saeba 2005-12-04 08:26 Rev.: 4085

New plugin property 'marked item'

3 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_object_private.h (+3 -1)
ryo_saeba 2005-11-20 10:08 Rev.: 4041

Plugins can access archetypes. Added wrappers in Python.

108 lines of code changed in 5 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython.h (+1), cfpython_archetype.h (new 43), cfpython_archetype_private.h (new 60), cfpython_map_private.h (+2), cfpython_object_private.h (+2)
akirschbaum 2005-11-09 16:52 Rev.: 4017

Implement new function for the Python plugin: Object.NamePl. Change Object.Name
to set both name and name_pl. This should prevents scripts from failing to set
name_pl.

3 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_object_private.h (+3)
akirschbaum 2005-11-09 14:08 Rev.: 4014

Implement new functions for the Python plugin: Object.WeightLimit,
Object.InsertInto(Object).

5 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_object_private.h (+5)
ryo_saeba 2005-11-05 06:17 Rev.: 3982

Fix case. Add compare for map and object.

6 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython_map_private.h (+3 -1), cfpython_object_private.h (+3 -1)
akirschbaum 2005-10-28 14:08 Rev.: 3937

Fix compiler warnings. Most changes do not change the program (remove unused
variables, convert "if(x = y)" into "x = y; if(x)"); a few actually fix
(possible) problems (fix uninitialized variables, fix printf format
specifiers, fix mismatches between signed and unsigned variables, add missing
return and default statements).

42 lines of code changed in 2 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython_map_private.h (+21 -21), cfpython_object_private.h (+21 -21)
gros 2005-10-20 04:11 Rev.: 3917

Solved an issue related to regenerating the function prototypes of cfpython.
Gros - 20/10/2005

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython.h (+1 -3)
ryo_saeba 2005-10-18 17:08 Rev.: 3905

Fix Windows compilation

6 lines of code changed in 1 file:

  • trunk/crossfire/plugins/cfpython/include: cfpython_proto.h (+6 -6)
gros 2005-10-18 09:51 Rev.: 3896

Version 2.0 of the Animator and Python plugins. Part of the transition to version 2.0 of the plugin interface.
An empty template for plugins writing as well as a library of common wrappers are also provided.
Gros - 18/10/2005

51 lines of code changed in 6 files:

  • trunk/crossfire/plugins/cfpython/include: cfpython.h (new 3), cfpython_map.h (new), cfpython_map_private.h (new 21), cfpython_object.h (new), cfpython_object_private.h (new 21), cfpython_proto.h (new 6)
Generated by StatSVN 0.7.0