[root]/server/trunk/plugins/cfpython
include
(8 files, 395 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 245 (100.0%) | 7234 (100.0%) | 29.5 |
ryo_saeba | 130 (53.1%) | 2361 (32.6%) | 18.1 |
akirschbaum | 37 (15.1%) | 1578 (21.8%) | 42.6 |
tchize | 12 (4.9%) | 1420 (19.6%) | 118.3 |
anmaster | 24 (9.8%) | 805 (11.1%) | 33.5 |
quinet | 7 (2.9%) | 566 (7.8%) | 80.8 |
gros | 5 (2.0%) | 228 (3.2%) | 45.6 |
mwedel | 5 (2.0%) | 173 (2.4%) | 34.6 |
cavesomething | 3 (1.2%) | 45 (0.6%) | 15.0 |
lalo | 1 (0.4%) | 27 (0.4%) | 27.0 |
partmedia | 11 (4.5%) | 16 (0.2%) | 1.4 |
qal21 | 8 (3.3%) | 10 (0.1%) | 1.2 |
Alestan | 2 (0.8%) | 5 (0.1%) | 2.5 |
Fix Map.EnterY
Submitted by: Benjamin Lerman (patch #350)
2 lines of code changed in 1 file:
Fix EVENT_GKILL arguments
2 lines of code changed in 1 file:
Remove old shop functions from plugin interface
0 lines of code changed in 2 files:
Remove automatic prototype generation with cproto
Obtained from: Tolga Dalman
0 lines of code changed in 1 file:
Clean up dead code and unreached variable checks.
3 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
6 lines of code changed in 3 files:
Avoid using unsafe strncpy/strncat combination.
3 lines of code changed in 1 file:
Remove trailing whitespace.
6 lines of code changed in 1 file:
Expose attack movement constants to Python scripts.
22 lines of code changed in 1 file:
Trim legacy Makefile headers.
0 lines of code changed in 1 file:
Rename buy/sell flags to not conflict with those in newclient.h for item command.
6 lines of code changed in 1 file:
Expose move_to() to Python.
10 lines of code changed in 1 file:
Enable Python to give knowledge items.
14 lines of code changed in 1 file:
Remove some redundant definitions.
52 lines of code changed in 1 file:
Give access to the container's object to the Python object.
5 lines of code changed in 1 file:
Rename constant to be more precise.
1 lines of code changed in 1 file:
Distinguish 'attacks something' and 'is attacked' events. Enable items to react to being attacked.
1 lines of code changed in 1 file:
Remove redundant header.
72 lines of code changed in 1 file:
Remove redundant header.
309 lines of code changed in 3 files:
Remove redundant header.
419 lines of code changed in 1 file:
Give Python access to 'OtherArchetype'.
5 lines of code changed in 1 file:
Enable Python to set 'Alive' and the various move types.
72 lines of code changed in 1 file:
Enable setting MarkedItem to None.
5 lines of code changed in 1 file:
Add logic to do svn version check between plugin and server - this prevents
incompatible plugins from being used.
MSW 2011-11-26
3 lines of code changed in 1 file:
Fix function.
1 lines of code changed in 1 file:
Remove 'no_save' field from 'object', replace by FLAG_NO_SAVE.
2 lines of code changed in 1 file:
Remove unused variables. Remove suspicious call.
0 lines of code changed in 1 file:
Correctly track last script use in cache.
4 lines of code changed in 1 file:
Oops, 'code' is not a shared string...
3 lines of code changed in 1 file:
Correctly initialize and clear cache entries.
15 lines of code changed in 1 file:
Comments.
8 lines of code changed in 1 file:
Move structure to file, no need to have it in .h file.
11 lines of code changed in 1 file:
Use shared strings for commands, and correctly free them.
12 lines of code changed in 1 file:
Remove obsolete type 44 EXPERIENCE.
0 lines of code changed in 1 file:
Redirect Python's stderr and stdout to the Crossfire log.
51 lines of code changed in 1 file:
Don't open Python script file if cached.
9 lines of code changed in 1 file:
Give player's killer to plugins.
2 lines of code changed in 1 file:
Expose arrest_player() to Python.
4 lines of code changed in 1 file:
Expose region's jail parameters to Python.
12 lines of code changed in 1 file:
Add missing NDI_ constant.
1 lines of code changed in 1 file:
(147 more)