Directory server/branches/1.x/plugins/cfpython/

Directory Deleted:
2009-01-17 15:01
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/server/branches/1.x/plugins/cfpython
                        Folder removed from repo include (0 files, 0 lines)

Lines of Code

server/branches/1.x/plugins/cfpython/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 59 (100.0%) 1036 (100.0%) 17.5
ryo_saeba 34 (57.6%) 993 (95.8%) 29.2
qal21 10 (16.9%) 23 (2.2%) 2.3
akirschbaum 5 (8.5%) 13 (1.3%) 2.6
mwedel 3 (5.1%) 7 (0.7%) 2.3
lalo 7 (11.9%) 0 (0.0%) 0.0

Most Recent Commits

lalo 2009-01-17 15:01 Rev.: 11152

preparing for 1.12 release

0 lines of code changed in 7 files:

  • server/branches/1.x/plugins/cfpython: 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)
akirschbaum 2008-11-18 15:25 Rev.: 10524

Whitespace changes.

3 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_map.c (+3 -1)
akirschbaum 2008-11-18 15:16 Rev.: 10522

Remove trailing whitespace.

8 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_map.c (+8 -8)
ryo_saeba 2008-10-31 14:31 Rev.: 10233

Fix for bug #2081472: short int encoding for food value in payment altars.

103 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: Makefile.in (+103 -102)
qal21 2008-03-31 22:13 Rev.: 8684

Backport removal of autohooks to the 1.x branch, due to some crashes in 1.x being related to the broken autohooks.

13 lines of code changed in 3 files:

  • server/branches/1.x/plugins/cfpython: cfpython.c (-6), cfpython_map.c (+1 -1), cfpython_object.c (+12 -57)
akirschbaum 2008-03-21 16:50 Rev.: 8569

Remove dead code.

0 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython.c (-13)
ryo_saeba 2008-01-03 05:50 Rev.: 8073

Win32 compilation fixes.

3 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+3 -3)
ryo_saeba 2007-12-16 17:15 Rev.: 7940

Add Object.NoDamage and Object.RandomMovement to Python Crossfire Object (merge from trunk).

34 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+34)
ryo_saeba 2007-09-27 15:11 Rev.: 7272

Face/animation related plugin functions.

79 lines of code changed in 3 files:

  • server/branches/1.x/plugins/cfpython: Makefile.in (+9 -3), cfpython.c (+20), cfpython_object.c (+50 -2)
mwedel 2007-09-01 00:32 Rev.: 7091

Server support for Metaserver2 - brought back from trunk:
acinclude.m4: Add LIBCURL_CHECK_CONFIG macro, used by configure.
configure.ac: Add check for pthread, LIBCURL. Extra
logic to display if we will build with metaserver2 support
lib/Makefile.am: add metaserver2 to list of files to install.
*/Makefile.in: rebuilt
lib/metaserver2: Settings file for metaserver2 support.
server/init.c: Add call to metaserver2_init() during startup.
include/metaserver2.h: Header file include metaserver2 related data.
include/autoconf.h.in: Rebuilt
include/sockproto.h: Rebuilt with new metaserver2 functions.
socket/metaserver.c: metaserver2 update logic added.
MSW 2007-08-31

3 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: Makefile.in (+3)
ryo_saeba 2007-07-16 17:22 Rev.: 6785

Fix potential crash.

2 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+2 -1)
ryo_saeba 2007-06-04 14:18 Rev.: 6417

Add Crossfire.Object.Skill property.

27 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+27)
ryo_saeba 2007-05-08 11:15 Rev.: 6221

Add 'Crossfire.Object.Race' attribute.

28 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+28)
ryo_saeba 2007-05-05 11:56 Rev.: 6183

Fix some type issues in plugin. Wrap change_abil(). Add set_resist(). Add duration property.

51 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+51 -1)
ryo_saeba 2007-04-29 11:12 Rev.: 6147

Add Crossfire.Object.Move, tweak cf_object|player_move(), add missing getter.

8 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+8)
ryo_saeba 2007-04-29 08:27 Rev.: 6145

Give read-only access to map->unique to plugins. Add Crossfire.Map.Unique property.

5 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_map.c (+5)
akirschbaum 2007-04-28 15:16 Rev.: 6138

Fix type mismatch in varargs function parameters in plugin code.

2 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+2 -2)
ryo_saeba 2007-04-28 14:03 Rev.: 6130

Fix wrong property set (value is int).

1 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+1 -1)
akirschbaum 2007-04-24 16:46 Rev.: 6116

Remove unused variables.

0 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython.c (-3)
ryo_saeba 2007-04-21 06:50 Rev.: 6082

Implement EVENT_TELL.

7 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython.c (+7)
ryo_saeba 2007-04-17 15:47 Rev.: 6056

Merge changes from trunk.

28 lines of code changed in 2 files:

  • server/branches/1.x/plugins/cfpython: cfpython.c (+19 -3), cfpython_object.c (+9 -7)
ryo_saeba 2007-04-15 14:23 Rev.: 6035

Merge all plugin changes from trunk.

446 lines of code changed in 3 files:

  • server/branches/1.x/plugins/cfpython: cfpython.c (+235 -162), cfpython_map.c (+31 -12), cfpython_object.c (+180 -142)
ryo_saeba 2007-04-12 14:19 Rev.: 6003

Object.Enemy and Object.Count

32 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+32 -7)
mwedel 2007-03-26 02:11 Rev.: 5898

Bring forward fix from 1.10.0:
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for buildin
g in alternate directory, which
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25

4 lines of code changed in 2 files:

  • server/branches/1.x/plugins/cfpython: Makefile.in (+4 -9)
ryo_saeba 2007-03-04 08:07 Rev.: 5675

Friendly-list functions and owner property, merged from trunk.

32 lines of code changed in 2 files:

  • server/branches/1.x/plugins/cfpython: cfpython.c (+16), cfpython_object.c (+16)
ryo_saeba 2007-02-27 18:33 Rev.: 5626

Speed and SpeedLeft fixes, merged from trunk.

21 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+21 -4)
ryo_saeba 2007-02-24 05:50 Rev.: 5605

fix crash when Python and server are compiled with different versions of MS's DLLs.

11 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython.c (+11 -11)
ryo_saeba 2007-02-15 14:45 Rev.: 5545

Fix a crash with object handling by plugins.

2 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_map.c (+2 -2)
ryo_saeba 2007-02-06 14:15 Rev.: 5389

Implement feature request #1652066: Python: get user's savebed location and x,y coords.

46 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+46)
qal21 2007-02-03 19:49 Rev.: 5362

Fix missing braces

4 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+4 -2)
ryo_saeba 2006-12-26 16:14 Rev.: 5211

Make method/property coherent for Python objects (forgot some)

1 lines of code changed in 2 files:

  • server/branches/1.x/plugins/cfpython: cfpython_region.c (+1 -1)
ryo_saeba 2006-12-26 16:11 Rev.: 5209

Make method/property coherent for Python objects.

5 lines of code changed in 4 files:

  • server/branches/1.x/plugins/cfpython: cfpython_archetype.c (+4 -4), cfpython_party.c (+1 -1)
ryo_saeba 2006-12-26 12:32 Rev.: 5202

More fixes, add LastEat.

16 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+16)
ryo_saeba 2006-12-26 12:17 Rev.: 5200

Fix plugin stuff not working nicely. Add Crossfire.Object.Subtype property

5 lines of code changed in 1 file:

  • server/branches/1.x/plugins/cfpython: cfpython_object.c (+5)
qal21 2006-10-27 23:00 Rev.: 5051

Remove redundent checks in values passed to Crossfire_Foobar_wrap() functions.

6 lines of code changed in 6 files:

  • server/branches/1.x/plugins/cfpython: cfpython.c (new), cfpython_map.c (new), cfpython_object.c (new)
Generated by StatSVN 0.7.0