Merge patch #1558073: newpickup flesh courtesy bencha
21 lines of code changed in:
Implement feature request #1555887: Thief player - should have bargaining as default skill
4 lines of code changed in:
Fix bug #1539207: Max speed attribute does not work
10 lines of code changed in:
include/newclient.h: Grab/merge copy from 2.x head - some code brought
back from the 2.x head in the build_map.c file is using the MSG_TYPE
declarations.
MSW 2006-11-19
161 lines of code changed in:
Fix typo - was extra " causing compile errors.
MSW 2006-11-19
1 lines of code changed in:
Fix bug #1599307:
server/shop.c: In pay_from_container() handle non-standard MONEY objects when
buying items.
147 lines of code changed in:
Fix LOG() messages: add trailing "\n"; use "%s" format for variable strings.
18 lines of code changed in:
server/rune.c: If skill is NULL in dispel_rune(), just return as server
will otherwise crash in trap_disarm()
server/spell_util.c: Fix bug in that runes that hold other spells (glyphs,
firetraps, magic runes, etc) do not find a skill object, and thus
player doesn't get exp. Instead, for runes, try to find owner, and
then the relevant skill object.
MSW 2006-11-18
25 lines of code changed in:
Fix bug #598649: Building apartments use multiple materials per tile.
40 lines of code changed in:
Tentative fix for bug #1519089: item cannot afford in container can be taken from store.
34 lines of code changed in:
Merge rev 5116 from trunk: Clean up anti-double-include mechanisms.
94 lines of code changed in:
Merge rev 5114 from trunk: Remove unused arch.h
5 lines of code changed in:
Fix weird characters inserted in ChangeLog
1 lines of code changed in:
Fix bug ♯1573296: arena : spells with target doesn't works
8 lines of code changed in:
Fix bug #1594696: Altar created with creator - consecration
7 lines of code changed in:
Fix typo.
1 lines of code changed in:
doc/Developers/protocol: Add documentation about exp_table requestinfo
addition
socket/loop.c: Add call to send_exp_table() in request_info_cmd()
socket/request.c: Add send_exp_table() to use a replyinfo exp_table to
send data to client.
MSW 2006-11-03
32 lines of code changed in:
socket/loop.c: Fix replyinfo, in that it was using incorrect length parameter
when replying to unsupported requests.
MSW 2006-11-02
5 lines of code changed in: