Directory trunk/crossfire/plugin/include/

Directory Created:
2001-10-14 03:26
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
1
Lines of Code:
0

[root]/trunk/crossfire/plugin/include

Lines of Code

trunk/crossfire/plugin/include/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 27 (100.0%) 551 (100.0%) 20.4
gros 9 (33.3%) 416 (75.5%) 46.2
michtoen 4 (14.8%) 66 (12.0%) 16.5
akirschbaum 10 (37.0%) 57 (10.3%) 5.7
ryo_saeba 2 (7.4%) 6 (1.1%) 3.0
mwedel 2 (7.4%) 6 (1.1%) 3.0

Most Recent Commits

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

make branche directories, delete old trunk.

0 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (del)
ryo_saeba 2005-10-08 04:56 Rev.: 3841

Removed gps code. Added GetMarkedItem to Python

2 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+2)
ryo_saeba 2005-09-30 14:14 Rev.: 3741

Some plugin fixes, added [GS]etWeightLimit.

4 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+4)
akirschbaum 2005-05-20 03:17 Rev.: 3274

Apply qal21's patch [ #1205421 ]: Implement new Python functions:
GetArchType, GetFacing, GetLevel.

6 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+6)
akirschbaum 2005-03-06 11:46 Rev.: 3096

plugin/plugin_python.c, plugin/include/plugin_python.h: Whitespace changes,
remove obsolete comments.

3 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+3 -3)
akirschbaum 2005-02-20 15:43 Rev.: 3071

common/object.c, include/libproto.h: change nrof parameter of get_split_ob to
uint32 type.
server/c_object.c, include/sproto.h: change nrof parameter of drop_object to
uint32 type.
plugin/{plugin_python.c, include/plugin_python.h},
plugin_animator/{plugin_animator.c, include/plugin_animator.h},
server/{apply.c, attack.c, gods.c, monster.c, player.c, skills.c, time.c,
timers.c}: Change type of CFParm.Value[5] and StackParm1[] to uint32 to be
able to pass an "nrof" value.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+1 -1)
akirschbaum 2005-02-20 13:06 Rev.: 3070

plugin/plugin_python.c, plugin/include/plugin_python.h: Remove spell wrapper
functions.

0 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (-410)
akirschbaum 2005-02-20 12:20 Rev.: 3069

plugin/plugin_python.c, plugin/include/plugin_python.h: Replace skill-IDs by
skill names. Remove skill-ID wrapper functions.

0 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (-66)
akirschbaum 2005-01-07 15:02 Rev.: 3032

plugin/plugin_pyhton.c, plugin/include/plugin_python.h: Remove obsolete
functions: SetGender, SetRank, SetAlignment, SetGuildForce, GetGuildForce,
CreatePlayerForce, CreatePlayerInfo, GetPlayerInfo, GetNextPlayerInfo,
SetPreviousObject, SetNextObject.

0 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (-26)
akirschbaum 2005-01-07 14:19 Rev.: 3030

plugin/plugin_python.c, plugin/include/plugin_python.h: Add function
CFPython.SetDamned(), wrapper functions for missing cost flags, and wrapper
functions for event types.

34 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+34)
akirschbaum 2005-01-07 13:44 Rev.: 3029

plugin/plugin_python.c, plugin/include/plugin_python.h: Add missing attack type
wrapper functions.

4 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+4)
akirschbaum 2005-01-07 10:24 Rev.: 3025

plugin/include/plugin_python.h, plugin/plugin_python.c,
plugin_animator/plugin_animator.c, server/plugins.c: General cleanup - merge
duplicate code, remove debugging code, rename variables, rename C function
names to match the Python function name, use hook functions where
appropriate.

6 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+6 -6)
akirschbaum 2004-10-19 15:31 Rev.: 2966

plugin/plugin_python.c, plugin/include/plugin_python.h, server/plugins.c:
Fix comments, change whitespace.

3 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+3 -2)
mwedel 2003-09-13 00:02 Rev.: 2316

Updated code for skill + spell code. skills and spells are now objects.
tuning these now means changing the archetypes. New spells can now
be added just by making a new archetype. Lots of code cleanup
also done.
MSW 2003-09-12

6 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+6 -2)
gros 2003-06-11 13:38 Rev.: 2178

Typo correction for DecreaseObjectNr - Gros 11/06/03

1 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+1 -1)
gros 2003-06-11 12:38 Rev.: 2176

Added support for DecreaseObject, a wrapper for decrease_object
- Gros 11/06/03

2 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+2)
gros 2003-05-31 06:48 Rev.: 2171

Added a Python wrapper for the set_variable function - Gros 31/05/03

2 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+2)
gros 2003-01-22 16:38 Rev.: 1965


Added support to get/set WC value.
- Gros (22/01/03)

4 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+4)
gros 2003-01-22 09:36 Rev.: 1964


Added support for reading Crossfire installation paths from a script.

- Gros (22/01/03)

18 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+18 -2)
gros 2002-11-14 06:00 Rev.: 1827


Back to work !

Added placeholders functions for weather support.

(Gros - 14/11/02)

6 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+6)
gros 2002-02-03 06:01 Rev.: 1524

Completed SendCustomCommand plugin support - Gros Feb. 3rd 2002

3 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+3 -1)
michtoen 2001-11-19 22:42 Rev.: 1436

forgot to save in unix format

0 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (changed)
michtoen 2001-11-19 22:40 Rev.: 1435

some changes.
The guild scripts now works fine as alpha.

7 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+7 -2)
michtoen 2001-11-19 18:30 Rev.: 1433

Full support now for gender, rank and alignment.
Full support for guilds & quests in code, most script
functions included.

- some fixes
- old clients will not be effected
- to avoid treasure file error msg, collect arches

30 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+30 -1)
michtoen 2001-11-15 22:34 Rev.: 1421

Plugin_Python works now in Windows!

Alot of changes:
- New VisualC files to compile & install plugin_python.dll
and libcross.
- patch plugins.c and plugin_python.c to compiler under win32/VC
- remove some nasty bugs. The plugin now gives out correct version
messages and will be right noticed under dm command "pluglist"
- Fixed first plugin routines like "Say" and "initPlugin".

The whole package is running and ready for fix up!

29 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+29 -13)
gros 2001-10-21 04:07 Rev.: 1322

Some plugins improvements and bugfixes - Chachkoff Y. 10/21/01

14 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (+14)
gros 2001-10-14 03:26 Rev.: 1311

Header files for Python and Logger plugins - Gros 10/14/01

366 lines of code changed in 1 file:

  • trunk/crossfire/plugin/include: plugin_python.h (new 366)
Generated by StatSVN 0.7.0