- The codebase now contains QT 4.6.2 dependencies, so change the general
reference to QT4 to mention the minimum version.
1 lines of code changed in 1 file:
CRE: add a 'spell table' report.
69 lines of code changed in 3 files:
Replace some calls to describe_item() with the StringBuffer version.
16 lines of code changed in 5 files:
Rewrite 'describe_item' to use StringBuffer.
114 lines of code changed in 3 files:
Rewrite 'describe_resistance' to use StringBuffer.
34 lines of code changed in 5 files:
Changes related to new character creation code - add new settings value
which determine stat ranges, split out the requestinfo replies to its
own file (request.c was getting a bit large), add handling for 'newcharinfo'
requestinfo, document this in the protocol file. NOTE: you will need to
re-run automake & configure to pick up the new source file.
---
common/init.c: Initialize new fields in setting structure to default values.
doc/Developers/protocol: Add documentation on newcharinfo
include/global.h: Add new fields in settings structure for starting stat info.
lib/settings: Add new starting stat values to file.
server/init.c: Add logic to load new settings value from file.
server/player.c: Remove hard coded value, change to use settings value.
socket/Makefile.am: Add requestinfo.c file
socket/loop.c: Add callback for newcharinfo requestinfo.
socket/request.c, requestinfo.c: Move requestinfo handling to its own file,
and new function for newcharinfo handling.
---
MSW 2010-07-28
627 lines of code changed in 11 files:
Rewrite 'describe_monster' to use StringBuffer.
252 lines of code changed in 5 files:
Rewrite 'ring_desc' to use StringBuffer.
239 lines of code changed in 5 files:
Documentation.
26 lines of code changed in 1 file:
Remove unused variable. Document.
11 lines of code changed in 3 files:
Remove static variable.
23 lines of code changed in 4 files:
Remove commented out code.
3 lines of code changed in 2 files:
Remove global variables.
11 lines of code changed in 2 files:
Fix documentation.
18 lines of code changed in 9 files:
Fix documentation.
21 lines of code changed in 3 files:
Explicit why the 'accounts' file can't be opened, to help debug.
5 lines of code changed in 2 files:
Abort at startup if a creature one can summon has no move_type defined.
31 lines of code changed in 3 files:
For the throwing skill, prefer items with 'is_thrown'.
14 lines of code changed in 2 files:
CRE: alchemy recipes report.
95 lines of code changed in 3 files:
CRE: display if artifacts can be generated through alchemy.
53 lines of code changed in 3 files:
Correctly generate readable of specified type if set.
6 lines of code changed in 2 files:
CRE: bullet-like spells damage and cost report, praying only.
220 lines of code changed in 3 files:
CRE: add 'damage' to object wrapper.
10 lines of code changed in 3 files:
CRE: disable tree sorting for resource window, as that prevents reading the treasure lists correctly.
6 lines of code changed in 2 files:
Add 'knowledge search <text>' to filter knowledge.
82 lines of code changed in 4 files:
Remove unused parameters.
13 lines of code changed in 2 files:
Fix missing refactor.
4 lines of code changed in 1 file:
Don't display in summary functions, but in higher level.
23 lines of code changed in 2 files:
Don't display in detail functions, but in higher level.
22 lines of code changed in 2 files:
Enable knowledge filter, with additional parameter to 'knowledge list'.
49 lines of code changed in 4 files:
CRE: fix displayed alchemy formulae count.
5 lines of code changed in 2 files:
CRE: parse race-specific maps if they exist.
23 lines of code changed in 2 files:
Abort() on empty archetype name.
9 lines of code changed in 2 files: