Commit Log

Back to Index Page

<<12345>>

Commit Log

DateAuthorFile/Message
2/19/06 8:29 AMakirschbaum
Prevent crossedit from stripping out 'maplore' map header field. (3 Files changed, 28 Lines changed)
include/map.h 1.35 (+2 -1)
ChangeLog 1.569 (+6 -0)
common/map.c 1.105 (+20 -2)
2/19/06 7:31 AMakirschbaum
Document 'nosmooth' attribute. (1 Files changed, 2 Lines changed)
doc/Developers/map-technical 1.4 (+2 -0)
2/17/06 3:37 PMakirschbaum
common/loader.c: Rebuilt. (2 Files changed, 809 Lines changed)
ChangeLog 1.568 (+1 -0)
common/loader.c 1.78 (+808 -594)
2/17/06 3:29 PMakirschbaum
Apply patch #1433271 (code-cleanup) by Stefan Huehner: Add const and static. (10 Files changed, 39 Lines changed)
common/los.c 1.18 (+7 -5)
plugins/cfanim/cfanim.c 1.7 (+4 -4)
server/apply.c 1.164 (+6 -6)
server/skill_util.c 1.63 (+2 -2)
plugins/cfanim/include/cfanim.h 1.3 (+1 -1)
common/map.c 1.104 (+4 -4)
common/loader.l 1.75 (+5 -5)
ChangeLog 1.567 (+6 -0)
include/sproto.h 1.165 (+2 -4)
include/libproto.h 1.89 (+2 -6)
2/17/06 2:04 AMmwedel
common/map.c: Modify ob_blocked() to properly handly objects with a 0
ob->move_type. Fixes infinite loop from random map code when trying
to place exits.
MSW 2006-02-16
(2 Files changed, 13 Lines changed)
common/map.c 1.103 (+8 -2)
ChangeLog 1.566 (+5 -0)
2/15/06 2:37 PMryo_saeba
Commit forgotten file (3 Files changed, 8 Lines changed)
include/plugin.h 1.22 (+1 -0)
ChangeLog 1.565 (+5 -0)
server/plugins.c 1.66 (+2 -2)
2/15/06 1:51 AMmwedel
Minor bugfixes:
server/apply.c: Fix apply_transport ->contr checks to actually
check against correct values.
server/plugins.c: Replace CFAPI_INT16 with CFAPI_INT - there is no
declaration anyplace for CFAPI_INT16 so compiles fails.
server/swamp.c: Fix swamp code so that only objects that can be
picked up disappear - this way, transports don't disappear into
oblivion.
MSW 2006-02-15
(4 Files changed, 19 Lines changed)
server/apply.c 1.163 (+2 -2)
server/swamp.c 1.10 (+5 -3)
server/plugins.c 1.65 (+2 -2)
ChangeLog 1.564 (+10 -0)
2/14/06 4:31 PMryo_saeba
Misc plugin fixes (10 Files changed, 83 Lines changed)
ChangeLog 1.563 (+11 -0)
plugins/common/plugin_common.c 1.12 (+40 -40)
plugins/cfanim/include/cfanim_proto.h 1.7 (+1 -1)
plugins/cfpython/cfpython_party.c 1.2 (+15 -15)
server/plugins.c 1.64 (+2 -2)
plugins/cfpython/cfpython_map.c 1.7 (+1 -1)
plugins/common/include/plugin_common.h 1.13 (+9 -9)
plugins/cfpython/cfpython_archetype.c 1.2 (+1 -1)
plugins/cfpython/cfpython_region.c 1.2 (+1 -1)
plugins/cfpython/cfpython_object.c 1.13 (+2 -2)
2/14/06 2:45 PMryo_saeba
Swamp fixes. (2 Files changed, 9 Lines changed)
ChangeLog 1.562 (+1 -1)
server/swamp.c 1.9 (+3 -3)
ChangeLog 1.561 (+5 -0)
2/11/06 8:05 AMakirschbaum
Apply modified patch #1428048 (make the log line buffered) by Marc Lehmann. (2 Files changed, 9 Lines changed)
common/init.c 1.47 (+4 -1)
ChangeLog 1.560 (+5 -0)
2/10/06 6:21 PMakirschbaum
server/apply.c: In apply_scroll() do not identify the scroll if the player
lacks the literacy skill.
(2 Files changed, 9 Lines changed)
server/apply.c 1.162 (+4 -4)
ChangeLog 1.559 (+5 -1)
2/10/06 5:59 PMakirschbaum
Apply slightly modified patch #1428309 (code-cleanup: const, static) by
Stefan Huehner: add const/static to functions/variables. Remove some type
casts.
(29 Files changed, 128 Lines changed)
server/init.c 1.73 (+2 -2)
include/object.h 1.46 (+4 -4)
crossedit/stubs.c 1.4 (+1 -1)
common/glue.c 1.14 (+2 -2)
server/spell_effect.c 1.148 (+2 -2)
socket/info.c 1.25 (+8 -8)
common/init.c 1.46 (+2 -2)
common/time.c 1.14 (+2 -2)
server/alchemy.c 1.26 (+3 -3)
server/apply.c 1.161 (+7 -7)
server/player.c 1.193 (+4 -4)
ChangeLog 1.558 (+13 -1)
random_maps/door.c 1.14 (+2 -2)
common/image.c 1.20 (+3 -3)
server/shop.c 1.52 (+14 -12)
include/sockproto.h 1.24 (+5 -6)
common/arch.c 1.37 (+4 -2)
include/sproto.h 1.164 (+8 -12)
server/c_misc.c 1.76 (+5 -5)
random_maps/style.c 1.25 (+2 -2)
common/readable.c 1.29 (+16 -16)
server/c_chat.c 1.22 (+2 -2)
include/libproto.h 1.88 (+1 -2)
socket/request.c 1.83 (+2 -2)
random_maps/standalone.c 1.17 (+2 -2)
random_maps/rproto.h 1.21 (+2 -2)
socket/loop.c 1.41 (+3 -3)
include/spells.h 1.21 (+2 -2)
include/attack.h 1.14 (+5 -5)
2/9/06 8:17 PMcavesomething
make the dm stats command print Int and damage, display in sequential order, and add a help file for the command (5 Files changed, 20 Lines changed)
lib/Makefile.in 1.77 (+3 -3)
server/c_wiz.c 1.81 (+7 -6)
lib/wizhelp/stats 1.1 added 3
lib/Makefile.am 1.27 (+1 -1)
ChangeLog 1.557 (+6 -0)
2/9/06 3:58 PMryo_saeba
Missing file, changelog (2 Files changed, 12 Lines changed)
lib/wizhelp/insert_into 1.1 added 4
ChangeLog 1.556 (+8 -1)
2/9/06 3:25 PMakirschbaum
Apply modified patch by Pippijn van Steenhoven to fix get_rangevector
functions on tiled maps.
(2 Files changed, 124 Lines changed)
ChangeLog 1.555 (+8 -0)
common/map.c 1.102 (+116 -119)
2/8/06 7:51 PMcavesomething
lock players' starting items to make it less likely they will accidentally drop them (2 Files changed, 8 Lines changed)
ChangeLog 1.554 (+4 -0)
server/player.c 1.192 (+4 -2)
2/8/06 6:48 PMakirschbaum
Apply patch #1427979 (code-cleanup: add const, fix warnings) by Stefan
Huehner.
(19 Files changed, 175 Lines changed)
common/image.c 1.19 (+3 -3)
common/readable.c 1.28 (+5 -5)
common/exp.c 1.10 (+3 -3)
common/object.c 1.122 (+19 -19)
common/living.c 1.76 (+7 -7)
common/utils.c 1.23 (+5 -5)
common/player.c 1.18 (+2 -2)
include/libproto.h 1.87 (+72 -69)
common/treasure.c 1.64 (+3 -3)
common/item.c 1.57 (+12 -12)
common/button.c 1.31 (+6 -6)
common/friend.c 1.9 (+2 -2)
common/region.c 1.10 (+5 -5)
common/los.c 1.17 (+5 -5)
common/map.c 1.101 (+3 -3)
common/recipe.c 1.15 (+3 -3)
ChangeLog 1.553 (+8 -0)
common/anim.c 1.21 (+2 -2)
common/quest.c 1.6 (+10 -10)
2/8/06 5:53 PMakirschbaum
Make create food spell work for all FOOD/DRINK objects. It used to fail for
objects where another object with the same name but type POISON does exist.
(4 Files changed, 37 Lines changed)
server/spell_effect.c 1.147 (+6 -5)
include/libproto.h 1.86 (+1 -0)
ChangeLog 1.552 (+10 -0)
common/arch.c 1.36 (+20 -1)
2/8/06 3:41 PMryo_saeba
Add DM command insert_into <where> <what> (8 Files changed, 9553 Lines changed)
lib/Makefile.am 1.26 (+2 -1)
server/c_wiz.c 1.80 (+68 -1)
lib/bmaps.paths 1.94 (+5233 -5233)
lib/Makefile.in 1.76 (+2 -1)
server/commands.c 1.58 (+2 -1)
lib/archetypes 1.173 (+4245 -4221)
include/sproto.h 1.163 (+1 -0)
lib/crossfire.0 1.58 (+0 -0)
2/8/06 12:53 AMmwedel
server/main.c: Modify enter_exit() to see if player is in a transport,
and if so, remove him. Can happen if player uses word of recall
while in a transport.
MSW 2006-02-07
(2 Files changed, 9 Lines changed)
server/main.c 1.112 (+4 -1)
ChangeLog 1.551 (+5 -0)