diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-04-09 17:26:51 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-04-12 07:09:07 +0000 |
commit | b1e4bc0c40fa68dee15ddd0c501e9d0d3aeb59e0 (patch) | |
tree | 863ab141c6be59fff7a6f3d76dbb4f87742099df | |
parent | 4ca894ba43b6be3bc41d12c670e57ae3f505caae (diff) | |
download | mana-b1e4bc0c40fa68dee15ddd0c501e9d0d3aeb59e0.tar.gz mana-b1e4bc0c40fa68dee15ddd0c501e9d0d3aeb59e0.tar.bz2 mana-b1e4bc0c40fa68dee15ddd0c501e9d0d3aeb59e0.tar.xz mana-b1e4bc0c40fa68dee15ddd0c501e9d0d3aeb59e0.zip |
Updated NEWS for 0.7 release
-rw-r--r-- | NEWS | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +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 and chat +- 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 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 race-specific hair styles and per-character gender +- Added support for the TMX tile animation format +- 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 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 +- Updated to tmwAthena protocol changes +- Updated to Manaserv protocol changes (specials, guilds, debug mode, skills, text particles) +- CMake: Made PKG_DATADIR an PKG_BINDIR paths modifiable +- CMake: Don't overwrite system/environment CXXFLAGS +- CMake: Added option to use system ENet headers +- CMake: Make using system Guichan optional (also available as submodule) +- CMake: Allow using CPack to generate an NSIS installer +- 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) |