Directory types/identify_altar/

Directory Created:
2007-01-21 10:43
Total Files:
1
Deleted Files:
0
Lines of Code:
118

[root]/types/identify_altar

Lines of Code

types/identify_altar/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 200 (100.0%) 14.2
gros 1 (7.1%) 134 (67.0%) 134.0
akirschbaum 3 (21.4%) 35 (17.5%) 11.6
ryo_saeba 4 (28.6%) 10 (5.0%) 2.5
quinet 1 (7.1%) 6 (3.0%) 6.0
kbulgrien 1 (7.1%) 6 (3.0%) 6.0
qal21 1 (7.1%) 4 (2.0%) 4.0
toxicfrog 1 (7.1%) 2 (1.0%) 2.0
mwedel 1 (7.1%) 2 (1.0%) 2.0
anmaster 1 (7.1%) 1 (0.5%) 1.0

Most Recent Commits

toxicfrog 2020-09-13 16:41 Rev.: 21424

Refactor need_identify into is_identifiable_type and is_identified

This should result in no functional changes, but makes a lot of code
that queries ID status a bit easier to read. It also replaces the
hard-coded list of object types in need_identify with a more general
approach of checking whether the object type has an associated
identifyskill.

2 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+2 -6)
ryo_saeba 2020-09-09 11:12 Rev.: 21363

Don't display media tags by default in item names.
Clients don't handle media tags in tooltips or floor, so only use tags when describing items.

2 lines of code changed in 1 file:

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

2 lines of code changed in 1 file:

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

6 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+6 -7)
akirschbaum 2009-06-18 16:10 Rev.: 11941

Rewrite loops iterating over inv/env/below/above object lists with macros that are not affected by objects being modified/removed/freed within the loop.

2 lines of code changed in 1 file:

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

Whitespace changes: consistently reformat code.

32 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+32 -49)
quinet 2008-07-20 04:49 Rev.: 9584

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

6 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+6 -6)
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/identify_altar: identify_altar.c (+1)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

1 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+1 -1)
ryo_saeba 2007-03-13 14:12 Rev.: 5756

Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.

1 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+1 -1)
qal21 2007-02-24 13:59 Rev.: 5608

Make functions in types/ static where possible and reasonable.

4 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+4 -1)
ryo_saeba 2007-02-11 12:16 Rev.: 5500

Remove obsolete long_desc(), replaced by ob_describe(), get rid of static buffer.

3 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+3 -2)
ryo_saeba 2007-02-09 18:09 Rev.: 5420

No functional changes, just compilation warnings / Doxygen stuff.

4 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (+4 -2)
gros 2007-01-21 10:43 Rev.: 5339

Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().

2007-01-21 - gros

134 lines of code changed in 1 file:

  • types/identify_altar: identify_altar.c (new 134)
Generated by StatSVN 0.7.0