Directory server/trunk/types/common/

Directory Created:
2007-01-14 04:16
Total Files:
3
Deleted Files:
0
Lines of Code:
400

[root]/server/trunk/types/common

Lines of Code

server/trunk/types/common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 685 (100.0%) 16.3
qal21 2 (4.8%) 242 (35.3%) 121.0
akirschbaum 12 (28.6%) 179 (26.1%) 14.9
gros 2 (4.8%) 168 (24.5%) 84.0
ryo_saeba 16 (38.1%) 56 (8.2%) 3.5
partmedia 2 (4.8%) 23 (3.4%) 11.5
quinet 3 (7.1%) 10 (1.5%) 3.3
anmaster 4 (9.5%) 6 (0.9%) 1.5
mwedel 1 (2.4%) 1 (0.1%) 1.0

Most Recent Commits

ryo_saeba 2021-02-01 15:11 Rev.: 21885

Extract event handling to common library.

2 lines of code changed in 2 files:

  • server/trunk/types/common: common_apply.c (+1 -2), projectile.c (+1 -2)
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.

3 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (+3 -2)
ryo_saeba 2020-05-01 05:13 Rev.: 21225

Rename function.

1 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+1 -1)
ryo_saeba 2016-01-03 09:22 Rev.: 20213

Add media tags to monsters description (via probe or knowledge), to highlight some resistances.

1 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (+1 -1)
partmedia 2014-06-06 17:30 Rev.: 19529

Clean up standard C headers.

21 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (+21 -24)
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:

  • server/trunk/types/common: projectile.c (+2 -2)
ryo_saeba 2011-12-18 14:09 Rev.: 16219

Don't set the face directly.

2 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+2 -2)
ryo_saeba 2011-06-21 12:17 Rev.: 14671

Remove unused variables.

1 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+1 -3)
ryo_saeba 2010-10-24 09:17 Rev.: 14034

Simplify code.

1 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+1 -5)
ryo_saeba 2010-10-10 13:27 Rev.: 13989

Correctly enable plugins to handle THROW and STOP events for projectiles.

17 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+17 -1)
ryo_saeba 2010-08-01 05:22 Rev.: 13542

Remove deprecated function.

5 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (+5 -4)
akirschbaum 2010-03-08 13:33 Rev.: 12599

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

2 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+2 -2)
akirschbaum 2009-06-25 03:58 Rev.: 12019

Replace accesses to object->owner with object_get/set/clear_owner() calls.

2 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+2 -2)
akirschbaum 2009-06-24 14:17 Rev.: 12016

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

2 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+2 -5)
akirschbaum 2009-06-24 04:13 Rev.: 12005

Fix trajectory of thrown objects. Formerly some objects did speed up again after they should have fallen to the ground.

9 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+9 -4)
akirschbaum 2009-06-23 17:41 Rev.: 11987

Add HEAD() macro for accessing the head part of an object.

1 lines of code changed in 1 file:

  • server/trunk/types/common: common_apply.c (+1 -2)
akirschbaum 2009-06-13 16:05 Rev.: 11834

Extract duplicated code into function.

1 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+1 -6)
akirschbaum 2009-06-12 10:46 Rev.: 11817

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

10 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+10 -10)
anmaster 2009-02-07 06:21 Rev.: 11388

include/libproto.h, include/ob_methods.h, include/typesproto.h,
common/ob_methods.c, types/common/describe.c, types/legacy/legacy_describe.c:
Use size_t when working with buffer sizes.
include/sproto.h, server/attack.c, server/spell_util.c: Attack type should be
uint32 and not int.

3 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (+3 -3)
akirschbaum 2009-01-24 03:20 Rev.: 11226

Whitespace changes: consistently reformat code.

147 lines of code changed in 3 files:

  • server/trunk/types/common: common_apply.c (+17 -26), describe.c (+11 -15), projectile.c (+119 -124)
quinet 2008-07-20 04:49 Rev.: 9584

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

10 lines of code changed in 3 files:

  • server/trunk/types/common: common_apply.c (+6 -6), describe.c (+1 -1), projectile.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.

3 lines of code changed in 3 files:

  • server/trunk/types/common: common_apply.c (+1), describe.c (+1), projectile.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:

  • server/trunk/types/common: projectile.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

1 lines of code changed in 1 file:

  • server/trunk/types/common: common_apply.c (+1)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

5 lines of code changed in 2 files:

  • server/trunk/types/common: common_apply.c (+2 -2), projectile.c (+3 -3)
ryo_saeba 2007-03-06 16:56 Rev.: 5705

Fix compilation warnings, mostly missing #include.

1 lines of code changed in 1 file:

  • server/trunk/types/common: common_apply.c (+1)
qal21 2007-02-19 23:51 Rev.: 5580

Add missing include.

1 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (+1)
qal21 2007-02-19 18:03 Rev.: 5575

Change move_arrow calls to ob_process.

241 lines of code changed in 1 file:

  • server/trunk/types/common: projectile.c (new 241)
ryo_saeba 2007-02-09 18:09 Rev.: 5420

No functional changes, just compilation warnings / Doxygen stuff.

2 lines of code changed in 1 file:

  • server/trunk/types/common: common_apply.c (+2 -2)
ryo_saeba 2007-02-09 17:47 Rev.: 5419

Static buffer removal. Make some parameters const.

13 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (+13 -14)
ryo_saeba 2007-02-09 15:42 Rev.: 5416

More static buffer removal.

4 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (+4 -3)
ryo_saeba 2007-02-08 18:26 Rev.: 5408

Remove static buffer for query_name().

2 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (+2 -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

98 lines of code changed in 1 file:

  • server/trunk/types/common: common_apply.c (new 98)
gros 2007-01-14 04:16 Rev.: 5310

Refactoring for TRANSPORT, BOOK, ITEM_TRANSFORMER and POWER_CRYSTAL classes of objects.
Methods implemented: apply, process, describe.

2007-01-14 - Gros

70 lines of code changed in 1 file:

  • server/trunk/types/common: describe.c (new 70)
Generated by StatSVN 0.7.0