Umoria 5.7.4
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 toglobals.cpp
. - Many defines (mainly in
constant.h
) changed to aconstexpr
.