Directory trunk/crossfire/plugin/

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

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

Lines of Code

trunk/crossfire/plugin/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 92 (100.0%) 6607 (100.0%) 71.8
akirschbaum 36 (39.1%) 2209 (33.4%) 61.3
gros 15 (16.3%) 1504 (22.8%) 100.2
mwedel 20 (21.7%) 1172 (17.7%) 58.6
tchize 4 (4.3%) 621 (9.4%) 155.2
michtoen 6 (6.5%) 601 (9.1%) 100.1
ryo_saeba 10 (10.9%) 444 (6.7%) 44.4
temitchell 1 (1.1%) 56 (0.8%) 56.0

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/plugin: Makefile (del), Makefile.am (del), Makefile.in (del), Makefile.old (del), plugin_python.c (del)
ryo_saeba 2005-10-08 04:56 Rev.: 3841

Removed gps code. Added GetMarkedItem to Python

38 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+38 -5)
ryo_saeba 2005-09-30 14:14 Rev.: 3741

Some plugin fixes, added [GS]etWeightLimit.

46 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+46)
ryo_saeba 2005-07-19 15:59 Rev.: 3482

Don't hardcode values. Fix item transformer code.

5 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+5 -5)
akirschbaum 2005-07-16 13:14 Rev.: 3451

*Makefile.in, aclocal.m4, configure: Rebuilt generated files.

2 lines of code changed in 1 file:

  • trunk/crossfire/plugin: Makefile.in (+2 -2)
ryo_saeba 2005-07-15 16:11 Rev.: 3441

Massive plugin changes, fixes bugs for Win32

226 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+226 -80)
ryo_saeba 2005-07-15 08:51 Rev.: 3433

Glue cleaning. New plugin function.

4 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+4 -1)
ryo_saeba 2005-07-15 04:28 Rev.: 3431

Fix plugin crashes

50 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+50 -26)
mwedel 2005-07-08 20:03 Rev.: 3408

configure.ac, configure, aclocal.m4, */Makefile.in: Add AM_MAINTAINER_MODE
macro to configure.ac - this should hopefully supress auto regeneration of
makefiles.in
MSW 2005-07-08

6 lines of code changed in 1 file:

  • trunk/crossfire/plugin: Makefile.in (+6 -3)
mwedel 2005-07-08 19:03 Rev.: 3403

Commit updated makefiles so files these depend on have been updated
(aclocal/include).
MSW 2005-07-08

245 lines of code changed in 1 file:

  • trunk/crossfire/plugin: Makefile.in (+245 -139)
akirschbaum 2005-05-20 14:28 Rev.: 3275

Ensure that object->msg always has a trailing \n character. This is necessary
to prevent corrupted map files.

14 lines of code changed in 1 file:

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

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

48 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+48)
tchize 2005-05-06 16:10 Rev.: 3245


added a new command to identify the type of text send to client.
media tags can be included inside them. Those text types include
scrolls, books, message of the day, signs, aso.
See protocol doc for details

139 lines of code changed in 1 file:

  • trunk/crossfire/plugin: Makefile.in (+139 -245)
akirschbaum 2005-03-09 14:17 Rev.: 3109

*Makefile.in, aclocal.m4, configure, utils/config.guess, utils/config.sub,
utils/ltmain.sh: Rebuild generated files.

250 lines of code changed in 1 file:

  • trunk/crossfire/plugin: Makefile.in (+250 -136)
akirschbaum 2005-03-06 11:46 Rev.: 3096

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

124 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+124 -336)
akirschbaum 2005-03-06 11:26 Rev.: 3095

plugin/plugin_python.c: Only set WhoAmI when running the command registered by
CFPython.RegisterCommand. Set default result value to "success".

3 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+3 -3)
akirschbaum 2005-03-06 10:56 Rev.: 3094

plugin/plugin_python.c: Fix memory leaks by freeing old strings before
assigning a new value.

11 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+11)
akirschbaum 2005-03-06 10:24 Rev.: 3093

plugin/plugin_python.c: Use correct format specifiers for item values and
experience values.

4 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+4 -4)
akirschbaum 2005-03-06 10:11 Rev.: 3092

plugin/plugin_python.c: Make CFPython.IsCanBePicked return whether the object
can be picked up. (Did return whether the object cannot be picked up.)

1 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+1 -1)
akirschbaum 2005-03-06 08:58 Rev.: 3091

plugin/plugin_python.c: Do not return a pointer to a variable on the stack.

1 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+1 -1)
akirschbaum 2005-03-06 08:49 Rev.: 3089

plugin/plugin_python.c: Change second parameter of CFPython.CheckMap to use
a map object instead of a map name. Now it works for tiles maps.

33 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+33 -4)
akirschbaum 2005-02-28 16:36 Rev.: 3080

plugin/plugin_python.c: Increase limits of values the Python script may set
to the ranges given by objects in the archetypes file.

21 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+21 -18)
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: plugin_python.c (+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: plugin_python.c (-1629)
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.

9 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+9 -237)
akirschbaum 2005-01-10 05:55 Rev.: 3042

plugin/plugin_python.c, plugin_animator/plugin_animator.c,
plugin_animator/plugin_animator.c: Use script return value set by
CFPython.SetReturnValue(): access to stack was off by one. Do not return a
pointer to a local variable on the stack.

2 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+2 -1)
akirschbaum 2005-01-10 04:12 Rev.: 3041

plugin/plugin_python.c, plugin_animator/plugin_animator.c: Handle all defined
events.

15 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+15 -1)
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: plugin_python.c (-373)
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.

158 lines of code changed in 1 file:

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

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

14 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+14)
akirschbaum 2005-01-07 13:19 Rev.: 3028

plugin/plugin_python.c: Add an optional parameter to CFPython.SetName() to
specify name_pl as well. Always set name_pl.

10 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+10 -3)
akirschbaum 2005-01-07 12:55 Rev.: 3027

plugin/plugin_python.c: Fix a buffer overflow in CFPython.RegisterCommand():
allocated memory was not sufficient to hold the trailing '\0'.

2 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+2 -4)
akirschbaum 2005-01-07 12:24 Rev.: 3026

plugin/plugin_python.c: Use #define constants.

24 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+24 -24)
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.

64 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+64 -149)
akirschbaum 2005-01-07 07:00 Rev.: 3024

include/sproto.h, plugin/plugin_python.c, server/plugins.c, server/shop.c:
Use uint64 type for variables holding money. Use Python long integers to
pass these variables to/from the Python plugin.

8 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+8 -8)
akirschbaum 2005-01-06 11:20 Rev.: 3023

plugin/plugin_python.c: Check values passed in from the Python code; generate
proper Python exceptions for invalid values.

698 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+698 -125)
akirschbaum 2005-01-06 07:08 Rev.: 3022

plugin/plugin_python.c, plugin_animator/plugin_animator.c: Make sure all
fields on the stack are initialized. Prevent stack overflow: check was one
off, causing a buffer overflow. Decrement stack pointer in error case.

38 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+38 -15)
ryo_saeba 2004-11-29 06:28 Rev.: 2997

ChangeLog

1 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+1 -1)
akirschbaum 2004-10-21 14:10 Rev.: 2972

plugin/plugin_python.c: Run the script python_init.py right after
initializing the interpreter.

12 lines of code changed in 1 file:

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

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

480 lines of code changed in 1 file:

  • trunk/crossfire/plugin: plugin_python.c (+480 -623)

(44 more)

Generated by StatSVN 0.7.0