summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 802e57cd..93267cb7 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,17 @@
- Ported to SDL 2
- Added VSync and windowed fullscreen options
- Added support for scaling the graphics
+- Added NPC quest indicators and a Quests window
- Added ability to open external links in news, chat and NPC dialogs
+- Added ability to mention assigned keys in NPC dialogs
- Added support for text formatting to NPC dialogs
- Added support for reading most client-data settings from settings.xml
- Added support for XML includes, both absolute and relative
- Added support for map/layer mask
+- Added support for item sprite replacements
- Added support for particle effects on equipment
- Added support for hit/miss sounds on equipment for all players
+- Added support for players changing into monsters or NPCs
- Added online player list to Social window
- Added notification sound on receiving whisper
- Added default ports when connecting to a custom server
@@ -30,8 +34,10 @@
- Re-download updates when their checksum no longer matches
- Enabled resizing windows from all sides
- Enabled whispers in tabs by default
+- Improved quality of outlined text rendering
- Made pickup notifications to appear as particle instead of text by default
- Made names update immediately when changing "Show gender" option
+- Made the screenshot file name a clickable link
- Made client config statically typed and save as more structured XML
- Custom mouse cursor is now rendered by the system
- Limit shop's Max button to available carry weight
@@ -56,6 +62,10 @@
- Fixed empty Equipment window on freshly created character
- Fixed choosing default world when using -D command-line parameter
- Fixed storing of player relations
+- Fixed handling of custom port in update URL
+- Fixed stutter when new music starts playing
+- Fixed keyboard setup to allow assigning keys before starting the game
+- Fixed window move/resize blocking logic and rendering on Windows and macOS
- Updated to tmwAthena protocol changes
- Updated to Manaserv protocol changes (specials, guilds, debug mode, skills, text particles)
- CMake: Use GNUInstallDirs and made PKG_DATADIR / PKG_BINDIR paths modifiable