Apply patch #3428070: Autoreconf Warnings, by Steven Johnson.
6 lines of code changed in 2 files:
Remove debug fprintf() line, add in missing skills so this works
on current arch tree.
MSW 2011-10-22
3 lines of code changed in 1 file:
Add function treasurelist_find_matching_type() which extracts all items
on treasurelist of matching type. This will be used in future
skill code, but no reason not to check it in now. Also add test
for it.
MSW 2011-10-22
254 lines of code changed in 4 files:
Update documentation.
6 lines of code changed in 2 files:
Fix bug #2005689: 2.0 Creator creates items with duplicate names.
7 lines of code changed in 2 files:
Assume dlopen() exists, and build Python if libraries are present. Fixes bug #3353920.
9 lines of code changed in 1 file:
Make the random house generator plugin conditionally compilable. Fixes bug #2369272: minor random map unrealisticness (trunk).
20 lines of code changed in 2 files:
Add 1 physical resist to Occidental Mages weapons so they can't be improved. Part of bug #2369423.
1 lines of code changed in 1 file:
Don't affect a const char* to a char*.
7 lines of code changed in 2 files:
Fix invalid port number handling.
4 lines of code changed in 1 file:
Fix invalid expression.
4 lines of code changed in 2 files:
Make function static.
1 lines of code changed in 2 files:
Remove test function, the rewrite is ok.
0 lines of code changed in 1 file:
Add some missing headers for the files that prevented compilation
on Solaris (hopefully doesn't break things elsewhere). Add note
in README about library dependencies.
MSW 2011-10-18
17 lines of code changed in 6 files:
Fix various signed/unsigned mismatches.
4 lines of code changed in 4 files:
Add sys/socket.h to includes, since newserver.h needs it on some systems, and
every file includes that. Remove it from files which previously included it,
since includes.h takes care of that now.
MSW 2011-10-08
9 lines of code changed in 7 files: