Directory types/potion/

Directory Created:
2007-06-08 16:24
Total Files:
1
Deleted Files:
1
Lines of Code:
225

[root]/types/potion

Lines of Code

types/potion/ Lines of Code

Developers

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

Most Recent Commits

partmedia 2021-01-01 16:34 Rev.: 21699

Play drink sound when applying potions

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1)
crowbert 2020-08-20 23:39 Rev.: 21295

add a space between sentences in the improvement potion consumption message

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1 -1)
partmedia 2018-12-29 17:49 Rev.: 20649

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:

  • types/potion: potion.c (+2 -2)
partmedia 2018-12-29 01:05 Rev.: 20647

Clarify comment

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1 -1)
partmedia 2014-06-06 17:30 Rev.: 19529

Clean up standard C headers.

21 lines of code changed in 1 file:

  • types/potion: potion.c (+21 -25)
ryo_saeba 2012-06-17 15:24 Rev.: 18276

Resistance potions can now display a spell effect.

5 lines of code changed in 1 file:

  • types/potion: potion.c (+5)
mwedel 2010-11-19 01:35 Rev.: 14102

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:

  • types/potion: potion.c (+1 -1)
kbulgrien 2010-05-28 01:12 Rev.: 13308

- 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:

  • types/potion: potion.c (+8 -8)
ryo_saeba 2010-04-26 11:28 Rev.: 12977

Rename POTION_EFFECT to POTION_RESIST_EFFECT to better describe what it is.

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1 -1)
ryo_saeba 2010-04-26 11:23 Rev.: 12976

Warn players of the end of resistance effects.

11 lines of code changed in 1 file:

  • types/potion: potion.c (+11 -1)
ryo_saeba 2010-04-18 04:36 Rev.: 12922

Inform players when drinking a cursed potion.

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1)
ryo_saeba 2010-02-28 06:50 Rev.: 12526

Extract 'remove_depletion' function from potion. Give access to plugins to it, add to Python wrappers.

2 lines of code changed in 1 file:

  • types/potion: potion.c (+2 -22)
akirschbaum 2009-06-24 14:17 Rev.: 12016

Replace most calls to object_insert_in_map() with object_insert_in_map_at().

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1 -3)
akirschbaum 2009-06-16 15:44 Rev.: 11916

Rename function names.

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1 -1)
akirschbaum 2009-06-12 10:46 Rev.: 11817

Rename most functions in object.c to object_xxx().

11 lines of code changed in 1 file:

  • types/potion: potion.c (+11 -11)
akirschbaum 2009-01-24 03:20 Rev.: 11226

Whitespace changes: consistently reformat code.

84 lines of code changed in 1 file:

  • types/potion: potion.c (+84 -94)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

2 lines of code changed in 1 file:

  • types/potion: potion.c (+2 -2)
anmaster 2008-06-01 11:40 Rev.: 9198

Set svn:eol-style to native on *.c and *.h files that were missing it.

1 lines of code changed in 1 file:

  • types/potion: potion.c (+1)
anmaster 2008-05-25 05:03 Rev.: 9151

Removed unused .cvsignore files, after all we use SVN since a long time.

0 lines of code changed in 1 file:

  • types/potion: .cvsignore (del)
kbulgrien 2008-01-26 01:44 Rev.: 8278

.cvsignore files fixed in types subdirectories and svn:ignore re-set.

1 lines of code changed in 1 file:

  • types/potion: .cvsignore (+1)
kbulgrien 2008-01-26 01:39 Rev.: 8277

.cvsignore files created in types subdirectories and svn:ignore set.

1 lines of code changed in 1 file:

  • types/potion: .cvsignore (new 1)
qal21 2007-06-09 09:27 Rev.: 6442

Fix documentation.

2 lines of code changed in 1 file:

  • types/potion: potion.c (+2 -2)
qal21 2007-06-08 16:24 Rev.: 6431

Refactor SCROLL and POTION applying.

243 lines of code changed in 1 file:

  • types/potion: potion.c (new 243)
Generated by StatSVN 0.7.0