[root]/server/trunk/types/food
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 27 (100.0%) | 724 (100.0%) | 26.8 |
qal21 | 2 (7.4%) | 407 (56.2%) | 203.5 |
akirschbaum | 6 (22.2%) | 148 (20.4%) | 24.6 |
partmedia | 8 (29.6%) | 131 (18.1%) | 16.3 |
kbulgrien | 3 (11.1%) | 15 (2.1%) | 5.0 |
anmaster | 3 (11.1%) | 13 (1.8%) | 4.3 |
ryo_saeba | 3 (11.1%) | 5 (0.7%) | 1.6 |
quinet | 1 (3.7%) | 3 (0.4%) | 3.0 |
silvernexus | 1 (3.7%) | 2 (0.3%) | 2.0 |
Allow a spell effect when applying a special food, like potions.
3 lines of code changed in 1 file:
Correctly display resistance changes when eating a special food.
1 lines of code changed in 1 file:
Add more sound events
3 lines of code changed in 1 file:
Slow players down if they eat too much
18 lines of code changed in 1 file:
Refactor food apply method
Add MAX_FOOD. Factor common eating effects into eat_common(). Subject
dragons to cursed food effects. Update message sent to player when
eating too much food.
81 lines of code changed in 1 file:
Add MOVE_PER_SECOND
When setting speed and duration arbitrarily for force objects that
expire, use MOVE_PER_SECOND instead. MOVE_PER_SECOND is a speed setting
where the duration corresponds to a length of time in seconds when using
the default MAX_TIME setting.
2 lines of code changed in 1 file:
Fix signed integer comparisons
1 lines of code changed in 1 file:
Clean up standard C headers.
23 lines of code changed in 1 file:
Fix unsafe uses of strcpy(3).
2 lines of code changed in 1 file:
Correct several typos in code comments.
2 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:
Fix broken special foods.
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.
13 lines of code changed in 1 file:
Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.
1 lines of code changed in 1 file:
Rename function names.
1 lines of code changed in 1 file:
Remove unused code.
0 lines of code changed in 1 file:
Add more functions object_find_by_xxx(); use these functions where possible.
2 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
4 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
140 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
3 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.
12 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:
Add missing math.h include.
1 lines of code changed in 1 file:
Refactor food applying.
406 lines of code changed in 1 file: