Skip to content

Umoria 5.7.4

Compare
Choose a tag to compare
@mrcook mrcook released this 06 Aug 21:29
· 854 commits to master since this release

Bug Fixes

  • Create Food spell was creating random items instead of just food.

Code

The main focus of this release was to rename all functions, function variables, and global variables. The old naming did not reveal their purpose very well, which made understanding the code more difficult.

These are not meant to be final names, they have been chosen to aid future refactoring tasks.

Additionally:

  • The variable.cpp file was renamed to globals.cpp.
  • Many defines (mainly in constant.h) changed to a constexpr.