Directory types/food/

Directory Created:
2007-06-09 10:26
Total Files:
1
Deleted Files:
1
Lines of Code:
390

[root]/types/food

Lines of Code

types/food/ Lines of Code

Developers

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

Most Recent Commits

ryo_saeba 2021-01-28 11:21 Rev.: 21851

Allow a spell effect when applying a special food, like potions.

3 lines of code changed in 1 file:

  • types/food: food.c (+3)
ryo_saeba 2021-01-27 11:53 Rev.: 21850

Correctly display resistance changes when eating a special food.

1 lines of code changed in 1 file:

  • types/food: food.c (+1 -1)
partmedia 2020-03-20 19:28 Rev.: 21183

Add more sound events

3 lines of code changed in 1 file:

  • types/food: food.c (+3)
partmedia 2019-08-30 01:08 Rev.: 20984

Slow players down if they eat too much

18 lines of code changed in 1 file:

  • types/food: food.c (+18 -5)
partmedia 2019-08-15 01:41 Rev.: 20956

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:

  • types/food: food.c (+81 -86)
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/food: food.c (+2 -2)
partmedia 2016-08-12 23:02 Rev.: 20314

Fix signed integer comparisons

1 lines of code changed in 1 file:

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

Clean up standard C headers.

23 lines of code changed in 1 file:

  • types/food: food.c (+23 -26)
partmedia 2014-06-05 11:15 Rev.: 19514

Fix unsafe uses of strcpy(3).

2 lines of code changed in 1 file:

  • types/food: food.c (+2 -1)
silvernexus 2014-05-17 23:20 Rev.: 19441

Correct several typos in code comments.

2 lines of code changed in 1 file:

  • types/food: food.c (+2 -2)
partmedia 2014-04-25 19:00 Rev.: 19364

Refactor to use C99 integer type names.

Submitted by: Tolga Dalman

1 lines of code changed in 1 file:

  • types/food: food.c (+1 -1)
ryo_saeba 2010-08-28 03:49 Rev.: 13682

Fix broken special foods.

1 lines of code changed in 1 file:

  • types/food: food.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.

13 lines of code changed in 1 file:

  • types/food: food.c (+13 -17)
akirschbaum 2010-03-08 13:33 Rev.: 12599

Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.

1 lines of code changed in 1 file:

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

Rename function names.

1 lines of code changed in 1 file:

  • types/food: food.c (+1 -1)
akirschbaum 2009-06-13 16:21 Rev.: 11835

Remove unused code.

0 lines of code changed in 1 file:

  • types/food: food.c (-1)
akirschbaum 2009-06-12 15:53 Rev.: 11822

Add more functions object_find_by_xxx(); use these functions where possible.

2 lines of code changed in 1 file:

  • types/food: food.c (+2 -8)
akirschbaum 2009-06-12 10:46 Rev.: 11817

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

4 lines of code changed in 1 file:

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

Whitespace changes: consistently reformat code.

140 lines of code changed in 1 file:

  • types/food: food.c (+140 -159)
quinet 2008-07-20 04:49 Rev.: 9584

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

3 lines of code changed in 1 file:

  • types/food: food.c (+3 -3)
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/food: food.c (+1)
anmaster 2008-05-31 08:06 Rev.: 9178

Change some more sprintf to snprintf.

12 lines of code changed in 1 file:

  • types/food: food.c (+12 -12)
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/food: .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/food: .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/food: .cvsignore (new 1)
qal21 2007-06-21 19:33 Rev.: 6698

Add missing math.h include.

1 lines of code changed in 1 file:

  • types/food: food.c (+1)
qal21 2007-06-09 10:26 Rev.: 6444

Refactor food applying.

406 lines of code changed in 1 file:

  • types/food: food.c (new 406)
Generated by StatSVN 0.7.0