Update changelog

develop
JapaMala 2019-04-07 23:34:50 -05:00
parent d0308d93e9
commit 85879d96d6
1 changed files with 3 additions and 0 deletions

@ -41,6 +41,9 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
- `RemoteFortressReader`: - `RemoteFortressReader`:
- added basic framework for controlling and reading the menus in DF, currently only supports the building menu. - added basic framework for controlling and reading the menus in DF, currently only supports the building menu.
- added support for reading item raws. - added support for reading item raws.
- added a check for wheather or not the game is currently saving or loading, for utilities to check if it's safe to read from DF.
- guestimate unit facing direction, and position within tiles.
- get unit age.
## Internals ## Internals
- Fixed some OpenGL build issues with `stonesense` - Fixed some OpenGL build issues with `stonesense`