[root]/server/trunk/plugins/common
include
(2 files, 244 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 102 (100.0%) | 2793 (100.0%) | 27.3 |
ryo_saeba | 68 (66.7%) | 1659 (59.4%) | 24.3 |
akirschbaum | 11 (10.8%) | 446 (16.0%) | 40.5 |
quinet | 2 (2.0%) | 302 (10.8%) | 151.0 |
mwedel | 2 (2.0%) | 107 (3.8%) | 53.5 |
gros | 4 (3.9%) | 89 (3.2%) | 22.2 |
tchize | 2 (2.0%) | 66 (2.4%) | 33.0 |
anmaster | 4 (3.9%) | 54 (1.9%) | 13.5 |
cavesomething | 3 (2.9%) | 28 (1.0%) | 9.3 |
silvernexus | 1 (1.0%) | 15 (0.5%) | 15.0 |
partmedia | 4 (3.9%) | 14 (0.5%) | 3.5 |
lalo | 1 (1.0%) | 13 (0.5%) | 13.0 |
Fix variable type.
2 lines of code changed in 1 file:
Mark 'CastAbility' as obsolete.
0 lines of code changed in 1 file:
Adjust python plugin bindings to better reflect the change from perm_exp to total_exp.
Also seems to fix a plugin crash in my build, but others were still working fine. Possibly the result of compiling from different GCC versions?
15 lines of code changed in 1 file:
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:
(56 more)