Directory types/shop_inventory/

Directory Created:
2007-06-02 11:49
Total Files:
1
Deleted Files:
0
Lines of Code:
177

[root]/types/shop_inventory

Lines of Code

types/shop_inventory/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 259 (100.0%) 21.5
ryo_saeba 3 (25.0%) 190 (73.4%) 63.3
akirschbaum 2 (16.7%) 35 (13.5%) 17.5
partmedia 2 (16.7%) 24 (9.3%) 12.0
kbulgrien 1 (8.3%) 3 (1.2%) 3.0
anmaster 2 (16.7%) 3 (1.2%) 1.5
quinet 1 (8.3%) 2 (0.8%) 2.0
mwedel 1 (8.3%) 2 (0.8%) 2.0

Most Recent Commits

partmedia 2014-06-06 17:30 Rev.: 19529

Clean up standard C headers.

22 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (+22 -26)
partmedia 2014-04-25 19:00 Rev.: 19364

Refactor to use C99 integer type names.

Submitted by: Tolga Dalman

2 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (+2 -2)
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.

3 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (+3 -3)
anmaster 2009-02-07 06:13 Rev.: 11387

types/shop_inventory/shop_inventory.c: Use size_t not int when working with
list sizes. The variable i is used for several things, but using size_t should
be safe for all uses of it.

2 lines of code changed in 1 file:

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

Whitespace changes: consistently reformat code.

31 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (+31 -33)
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/shop_inventory: shop_inventory.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/shop_inventory: shop_inventory.c (+1)
ryo_saeba 2008-03-30 17:18 Rev.: 8683

Remove obsolete get_map_ob define, replaced by GET_MAP_OB.

1 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (+1 -1)
mwedel 2007-07-17 02:13 Rev.: 6791

No functional changes - various cleanups to reduce number of compiler warnings
when compiled with -Wall - makes it easier to catch real errors. Most things
changed/fixed are missing returns in non void functions, missing includes,
declared but unused variables, not escaping #include sproto in CEXTRACT
checks. MSW 2007-07-16

2 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (+2 -1)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

4 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (+4 -4)
ryo_saeba 2007-06-03 12:28 Rev.: 6408

Fix documentation.

19 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (+19 -8)
ryo_saeba 2007-06-02 11:49 Rev.: 6387

Rename MENU to SHOP_INVENTORY, better match. Move ob_apply logic for SHOP_INVENTORY objects to the ob_method system.

170 lines of code changed in 1 file:

  • types/shop_inventory: shop_inventory.c (new 170)
Generated by StatSVN 0.7.0