[root]/server/trunk/plugins/common
include
(2 files, 244 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 99 (100.0%) | 2776 (100.0%) | 28.0 |
ryo_saeba | 66 (66.7%) | 1657 (59.7%) | 25.1 |
akirschbaum | 11 (11.1%) | 446 (16.1%) | 40.5 |
quinet | 2 (2.0%) | 302 (10.9%) | 151.0 |
mwedel | 2 (2.0%) | 107 (3.9%) | 53.5 |
gros | 4 (4.0%) | 89 (3.2%) | 22.2 |
tchize | 2 (2.0%) | 66 (2.4%) | 33.0 |
anmaster | 4 (4.0%) | 54 (1.9%) | 13.5 |
cavesomething | 3 (3.0%) | 28 (1.0%) | 9.3 |
partmedia | 4 (4.0%) | 14 (0.5%) | 3.5 |
lalo | 1 (1.0%) | 13 (0.5%) | 13.0 |
Remove gettimeofday() compatibility functions
0 lines of code changed in 1 file:
Remove old shop functions from plugin interface
0 lines of code changed in 1 file:
Clean up standard C headers.
3 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
11 lines of code changed in 1 file:
Remove trailing whitespace.
1 lines of code changed in 1 file:
Enable Python to give knowledge items.
12 lines of code changed in 1 file:
Enable plugins to change the various move types.
2 lines of code changed in 1 file:
Wrap identify() to plugins. Fix undefined symbol.
15 lines of code changed in 1 file:
Remove unused variables. Remove suspicious call.
0 lines of code changed in 1 file:
Misc documentation fixes.
3 lines of code changed in 1 file:
Remove unused and broken plugin function.
0 lines of code changed in 1 file:
Expose player_arrest() to plugins.
11 lines of code changed in 1 file:
Expose jail properties to plugins.
46 lines of code changed in 1 file:
Allow cost_string_from_value() callers to specify maximum coin to use.
2 lines of code changed in 1 file:
Make Python's Object.Anim a String in both read and write.
14 lines of code changed in 1 file:
Make Python's Object.Face a String in both read and write.
17 lines of code changed in 1 file:
Change event listener prototype for plugins to return int instead of void*.
1 lines of code changed in 1 file:
Fix documentation.
2 lines of code changed in 1 file:
Make the plugin calls to player titles respect the custom titles the player has set.
4 lines of code changed in 1 file:
Expose one knowledge function to plugin.
16 lines of code changed in 1 file:
Patch by Funnyman3595 to add support for object.split and
object.clone to the python plugin
24 lines of code changed in 1 file:
Quest handling changes, remove questend calls, replace with individual
steps which can 'finish quest'.
0 lines of code changed in 1 file:
Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.
3 lines of code changed in 1 file:
Don't call server functions directly from plugins.
30 lines of code changed in 1 file:
Extract 'remove_depletion' function from potion. Give access to plugins to it, add to Python wrappers.
14 lines of code changed in 1 file:
Plugin access to 'quest_was_completed' function.
12 lines of code changed in 1 file:
Revamp quests, use a definition file to factorize things.
4 lines of code changed in 1 file:
Low-level quest status handling.
51 lines of code changed in 1 file:
Plugin utility function cf_map_insert_object_around().
22 lines of code changed in 1 file:
Export query_cost_string and cost_string_from_value to plugins.
24 lines of code changed in 1 file:
Fix missing symbol in cfpython.so plugin.
2 lines of code changed in 1 file:
Rename function names.
4 lines of code changed in 1 file:
Rename function names.
3 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
22 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
1 lines of code changed in 1 file:
plugins/common/hashtable.c: Rewrite the code documentation to doxygen style.
52 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
407 lines of code changed in 2 files:
re-enabling cfpython to change a player's title
13 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
302 lines of code changed in 2 files:
Fix use of uninitialised variables in the plugin API and remove some dead code
from the plugin API (as in: never called from plugin_common.c) Also cleanup
indention in map.h, change order of members in some structs in face.h to pack
them a bit better.
1 lines of code changed in 1 file:
(53 more)