[root]/server/trunk/types/common
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 |
Extract event handling to common library.
2 lines of code changed in 2 files:
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:
Rename function.
1 lines of code changed in 1 file:
Add media tags to monsters description (via probe or knowledge), to highlight some resistances.
1 lines of code changed in 1 file:
Clean up standard C headers.
21 lines of code changed in 1 file:
Refactor to use C99 integer type names.
Submitted by: Tolga Dalman
2 lines of code changed in 1 file:
Don't set the face directly.
2 lines of code changed in 1 file:
Remove unused variables.
1 lines of code changed in 1 file:
Simplify code.
1 lines of code changed in 1 file:
Correctly enable plugins to handle THROW and STOP events for projectiles.
17 lines of code changed in 1 file:
Remove deprecated function.
5 lines of code changed in 1 file:
Rename object_free() to object_free_drop_inventory() to hint about possible side-effects.
2 lines of code changed in 1 file:
Replace accesses to object->owner with object_get/set/clear_owner() calls.
2 lines of code changed in 1 file:
Replace most calls to object_insert_in_map() with object_insert_in_map_at().
2 lines of code changed in 1 file:
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:
Add HEAD() macro for accessing the head part of an object.
1 lines of code changed in 1 file:
Extract duplicated code into function.
1 lines of code changed in 1 file:
Rename most functions in object.c to object_xxx().
10 lines of code changed in 1 file:
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:
Whitespace changes: consistently reformat code.
147 lines of code changed in 3 files:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
10 lines of code changed in 3 files:
Set svn:eol-style to native on *.c and *.h files that were missing it.
3 lines of code changed in 3 files:
Remove obsolete get_map_ob define, replaced by GET_MAP_OB.
1 lines of code changed in 1 file:
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:
Remove trailing whitespace.
5 lines of code changed in 2 files:
Fix compilation warnings, mostly missing #include.
1 lines of code changed in 1 file:
Add missing include.
1 lines of code changed in 1 file:
Change move_arrow calls to ob_process.
241 lines of code changed in 1 file:
No functional changes, just compilation warnings / Doxygen stuff.
2 lines of code changed in 1 file:
Static buffer removal. Make some parameters const.
13 lines of code changed in 1 file:
More static buffer removal.
4 lines of code changed in 1 file:
Remove static buffer for query_name().
2 lines of code changed in 1 file:
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:
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: