Umoria 5.7.9
- Add AUTHORS file containing all known author information.
This removes contributors section fromversions.txt
.
Bug Fixes
- Kill experience points now calculated correctly.
When extracting a method the wrongint
type was used when calculating thecreature.kill_exp_value * creature.level
.
This bug was introduced in Umoria5.7.3
with the commit: ccfa747
Code
Continuing the process of moving related functions to the same file, plus other changes. Highlights:
types.h
now has just the two corevtype_t
andobj_desc_t
types.- The numbered
misc
andmoria
files no longer exist! - Moved
sets.cpp
functions elsewhere, allowing for most to becomestatic
. externs.h
is now empty, so deleted!- Add consistent
const
in various places. - Use more
Coord_t
in Dungeon related functions.