Merge patch #1558073: newpickup flesh courtesy bencha
21 lines of code changed in 4 files:
Implement feature request #1555887: Thief player - should have bargaining as default skill
6 lines of code changed in 3 files:
Fix bug #1539207: Max speed attribute does not work
18 lines of code changed in 2 files:
More indent/comments fixes.
521 lines of code changed in 2 files:
Indentation/comments styles.
161 lines of code changed in 2 files:
Revert messed up commit.
1927 lines of code changed in 3 files:
Cosmetic/indentation/comments fixes only.
2244 lines of code changed in 3 files:
Fix bug #1599307:
server/shop.c: In pay_from_container() handle non-standard MONEY objects when
buying items.
147 lines of code changed in 2 files:
socket/info.c: In draw_ext_info() do not crash for out of memory.
6 lines of code changed in 2 files:
Fix LOG() messages: add trailing "\n"; use "%s" format for variable strings.
18 lines of code changed in 11 files:
Fix indentation -- just whitespace changes.
4 lines of code changed in 2 files:
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 3 files:
Documentation-related fixes. Cosmetic changes only.
435 lines of code changed in 3 files:
Rename fix_player to fix_object.
94 lines of code changed in 23 files:
Fix bug #598649: Building apartments use multiple materials per tile. Fix weird memory logic.
56 lines of code changed in 3 files:
Tentative fix for bug #1519089: item cannot afford in container can be taken from store.
34 lines of code changed in 2 files:
Clean up anti-double-include mechanisms.
94 lines of code changed in 32 files:
Remove unused arch.h
17 lines of code changed in 7 files:
Fix weird characters inserted in ChangeLog
1 lines of code changed in 1 file:
Fix bug ♯1573296: arena : spells with target doesn't works
8 lines of code changed in 2 files:
Fix bug #1594696: Altar created with creator - consecration
7 lines of code changed in 2 files:
Fix typo.
1 lines of code changed in 1 file:
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
45 lines of code changed in 5 files:
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 2 files: