Directory trunk/crossfire/common/

Directory Created:
1999-04-02 14:10
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
36
Lines of Code:
0

[root]/trunk/crossfire/common

Lines of Code

trunk/crossfire/common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1073 (100.0%) 25197 (100.0%) 23.4
mwedel 369 (34.4%) 10895 (43.2%) 29.5
uid200 30 (2.8%) 3157 (12.5%) 105.2
tchize 50 (4.7%) 1968 (7.8%) 39.3
akirschbaum 139 (13.0%) 1485 (5.9%) 10.6
ryo_saeba 119 (11.1%) 1479 (5.9%) 12.4
gros 18 (1.7%) 1474 (5.8%) 81.8
garbled 81 (7.5%) 1067 (4.2%) 13.1
cvs 96 (8.9%) 1020 (4.0%) 10.6
michtoen 51 (4.8%) 920 (3.7%) 18.0
cavesomething 18 (1.7%) 483 (1.9%) 26.8
jec 17 (1.6%) 401 (1.6%) 23.5
avogl 26 (2.4%) 358 (1.4%) 13.7
qal21 20 (1.9%) 274 (1.1%) 13.7
mardahl 8 (0.7%) 56 (0.2%) 7.0
peterm 6 (0.6%) 45 (0.2%) 7.5
damn 5 (0.5%) 34 (0.1%) 6.8
jbontje 2 (0.2%) 22 (0.1%) 11.0
temitchell 7 (0.7%) 19 (0.1%) 2.7
quinet 1 (0.1%) 10 (0.0%) 10.0
uid39786 2 (0.2%) 6 (0.0%) 3.0
lalo 1 (0.1%) 6 (0.0%) 6.0
tanner 2 (0.2%) 5 (0.0%) 2.5
mids 1 (0.1%) 4 (0.0%) 4.0
crowbert 1 (0.1%) 3 (0.0%) 3.0
onefang 1 (0.1%) 2 (0.0%) 2.0
majorwoo 1 (0.1%) 2 (0.0%) 2.0
darth_bob 1 (0.1%) 2 (0.0%) 2.0

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 36 files:

  • trunk/crossfire/common: .cvsignore (del), Makefile.am (del), Makefile.in (del), README (del), anim.c (del), arch.c (del), button.c (del), exp.c (del), friend.c (del), glue.c (del), holy.c (del), image.c (del), info.c (del), init.c (del), item.c (del), links.c (del), living.c (del), loader.l (del), logger.c (del), los.c (del), ltostr.c (del), map.c (del), object.c (del), path.c (del), player.c (del), porting.c (del), quest.c (del), re-cmp.c (del), readable.c (del), recipe.c (del), region.c (del), shstr.c (del), sqrt.c (del), time.c (del), treasure.c (del), utils.c (del)
qal21 2006-09-11 00:10 Rev.: 4924

Add MAX_SPELLITEM_LEVEL set to 110 and set MAXLEVEL to 115.

2 lines of code changed in 1 file:

  • trunk/crossfire/common: treasure.c (+2 -2)
qal21 2006-09-10 01:44 Rev.: 4917

Make fix_flesh_item only run when the donor is a monster. Fixes bug #1555569.

1 lines of code changed in 1 file:

  • trunk/crossfire/common: treasure.c (+1 -1)
lalo 2006-09-09 11:07 Rev.: 4901

add exp and other_arch to flesh; more info about the original monster, to be used in spells or scripts

6 lines of code changed in 1 file:

  • trunk/crossfire/common: treasure.c (+6 -1)
ryo_saeba 2006-08-26 12:56 Rev.: 4845

Remove obsolete event system.

0 lines of code changed in 4 files:

  • trunk/crossfire/common: living.c (-7), loader.l (-402), object.c (-47), treasure.c (-53)
ryo_saeba 2006-08-26 03:08 Rev.: 4843

Fix insert_ob_in_map strange behaviour with some flags combo.

4 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+4 -1)
qal21 2006-08-25 22:45 Rev.: 4842

Fix potential 'coord outside of map' issue in previous commit.

6 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+6)
qal21 2006-08-25 22:30 Rev.: 4841

Make generators work properly with multi-tile objects.

128 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+128)
quinet 2006-08-25 16:28 Rev.: 4836

configure, aclocal.m4, utils/config.guess, utils/config.sub,
utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using
slightly newer versions of libtoolize, aclocal, automake and autoconf.

10 lines of code changed in 1 file:

  • trunk/crossfire/common: Makefile.in (+10 -6)
ryo_saeba 2006-08-25 13:45 Rev.: 4834

Static buffers cause strange issues.

4 lines of code changed in 1 file:

  • trunk/crossfire/common: map.c (+4 -1)
qal21 2006-08-19 20:23 Rev.: 4812

Scatter objects dropped from a multi-tile object being freed. Fixes bug #1542884

32 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+32 -11)
ryo_saeba 2006-08-19 15:22 Rev.: 4803

Fix for bug #1460251 (Big monsters generated by generators broken). Tweaks to object dumping.

69 lines of code changed in 2 files:

  • trunk/crossfire/common: map.c (+4 -30), object.c (+65)
qal21 2006-08-12 14:38 Rev.: 4785

Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*

8 lines of code changed in 1 file:

  • trunk/crossfire/common: map.c (+8)
gros 2006-08-12 09:52 Rev.: 4781


Added a field in the map structure to store the timestamp of the last original map loading, and
modified the Town Portal spell so that it now cannot lead to a map that was marked before a reset, after a reset.
This is a fix for bug #1539155
gros, 2006-08-12

10 lines of code changed in 1 file:

  • trunk/crossfire/common: map.c (+10)
qal21 2006-08-09 21:35 Rev.: 4767

Regions file moved to map tree.

1 lines of code changed in 1 file:

  • trunk/crossfire/common: region.c (+1 -1)
qal21 2006-08-08 13:17 Rev.: 4765

Add no_save, and python object invalidation.

4 lines of code changed in 1 file:

  • trunk/crossfire/common: loader.l (+4)
ryo_saeba 2006-08-05 03:56 Rev.: 4746

Patch #1389432 (Per-race HallOfSelection) courtesy Lalo Martins

9 lines of code changed in 1 file:

  • trunk/crossfire/common: init.c (+9 -4)
ryo_saeba 2006-07-29 05:13 Rev.: 4727

Add .cvsignore files, courtesy Rapha��l Quinet - quinet

0 lines of code changed in 1 file:

  • trunk/crossfire/common: .cvsignore (new)
ryo_saeba 2006-07-29 04:29 Rev.: 4726

Fix bug #1526364 (stacking Royal Guards)

97 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+97 -86)
qal21 2006-07-28 01:45 Rev.: 4711

Add EVENT_DESTROY. Allow execute_event to be called from common.

4 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+4)
akirschbaum 2006-07-27 17:37 Rev.: 4710

common/item.c: In describe_item() correct capacity description of large
(>1000 maxsp) Glowing Crystals.

3 lines of code changed in 1 file:

  • trunk/crossfire/common: item.c (+3 -3)
gros 2006-07-21 05:17 Rev.: 4693

Added explicit item_power calculation for generated items that got an item_power of 0 - should solve bug #1460354 without creating new issues.
gros - 2006/07/21

279 lines of code changed in 1 file:

  • trunk/crossfire/common: treasure.c (+279 -229)
gros 2006-07-19 04:58 Rev.: 4692

Corrected a typo preventing the code to compile properly.

1 lines of code changed in 1 file:

  • trunk/crossfire/common: map.c (+1 -1)
qal21 2006-07-18 17:53 Rev.: 4691

Add check to block_linked() to make sure things never block themself.

11 lines of code changed in 1 file:

  • trunk/crossfire/common: map.c (+11 -4)
qal21 2006-07-17 13:57 Rev.: 4687

minor correction of a typo in a comment

1 lines of code changed in 1 file:

  • trunk/crossfire/common: map.c (+1 -1)
qal21 2006-07-14 12:58 Rev.: 4675

Add setting to allow server admins to allow town portals to be created in apartments. Based on a patch by pippijn in the cf-ext project.

1 lines of code changed in 1 file:

  • trunk/crossfire/common: init.c (+1)
mwedel 2006-07-05 23:22 Rev.: 4667

common/button.c: Fix for sourceforge bug common/button.c - harpsicord crashes
client. The problem is that the trigger code presumed that the object
would be animated, and blindly set teh face to the second animation frame.
harpsicords are not animated, so this could amount to garbage. So add
check for trigger objects to see if they are in fact animated before
blindly setting the face.
MSW 2006-07-05

21 lines of code changed in 1 file:

  • trunk/crossfire/common: button.c (+21 -11)
ryo_saeba 2006-07-04 16:22 Rev.: 4663

Actually commit file I forgot.

2 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+2 -1)
ryo_saeba 2006-07-04 16:21 Rev.: 4662

Fix memset call.

1 lines of code changed in 1 file:

  • trunk/crossfire/common: region.c (+1 -1)
tchize 2006-07-02 10:32 Rev.: 4661


more progress in unit testing, marked points of interrest in code

143 lines of code changed in 3 files:

  • trunk/crossfire/common: item.c (+1 -1), object.c (+141 -156), treasure.c (+1 -1)
ryo_saeba 2006-06-24 05:41 Rev.: 4646

Fix merging bug.

1 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+1 -1)
tchize 2006-06-18 06:27 Rev.: 4645


added some test, corrected some indentation, added some TODO and FIXME

154 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+154 -155)
tchize 2006-06-07 16:44 Rev.: 4640


update test build process slighlty, changed tests so unimplemented ones success, added some *FIXME*

34 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+34 -18)
mwedel 2006-06-07 02:10 Rev.: 4638

common/object.c: in insert_ob_in_map() don't stop processing flying objects
if the object also has floor set. This fixes crashes when an object
is both flying and has floor set.
MSW 2006-06-06

3 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+3 -1)
tchize 2006-06-05 07:07 Rev.: 4628


Improved log message (to see priority of error in log file).
This change is part of unit tests writing.

11 lines of code changed in 1 file:

  • trunk/crossfire/common: logger.c (+11 -4)
mwedel 2006-06-05 02:23 Rev.: 4627

Fix problem with create food when used on transports. Rather than put a
specific check in the create food code, modify insert_ob_in_map to
check to see of the passed in originator is on a transport, and if so,
find out the right info - this probably fixes the same type of bug that
happens from other areas of the code.
common/object.c: Above change, as well as #if 0 out some unused functions.
MSW 2006-06-04

21 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+21 -2)
mwedel 2006-06-05 01:28 Rev.: 4626

Clean up some compiler warnings. Most of the changes are related to replaced
%lld with FMT64 defines so that the format will be correct, no matter if
the 64 bit type is a long, long long, or if this is windows. #if 0 out a
bunch of code that isn't used.
--
common/exp.c: Replaced lld with FMT64
common/holy.c: #if 0 out baptize_altar(). Add banner copyright at top of file.
common/info.c, common/item.c, common/loader.l, common/loader.c, common/map.c:
common/porting.c Replaced lld with FMT64
common/time.c: Replace a bunch of variables declared as longs to be uint32.
Update various sprintf appropriately.
include/global.h: Add FMT64 and FMT64U as appropriate for different systems.
Change max_time to be a uint32
include/sockproto.h, include/sproto.h: rebuilt
server/apply.c: #if 0 out monster_apply_special
server/c_range.c: Add != 0 in assignment if statement - same meaning, clearer
on intention and avoids compiler warning.
server/c_wiz.c: Update command_kick() to take const char. Update command_speed()
to operate properly based on max_time being a uint32. Update various lld
to FMT64. Clarify ambiguous if/if/else statement in command_insert_into()
server/commands.c: Add cast to command_kick for new function prototype. #if
0 out find_command(), parse_string(), parse_command()
server/disease.c: #if 0 out find_disease(), reduce_symptoms()
server/egoitem.c: #if 0 out create_artifact(). Add copyright at top of file.
server/gods.c: #if 0 out get_god()
server/hiscore.c: Replace lld with FMT64
server/login.c: #if 0 out create_savedir_if_needed()
server/resurrection.c: Replace lld with FMT64. #if 0 out dead_character() and
dead_player_exists()
server/server.c: Remove info_keys() - hasn't been used in a long time. #if 0
out process_active_maps()
server/skill_util.c: Replace lld with FMT64
server/spell_util.c: #if 0 out check_spell_effect()
server/weather.c: #if 0 out feather_map(). Fix what I suspect is an error
in worldmap_to_weathermap() to skip over starting slashes.
socket/image.c: Add a fair number of char * casts to suppress warnings.
socket/init.c: Change buflen in init_connection() to socklen_t to match
function prototype. Add some char * casts.
socket/loop.c: Add some char * casts.
--
MSW 2006-06-04

66 lines of code changed in 8 files:

  • trunk/crossfire/common: exp.c (+2 -2), holy.c (+36 -1), info.c (+3 -8), item.c (+3 -3), loader.l (+3 -11), map.c (+3 -8), porting.c (+2 -6), time.c (+14 -14)
tchize 2006-06-03 13:28 Rev.: 4622


made a few methods in object.c static and created empty checks.
Methods in object.c that weren't used anywhere else were made static.
Methods in object.c that weren't static where assigned an empty test in check_object.c

20 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+20 -6)
akirschbaum 2006-06-02 03:19 Rev.: 4620

Do not merge renamed items with differing custom names.

4 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+4)
akirschbaum 2006-06-01 15:55 Rev.: 4618

Do not merge locked and unlocked items.

2 lines of code changed in 1 file:

  • trunk/crossfire/common: object.c (+2 -6)

(536 more)

Generated by StatSVN 0.7.0