Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
changelog [2014/03/01 14:49]
admin
changelog [2018/12/08 23:20]
admin
Line 1: Line 1:
 +====== 2018-12-08 New release 1.8.12.8. ======
 +
 +fix: dyecmd crash in A and S dye.
 +
 +fix: out of bound access in dye code if run with AVX support.
 +
 +fix: display stats with negative values.
 +
 +fix: avoid shop spam in legacy server.
 +
 +add: basic stat counters into debug window.
 +
 +add: new hercules packets.
 +
 +add: over weight flag from server side.
 +
 +add: server side online list on legacy server.
 +
 +change: protocol version changed to 25.
 +
 +remove: support for evol plugin version 19 or older.
 +
 +remove: some debug messages about cache usage.
 +
 +
 +====== 2018-09-01 New release 1.8.9.1. ======
 +
 +fix: visual issue with used tiles from empty atlases.
 +
 +fix: hiding deleted temporary skills.
 +
 +fix: crash with wrong moving paths.
 +
 +fix: loading commands in text command editor.
 +
 +fix: quotes in some char gm commands.
 +
 +fix: some packets.
 +
 +fix: cross compilation issue. (by Helmut Grohne)
 +
 +fix: dont allow buy items with amount 0 from market shop types.
 +
 +fix: moving between slots by keyboard in character select dialog.
 +
 +fix: sending talk request to npc from menu if npc have not unique names.
 +
 +fix: split updateprotocol.cpp into parts for less memory usage in compilation.
 +
 +fix: add possible workaround for realpath overflow.
 +
 +fix: crash if read corrupted zip archive.
 +
 +fix: disable errors "in cache other image" due false positives.
 +
 +add: some new chat emotes.
 +
 +add: extent chat /use command for support colors and use actions.
 +
 +add: show warning in servers dialog if software mode selected.
 +
 +add: gm revive button in death dialog if player have revive command.
 +
 +add: shortcuts buttons icons by Guaritore. (disabled by default)
 +
 +add: log libcurl errors into manaplus.log.
 +
 +add: disable password from command line by default.
 +
 +add: extend shortcuts bars skining.
 +
 +add: use cache dir for game data files on Haiku.
 +
 +add: enable images in updater window.
 +
 +add: allow dragging by uneditable text boxes.
 +
 +add: use more strict flags in asan/ubsan builds.
 +
 +add: dont disable keyboard input in pincode dialogs.
 +
 +add: play item usage sounds for all players around.
 +
 +add: update packets.
 +
 +remove: support for CILK plus.
 +
 +remove: support for hercules plugin version 12 and older.
 +
 +remove: text "​Message"​ from message related windows.
 +
 +====== 2018-04-14 New release 1.8.4.14. ======
 +
 +fix: group badge update on group change.
 +
 +fix: packet size for packet 0x07fd.
 +
 +fix: possible sorting issues in party and guild tabs.
 +
 +fix: possible issue in building walk path.
 +
 +fix: possible draw issue in speech texts.
 +
 +fix: crash in reordering sprites.
 +
 +fix: uploading files. Changed service to ex.io.
 +
 +add: allow any gm level for tmwa.
 +
 +add: separate sound messages for party, guild, clan tabs.
 +
 +add: support for item stat ranges.
 +
 +add: highlight attribute for groups.
 +
 +add: show atlases count in debug tab.
 +
 +add: pincode support.
 +
 +add: improve error message in resource loading.
 +
 +add: sorting field in gm item creation window.
 +
 +remove: legacy status effect field "​block-id"​.
 +
 +
 +====== 2018-02-17 New release 1.8.2.17. ======
 +
 +fix: some missing checks.
 +
 +add: new packets.
 +
 +add: packets type flag support for re and prere packets.
 +
 +add: zero packets type.
 +
 +add: shuffle packets for most packet versions.
 +
 +add: possible mitigation against glibc realpath error.
 +
 +add: clans support.
 +
 +====== 2017-11-11 New release 1.7.11.11. ======
 +fix: compilation with unreleased tinyxml2.
 +
 +add: packets for new hercules packet versions.
 +
 +add: draw basic npc equipment.
 +
 +====== 2017-10-28 New release 1.7.10.28. ======
 +
 +fix: disable alt-tab workaround in SDL2 by default.
 +
 +add: new packets.
 +
 +add: configure options for build with system catch or doctest.
 +
 +add: show full SDL version in version string.
 +
 +====== 2017-10-14 New release 1.7.10.14. ======
 +
 +fix: some wrong asserts in text command editor.
 +
 +add: configure parameter for set working directory for unit tests.
 +
 +====== 2017-09-30 New release 1.7.9.30. ======
 +
 +fix: disconnect chat command.
 +
 +fix: max packet version in server editor.
 +
 +add: http tunneling in downloads.
 +
 +add: limit each download file to 500MB.
 +
 +add: limit minimal allowed download speed to 1 byte per 1 minute.
 +
 +add: new packet versions from hercules.
 +
 +add: allow use some atributes as int64.
 +
 +====== 2017-09-16 New release 1.7.9.16. ======
 +
 +fix: sorting fonts and themes lists.
 +
 +fix: scrolling big windows.
 +
 +fix: crash with simple text in chat window before connecting to server.
 +
 +fix: adding stackable items to mail window.
 +
 +fix: button in higlighted state in who is online window.
 +
 +fix: memory leak in downloads.
 +
 +fix: add workaround for fix alt-tab issue in SDL2.
 +
 +fix: ignoring keys in SDL 2.
 +
 +fix: prevent to run cmake by default. because cmake is legacy build system.
 +
 +fix: alternative fps mode in SDL 2 and before connecting to server.
 +
 +add: jewelry-simple theme with non transparent chat window.
 +
 +add: rescale skill casting animation to whole skill area.
 +
 +add: current renderer into user agent string in web requests.
 +
 +add: extend input SDL events logging.
 +
 +add: option with SDL logging level (SDL 2).
 +
 +add: option for allow high dpi mode (SDL 2).
 +
 +add: allow use different existing renderer in SDL2 normal mode.
 +
 +add: option for max parallel sounds.
 +
 +
 +====== 2017-09-02 New release 1.7.9.2. ======
 +
 +fix: duplicates for some assert messages.
 +
 +fix: mouse selection in some lists.
 +
 +fix: leaks and relations in unit tests.
 +
 +fix: some asserts on first run.
 +
 +add: support for new mail system.
 +
 +add: extend packets logging.
 +
 +add: unit tests for detect broken sdl features.
 +
 +====== 2017-08-19 New release 1.7.8.19. ======
 +
 +fix: drawing language badge.
 +
 +fix: hide item popup in context menu.
 +
 +fix: item containers scrolling if some items hidden by filter.
 +
 +fix: compilation on systems with missing bswap_16/​32.
 +
 +add: debug window before connecting to server.
 +
 +add: attributes to missile particles.
 +
 +add: context menu way to add skill into shortcuts bar.
 +
 +add: custom context menu for items. Separate for inventory, storage, cart.
 +
 +add: more than one use action for items.
 +
 +add: packets for new mail system, but without gui.
 +
 +add: id offset for server plugin custom packets.
 +
 +====== 2017-08-05 New release 1.7.8.5. ======
 +
 +fix: quests window redraw speed and render too long lines.
 +
 +fix: mouse cursor update each 10 seconds.
 +
 +fix: crash in help window links with old compilers.
 +
 +fix: server command with name "​int"​ in groups.xml.
 +
 +fix: memory leak in skill casting animation.
 +
 +fix: free network related memory or reconnecting to other servers.
 +
 +fix: prevent server connection timeout in register dialog.
 +
 +add: improve mouse move and click emulation.
 +
 +add: option to show player name at top or bottom.
 +
 +add: improve badges drawing with hidden player name.
 +
 +add: use gcc-6 for windows builds.
 +
 +add: default icons for unknown skills by types.
 +
 +add: shortcuts tab with automatically added active skills (not for legacy servers).
 +
 +====== 2017-07-22 New release 1.7.7.22. ======
 +
 +fix: memory leak if player not totally visible while moving.
 +
 +fix: character select dialog size if slots more than two rows.
 +
 +fix: show own group level if group hidden from public.
 +
 +fix: show tinyxml2 in client name if it was used.
 +
 +fix: possible crash on exit if compiled with SDL 2.
 +
 +add: command line flag for validate client data.
 +
 +add: show group name in being popups.
 +
 +add: load group name, badge, commands, permissions from xml file.
 +
 +add: mse lib with secure vector (for debug).
 +
 +add: show gm commands based on allowed commands for local player.
 +
 +====== 2017-07-08 New release 1.7.7.8. ======
 +
 +fix: flushing background logs.
 +
 +fix: stats in item popups.
 +
 +fix: workaround to build with libicu-59 (need by libxml2)
 +
 +add: new hercules packets.
 +
 +add: allow open chat window before connection to server.
 +
 +add: update readmes.
 +
 +add: update doctest library.
 +
 +====== 2017-06-24 New release 1.7.6.24. ======
 +
 +fix: browserbox width with small bold lines.
 +
 +fix: draw color in some renderers after window resize.
 +
 +add: server info window
 +
 +add: mark all server with free / non free / unknown label.
 +
 +add: set default theme to jewelry.
 +
 +add: improve speed in some windows.
 +
 +add: auto close death dialog if player resurrected.
 +
 +add: new chat commands.
 +
 +remove: auto adding sfx/ in sound files paths.
 +
 +====== 2017-06-10 New release 1.7.6.10. ======
 +
 +fix: use default configs in MacOSX version.
 +
 +fix: memory leak in different places.
 +
 +fix: possible issue in npc dialog.
 +
 +add: enable simd on windows and kFreeBSD.
 +
 +add: enable simd if build with clang.
 +
 +add: improve mixing images speed in most platforms.
 +
 +add: support for known packets version 2017.
 +
 +remove: codeblocks project file.
 +
 +====== 2017-05-27 New release 1.7.5.27. ======
 +
 +fix: default configuration files in NaCl builds.
 +
 +fix: simd functions working with LTO compilation flags.
 +
 +add: assert in debug tab about non 32 bit images.
 +
 +add: support for testing library doctest.
 +
 +add: improve load speed in Android builds.
 +
 +add: different chat commands.
 +
 +====== 2017-05-14 New release 1.7.5.14. ======
 +
 +fix: possible crash if exit while downloading servers list.
 +
 +fix: crashes in cart and some other inventories.
 +
 +fix: socket leak in ipc.
 +
 +fix: memory leak in screenshots.
 +
 +add: option for enable / disable particle effects located on map.
 +
 +add: use ccache in some build scripts.
 +
 +add: allow run ipc commands before connecting to server.
 +
 +add: different chat commands.
 +
 +add: support for 2016 packet versions.
 +
 +add: basic functional testing based on ipc and screenshots.
 +
 +====== 2017-04-29 New release 1.7.4.29. ======
 +
 +fix: loading map atlases on windows.
 +
 +fix: slow or wrong drawing with atlases enabled but without atlas for current map.
 +
 +fix: opening npc buy shop from invisible npc.
 +
 +add: support for item options.
 +
 +add: improve performance in some files operations.
 +
 +remove: drop support for old hercules plugin versions (before 2016 year)
 +
 +====== 2017-04-15 New release 1.7.4.15. ======
 +
 +add: server language flag on client
 +
 +add: quick messages with auto translation from player server language to english.
 +
 +add: update packets acording to hercules changes.
 +
 +====== 2017-04-01 New release 1.7.4.1. ======
 +
 +add: optional support for tinyxml2 (by default used libxml2)
 +
 +add: update readme.
 +
 +add: improve some file operations.
 +
 +add: configure flag for build binary for unit tests but not run it.
 +
 +remove: completly remove physfs usage.
 +
 +
 +====== 2017-03-18 New release 1.7.3.18. ======
 +
 +fix: add missing include for BSD systems.
 +
 +fix: some issues in unit tests in some systems.
 +
 +fix: unit tests on windows.
 +
 +fix: zip archives reading on big endian systems.
 +
 +fix: sound at first run.
 +
 +fix: wrong transparency level if open and close setting at first run.
 +
 +fix: compilation autoconf files with mingw.
 +
 +fix: memory leak in buy dialog.
 +
 +add: stack generation in asserts for all supported platforms.
 +
 +add: update hercules packets for prevent warnings from new hercules builds.
 +
 +add: option for disable moving character by mouse.
 +
 +add: report about depricated sfx file paths.
 +
 +add: windows 64 builds.
 +
 +remove: physfs from dependencies.
 +
 +
 +====== 2017-03-04 New release 1.7.3.4. ======
 +
 +fix: memory leaks in xml parsing.
 +
 +fix: pointers alias issues.
 +
 +fix: space and enter key press in updates window.
 +
 +add: option in client data for set overwight percent for message.
 +
 +add: option to build without physfs (experimantal).
 +
 +====== 2017-02-18 New release 1.7.2.18. ======
 +
 +fix: wrong buffer access.
 +
 +fix: custom currency in shop items list.
 +
 +fix: compilation warnings in some libs.
 +
 +fix: possible use after free in web requests.
 +
 +add: quests links in npc window.
 +
 +add: show manaplus.log path in console at start.
 +
 +====== 2017-02-04 New release 1.7.2.4. ======
 +
 +fix: compilation with very old libcurl versions.
 +
 +fix: compilation with very new SDL2 versions.
 +
 +fix: possible crash in buydialog.
 +
 +fix: unit tests compilation.
 +
 +add: unit tests for detect physfs bugs with new zlib.
 +
 +add: use pkg-config for all libs.
 +
 +add: impliment buy many items at once from cash shops.
 +
 +add: different currencies for npcs.
 +
 +add: impove map draw performance.
 +
 +
 +====== 2017-01-21 New release 1.7.1.21. ======
 +
 +fix: minor issues in map layers drawing.
 +
 +fix: dont clean online list if http error happened (legacy server).
 +
 +fix: vsync for mesa drivers.
 +
 +fix: use pkg-config for linking with libpng.
 +
 +fix: crash with map without tmx file.
 +
 +add: detect cpu features avx and avx2.
 +
 +add: used font sources.
 +
 +add: logging about compiled and linked libraries versions on startup.
 +
 +remove: hercules plugin support version 6.
 +
 +====== 2017-01-07 New release 1.7.1.7. ======
 +
 +fix: compilation for kFreeBSD.
 +
 +fix: wrong dye with OpenGL and rectangular textures enabled.
 +
 +fix: possible issue with sprite replaces.
 +
 +add: improve a bit performance.
 +
 +add: unblacklist auto detect OpenGL modes with LLVM in driver.
 +
 +====== 2016-12-24 New release 1.6.12.24. ======
 +
 +fix: some typos.
 +
 +fix: compilation with cilk plus and gcc 6.
 +
 +fix: hair animation in char create dialog.
 +
 +add: rectangular skill pages.
 +
 +add: show skill tabs only with active skills.
 +
 +add: special tab for unknown skills.
 +
 +add: using sse2/avx2 in A and S dye.
 +
 +remove: support for evol plugin version 5.
 +
 +====== 2016-11-05 New release 1.6.11.5. ======
 +
 +fix: legacy status effects with block-id.
 +
 +fix: some packets for some packet versions.
 +
 +====== 2016-10-22 New release 1.6.10.22. ======
 +
 +fix: character creation for packet version >= 20120307 (hercules)
 +
 +add: support for redicts in online list (legacy servers)
 +
 +add: option to show player name only on selected player.
 +
 +====== 2016-10-08 New release 1.6.10.8. ======
 +
 +fix: fix modal dialogs if update window is open.
 +
 +fix: theme info dialog.
 +
 +fix: removing particle effect after it was disabled on server.
 +
 +add: in quest texts add fields for data from server.
 +
 +add: support for links to monsters, pets, homunculuses.
 +
 +add: more than one image support in one animation action.
 +
 +====== 2016-09-24 New release 1.6.9.24. ======
 +
 +fix: bold links hightlight.
 +
 +fix: some rare memory leaks.
 +
 +fix: not try insert intems into each other in legacy servers.
 +
 +fix: reading keys from configuration.
 +
 +add: support for fake and remove packets xml file.
 +
 +add: drag and drop into shop window.
 +
 +add: allow drag most windows by used parts.
 +
 +add: extend outfits window menu.
 +
 +
 +====== 2016-09-10 New release 1.6.9.10. ======
 +
 +fix: file handlers leak.
 +
 +fix: running command in chat if not tab selected.
 +
 +add: esperanto translation selection.
 +
 +add: option for create custom OpenGL context.
 +
 +====== 2016-08-27 New release 1.6.8.27. ======
 +
 +fix: show skill level selection with skills with level 1.
 +
 +fix: leave guild.
 +
 +fix: getting party settings from server.
 +
 +fix: mercenary and homunculus moving.
 +
 +fix: remove stats pages on reconnecting to server.
 +
 +add: skill cast type and offsets into skills and shortcut window.
 +
 +add: default background music by Obani.
 +
 +add: menu in social window.
 +
 +add: change get auto item option in party.
 +
 +add: particle effects for equipment from cards.
 +
 +add: custom ai to homunculus and mercenary.
 +
 +add: in vending (sell) shop allow buy many items at once.
 +
 +add: in vending show for seller what item was sold.
 +
 +add: in item gm menu allow add more same item.
 +
 +add: improve sorting in inventory.
 +
 +remove: local pets support (tmwa).
 +
 +====== 2016-08-14 New release 1.6.8.14. ======
 +
 +fix: arrow slot in equipment window.
 +
 +fix: compilation with new curl 7.50.
 +
 +fix: freeze with some particle types.
 +
 +fix: particles count in popup.
 +
 +add: show being level at popup.
 +
 +add: shop hp/max hp in being popup.
 +
 +add: support for elemental beings.
 +
 +add: extend stats.xml with attribute names.
 +
 +add: extend riding offsets.
 +
 +add: player wall collision. (player cant walk).
 +
 +add: monster wall collision. (monster cant walk).
 +
 +add: cache most xml files.
 +
 +====== 2016-07-30 New release 1.6.7.30. ======
 +
 +fix: not allow moving while casting if skill not allow moving.
 +
 +fix: update skill in skills window after skill was changed.
 +
 +fix: moving desync distance read.
 +
 +fix: possible player particles leaks.
 +
 +add: show casting effect on ground and on caster and target.
 +
 +add: show skill action effects on caster and target.
 +
 +add: homunculus and mercenary attributes into status window.
 +
 +add: show homunculus and mercenary hp bar.
 +
 +remove: support for outdated equipmentwindow.xml format.
 +
 +remove: native guilds support (tmwa).
 +
 +====== 2016-07-16 New release 1.6.7.16. ======
 +
 +fix: invoking complex skill types.
 +
 +fix: clean statdb on unload.
 +
 +fix: remove wrong sound effect for drag & drop items.
 +
 +fix: translation in quest links.
 +
 +fix: saving shortcut to skill with max level selected.
 +
 +fix: crash if try to open windows list before connecting to server.
 +
 +add: translate and show in debug window map names.
 +
 +add: start particle effect for status effects.
 +
 +====== 2016-07-02 New release 1.6.7.2. ======
 +
 +fix: issues with translated item names.
 +
 +fix: probably final fix for being paths (hercules).
 +
 +add: show cards in foring items window.
 +
 +add: cards into char creation window (charcreation.xml).
 +
 +add: move equipment slots name into equipmentslots.xml
 +
 +add: move player stats definition into stats.xml
 +
 +add: extend dye unit tests.
 +
 +====== 2016-06-18 New release 1.6.6.18. ======
 +
 +fix: nuke command.
 +
 +fix: dont send CMSG_WHO_REQUEST for most new tmwa versions.
 +
 +fix: space usage in login dialog if build with SDL2.
 +
 +fix: being transparency with OpenGL renderer.
 +
 +fix: pet hungry level after login.
 +
 +add: check for tilesets in atlases.
 +
 +add: dont backup config file if found issue with disk.
 +
 +====== 2016-06-04 New release 1.6.6.4. ======
 +
 +fix: some false positive asserts.
 +
 +fix: chat command /msg for channels.
 +
 +fix: show asserts what happend before chat windows was created.
 +
 +add: support for all known hercules packet versions from 2010 to 2015.
 +
 +add: change default max chars in chat messages to 512.
 +
 +add: restore camera option in minimap menu.
 +
 +add: configurable in xml item stat fields.
 +
 +add: status effects name translation.
 +
 +add: show asserts for most errors in resource dbs.
 +
 +====== 2016-05-21 New release 1.6.5.21. ======
 +
 +fix: DSO in Mesa and disable DSO blacklist. Can be issue in NVIDIA.
 +
 +fix: /hat command output if no hat equipped.
 +
 +fix: fix random one tile desync in hercules.
 +
 +add: max distance for start auto fix client side position.
 +
 +add: switch emote bar mode for player/​pet/​mercenary/​homunculus.
 +
 +add: different asserts. Also show them in debug tab if enabled.
 +
 +add: allow set change collisions on the fly (tmwa).
 +
 +add: improve performance in particles.
 +
 +====== 2016-05-07 New release 1.6.5.7. ======
 +
 +fix: login in title bar.
 +
 +fix: compilation for MacOSX.
 +
 +fix: follow moves with enabled atuo sync.
 +
 +fix: adding items by add button into npc inventory.
 +
 +fix: some images format.
 +
 +add: ci scripts.
 +
 +add: basic memory counting.
 +
 +add: support for show actual killer (hercules)
 +
 +add: assert functions with reporting stack.
 +
 +add: hide emotes and over head text for erased players.
 +
 +====== 2016-04-23 New release 1.6.4.23. ======
 +
 +fix: invite to guild from context menu.
 +
 +fix: possible crash in login dialog with opened drop down list.
 +
 +add: by default disable being advanced caching.
 +
 +add: show server and nick in game window title.
 +
 +add: support for different groups of update servers.
 +
 +add: option for disable OpenGL check.
 +
 +add: option for enable/​disable chat commands from server.
 +
 +====== 2016-04-09 New release 1.6.4.9. ======
 +
 +fix: not allow some chat commands exuting by npc scripts.
 +
 +fix: crash in /debugspawn chat command if create beings outside of map.
 +
 +add: improve players draw performance.
 +
 +add: support for multiply packet versions at same time.
 +
 +add: ask before executing remote commands in chat.
 +
 +add: some new and old packets (hercules)
 +
 +====== 2016-03-26 New release 1.6.3.26. ======
 +
 +fix: wrong moving to target by mouse attack.
 +
 +fix: not allow close warp dialog until target selected (hercule).
 +
 +fix: crash in skill cooldowns.
 +
 +fix: compilation with recent clang versions (clang bug).
 +
 +fix: remove duplicated weight fields from items popups.
 +
 +add: extend debug logging about wrong packet sizes.
 +
 +add: rename server type EAthena into Hercules.
 +
 +add: improve particles update performance.
 +
 +add: improve performance in getting random numbers.
 +
 +add: add family packets support (hercules).
 +
 +add: raw status effects attributes in status-effects.xml.
 +
 +add: deprecate block-id attribute in status-effects.xml.
 +
 +add: status effect names in debug window.
 +
 +add: show skill unit created and id in context menu.
 +
 +add: packet version selection in servers list (hercules).
 +
 +add: not allow moving from sit state (hercules without evol plugin).
 +
 +add: drop support for evol plugin versions 1 - 3.
 +
 +add: open chat window by double click.
 +
 +
 +====== 2016-03-12 New release 1.6.3.12. ======
 +
 +fix: search command triggering for text like "??"​ or "?​!"​
 +
 +fix: pet popup. now it show info only for own pet (hercules).
 +
 +fix: custom homunculus names (hercules)
 +
 +fix: moving in diagonal near air or water collision (hercules).
 +
 +fix: not allow add equipped items to trade (hercules).
 +
 +fix: targeting monsters who moved from collision to walkable tiles.
 +
 +fix: ping if player in party/guild (hercules).
 +
 +fix: heal packet from server (hercules).
 +
 +add: different new chat commands for gms (hercules).
 +
 +add: gm menu for pets, homunculuses,​ mercenaries (hercules).
 +
 +add: "add to chat" in show items menu.
 +
 +add: auto fix for desync between client and server while moving.
 +
 +add: reduce partciles update for very far particles.
 +
 +add: support for readable links in quests.xml.
 +
 +add: new tags in quests.xml (questgiver,​ npc, cooridinates).
 +
 +add: parameters support in quests.xml.
 +
 +add: for future tmwa servers parse chat messages with nick in each message.
 +
 +add: two new equipment slots support (hercules).
 +
 +add: allow fast up stats without lag (hercules).
 +
 +add: into players menu command "mail to" (hercules).
 +
 +add: disable legacy "​magic"​ commands (hercules).
 +
 +add: more item visible attributes into items.xml.
 +
 +add: support for custom text in pet menu item "​return to egg".
 +
 +add: improved performance.
 +
 +====== 2016-02-27 New release 1.6.2.27. ======
 +
 +fix: crash in setup gui tab.
 +
 +fix: char creation if stats was hidden (tmwa).
 +
 +fix: crash on startup on some systems.
 +
 +fix: beings sort offset in tiles with height more than zero.
 +
 +fix: hide popups if mouse enter context menu.
 +
 +add: extended drop position in pixels (hercules)
 +
 +add: onscreen buttons in format 3x2.
 +
 +add: extend gm menus for players, monsters, npcs.
 +
 +add: per server gm and char gm commands symbol.
 +
 +====== 2016-02-13 New release 1.6.2.13. ======
 +
 +fix: working with updated hercules without evol plugin.
 +
 +fix: possible crash with broken map.
 +
 +fix: stop cast animation after post delay effect.
 +
 +fix: attacking after skill casting.
 +
 +fix: ignore fuzzy translations in custom translation parser.
 +
 +fix: crash on exit with onscreen buttons.
 +
 +fix: drawing keyboard icon.
 +
 +add: show chat messages from hidden gms (tmwa)
 +
 +add: improve trade spam filter. Now it add message about moved text.
 +
 +add: option for enable/​disable trade spam filter.
 +
 +add: logging mapping between account id and nicsk.
 +
 +add: logging last seen players time.
 +
 +add: chat command for last seen players.
 +
 +//Command: /lastseen NICK//
 +
 +add: cutins animations support (hercules)
 +
 +add: allow images in npc dialogs.
 +
 +add: allow skill units selection and attack.
 +
 +add: allow assign shortcut key actions to onscreen buttons.
 +
 +====== 2016-01-30 New release 1.6.1.30. ======
 +
 +fix: not allow add equipped items into craft.
 +
 +fix: /who command (hercules)
 +
 +fix: commands for remove moster from attack lists.
 +
 +fix: not allow walking by mouse if npc dialog is open.
 +
 +fix: undress in hercules.
 +
 +add: support for adding cards in item links.
 +
 +add: not move chat messages with links to debug tab.
 +
 +add: support for xml library pugixml (disabled by default).
 +
 +add: multy file help search index.
 +
 +add: in char create dialog hide fields if values not allow change it.
 +
 +add: move items by one to craft with stop attack key pressed.
 +
 +add: quick shortcuts for move current item to each craft slot (unasisgned).
 +
 +add: item menu for move current item to each craft slot (unasisgned).
 +
 +add: chat commands for add/remove pickups in list.
 +
 +====== 2016-01-16 New release 1.6.1.16. ======
 +
 +fix: removing monster from attack list.
 +
 +fix: dye palette parsing with GIMP colors.
 +
 +fix: dont reset settings except OpenGL in safe mode (nacl).
 +
 +add: translation support in nacl.
 +
 +add: impliment new hercules packets.
 +
 +add: craft inventory (hercules).
 +
 +add: hex colors in dye palettes with GIMP colors.
 +
 +add: alpha channel in dye palettes with GIMP colors.
 +
 +add: into paths.xml options for GIMP palette.
 +
 +add: show cards in links.
 +
 +
 +====== 2016-01-02 New release 1.6.1.2. ======
 +
 +fix: sprites animation for just loaded sprites.
 +
 +fix: default beings walk mask.
 +
 +add: refactor some code.
 +
 +====== 2015-12-19 New release 1.5.12.19. ======
 +
 +fix: custom cursor in nacl.
 +
 +fix: render fallback.
 +
 +add: per char gender (tmwa)
 +
 +add: OpenGL ES 2 renderer.
 +
 +add: nacl OpenGL support.
 +
 +add: screenshots support (nacl).
 +
 +add: full screen support (nacl).
 +
 +====== 2015-12-05 New release 1.5.12.5. ======
 +
 +fix: allow kill infinite life particles if parent was killed.
 +
 +fix: missing selection images in mana theme in windows.
 +
 +add: skill level selection for invoking skills.
 +
 +add: chat command for invoke skills.
 +
 +add: teleport skills location selection (hercules).
 +
 +add: spirit balls (hercules).
 +
 +add: basic OpenGL support in nacl.
 +
 +add: open urls and clipboard support in nacl (vasily_makarov).
 +
 +
 +====== 2015-11-21 New release 1.5.11.21. ======
 +
 +fix: crash with enabled missing status effect.
 +
 +fix: scrollbars drawing in jewelry and golden delicious themes.
 +
 +fix: dont show empty notifications.
 +
 +fix: some skill error messages (hercules)
 +
 +fix: char create dialog height.
 +
 +fix: not allow registration without email (hercules)
 +
 +fix: party invite response (hercules)
 +
 +fix: attack animations.
 +
 +add: ground skills support (hercules)
 +
 +add: skill units support (hercules)
 +
 +add: support for casting status effect on ground (hercules)
 +
 +add: support for ground skills with text parameter (hercules)
 +
 +add: allow use support skills on self (hercules)
 +
 +add: slide chat command.
 +
 +add: casting animation.
 +
 +add: skill popups in shortcuts window.
 +
 +add: close button in context menu in minimap and shortcuts windows.
 +
 +add: in personal shops in sell dialog show missing items (tmwa only)
 +
 +add: update mplus fonts.
 +
 +add: features.xml attributes for force account and char gender.
 +
 +
 +====== 2015-11-07 New release 1.5.11.7. ======
 +
 +fix: not reduce tiles in conditional layers.
 +
 +fix: cart inventory if it empty.
 +
 +add: separate flag for enable/​disable gui opacity.
 +
 +add: npc menu and inventory skins support.
 +
 +add: extend npc inventory.
 +
 +add: dead trick status effect (hercules).
 +
 +add: status effects in player popup.
 +
 +add: buy/sell many items at once from npc (hercules).
 +
 +====== 2015-10-24 New release 1.5.10.24. ======
 +
 +fix: remove useless memory allocations.
 +
 +fix: status effects (hercules)
 +
 +add: flag for stay npcs after they going outside of visible range
 +
 +add: option for show why player disappeared (settings / players / Log players actions)
 +
 +add: support for change collisions from server side (hercules)
 +
 +add: support for show tiles from special layes based on tile collision type.
 +
 +add: protect most actions from executing from server.
 +
 +add: support for two parts and multy sprites horses.
 +
 +add: logging for not implimented status effects.
 +
 +
 +====== 2015-10-10 New release 1.5.10.10. ======
 +
 +fix: moving animation lag int moving (hercules)
 +
 +fix: recode buildin sounds to 44100 khz
 +
 +fix: show trade messages with disabled trade tab in general tab.
 +
 +fix: dont show popup in inventory not on items.
 +
 +fix: attack actions on SDL2 builds.
 +
 +add: walkType attribute to all beings.
 +
 +add: extend walkType attribute to support different types.
 +
 +====== 2015-09-26 New release 1.5.9.26. ======
 +
 +fix: away badge.
 +
 +fix: allow set gui opacity to 100% on windows.
 +
 +fix: non local player moving on tiles with height more than zero.
 +
 +fix: saving beings state (hercules).
 +
 +add: select target if missing for attack skill automatically.
 +
 +add: support for packet version 20150226 (hercules).
 +
 +====== 2015-09-12 New release 1.5.9.12. ======
 +
 +fix: closing mail edit window.
 +
 +fix: buttons position in npc dialog with visible avatar and input field.
 +
 +add: received packet name in debug log.
 +
 +add: inhirit attribute in items.xml.
 +
 +add: manamarket bot integration for support /sendmail command.
 +
 +add: /sendmail for quick messages (hercules).
 +
 +add: badges for shop, away, inactive modes.
 +
 +add: packet SMSG_MAP_MASK (tmwa).
 +
 +add: option for creting screenshots on complete trade.
 +
 +add: by default init all possible quests to 0.
 +
 +add: driver AMD HD 15.x to ignore list.
 +
 +add: read packet version from server (hercules).
 +
 +add: named items (hercules).
 +
 +
 +====== 2015-08-29 New release 1.5.8.29. ======
 +
 +add: support for item colors (hercules)
 +
 +add: separate item icon palette.
 +
 +add: drag drop cards for insert (hercules)
 +
 +add: improve player attack action (Travolta)
 +
 +add: disable DSA if driver AMD HD 14.10.*
 +
 +add: rental items support (hercules)
 +
 +add: support for message from scripts on server.
 +
 +add: Catalan, China (Hong Kong), Ukraine languages for manual selection.
 +
 +====== 2015-08-15 New release 1.5.8.15. ======
 +
 +fix: download updates if download error happend.
 +
 +fix: key message in outfits window.
 +
 +fix: archer attack range in yellow bar.
 +
 +fix: wrong sprites in char selection dialog (hercules).
 +
 +fix: show all sprites in char selection dialog (hercules).
 +
 +add: for future tmwa guilds fix guild kick.
 +
 +add: new attributes for items description.
 +
 +add: send to client equipped cards (hercules).
 +
 +====== 2015-08-01 New release 1.5.8.1. ======
 +
 +fix: update tmw address in tmw detection code.
 +
 +fix: not allow broken nicks. show messages from this nicks with warnings.
 +
 +add: enable fast atlases creation (except NVIDIA and Mesa 10.6)
 +
 +add: update xcode files (socapex)
 +
 +add: option to yellow bar for targetting type (travolta)
 +
 +add: calculate heal radius (travolta)
 +
 +add: badges for battle teams, parties, guilds, gms and personal player.
 +
 +====== 2015-07-18 New release 1.5.7.18. ======
 +
 +fix: moving with mouse on tiles with height more than zero.
 +
 +fix: crash if warp to map with heights with smaller size.
 +
 +add: support for insert and see cards (hercules).
 +
 +====== 2015-07-04 New release 1.5.7.4. ======
 +
 +fix: draw attack rectange under beings.
 +
 +fix: being position with heights layer.
 +
 +add: some missing checks.
 +
 +remove: outdated code used in evol v1.
 +
 +====== 2015-06-20 New release 1.5.6.20. ======
 +
 +fix: tab colors update.
 +
 +fix: bars context menu.
 +
 +add: use persistent ip option if switch map servers.
 +
 +add: new configurable colors: enemy, team1, team2, team3.
 +
 +add: split configurable colors to groups.
 +
 +add: use nick colors depend on team (pvp for tmwa)
 +
 +add: option minimal gm level for show gm chat tab.
 +
 +====== 2015-06-06 New release 1.5.6.6. ======
 +
 +fix: buy/sell from personal shops if stand close to npc.
 +
 +fix: possible crash if disconnect from server.
 +
 +fix: always emulate glTextureSubImage2D function for fix NVidia issue.
 +
 +add: improve draw performance.
 +
 +add: improve a bit memory usage.
 +
 +add: unit tests into make file.
 +
 +====== 2015-05-23 New release 1.5.5.23. ======
 +
 +fix: possible crash in sell dialog.
 +
 +fix: possible issue in texture atlases.
 +
 +fix: crash on exit with joined room (hercules)
 +
 +fix: chat room on rejoining (hercules)
 +
 +fix: cmake build with new libs/​compiler.
 +
 +add: improve performance.
 +
 +add: enable some server features (tmwa)
 +
 +add: updated fonts.
 +
 +add: impliment missing client to server guild packets (hercules)
 +
 +====== 2015-05-09 New release 1.5.5.9. ======
 +
 +fix: compilation on non x86/amd64.
 +
 +fix: possible crash on exit with opened storage window.
 +
 +add: experimental support for CilkPlus.
 +
 +add: mail system (hercules).
 +
 +add: chat commands to get/set config variables.
 +
 +add: item name filter in buy dialogs.
 +
 +remove: bot checker window.
 +
 +====== 2015-04-25 New release 1.5.4.25. ======
 +
 +fix: move animation.
 +
 +fix: wrong slots update (hercules)
 +
 +fix: error message with delayed items (hercules)
 +
 +fix: characters list after password change.
 +
 +fix: default walk speed in stats (hercules)
 +
 +fix: kill stats window on levelup.
 +
 +fix: displaying mod stat with value -1.
 +
 +add: mirror support for servers list.
 +
 +add: change password support (hercules)
 +
 +add: quick settings page (yellow bar in settings)
 +
 +add: help messages for chat settings page.
 +
 +add: experimental support for CilkPlus (disabled by default).
 +
 +remove: hide shield setting.
 +
 +====== 2015-04-11 New release 1.5.4.11. ======
 +
 +fix: chat command /me.
 +
 +fix: remove from priority attack list.
 +
 +fix: compilation with code blocks.
 +
 +add: heal popup message if used heal skill (hercules).
 +
 +add: char rooms support (hercules).
 +
 +add: mute/unmute support (hercules).
 +
 +add: different skill related particle effects (hercules).
 +
 +add: variable with player name in away message.
 +
 +//Variable name: '​NAME'​.//​
 +
 +====== 2015-03-28 New release 1.5.3.28. ======
 +
 +fix: crash in setting gm flag (hercules).
 +
 +fix: timeout disconnect from login server (hercules).
 +
 +fix: crash if switch character with opened storage window.
 +
 +fix: same servers update in servers list with different server type.
 +
 +fix: monster context menu item "​remove from attack list".
 +
 +fix: chat tabs visibility in some cases.
 +
 +fix: memory leak in map loading.
 +
 +add: chat command to show equpped hat in chat. Command /hat.
 +
 +add: show exp and job based on special packet (hercules).
 +
 +add: show in pet and homunculus popup intimacy and hungry numbers (hercules)
 +
 +add: impliment skill deletetion (hercules).
 +
 +add: for each skill own levelup and deletion particle effect.
 +
 +====== 2015-03-14 New release 1.5.3.14. ======
 +
 +fix: skills display is some cases.
 +
 +fix: donw request warp names (hercules).
 +
 +fix: show chat message from hidden player (hercules).
 +
 +fix: dont try enable guild bot on servers with native guilds.
 +
 +fix: hair color after reordering sprites (hercules).
 +
 +fix: dont read servers list url from configuration.
 +
 +fix: show pvp/gvg map modes (hercules).
 +
 +add: item links with empty item name.
 +
 +add: ride support (hercules).
 +
 +add: logging unimplimented packets.
 +
 +
 +====== 2015-02-28 New release 1.5.2.28. ======
 +
 +fix: dont show empty tooltips in inventory.
 +
 +fix: drop/store button in inventory.
 +
 +fix: dont hide storage window by h key.
 +
 +fix: cart status effect (hercules)
 +
 +fix: direction issues (hercules)
 +
 +add: buying stores support (hercules)
 +
 +add: pet talk, change direction, emote, move (hercules)
 +
 +add: mercenary, homunculus talk, emote (hercules)
 +
 +add: online list support (hercules)
 +
 +add: allow rename pet from menu (hercules)
 +
 +add: action for heal most damaged player.
 +
 +add: fast pet move in distance. left shift + left click.
 +
 +====== 2015-02-14 New release 1.5.2.14. ======
 +
 +fix: camera position if npc dialog was closed by server script command closedialog.
 +
 +fix: make file for android.
 +
 +fix: storing player relations if switch servers.
 +
 +fix: storing attack mobs / pickups filter if switch server.
 +
 +fix: weight bar in inventory and cart window.
 +
 +add: personal sell shops support (hercules).
 +
 +add: improve skill error messages.
 +
 +====== 2015-01-31 New release 1.5.1.31. ======
 +
 +fix: mixed chat lines with colors and emotes.
 +
 +fix: follow (hercules)
 +
 +fix: auto join buildin channels (hercules)
 +
 +fix: fps restoring after away mode (SDL2)
 +
 +add: extend /​tagetattack for support name argument.
 +
 +add: cart support (hercules)
 +
 +add: changed shop window to tabbed window.
 +
 +
 +====== 2015-01-17 New release 1.5.1.17. ======
 +
 +fix: char deletion (hercules)
 +
 +fix: char deletion if connect to server with password from command line.
 +
 +fix: multiply death dialogs.
 +
 +fix: player position after warp if source and destination position heighs different.
 +
 +add: allow set gender, race, look in char creation (hercules).
 +
 +add: sound effects in emotes.
 +
 +add: chat command for select general tab (/​generaltab)
 +
 +add: chat command for select debug tab (/debugtab)
 +
 +add: chat command for select battle tab (/​battletab)
 +
 +add: chat command for select trade tab (/tradetab)
 +
 +add: chat command for select lang tab (/langtab)
 +
 +add: chat command for select gm tab (/gmtab)
 +
 +add: chat command for select party tab (/partytab)
 +
 +add: chat command for select guild tab (/guildtab)
 +
 +add: for special tabs use channels (hercules)
 +
 +remove: support for very old evol servers.
 +
 +====== 2015-01-03 New release 1.5.1.3. ======
 +
 +fix: chat commands /store, /retreive
 +
 +fix: chat commands /buy, /sell
 +
 +fix: show long key names in browserbox macroses.
 +
 +fix; translation for default equip/​unequip/​use actions.
 +
 +fix: crash with completly broken themes.
 +
 +add: another tab in shortcuts window.
 +
 +add: pets moving and direction actions and commands.
 +
 +add: some new commands to commands help.
 +
 +add: per char gender (hercules)
 +
 +add: market support (hercules)
 +
 +add: cach shop support (hercules)
 +
 +
 +====== 2014-12-20 New release 1.4.12.20. ======
 +
 +fix: inventory related packets (hercules).
 +
 +fix: background paralax.
 +
 +add: command /me in pet talk.
 +
 +add: npc whispers (hercules).
 +
 +add: keyboard navigation in popup menus.
 +
 +add: many chat commands.
 +
 +add: own context menus for each npc.
 +
 +add: autohatch it present only one egg in inventory (hercules).
 +
 +add: support url variable in help/​npc/​update windows.
 +
 +====== 2014-12-06 New release 1.4.12.6. ======
 +
 +fix: block target+attack action in player dead.
 +
 +add: additional slots support (hercules).
 +
 +add: option to disable logging in game.
 +
 +add: being particle effects (hercules).
 +
 +add: map mask support (hercules).
 +
 +add: npc genders (hercules).
 +
 +add: full moving mob path (hercules).
 +
 +add: map music packet (hercules).
 +
 +add: npc change title (hercules).
 +
 +add: action to switch pvev/next inventory tab.
 +
 +add: impliment correct join/part channels (hercules).
 +
 +====== 2014-11-22 New release 1.4.11.22. ======
 +
 +fix: variant attribute in sprites xml with includes.
 +
 +add: extend evol2 support.
 +
 +add: update manaplus.cbp.
 +
 +add: command option --server-type for set server type.
 +
 +====== 2014-11-08 New release 1.4.11.8. ======
 +
 +fix: dont show overhead text for chat channels messages.
 +
 +add: invole chat commmands from skills.
 +
 +add: update hercules version support to 20141022.
 +
 +add: skill attribute to show skill always.
 +
 +add: read first time chat commands from configuration file.
 +
 +add: server type Evol2.
 +
 +====== 2014-10-25 New release 1.4.10.25. ======
 +
 +add: extent chat tabs theming.
 +
 +add: channels support (hercules).
 +
 +add: whisper and channel commands to autocomplete.
 +
 +add: different packets support (hercules).
 +
 +add: bank window (hercules).
 +
 +add: pickup item statuses (hercules).
 +
 +add: multiline popup.
 +
 +add: missing slots to equipment window.
 +
 +====== 2014-10-11 New release 1.4.10.11. ======
 +
 +fix: portals color on minimap.
 +
 +fix: portal names (hercules).
 +
 +fix: press on selected button in buttons group.
 +
 +fix: add missing disconnect errors.
 +
 +fix: creation party name size in social window.
 +
 +fix: duplicate numbers in sell dialog.
 +
 +fix: input fields detection for action keys rules.
 +
 +fix: updates downloading if server not give update server.
 +
 +fix: some guild packets (hercules).
 +
 +remove: auction bot support.
 +
 +add: pets, mercenary, homunculus minimap color.
 +
 +add: pages in equipment window.
 +
 +add: extend equipment window theming.
 +
 +add: player attributes karma, manner.
 +
 +add: some missing packets (hercules).
 +
 +add: missing attack packets.
 +
 +add: missing buy fail reasons.
 +
 +add; missing equip, trade error messages.
 +
 +add: rename characters if admins allow this (hercules).
 +
 +add: missing leave party statuses.
 +
 +add: by default disable lazy scrolling.
 +
 +
 +====== 2014-09-27 New release 1.4.9.27. ======
 +
 +fix: chat creation on hercules.
 +
 +fix: away mode if was disconnect from server.
 +
 +add: support hecules packet version 201500.
 +
 +add: option for compile with/​without tmwa/evol support.
 +
 +add: different hercules packets.
 +
 +add: ignore list for logging packets.
 +
 +add: formatting in debug packets log.
 +
 +add: names for sent packets in debug log.
 +
 +add: skills cooldown.
 +
 +add: theme colors for disabled text.
 +
 +add: basic support for chat objects.
 +
 +add: mercenary, pets, homunculus basic support (hercules).
 +
 +add: actions for targeting mercenaries,​ pets, homunculuses.
 +
 +add: error text for skills.
 +
 +
 +
 +====== 2014-09-14 New release 1.4.9.14. ======
 +
 +fix: heal shorcut action.
 +
 +fix: crash with context menu before connecting to game.
 +
 +fix: possible issue to connect to map server.
 +
 +fix: chat commands in party/​guild.
 +
 +fix: in hide all windows action dont hide locked windows.
 +
 +add: basic support for hercules server.
 +
 +add: extend net packets logging.
 +
 +add: allow use item color palettes in non evol servers.
 +
 +add: allow use unknown skills.
 +
 +add: skill types based on it way to use skills.
 +
 +add: skill popup with skill stats.
 +
 +add: pet emote key action (unassigned).
 +
 +add: chat command for set party leader: /setleader (hercules only).
 +
 +add: action and chat command for catch pet (hecules only).
 +
 +add: chat command for ignore/​unignore whispers from individual player.
 +
 +//Commands: /​serverignore,​ /​serverunignore//​
 +
 +
 +====== 2014-08-30 New release 1.4.8.30. ======
 +
 +fix: evol desktop file translations.
 +
 +add: OpenGL 4.5 features detection.
 +
 +add: OpenGL texture compression bptc.
 +
 +add: dyecmd to windows version.
 +
 +add: missing values into outfits, chat, minimap context menu.
 +
 +add: chat command /nextTab and /prevTab.
 +
 +add: many different chat commands what mapped to existing actions.
 +
 +add: allow load itemcolors.xml in legacy servers.
 +
 +
 +====== 2014-08-16 New release 1.4.8.16. ======
 +
 +fix: floor item position if tile height is not zero.
 +
 +fix: allow context menu in outfits window in all places.
 +
 +add: upload log button in settings.
 +
 +
 +====== 2014-08-02 New release 1.4.8.2. ======
 +
 +fix: block char moving if any input fields selected.
 +
 +fix: possible crash in reset windows button.
 +
 +fix: hide all windows action (H).
 +
 +fix: follow parent particle attribute.
 +
 +fix: different issues in all translation languages.
 +
 +fix: player position based on tile heights if player not moving.
 +
 +fix: draw order if tiles height not zero.
 +
 +add: basic inter process communication.
 +
 +add: back yellow bar switch mode (left shift + key).
 +
 +add: in map remap db add support for patches and includes.
 +
 +add: missing windows into reset to default button.
 +
 +add: sv_SE translation and add it to languages list.
 +
 +add: debug commands for spawn locale clones (/​debugSpawn).
 +
 +====== 2014-07-19 New release 1.4.7.19. ======
 +
 +fix: possible memory leak in texture compression.
 +
 +fix: OpenGL renderers fallback.
 +
 +fix: logging about emulated OpenGL functions.
 +
 +fix: OpenGL renderer detection with SDL2.
 +
 +add: new item visible attributes.
 +
 +add: missing idx file in windows installers.
 +
 +add: empty map mode without collisions.
 +
 +add: in OpenGL context creation add support for compatibility context.
 +
 +add: disable OpenGL fallback mode while running tests.
 +
 +add: on Android move login dialog to top.
 +
 +add: useButton option into skills.
 +
 +add: modern OpenGL into renderers tests.
 +
 +add: max texture size detection for all supported modes.
 +
 +add: urls for download client update into branding file.
 +
 +add: move manaplus mirror urls into branding file.
 +
 +add: allow set "move to target"​ distance from 1 to 9.
 +
 +
 +====== 2014-07-05 New release 1.4.7.5. ======
 +
 +fix: vsync control on nvidia closed source drivers.
 +
 +fix: vsync control on Mesa.
 +
 +fix: social window drawing.
 +
 +fix: not use depricated OpenGL api in moder and mobile opengl.
 +
 +fix: possible crash with missing images.
 +
 +fix: OpenGL texture compression detection.
 +
 +fix: window resize in modern OpenGL.
 +
 +fix: background music if it was enabled by quick enable action ([3]).
 +
 +add: manual context creation in modern OpenGL.
 +
 +add: action for select closest monster without filter or priority.
 +
 +add: GPU way to copy images to atlases.
 +
 +add: use GL_EXT_direct_state_access OpenGL extension in atlases.
 +
 +add: disable by default texture atlases on Android.
 +
 +add: own action names for using items.
 +
 +add: another manaplus mirror in files downloading.
 +
 +
 +====== 2014-06-21 New release 1.4.6.21. ======
 +
 +fix: chat window input field size if smiles button disabled.
 +
 +fix: make file for tmw branding.
 +
 +fix: some spelling errors.
 +
 +add: fallback OpenGL renderer if OpenGL version too small.
 +
 +add: modern OpenGL renderer.
 +
 +add: improve speed in normalopengl renderer.
 +
 +add: shell script into tmw/evol branding.
 +
 +====== 2014-06-07 New release 1.4.6.7. ======
 +
 +fix: screenshot key in input fields in SDL2 builds.
 +
 +fix: missing text while chat scrolling (up/down).
 +
 +add: max texture size detection in video mode test.
 +
 +add: improve profiler speed.
 +
 +
 +====== 2014-05-24 New release 1.4.5.24. ======
 +
 +fix: memory leak.
 +
 +add: mirrors support for generic manaplus downloads.
 +
 +add: imrove beings creation/​deletion speed.
 +
 +add: open updater window while connected to server.
 +
 +add: improved a bit code style.
 +
 +====== 2014-05-10 New release 1.4.5.10. ======
 +
 +fix: time events before connecting to game.
 +
 +fix: compilation for Android with SDL2.
 +
 +add: <​animation>​ tag in maps.
 +
 +add: update project file for code blocks.
 +
 +add: option same ip, for individual servers.
 +
 +add: mirrors support for downloads.
 +
 +
 +====== 2014-04-26 New release 1.4.4.26. ======
 +
 +fix: crash with dragging empty spell.
 +
 +fix: crash if open storage and start trade.
 +
 +fix: links drawing over player head.
 +
 +fix: downlod music option with incomplete configuration.
 +
 +====== 2014-04-12 New release 1.4.4.12. ======
 +
 +fix: possible crash.
 +
 +fix: selection in dropdowns.
 +
 +fix: redraw graphics on game window resize.
 +
 +add: improve online list update speed.
 +
 +add: slider step in char creation dialog.
 +
 +add: improved gui draw speed.
 +
 +====== 2014-03-29 New release 1.4.3.29. ======
 +
 +fix: memory leak on window resize.
 +
 +fix: crash with map layer patches.
 +
 +add: improve performance.
 +
 +add: chat command for send message to gms.
 +
 +//Command: /gm message//
 +
 +add: context menu in windows.
 +
 +add: in social window highlight poisoned hp bad with other color.
 +
 +add: option to hide support link on errors.
 +
 +add: option to show server side player position.
 +
 +add: swap X and left Ctrl keys.
 +
 +
 +
 +====== 2014-03-15 New release 1.4.3.15. ======
 +
 +fix: selection in equipment window.
 +
 +fix: emotes in crazy moves.
 +
 +fix: enable download music by default.
 +
 +fix: configuration cleanup from old values.
 +
 +fix: disbale pet selection by mouse.
 +
 +fix: the mana world about page.
 +
 +add: ctrl+b for insert bold font.
 +
 +add: auto save configuration files.
 +
 +add: print server name in screenshots.
 +
 +add: about button.
 +
 +add: long mouse press action.
 +
 +add: right ctrl in ctrl actions.
 +
 +
 ====== 2014-03-01 New release 1.4.3.1. ====== ====== 2014-03-01 New release 1.4.3.1. ======
  
Navigation
Print/export
Languages