[root]/trunk/crossfire/plugin/include
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 |
make branche directories, delete old trunk.
0 lines of code changed in 1 file:
Removed gps code. Added GetMarkedItem to Python
2 lines of code changed in 1 file:
Some plugin fixes, added [GS]etWeightLimit.
4 lines of code changed in 1 file:
Apply qal21's patch [ #1205421 ]: Implement new Python functions:
GetArchType, GetFacing, GetLevel.
6 lines of code changed in 1 file:
plugin/plugin_python.c, plugin/include/plugin_python.h: Whitespace changes,
remove obsolete comments.
3 lines of code changed in 1 file:
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:
plugin/plugin_python.c, plugin/include/plugin_python.h: Remove spell wrapper
functions.
0 lines of code changed in 1 file:
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:
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:
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:
plugin/plugin_python.c, plugin/include/plugin_python.h: Add missing attack type
wrapper functions.
4 lines of code changed in 1 file:
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:
plugin/plugin_python.c, plugin/include/plugin_python.h, server/plugins.c:
Fix comments, change whitespace.
3 lines of code changed in 1 file:
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:
Typo correction for DecreaseObjectNr - Gros 11/06/03
1 lines of code changed in 1 file:
Added support for DecreaseObject, a wrapper for decrease_object
- Gros 11/06/03
2 lines of code changed in 1 file:
Added a Python wrapper for the set_variable function - Gros 31/05/03
2 lines of code changed in 1 file:
Added support to get/set WC value.
- Gros (22/01/03)
4 lines of code changed in 1 file:
Added support for reading Crossfire installation paths from a script.
- Gros (22/01/03)
18 lines of code changed in 1 file:
Back to work !
Added placeholders functions for weather support.
(Gros - 14/11/02)
6 lines of code changed in 1 file:
Completed SendCustomCommand plugin support - Gros Feb. 3rd 2002
3 lines of code changed in 1 file:
forgot to save in unix format
0 lines of code changed in 1 file:
some changes.
The guild scripts now works fine as alpha.
7 lines of code changed in 1 file:
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:
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:
Some plugins improvements and bugfixes - Chachkoff Y. 10/21/01
14 lines of code changed in 1 file:
Header files for Python and Logger plugins - Gros 10/14/01
366 lines of code changed in 1 file: