Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 339 (100.0%) | 16.9 |
gros | 1 (5.0%) | 197 (58.1%) | 197.0 |
akirschbaum | 6 (30.0%) | 67 (19.8%) | 11.1 |
crowbert | 1 (5.0%) | 34 (10.0%) | 34.0 |
partmedia | 4 (20.0%) | 24 (7.1%) | 6.0 |
ryo_saeba | 4 (20.0%) | 6 (1.8%) | 1.5 |
qal21 | 1 (5.0%) | 5 (1.5%) | 5.0 |
quinet | 1 (5.0%) | 4 (1.2%) | 4.0 |
kbulgrien | 1 (5.0%) | 1 (0.3%) | 1.0 |
anmaster | 1 (5.0%) | 1 (0.3%) | 1.0 |
Allow converters to match on wildcards
34 lines of code changed in 1 file:
Rename shop functions to be more consistent
1 lines of code changed in 1 file:
Split shop functions into a new header file
1 lines of code changed in 1 file:
Clean up standard C headers.
21 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
1 lines of code changed in 1 file:
Prevent converters from creating unpaid coins.
1 lines of code changed in 1 file:
- Remove unused "oldmessage" parameter from draw_ext_info(),
draw_ext_info_format(), ext_info_map(), ext_info_map_except(), and
ext_info_map_except2() functions and calls.
1 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:
Replace most calls to object_insert_in_map() with object_insert_in_map_at().
2 lines of code changed in 1 file:
Rewrite loops iterating over inv/env/below/above object lists with macros that are not affected by objects being modified/removed/freed within the loop.
4 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
11 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
46 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
4 lines of code changed in 1 file:
Set svn:eol-style to native on *.c and *.h files that were missing it.
1 lines of code changed in 1 file:
Implement feature request #1657735: Server setting for handling 'incorrect' converters.
1 lines of code changed in 1 file:
Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.
1 lines of code changed in 1 file:
Fix compilation warnings, mostly missing #include.
1 lines of code changed in 1 file:
Make functions in types/ static where possible and reasonable.
5 lines of code changed in 1 file:
Remove static buffer for query_name().
3 lines of code changed in 1 file:
Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().
2007-01-21 - gros
197 lines of code changed in 1 file: