Directory trunk/crossfire/plugins/common/

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

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

Lines of Code

trunk/crossfire/plugins/common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 38 (100.0%) 1133 (100.0%) 29.8
mwedel 7 (18.4%) 514 (45.4%) 73.4
ryo_saeba 17 (44.7%) 332 (29.3%) 19.5
qal21 4 (10.5%) 233 (20.6%) 58.2
akirschbaum 4 (10.5%) 30 (2.6%) 7.5
tchize 3 (7.9%) 12 (1.1%) 4.0
quinet 1 (2.6%) 9 (0.8%) 9.0
gros 2 (5.3%) 3 (0.3%) 1.5

Most Recent Commits

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

make branche directories, delete old trunk.

0 lines of code changed in 5 files:

  • trunk/crossfire/plugins/common: .cvsignore (del), Makefile.am (del), Makefile.in (del), hashtable.c (del), plugin_common.c (del)
qal21 2006-09-03 12:37 Rev.: 4873

make Win32 define of uintptr_t more correct.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: hashtable.c (+1 -1)
ryo_saeba 2006-09-03 09:45 Rev.: 4869

Fix Win32 compilation

4 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: hashtable.c (+4 -1)
ryo_saeba 2006-08-27 09:09 Rev.: 4848

Add plugin access to move fields. Add sint64 type to plugin. 'AddExp' wrapper.

5 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+5)
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/common: Makefile.in (+9 -3)
ryo_saeba 2006-08-20 04:59 Rev.: 4815

Plugin wrappers for timers.

16 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+16)
ryo_saeba 2006-08-15 08:43 Rev.: 4794

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

9 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+9)
ryo_saeba 2006-08-07 02:38 Rev.: 4756

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

5 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: Makefile.in (+5 -2)
qal21 2006-07-29 15:55 Rev.: 4731

Remove excess inlcudes.

0 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: hashtable.c (-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/common: .cvsignore (new)
qal21 2006-07-29 02:12 Rev.: 4722

Add hashtable.c for planned use in cfpython.

232 lines of code changed in 2 files:

  • trunk/crossfire/plugins/common: Makefile.am (+3 -1), hashtable.c (new 229)
ryo_saeba 2006-05-20 10:47 Rev.: 4575

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

18 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+18)
ryo_saeba 2006-05-05 03:52 Rev.: 4556

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

7 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+7)
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/common: 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/common: 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/common: Makefile.in (+5 -1)
ryo_saeba 2006-03-18 11:24 Rev.: 4536

Add add_key to set_key (object) for plugins.

3 lines of code changed in 2 files:

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

514 lines of code changed in 2 files:

  • trunk/crossfire/plugins/common: Makefile.am (new 5), Makefile.in (new 509)
ryo_saeba 2006-02-23 17:25 Rev.: 4487

Patch #1428057 courtesy Pippijn van Steenhoven: fix to a crashing bug in plugins

4 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+4 -3)
ryo_saeba 2006-02-14 17:31 Rev.: 4452

Misc plugin fixes

2 lines of code changed in 1 file:

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

Regions support for plugins

38 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+38)
ryo_saeba 2005-12-17 13:21 Rev.: 4156

Plugins can get party information

56 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+56)
akirschbaum 2005-12-05 18:34 Rev.: 4092

Apply patch #1371956 (code cleanup patch) by Stefan Huehner: fix old-style
function declarations and prototypes to proper Ansi C syntax. This patch
allows the compiler to check function arguments and also removes some warnings
when compiling with -Wstrict-prototypes.

1 lines of code changed in 1 file:

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

New plugin property 'marked item'

5 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+5)
ryo_saeba 2005-11-26 09:04 Rev.: 4049

Wrappers for map properties get

141 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+141 -1)
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.

6 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+6)
akirschbaum 2005-11-09 14:08 Rev.: 4014

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

14 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+14)
ryo_saeba 2005-11-01 06:08 Rev.: 3959

Add gettimeofday for WIN32.

19 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+19)
gros 2005-10-31 02:52 Rev.: 3949

Corrected a nasty conversion from object* to char*

2 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+2 -2)
akirschbaum 2005-10-28 18:43 Rev.: 3941

Prevent problems (crashes) for large item piles. Now limit nrof to less than 2^31.

9 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (+9 -1)
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

1 lines of code changed in 1 file:

  • trunk/crossfire/plugins/common: plugin_common.c (new 1)
Generated by StatSVN 0.7.0