Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 751 (100.0%) | 37.5 |
qal21 | 1 (5.0%) | 481 (64.0%) | 481.0 |
akirschbaum | 6 (30.0%) | 197 (26.2%) | 32.8 |
mwedel | 1 (5.0%) | 25 (3.3%) | 25.0 |
partmedia | 2 (10.0%) | 23 (3.1%) | 11.5 |
kbulgrien | 3 (15.0%) | 15 (2.0%) | 5.0 |
ryo_saeba | 3 (15.0%) | 4 (0.5%) | 1.3 |
quinet | 1 (5.0%) | 4 (0.5%) | 4.0 |
anmaster | 3 (15.0%) | 2 (0.3%) | 0.6 |
Fix wrong condition allowing a weapon to be improved as much as wanted.
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
2 lines of code changed in 1 file:
Correctly update improved weapon's weight in inventory.
2 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.
13 lines of code changed in 1 file:
Whitespace changes.
0 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.
9 lines of code changed in 1 file:
Rename function names.
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
10 lines of code changed in 1 file:
Remove trailing whitespace.
2 lines of code changed in 1 file:
Fix for bug include/autoconf.h.in - customize stack of weapons bug.
This commit also fixes some other things, like update name not getting
sent to the client when doing the prepare.
types/weapon_improver/weapon_improver.c: All changes in prepare_weapon():
Split stack of weapons so other items don't disappear. Move the
draw_info() call after updating the weapon name, so it uses new
weapon name. Add call to esrv_update_item() to update the name
of the weapon.
MSW 2009-04-05
25 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
175 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:
Change some more sprintf to snprintf.
1 lines of code changed in 1 file:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
.cvsignore files fixed in types subdirectories and svn:ignore re-set.
1 lines of code changed in 1 file:
.cvsignore files created in types subdirectories and svn:ignore set.
1 lines of code changed in 1 file:
Fix bug #1833943: Buffer overflow in item power calculation.
1 lines of code changed in 1 file:
Refactor weapon_improver code. This slims a notably amount from apply.c :)
481 lines of code changed in 1 file: