summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-04-09 17:26:51 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-08-04 21:15:03 +0200
commitbfb61f08ecb1600f76025d130eca9f52ce29d5a3 (patch)
tree2775e480ba7781939e61e03e5c40d093c53d2847
parentcd4bde16fa50c5278206f486ade09b3cb85e0bfb (diff)
downloadmana-bfb61f08ecb1600f76025d130eca9f52ce29d5a3.tar.gz
mana-bfb61f08ecb1600f76025d130eca9f52ce29d5a3.tar.bz2
mana-bfb61f08ecb1600f76025d130eca9f52ce29d5a3.tar.xz
mana-bfb61f08ecb1600f76025d130eca9f52ce29d5a3.zip
Updated NEWS for 0.7 release
-rw-r--r--NEWS56
1 files changed, 56 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c655caea..bd3be388 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+0.7.0 (...)
+- Ported to SDL 2
+- Added VSync and windowed fullscreen options
+- Added support for scaling the graphics
+- Added ability to open external links in news, chat and 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 online player list to Social window
+- Added notification sound on receiving whisper
+- Added default ports when connecting to a custom server
+- Added an option to show being IDs to the debug window
+- Added an option to render widget outlines to the debug window
+- Added support for the "persistentIp" server info setting
+- Added support for attributes.xml when connecting to tmwAthena
+- Added support for charcreation.xml settings
+- Added support for hair colors defined in itemcolors.xml
+- Added support for customizing NPC and Monster hover cursor
+- Added support for disabling selection for certain NPCs and Monsters
+- Added support for race-specific hair styles and per-character gender
+- Added support for the TMX tile animation format
+- Added support for bold font markup to BrowserBox
+- Added error when trying to trade a non tradable item
+- Added --server-type / -y parameter
+- Re-download updates when their checksum no longer matches
+- Enabled resizing windows from all sides
+- Enabled whispers in tabs by default
+- Made pickup notifications to appear as particle instead of text by default
+- Custom mouse cursor is now rendered by the system
+- Fixed performance issue in BrowserBox (especially update/news window)
+- Fixed handling of non-consecutive emote IDs
+- Fixed securing of names in files created by chat logger
+- Fixed wrong offset values for tab widget drawing
+- Fixed positioning of window menu
+- Fixed some issues with OpenGL rendering
+- Fixed NPC disappearing when changing appearance on tmwAthena
+- Fixed drawing issues with tiles that don't match the grid width
+- Fixed --chat-log-dir also setting the screenshot directory
+- Fixed tile animations for CSV maps
+- Fixed settings window being unavailable when updating was done
+- Fixed text clipping in tooltips
+- Fixed handling of paths with special characters on Windows
+- Fixed being popup getting stuck under the mouse
+- Fixed item links with empty item name to look up name from Item DB
+- Fixed spaces getting added to chat every 50 characters
+- 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
+- CMake: Don't overwrite system/environment CXXFLAGS
+- CMake: Added option to use system ENet
+- CMake: Make using system Guichan optional (also available as submodule)
+- CMake: Allow using CPack to generate an NSIS installer and macOS App Bundle
+- Now requires C++17
+- Updated Russian translation
+
0.6.1 (2 April 2012)
- Made it easier to click beings that are next to other beings
- Removed NPC trade messages from chat (again)