[root]/server/trunk/types/potion
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 402 (100.0%) | 17.4 |
qal21 | 2 (8.7%) | 245 (60.9%) | 122.5 |
akirschbaum | 4 (17.4%) | 97 (24.1%) | 24.2 |
partmedia | 4 (17.4%) | 25 (6.2%) | 6.2 |
ryo_saeba | 5 (21.7%) | 20 (5.0%) | 4.0 |
kbulgrien | 3 (13.0%) | 10 (2.5%) | 3.3 |
quinet | 1 (4.3%) | 2 (0.5%) | 2.0 |
mwedel | 1 (4.3%) | 1 (0.2%) | 1.0 |
crowbert | 1 (4.3%) | 1 (0.2%) | 1.0 |
anmaster | 2 (8.7%) | 1 (0.2%) | 0.5 |
Play drink sound when applying potions
1 lines of code changed in 1 file:
add a space between sentences in the improvement potion consumption message
1 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:
Clarify comment
1 lines of code changed in 1 file:
Clean up standard C headers.
21 lines of code changed in 1 file:
Resistance potions can now display a spell effect.
5 lines of code changed in 1 file:
Add code to have identified objects merge together with like objects.
identify() modified to return object, which may be merged object.
examine() modified to stop processing once it does a skill ident
on an item, since the pointer is has may now be invalid.
MSW 2010-11-18
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.
8 lines of code changed in 1 file:
Rename POTION_EFFECT to POTION_RESIST_EFFECT to better describe what it is.
1 lines of code changed in 1 file:
Warn players of the end of resistance effects.
11 lines of code changed in 1 file:
Inform players when drinking a cursed potion.
1 lines of code changed in 1 file:
Extract 'remove_depletion' function from potion. Give access to plugins to it, add to Python wrappers.
2 lines of code changed in 1 file:
Replace most calls to object_insert_in_map() with object_insert_in_map_at().
1 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().
11 lines of code changed in 1 file:
Whitespace changes: consistently reformat code.
84 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
2 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:
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 documentation.
2 lines of code changed in 1 file:
Refactor SCROLL and POTION applying.
243 lines of code changed in 1 file: