Skip to content

Umoria 5.7.9

Compare
Choose a tag to compare
@mrcook mrcook released this 20 Jan 19:37
· 197 commits to master since this release
  • Add AUTHORS file containing all known author information.
    This removes contributors section from versions.txt.

Bug Fixes

  • Kill experience points now calculated correctly.
    When extracting a method the wrong int type was used when calculating the creature.kill_exp_value * creature.level.
    This bug was introduced in Umoria 5.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 core vtype_t and obj_desc_t types.
  • The numbered misc and moria files no longer exist!
  • Moved sets.cpp functions elsewhere, allowing for most to become static.
  • externs.h is now empty, so deleted!
  • Add consistent const in various places.
  • Use more Coord_t in Dungeon related functions.