test/unit/common/check_living.c: Modify some hard coded array sizes to use
the defined values. Remove randomly generated input values and put those
into arrays - the test only works with specific input values, and randomly
generating them only works if one is using the same random number generator.
test/unit/common/check_item.c: Disable this test if not using glibc - its
checking requires specific random number sequence - however, since many
of the RANDOM() calls are from within libcommon, not easy to hard code
the values.
INSTALL: Update notes on make check - only works with default values.
MSW 2010-12-26
151 lines of code changed in 4 files:
Fix broken CRE build.
4 lines of code changed in 3 files:
Fix some documentation.
16 lines of code changed in 2 files:
Copy shop information when including a submap.
24 lines of code changed in 1 file:
Make input const.
2 lines of code changed in 2 files:
Add missing call to init_formulae() - test was failing/core dumping because
no formulae were loaded.
MSW 2010-12-05
1 lines of code changed in 1 file:
Change the Animations structure to use New_Face* instead of indexes.
23 lines of code changed in 6 files:
Accept skill names with spaces (sense curse/sense magic) in addexp command.
5 lines of code changed in 2 files:
Remove trailing whitespace.
2 lines of code changed in 1 file: