summaryrefslogblamecommitdiff
path: root/ChangeLog
blob: 8474a5f3e5bc0a94c55aec61d020484b833e55e7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
















                                                                     








                                                            





                                                   






                                                    







                                            





                                                        







                                           











                                                                 













                                           







                                                      
















                                                   









                                                      





















                                                                











                                               














                                                           











                                                                  






















                                                                                       









                                        





























                                                                          













                                                       






















                                                         











                                               









                                               







                                                   










                                                              













                                                                    








                                          














                                                             














                                                             












                                                              








                                                           













                                                  










                                                       












                                                                
















                                                       




























                                                           






















                                                                   



























                                                             

















                                                                









                                                       













                                             















                                                               














                                                          















                                                         








                                        















                                                   









                                                                  















                                                               

















                                       












                                                          











                                               












                                                   
















                                                     










                                                  










                                                                    






















                                                                          

















                                                                                 















                                                            













                                                      
























                                                           














                                                               




























                                                                         












                                                                                   
















                                                                         











                                                             



                                             
                           











                                                                 













                                                                                                




















                                                                                   










                                                               













                                                         














                                                                               
                               
         























                                                                   



















                                                         






















                                                                        









                                                                                   
















                                                         










                                                           
                                                                       


                                    















                                                     

















                                                                         















                                                                    












                                                                                                 




                                                       
                               









                                                                                 
 












                                                                                       

                              

                                               
                                                             

                                                    
 













                                                        









                                                                   
                                 


                         














                                                                          









                                                                                          




                                                                              
                                                                    









                                                                                   







                                                                                        
                                    












































































                                                                                    
                                              







































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                  
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
fix: crazy moves.
add: missing help translations.
add: allow load branding info from portable.xml.
add: dehardcode weapons id for auto switching weapons.
add: remove all depericated manaserv code.
add: remove support for external guichan.

2014-02-15 New release 1.4.2.15
fix: friends tab update in social window.
fix: windows resizing for smaller screen size.
fix: displaying scale value.
fix: autocomplete commands in party and guild tabs.
fix: guild and party tab help.
fix: dyecmd with non standard 32 bit images.
add: actions for next/prev tab in shortcuts window.
add: actions for next/prev tab in commands window.
add: action for open trade window.
add: start attributes for abmient layers.
add: all emotes in crazy moves a.
add: crazy moves command for pet emotes.
add: diagonal directions for crazy moves.
add: select unselectable npc if mod key pressed.
add: map layer replacment (for mods).

2014-02-01 New release 1.4.2.1
fix: pet talk in trade tab is disabled.
fix: screenshot directory editing.
fix: paths into tools in OpenBSD and FreeBSD.
add: show emote id in emotes.
add: attack action to pets.
add: /dumpmods command.
add: commands for upload config and log into pastebin.
add: screen scale in OpenGL modes.

2014-01-18 New release 1.4.1.18
fix: npc font option.
fix: job bar showing in new installs.
fix: input actions before logging to game.
fix: icon under windows.
fix: block moving keys in buy/sell dialogs.
fix: logging in threads.
fix: reload background image if connecting to different servers.
fix: rainbow colors with utf8 chars and smiles.
fix: crash with external guichan in chat.
add: chinese locale and font support.
add: most client data configs splits/patching by other configs.
add: mods support.
add: in input fields for ctrl+left, ctrl+right.
add: update dejavu fonts.
add: multiply pets for one owner at same time.
add: autoclose npc dialog by moving keys if it almost closed.
add: show date time and server name in screenshot file names.
add: create screenshots before connecting to game.
add: allow edit screenshot path (not in windows).
add: change screenshot default path to pictures directory.

2014-01-04 New release 1.4.1.4
fix: draw background for very small objects.
fix: sound event selection.
fix: split utf8 strings in npc dialog menu.
fix: being popups height.
fix: over head text draw order.
fix: configs saving while switching characters.
add: extend progress bar theming.
add: client side pets support.
add: improve performance in renderers.
add: basic config auto backups.

2013-12-22 New release 1.3.12.22
fix: bot checker window in some themes.
fix: tabbed area resizing.
fix: chat window resizing with enabled color picker.
fix: multi line motd messages in "new" tmw server.
add: allow replace body/race sprite by equipped item.
add: extend theming.
add: allow set small size for shortcuts windows.
add: golden-delicious theme by t3st3r.
add: in updater window cut long news.
add: show emotes in over head text.
add: npc window title change from server script.
add: ability to give more than one item to npc (evol only).
add: addition attributes for abient layer.

2013-11-24 New release 1.3.11.24
fix: compilation with SDL2.
fix: compilation with libc++.
fix: language tab (evol only).
fix: shortcuts in input fields in SDL2.
fix: SDL2 default renderer.
fix: possible fix to incomplete chat messages in "new" tmw server.
add: item particles.
add: update mplus fonts.
add: option to enable/disable tile animations.
add: improve sprites update speed.

2013-11-10 New release 1.3.11.10
fix: crash with broken OpenGL functions.
fix: item amount in trade in selling into personal shop.
fix: char replacment for sender in whispers.
fix: char deletion.
fix: images in did you know dialog.
fix: motd show/hide option in "new" tmw server.
fix: edit dialog theming.
fix: renadomly wrong windows background in software renderer.
fix: storage between changing chars.
add: map layers mask support.
add: save outfits into config after each change.
add: initial porting to nacl.
add: temporaty background music given by server. (evol only).
add: dyecmd tool for content developers.
add: action "move forward".
add: improve slider draw speed.
add: option into features file to enable/disable follow.
add: improve libxml2 error logging.
add: configure option --without-internalsdlgfx to disable emdedded sdl2gfx (SDL2 only).
add: basic porting to nacl.
add: progress bar while loading in SDL2 on Android and nacl.

2013-10-27 New release 1.3.10.27
fix: drawing complex gui in Android.
fix: text fields on SDL2.
fix: input on Android on SDL2.
add: new in chat emotes.
add: emotes button near chat input line.
add: extend chat window theming.
add: context menu for buy/sell items.
add: option to show/hide server motd.

2013-10-12 New release 1.3.10.12
fix: custom update server selection.
fix: crash with rename map object.
fix: crash if close game with opened select char dialog.
fix: players version in online list in ARM systems.
fix: store button if item was protected.
fix: not allow drag and drop protected items.
fix: equipment menu draw order.
fix: code::blocks project file for windows.
add: show SDL version in client version.
add: browser opening with SDL2 on Android.
add: onscreen buttons 3x3, 4x2, 4x3
add: legacy target selection images in mana theme.
add: gm detection in online list on "new" tmw server.
add: command to dump OpenGL vendor: /dumpgl
add: support for /me command inside /away command.
add: sound effect for equip, unequip, use, pickup, drop, take, put events.
add: allow scrolling listboxes by hold and move mouse/finger.
add: remember sort order in inventory, storage, buy dialog.
add: label string cutting in player selection and creation dialogs.
add: hide "did you know" window on Android by default.
add: emulate right click on Android and SDL2 by hold two fingers.
add: invert scrolling on Android.
add: show numbers on onscreen buttons.
add: improve header and footer in help window.
add: improve network performance a bit.
add: extend browserbox theming.
add: update liberation font.
add: help button before connecting to server.

2013-09-29 New release 1.3.9.29
fix: closing equipment window.
fix: possible memory leaks.
fix: sound memory leaks.
fix: best mode detection.
fix: auction bot integration loading.
add: ability to heal nearest player (by left shift + C)
add: map heights.
add: online/offline messages in party tab.
add: android make file (Android.mk)
add: allow use only actual window size on Android.
add: set frequesnce to 44100.
add: hide mouse cursor on Android.

2013-09-15 New release 1.3.9.15
fix: compilation on some systems.
fix: windows resize in SDL2.
fix: delay flag in die sount.
fix: missing country flags in windows builds.
fix: help translations in windows builds.
fix: animated tiles in CSV map formats.
add: SDL2 default renderer mode.
add: improve perfomance in SDL2 software renderer.
add: improve setup input actions window.
add: updated liberation font.
add: improver draw speed.
add: drag and drop for equipment window.
add: icon in protected items.
add: separate drop and protect context menu items.
add: server side full move path (evol only).
add: diagonal move speed (can be disabled for players).
add: globals filter by name.
by default messages ignored from "Sagatha"
add: atlas for common images usage like particle effects.
add: server check version for "new" tmw server.
add: disable some removed features for "new" tmw server.

2013-09-01 New release 1.3.9.1
fix: S/a dye for big endian systems.
fix: some typos.
fix: different crashes if corrupted data files.
fix: compilation not from top directory.
add: improve software mode draw speed.
add: improve S/A dye speed.
add: target cursors animations.
add: SDL2 build mode.
add: show npc name in npc dialog caption.
add: open help window before logging into game.

2013-08-18 New release 1.3.8.18
fix: money label position in status window.
fix: shorted long key names.
fix: outline color issues.
add: color and font tabs in chat emotes window.
add: resize and icons in chat emotes window.
add: autocomplete in chat for online list.
add: giving item to npc. (evol only)
add: counter in social window.

2013-08-04 New release 1.3.8.4
fix: allow buy protected items.
add: option for hp bar offset.
add: sprite actions depen on tile type (evol only).
add: chat emotes.
for open use f1 inside chat.
add: improve a bit memory usage.

2013-07-21 New release 1.3.7.21
fix: background gradients in default theme.
add: stats display from items.xml for non number values.
add: configuration with death messages.
add: player context menu for gms.
add: chat command to select and create any items /createitems.
add: option to disable/enable double click support.
add: support for actual keys and tabulation help/npc windows.
add: show job level in job popup.
add: support name offsets for monsters/npcs.

2013-07-07 New release 1.3.7.7
fix: buttons in character selection dialog.
fix: switch login button.
fix: some checkboxes visualisation in video setting tab.
fix: drawbefore/drawafter options in items.xml for non evol servers.
fix: crash in close with opened storage window.
fix: crash with broken default files and client data.
fix: resize issue in chat tabs.
add: protected items.
add: multi lines in menu in npc dialog.
add: logging debug chat tab (disabled).
add: support page link if server error happend.
add: drag and drop in almost all existing windows.

2013-06-23 New release 1.3.6.23
fix: S and A dye channels order.
fix: padding in listbox.
add: support for player look (evol only).
add: support for monster look (evol only).
add: copy to clipboard in npc dialog.
add: level attribute in items.xml.
add: update mplus fonts.

2013-06-09 New release 1.3.6.9
fix: colors in jewelry theme.
fix: player sprite in disguise mode.
fix: spell attack key.
fix: some inventory crashes.
fix: space button in edit server dialog.
fix: wrong animation time with goto and label.
add: money popup in inventory.
add: include tags in most configs.
add: drag and drop between inventory and other windows.
add: chat command for testing particle effects: /testparticle
add: alternate server name in servers list.
add: improve windows version speed.
add: remove "server:" from chat notifications.

2013-05-26 New release 1.3.5.26
fix: char selection dialog if screen is big.
fix: resources reloading if switching servers.
fix: invisible exp messages with software renderer.
add: load avatars from avatars.xml.
add: show onscreen keyboard if input field selected.
add: popup in char selection dialog.
add: selection chars by double click.
add: features configuration file.
add: new commands in particle effects.
add: option to prevent selling items without confirmation.
add: updated jewelry theme.
add: chat commands to enable/disable sound hightlight in tab.
add: chat command for drop, move, set home etc.

2013-05-12 New release 1.3.5.12
fix: update host issue after registering on evol server.
fix: outline colors in pink theme.
add: improve character selection window
add: default different font sizes in different screen density.
add: different options depend on screen density.
add: option for override screen density.
add: small and big font sizes from 8 to 23
add: extend outlining to all controls.
add: some new colors in themes.
add: themes update.
add: installer script for tmw windows build.

2013-04-28 New release 1.3.4.28
add: delay for hurt sound.
add: support for GIMP palettes.
add: separate time delays for emotes.
add: improve perfomance in SDLFont class.
add: update mplus fonts.
add: ability to close chat tab. (left shift + right click).
add: per server special location for online list.

2013-04-14 New release 1.3.4.14
fix: login dialog size with some localizations.
fix: big http links in chat.
fix: unstackable items sell.
fix: random rare crashes in closing windows.
add: option for mode players names in map.
add: sound effects in notifications.
add: animated emotes.
add: animated effects for effects.xml.
add: turkish language and translation.
add: improve perfomance.
add: improve latency in linux versions.
add: option to left all per map sprites in memory.

2013-03-31 New release 1.3.3.31
fix: talking text position.
fix: mumble configure parameter.
fix: per server settings update.
fix: custom repeat interval.
add: improve map loading speed.
add: language chat tab (evol only).
add: improve speed.
add: restore auction bot support.
add: disable more particles if particle egine disabled.

2013-03-17 New release 1.3.3.17
fix: key repeat time calculation.
fix: incorrect map loading on server switching.
fix: sefault on exit with help switch.
fix: status icons draw posiiton.
add: chat command /cleangraphics to clean graphics cache.
add: chat command /cleanfonts to clean fonts cache.
add: chat command /execute to execute external programs.
add: in debug window field "target type".
add: different npc effects depend on quest statuses (evol only).
add: rate button in quit dialog in android version.
add: option to enable/disable weight notifications.

2013-03-03 New release 1.3.3.3
fix: guild tab update in guild bot integration.
fix: http links in windows.
fix: incorrect chars in links.
fix: name signs update.
fix: password change issue with empty players list.
fix: skills and stats conflict.
fix: command line parameters.
fix: map arrows images draw.
add: enable some aditinal feature on tmw like servers.
add: help seach links: /url ?word
add: option to show hide guil online messages.
add: gm tab for gms and @wgm command output.
add: away particle effect.
add: pseudo skills based on quest variables (evol only)
add: particle effect to skill levelup.

2013-02-17 New release 1.3.2.17
fix: inventory sorting
fix: initial setup window resize issue.
fix: some windows size on small screens.
fix: onscreen buttons and positions.
fix: resize issue in online list.
fix: configuration for onscreen buttons 3 and 4.
fix: crash with particle effects.
add: browser support on android.
add: support for scrolling popup menus.
add: allow hide yellow bar and hide it by default.
add: unassign default key for "change move type".
add: google play url in update message for Android version.
add: onscreen buttons default size depend on resolution.
add: extend theming.
add: adjust on screen buttons positions and padding.
add: close buttons to some windows.
add: enable job support by default.
add: on Android by default hide chat color picker.
add: dont hide top right buttons on small screens.
add: browser support in android version.
add: close buttons to some windows.
add: enable job support by default.
add: improve font cache cleaning.
add: improve network code speed.
add: https links support.
add: extend theming.
add: improve speed.

2013-02-03 New release 1.3.2.3
fix: crash on closing before entering into game.
fix: sounds in broken quests (evol only)
fix: context menu in chat window.
fix: erase action for guild members.
fix: draw most left tiles in visible map.
fix: empty lines support in news.
fix: possible crash in skills dialog.
fix: first time map loading after registration.
fix: minimal windows size for very small resolutions.
fix: setup window resize.
add: show better ping if response slow.
add: show colored party and guild members in online list.
add: extend listbox theming.
add: increase default soft fps limit for Android to 100.
add: texture compression format selection.
add: option for autoresize minimaps.
add: loading default music files for each maps.
add: support for selecting char by click in chars selection dialog.
add: new tips.
add: sort option to buy dialog from players.
add: default avatars support for npcs.

2013-01-20 New release 1.3.1.20
fix: macosx fixes.
fix: collision masks.
fix: crash on exit on windows.
fix: minor changes in black&black theme.
fix; servers deletion from servers list.
fix: language selection in last ubuntu.
fix: environment variables usage.
fix: different game sound fixes.
fix: shortcuts window resize issue in software draw mode.
add: extend theming.
add: http registrations in register dialog.
add: updated jewelry theme.
add: support for outlined texts in some windows and controls.
add: show flag icons in language selection list.
add: chat command to dump environment variables (/dumpe)
add: open broweser in MacOSX.
add: popup menu for text fields.
add: for sound "strike" alias "miss".
add: different sounds from different weapons.
add: option to show/hide onscreen keyboard.
add: actions for onscreen buttons (touch tab).
add: configurable number of onscreen buttons.
add: talk to very close npc by only talk key (T).
add: better stats line in copy to chat stats.
add: context menu for hyper links.
add: detect joystick button.

2012-12-23 New release 1.2.12.23
fix: reset in memory password if password was wrong.
fix: dont show opengl restart mesasge in settings under Android.
fix: image particles alpha property.
fix: equipment window selection draw.
fix: mouse move events under Android.
fix: possible crash in rename nav point dialog.
fix: by default disable texture compression.
add: settings page for onscreen controls.
add; show trading partner nick in trade error messages.
add: replace drop down listboxes to popup lists.
add: different skills for each skill level.
add: description to skills.
add: option to disable gamma correction.
add: new default wallpaper.
add: option for log input events.
add: update mplus fonts.

2012-12-09 New release 1.2.12.9
fix: relative mouse moving for Android.
fix: show chat history option.
fix: MacOSX compilation.
add: email in registration dialog (evol only).
add: enable jewelry theme by default for evol branding.
add: improve OpenGL draw speed.
add: protect chat focus by default.
add: basic on screen buttons for Android version.

2012-11-25 New release 1.2.11.25
fix: some fixes in jewelry theme.
fix: disable some popups in Android version.
fix: drops window cleaning.
fix: missing themes in windows installer.
fix: random incorrect beings draw order.
add: show/hide on screen keyboard on Android.
add: attack human chat command (by Travolta)
command: /atkhuman
add: extend theming.
add: onscreen joystick.
add: improve OpenGL draw speed.
add: persistend directories under Android.

2012-11-11 New release 1.2.11.11
fix: resolution switching under Android with OpenGL.
fix: guichan draw lines under ARM.
fix: some fixes in jewelry theme.
fix: translations under Android.
fix: ok dialog size.
fix: disable video mode autodetection under Android.
fix: chat log if switch game characters.
fix: crash with empty relations list.
fix: game termination under Android by using "home" key.
fix: minimaps loading.
add: close button in android version.
add: extend theming.
add: select maximum resolution under Android.
add: highlight window header with "*" if got new chat messages.

2012-10-28 New release 1.2.10.28
fix: some ARM fixes.
fix: open/close sounds for some windows.
fix: texture memory usage.
add: extend theming.
add: some changes for android support.
add: mobile OpenGL backend.
add: jewelry by Hal9000 (incomplete)
add: info button with information about selected theme.
add: option to disable/enable screensaver.
add: OpenGL logging support.
add: new cursor types.
add: new cursor images. (by Hal9000)
add: cursor selection for different items, monsters, npcs.

2012-10-14 New release 1.2.10.14
fix: monsters particle effects attacks.
fix: chat window resize cursor.
fix: popups sizes.
fix: chat logs command line paramter.
fix: shortcuts while buy dialog is open.
add: texture atlases support.
add: improve draw speed.
add: some OpenGL extensions support.
add: sound effects for open/close windows.
add: extend theming.
add: additinal monster attack particle effects.
add: imporve map draw in fast OpenGL mode.
add: set additional OpenGL settings from video detection.
add: double click in buy/sell dialogs.

2012-09-30 New release 1.2.9.30
fix: minimap size with long map name.
fix: possible crash.
fix: empty space between screen buttons.
add: improved speed.
add: extend theming.
add: double click in npc dialog.
add: monsters offset sort parameters.

2012-09-16 New release 1.2.9.16
fix: non cycle player select.
fix: color in equipment window.
fix: fix hair color palete switching (evol).
fix: horizontal lines draw in software mode.
fix: navigation commands.
fix: partial items load in player selection dialog.
fix: on the fly resize in windows in software mode.
fix: cmake install action.
add: extend theming.
add: improve OpenGL speed.
add: show question dialog before opening urls.
add: improved inventory look.
add: improved speed.

2012-09-02 New release 1.2.9.2
fix: show special message in window header while doing video test.
fix: possible fix non standart update ports on windows.
add: show clickable update links in news window.
add: reenable add special chars in chat by char codes.
Example: test&33;
add: extend replace/reorder sprites.
add: extend theme colors.
add: improve OpenGL draw speed.
add: improve perfomance.

2012-08-19 New release 1.2.8.19
fix: enable italian translation.
fix: remember checkbox in login dialog.
fix: background in buy/sell dialogs.
fix: possible crash.
add: extend theming.
add: extend outfits to 4x4 cells and add equip button.
add: connect button to edit server dialog.
add: units separator.
by default space is separator.
add: sounds for new/complete quests.
add: hightlight gms in online list with color and letters (GM).
add: enable best video mode autodetection under linux.
add: enable FBO under windows.
add: npc cycle select.

2012-08-05 New release 1.2.8.5
fix: colors in speech buuble.
fix: emote shortcuts default size.
fix: radio button images in wood theme.
fix: guild bot message delay.
fix: unassign key action.
add: open urls in browser.
add: chat command /url LINK
put url link in chat.
add: chat command /openurl LINK
open url in browser.
add: equipment button in inventory.
add: key for disable full screen mode.
add: support for images in npc menu.
add: new font dejavu serif condensed.
add: extend background theming.
add: quests window (evol only).

2012-07-22 New release 1.2.7.22
fix: allow moving with opened buy/sell dialogs by mouse.
fix: not allow moving with opened storage window.
add: changed themes storing.
add: enable by default pickup particle messages.
add: removed emote popup window.
add: audio fallback from unsupported modes.
add: dye type A. Same with S but also using alpha channel.
add: close button for npc dialog while it show menu.
add: some new swords to auto equip list.
add: mode "(B) attack range - 1".
add: show level in experience bar popup.

2012-07-08 New release 1.2.7.8
fix: allow enter in qestion mark.
fix: crashes with corrupted data.
fix: sime memory leaks.
add: basic support for eathena stable.
add: maps without client data (without tmx).
add: special npc font. (by default 13px size)
add: increase npc window default size.
add: popup menu option all except 1.
add: npc avatars (for evol only).
add: floor item attribute for max pixel offset.

2012-06-24 New release 1.2.6.24
fix: scrolling big text in texfields.
fix: npc selection by mouse.
fix: animated tiles animation speed.
add: profiler to manaplus for windows.
add: improved perfomance in manaplus for windows.
add: double click support to storage and inventory.
add: help seach commands (command ?text).
Example: ?download
add: help pages updated.
add: delayed image load for OpenGL modes.
add: delay to update image in software mode.

2012-06-10 New release 1.2.6.10
fix: incorrect animation (hair bug).
fix: keys conflict in login dialog.
fix: kill stats on levelup.
fix: stay animation in beings without dead animation.
add: player relations to whisper chat context menu.
add: per hair style own palete (evol).
add: sittop animation (evol).
add: ground top collision flag (evol).
add: hide botchecker button by default.
add: improve image loading in OpenGL renderers.
add: improve dye speed.
add: footer to help window.
add: per server news in help window.
add: use actual desktop dir for screenshots in linux.
add: to npc option to disallow select npc.

2012-05-27 New release 1.2.5.27
fix: tips translations.
fix: joystick repeat key presses.
fix: minimap show/hide on windows.
fix: dehardcode some old paths.
add: button detect best video mode (windows only).
add: autodetect best video mode at first start.
add: disable by default autofix position.
add: prevent from healing enemies.
add: option to hide nick for erased players.

2012-05-12 New release 1.2.5.12
fix: keys for Next chat line/previous chat line.
fix: autologin from command line.
fix: move shortcuts windows.
add: timeout option between connections to servers.
add: pickup filter.
add: replace obsolete opengl code.
add: custom autorepeat for some actions.
add; option for auto attack next target if attack was not cancelled.
Disabled by default.

2012-04-29 New release 1.2.4.29
fix: bluring setting apply.
fix: split long lines in kill stats window.
fix: actions translation.
fix: vsync setting.
fix: improved in game visible position calculation.
add: keyboard repeat setting.
add: split input settings to tabs.
add: separate configurable shorcuts for emotes, shorcuts, move to target.
add: deharcode gui input keys.
add: improve keyboard handling in some dialogs.
add: autoclean configuration file from old keys.
add: option to center window on screen (windows, osx).
add: audio frequency and channels options to audio tab.
add: particle physics setting. (normal by default).
add: for OpenGL add option to enable/disable texture compression.
add: for OpenGL add option to enable/disable rectangular textures support.
add: in debug window add LPS counter near FPS.
add: write to log OpenGL info.
add: support for server independent updates.
add: improve perfomance.
add: update mplus font.

2012-04-15 New release 1.2.4.15
fix: cancel update fix.
fix: multiple conflicts between windows and game keys.
fix: random crash in chat update.
fix: possible crash after connecting to game.
fix: assign keys before connecting to game.
fix: cmake build flags.
add: proxy support for download updates.
add: change autohide buttons to three state (hide/show/hide in small resolution).
add: show client version in game window header.
add: clear in drops window context menu.
add: improve fill rectange speed in software mode.
add: option for enable disable textures blurring.
by default enabled.
add: allow assign 3 keys or joystick buttons to any action.
add: unselect item inventory if it was added to other windows.
add: extend sdl unknown keys for usage in any actions.

2012-04-01 New release 1.2.4.1
fix: validate assigned keys on load.
fix: animated tiles drawing in opengl modes.
fix: copy to clipboard.
fix: chat item links.
fix: online list auto update after error.
fix: outfits items adding/removing.
add: multi language help.
add: protect autocomplete from evil nicks.
add: theme blacknblack (kook).
add: redesign input handling.
add: extend xml animation tags.
add: autohide buttons on top right corner.
add: autohide chat window if inactive (disabled by default).
add: remove packet limits for changing direction.

2012-03-18 New release 1.2.3.18
fix: minimaps scrolling with moving camera.
fix: context menu in outfits window.
fix: shortcuts creation in windows portable version.
fix: volume in afk mode if was disconnect from server.
add: many update hosts. (evol only)
add: dye mode S.
add: support for unknown for SDL keys bindings.
add: basic skills actions.
add: allow add skills to shortcuts bar.
add: per race equipment sprites.
add: remove second "equip" button.
add: neutral other gender.

2012-03-04 New release 1.2.3.4
fix: loading client data translations.
fix: display translated xp+job messages.
fix: default paramters value.
fix: last frame delay in dead sprite actions.
fix: don't show errors for missing emotes.
fix: drawing big minimaps.
fix: ignore shortcuts keys in npc menu and in inventory.
fix: npc menu keyboard navigation.
fix: default npc dialog size.
fix: some copyrights.
fix: possible crashes.
add: visual settings page.
add: option to grab input.
add: move some settings and new to page visual in settings.
add: different sound effects for different messages.
can be configured in audio settings page.
add: resize minimaps.
add: context menu for minimaps.
add: gdb to windows build.
add: show latest client version in update news.
add: option for for creating screenshots with FBO.
If enable, can fix opengl screenshots issue.
add: update liberation fonts.

2012-02-19 New release 1.2.2.19
add: client data translations (items, etc).
add: increased max value for drop counter from 9 to 30.
add: chat command /setdrop N. to set drop counter from scripts.
add: hide map layers feature.
add: show gms with green color in online list (evol server).
add: relative position for floor items (item drops).
add: option to enable/disable grouping friends in online list.
add: enable chat logging by default.
add: set default max chat lines to 40.
add: update windows libs.
add: center game on screen in windows and osx.
add: race name to status and debug windows.
add: update liberation and mplus fonts.

2012-02-05 New release 1.2.2.5
ManaPlus:
fix: particle font in japan localisation.
fix: some untranslated strings.
fix: possible crash after switching servers.
fix: option "attack range" in evol server.
fix: drop counter with enabled "buggy servers protection".
fix: empty custom update server.
add: request client language from server. (evol server)
add: moving camera by npc commands. (evol server)
add: evol branding in windows installer.
add: extended online list. (evol server)
add: redesign char creation dialog.
add: resize window from video settings tab.
add: option to enable/disable window resize.
add: option to show/hide window frame border.
add: 3 new emotes by (Nina O'Reilly)
add: support for 48 emotes.
add: redesign servers list dialog, using new server editor.
add: increase login dialog size.
add: use translation for description in servers dialog.

Mana:
fix: infinite character selection with command line parameter --character
add: resize update window.
add: separate server editor.
add: possible improve loading images/music.
add: game window resize.

2012-01-22 New release 1.2.1.22
fix: bad update hosts handling.
fix: possible crashes.
fix: player name checking in logging.
fix: default shortcuts window size.
fix: player and mob hp bar in evol server.
fix: mouse pickup logic.
fix: adding double attributes to status window.
fix: ambient layer drawing in safe opengl mode.
add: increase resize and moving areas in shortcut window and other similar windows.
add: friends tab in social window.
add: load all servers from list in server dialog.

2012-01-08 New release 1.2.1.8
fix: -s command line parameter.
fix: restore GL_PACK_ALIGNMENT after creating screenshots in opengl modes
fix: rare crash with reconnecting to different servers.
fix: color for /me messages in wood theme.
fix: crash in char autocomplete if no active tab in chat window.
fix: bold chat/npc text correction.
add: allow close npc dialog if script stopped with error.
add: clear outfit option in outfits context menu.
add: ability to test graphics and sound perfomance and stability.
Shortcut ManaPlus (test). Need close all other ManaPlus instances.
add: chat command /dumpt to dump last test values.
add: addiitional checks for unsecure chars combinations in players nicks.
add: allow use item replacment with empty from value.
This mean replace from any value.
add: remove "> Next" message from npc dialogs.

2011-12-25 New release 1.1.12.25
fix: increasing log file if client disconnected from network.
fix: memory leak in evol online list.
fix: enter some chars in inventory input box.
fix: some rare used packets.
fix: dont load move type from configuration file.
fix: create char dialog size.
fix: wrong auto adjusting perfomance after sleep mode.
add: last login time in char selection dialog.
add: update mplus font.
add: move target cursors to themes.

2011-12-11 New release 1.1.12.11
fix: draw damage part on hp bar.
fix: recursive directory creation on windows.
fix: text colors in wood theme.
fix: talk to npc key delay.
add: polish translation (Derpella).
add: server side online list (evol only).
add: copy any line from chat to clipboard.
add: use two clipboard in xserver.
add: gm commands autocomplete for gms.
add: to combined menus floor items.
add: variables for replacment in chat messages.
<PLAYER> - target or nearest player nick.
<MONSTER> - target or nearest monster name.
<PEOPLE> - comma separated list of visible players (except self).
<PARTY> - all party members (except self).

2011-11-27 New release 1.1.11.27
ManaPlus:
fix: show enemy relation in online list.
fix: dead monsters and floor items poisition.
fix: file name conflicts between skins and client data files.
add: update ru and es translations.
add: change chat log save path to yyyy-mm/dd/file.log.
add: support for incomplete replace tag for items for compotability with future version of mana.
add: background images for equipment window.
add: whisper player name in autocomplete list.
add: show yellow bar mode changes in debug chat tab.
add: limits for hair color and style for char creation dialog.
add: different animations depend on monster hp (only for evol).

2011-11-12 New release 1.1.11.12
ManaPlus:
fix: hide death message on reconnect.
fix: stop move after open npc dialog.
fix: disable incomplete hr, hy translations.
fix: self player ignore.
fix: double network error dialog.
fix: joystick support.
fix: random key press loses.
add: pseudo away.
Command: /pseudoaway text
add: enemy relation. (no any ignore, but mark player as enemy)
add: option for attack players in pvp "Switch pvp attack". Default key not assigned
add: interface language selection.
Settings / Theme / Language.
add: Bold text type in chat. (To enable command ##B, to disable ##b)
Example: ##Bbold##b text.
add: update mplus fonts.
add: joystick selection, option for joystick usage only in active game.
add: enable joystick hat (if exists).

2011-10-30 New release 1.1.10.30
ManaPlus:
fix: disable autofix position for archer mode.
fix; hide password from packets log.
fix: replace tags without item id in items.xml.
fix: protect trades from some kind of abusing.
add: chat commands to use server side ignore for whispers:
Commands: /serverignoreall and /serverunignoreall
add: command for dump graphics and some other settings to chat.
Command: /dumpg

2011-10-16 New release 1.1.10.16
ManaPlus:
fix: particle effects Y position.
fix: resize in some dialogs.
fix: codeblocks project file.
fix: global messages sound highlight.
fix: last character selection with space in login dialog.
fix: fps if network error.
add: move to target mode for archers/mages.
add: blacklist relation.
add: reading real monsters attack range (in evol only).
add: option to show hide MVP messages.
add: update mplus fonts.

2011-10-02 New release 1.1.10.2
ManaPlus:
fix: inactive state.
fix: hide inventory filter if window too small.
fix: mouse selection.
fix: speed in targeting monsters.
fix: move to target in attack range.
add: comment for spells/commands.
add: split keyboard keys to groups.
add: chat or other windows scrolling with dragging mouse.
add: limits for stop attack packet.
add: show current experience after max level (for tmw after 99 level).
add: untarget key. it not stop attack but remove selection from current target.
add: amount field in buy dialog.

2011-09-18 New release 1.1.9.18
ManaPlus:
fix: restore windows visible state after restart.
fix: players sorting in relation and party tab.
fix: configuration settings in first start.
fix: animation moving animation with mouse and some other.
fix: reorder sprites if disabled in settings.
fix: disable config copy from ancient tmw versions.
fix: chat autocomplete case.
fix: change player state from sit to stay if under attack.
fix: whisper errors detection.
add: options to configure lazy scrolling.
add: move by minimaps clicks.
add: copy text to clipboard by CTRL+C.
add: additional sorting to inventory: by wight, by amount, by type.
add: inventory filter by item name.
add: per window visual configuration in themes.
add: add item move to context menu for party members.
add: configuration buttons in initial game window.
add: theme unity (by Freya).
add: Czech (cs) translation (by Pitriss).
add: improve game speed.

Mana:
fix: draw overlay in opengl mode.

2011-09-04 New release 1.1.9.4
ManaPlus:
fix: compilation with different flags.
fix: possible fix with incorrect camera position.
fix: replace sprite issues.
fix: some crashes.
add: hightlight words list in chat.
add: many colors for themes.
add: alien emote (DerLoisl).
add: basic auction bot integration.
add: guild bot integration.
add: impore guild members list sorting.
add: auto download content fixes.
add: show guild members on minimap.
add: always show party members in minimap if on same map.
add: lock windows position (at top right window corner).
add: update mplus fonts.
add: attribute damage per second.
add: option to disable self heal with mouse.

2011-08-21 New release 1.1.8.21
ManaPlus:
fix: moving near npc.
fix: crash in server dialog if press load button twice.
fix: saving opened whisper tabs.
fix: hide/show setup window by hot key.
fix: show shop sign on players only if shop enabled and shop not empty.
fix: chat auto scroll.
fix: mode with switching bow to knife.
fix: adding limits to adding items to trade.
fix: perfomance issue with invisible npcs.
add: auto improve perfomance by disabling different draphics features.
add: perfomance tab. most perfomance related settings moved to this tab.
add: new perfomance related options to perfomance tab.
add: split players setup tab to relations and players.
add: ability to add comments to npcs.
add: option to hide ip addresses on screen shots.
add: warp menu item navigation points menu (for gms only).
add: copy to chat button in status window to copy player stats to chat.
add: enable auto switching to janapese font if used japan locale.
add: update dejavu and mplus fonts.
add: updated translations.

2011-08-07 New release 1.1.8.7
ManaPlus:
fix: player attack animation length.
fix: random opacity issue in complex sprites in software mode.
fix: compilation in manaserv mode.
fix: adjust wait time after pasting text. possible should fix multiply paste issue.
add: improve perfomance in caching complex sprites in software mode.
add: improve perfomance with max opacity in software mode.
add: different keys in edit fields.

2011-07-24 New release 1.1.7.24
ManaPlus:
fix: compilation without opengl.
fix: crash with other players equipment window.
fix: improve speed.
fix: compilation in big endian systems.
fix: opengl configure flag for mac os.
fix: rectangle draw bug in some systems in software mode.
add: close popup menu by esc key.
add: keys for quick add items to trade
add: shortcut key to close current chat tab.
by default unassigned.
add: uninstall before install in windows installer.
add: multi user support in windows installer.
add: new update check url.
add: updated translations.

2011-07-10 New release 1.1.7.10
ManaPlus:
fix: char deletion
fix: improve speed.
fix: improve speed in software mode.
fix: some memory leaks.
fix: music fadeout.
fix: crash in reconnecting to servers.
add: make script for MacOS with fink.
add: updated mplus and libiration fonts.
add: player statuses: enabled shop, away and inactive mode.
add: map reduce mode useful for sftware drawing mode (improving speed).
add: updated translations.
add: redesign video tab in settings.

2011-06-26 New release 1.1.6.26
ManaPlus:
fix: context menu positions.
fix: copy equiped to outfits.
fix: revert video resolutiion changes if new is fail.
fix: some more memory leaks.
add: own comments to players.
add: option to use local time in chat.
Can be changed here: SET / Chat / Use local time.
add: redesigned setup pages.
add: missing video modes.
add: updated some windows libs.
add: tooltips in skills dialog.
add: archlinux PKGBUILD file.


2011-06-12 New release 1.1.6.12
ManaPlus:
fix: outfits item selection.
fix: item slots in "show items" menu item.
fix: memory leaks.
fix: item colors in different windows.
add: secure font for highlighting incorrect nicks.
add: gender sign with any players names.
add: extend quick move items from inventory and back (LSHIFT)
modifier key + left click - move all items from/to storage.
modifier key + right clikc - show window for amount selection for moving.
modifier key + drop button - drop all items from selected slot.
add: add "drop all" to context menu.
add: menu item to copy text from bars to chat.
add: did you know window.
add: improve software draw mode (SDL) speed.


2011-05-29 New release 1.1.5.29
ManaPlus:
fix: infinite paste.
fix: remove home location by mouse.
fix: walk path in special collision.
fix: restore color hightlight smaller money in trade window.
add: moved classic theme to default. Default theme renamed to Mana.
add: support for images in help window.
add: evol server type (now it works same as tmw)
add: show other players equipment by context menu item "show items".
add: updated translations.
add: complete Finnish translation (Byakushin).
add: secure trades option to protect trade from some kind of cheats.
add: show speach popup variable. time depend on message size.


2011-05-15 New release 1.1.5.15
ManaPlus:
fix: targeting monster if monster added to priority attack list and "cycle mobs select" disabled.
fix: improved text cache cleaning.
fix: chat tab incorrect size if enabled hiding chat input line.
add: ask password before deleting char.
add: save attack filter.
add: updated japan fonts.
add: improved moving with mouse.
add: spanish help translation.
add: air and water collisions (incompotable with tmw).


2011-05-01 New release 1.1.5.1
ManaPlus:
fix: some controls draw issue in SDL software mode.
fix: map objects drawing. (incompotable with tmw maps).
fix: default values for new configurations.
fix: crash with incorrect maps.
add: away log.
add: attack filter.
new tab in social window.
new chat commands /addattack, /removeattack, /addignoreattack, /addpriorityattack
add: reset yellow bar context menu item.
add: spec file for rpm distros (mageia).

Mana:
add: music fadeout.


2011-04-17 New release 1.1.4.17
ManaPlus:
fix: add to trade menu item in inventory context menu.
fix: update error if update file list have empty lines (like in aethyra).
fix: manaserv support deprecated. By default all compilation scripts ignoring manaserv.
fix: inventory equip/unequip buttons.
fix: protected pickups spam.
fix: show unknown items in inventory.
add: moved help from chat to help window.
add: update progress files counter.
add: custom autocomplete words list. Place in customwords.txt.
add: dont waste chat space if input box is hidden.

2011-04-03 New release 1.1.4.3
ManaPlus:
fix: improve opengl speed.
fix: update ru, pt, pt_BR, fr, es translations.
add: remove nicks in whisper. useful for bots like guild bot.
add: no away option in whisper context menu.
add: save chat tabs options between client restarts.

2011-03-20 New release 1.1.3.20
ManaPlus:
fix: other players directions while moving.
fix: being direction while attacking.
fix: other players animation while moving.
fix: mouse pickup from big distance.
add: show message in party tab if some on join party.
add: /uptime chat command to show current client update.
add: small optimisation in software drawing mode (SDL).

Mana:
add: scroll buttons in chat tabs.


2011-03-06 New release 1.1.3.6
ManaPlus:
fix: remove extra spaces from chat commands.
fix: possible fix for pasting from clipboard in X system.
fix: partially opacity in extended minimaps.
add: add to trade items in item context menu.
add: tabs to spells window.
add: check already downloaded files intergrity.
add: pink theme (Freya).
add: updated pt_BR translation some lines from mana client (Freya).
add: updated russian translation.
add: update dejavu fonts.


2011-02-20 New release 1.1.2.20
ManaPlus:
fix: stop/start playung music after changing option.
add: show/hide buttons in top right corner.
right click on buttons open menu.
add: show/hide bars in top right corner.
right click on bars open menu.
add: extended minimaps (Ben Longbons).
add: npc gender. (only for extended servers)
add: hiding equipment sprites by attributes (need support in client data).
add: weight notice dialogs not modal and auto hiding after 10 seconds.
add: show amount in pickup particles.
add: new bars Weight bar, Inventory slots bar, Money bar, Arrows bar.


2011-02-06 New release 1.1.2.6.
ManaPlus:
fix: crashes.
fix: close npc dialogs in different actions like change character/server or network error.
fix: dont show random navigation point with coord 0,0.
fix: update item amount in sell dialog.
add: japanese fonts mplus 1p regular and mplus 1p bold.
add: option to enable/disable players popups.


2011-01-30 New release 1.1.1.30.
ManaPlus:
fix: stuck on disconnections while opened modal window.
fix: allow use rock knife in auto switching weapons.
fix: issue with invisible items in inventory after moving to and from storage.
fix: mouse cursors in wood and blackandwhite themes. (Nina O'Reilly)
add: show job bar in ministatus window.
add: diagonal move animation (need support in client data).
add: recovery on broken server job level and job level max experience.
add: floor item icon different from normal item icon (need support in client data).
add: show unknown skills in skills window.
add: show job xp after mob kill.
add: support for zlib map compression.
add: updated russian translation.


2011-01-16 New release 1.1.1.16.
ManaPlus:
fix: hide own hp bar if dead.
fix: equipment window.
add: inventory filter and sorter.
add: increased char slots number from 3 to 9 per each account.
Also add support for configurable char slots number in exended servers.
add: option to force connection to only one ip for all three servers (char, login, map).
useful for port mapping connections.
add: updated russian translation.

Mana:
add: updated german and french translation.


2011-01-09 New release 1.1.1.9.
ManaPlus:
fix: some strings translation support.
add: increase items slots support from 11 to 13.
add: new 4 emotes (Nina O'Reilly).
add: increased max emotes count to 44.
add: sound volume depend on distance to sound source point.
add: update russian translation.

Mana:
add: update french and spain translation.


2010-12-26 New release 1.0.12.26.
ManaPlus:
fix: manaserv a bit working now.
tested on woa server.
fix: spawned mobs with already taken damage.
fix: some chat crashes.
add: walk delay parameter in status window.
add: mob hp bar in selected mob.
add: tabs in shortcuts bar.
add: updated russian translation.

Mana:


2010-12-12 New release 1.0.12.12.
ManaPlus:
add: variables <TARGET> and <TARGETID> and <TARGETORSELF> in spells / text commands.
add: show weight message if weight was more then half and now less then half.
add: show attack range in status window.
add: offset of target cursor in monster and npc.
add: ability to dinamically change drawing player sprites order.

Mana:
add: support for tiles with aligment.


2010-11-28 New release 1.0.11.28.
ManaPlus:
fix: enter space in npc dialogs.
fix: popup xp messages flood.
fix: move all server messages if need to debug tab.
fix: visibility of moved npc.
add: show pvp rank in pvp maps.
add: show is pvp enabled on map or not.
add: shortcut keys to switch between social window tabs.
by default unassigned.
add: store/retreive 10, half, all.

Mana:


2010-11-14 New release 1.0.11.14.
ManaPlus:
fix: level percent in kill stats window.
fix: setting walkable tile alpha setting.
fix: freze with incorrect image set.
add: tooltips for emote shortcuts.
add: show short keys on map signs and warps.
add: distance 2 in move to distance.
add: improve speed in SDL (Software) mode.
add: safe opengl support, like in old tmw versions.
add: small speed improvements.
add: actors count in debug window.
add: move "show own name" from video to players tab.
add: battle chat tab and battle event.
Disable by default.
add: color hightlight if trade partner lower money.
add: custom update host.
Can be useful if normal update server is dead.
To enable in login dialog select custom update type and put new update host url in text field. (custom host for tmw server is http://manaplus.jonklo.net/updates/)

Mana:


2010-10-31 New release 1.0.10.31.
ManaPlus:
fix: who is online list if used --server parameter.
fix: reenable portable mode for all platforms.
fix: update visible player levels.
fix: equip type for some items in TAW server.
fix: attack animation in TMW server and some clones.
add: option to hide warps particles.
SET / misc / Show warp particles.
by default warp particles disabled.
add: option to allow start buy/sell trade without asking player.
SET / misc / Accept sell/buy requests.
add: sorting player in party and guild tabs.
add: extended context menu to many players in one tile.
show submenus for each player in tile.
add: shortucts option in windows installer.
add: auto remove very old font cache items.
add: update russian translation.
add: new pumpkin smile. (Nina O'Reilly)

Mana:


2010-10-19 New release 1.0.10.19.
ManaPlus:
fix: command line switch -u now working like in mana client.
fix: crash on drawing incorrect strings.
fix: possible crash on exit.
add: disabled special chars by char codes for platinum server (because on this server players using many ugly clients).

Mana:


2010-10-17 New release 1.0.10.17.
ManaPlus:
fix: disable portable mode in non windows systems.
fix: improve speed in disabled opengl mode and opacity = 1. (based on idea from mana client)
add: /wait chat command. It play sound if find being with requested name.
add: chat autocomplete for mob names.
add: hot key for who is online window. (unassigned)
add: show players ip in social window. (only for GM's)
add: special chars by char codes &xxx;.
Example: &33; is !.
add: option in settings to disable quick stats assign.

Mana:


2010-10-05 New release 1.0.10.5.
ManaPlus:
fix: possible client stuck.
add: show killer name in debug tab.
add: enable/disable sound hightlight per tab.
can be enabled/disable from chat tab context menu.

Mana:


2010-10-04 New release 1.0.10.4.
ManaPlus:
fix: emote key + cursor keys to change direction.
fix: emotes in popup window.
fix: possible crashes.

Mana:


2010-10-03 New release 1.0.10.3.
ManaPlus:
fix: opacity cache.
add: quick increase stats.
now not working on windows.
add: portable mode.
In windows installer need select portable option.
add: add basic guild support.
guild chat commands:
/createguild name - create new guild.
/invite nick - invite player to guild.
/kick nick - kick player from uild.
/notice text - change guild notice.
/info - show info about guild.
/leave - leave guild.
Note: to create guild you should have snake egg in inventory.
add: increase item shortcuts count to 20.
add: increase emote shortcuts count to 40.
add: 19 server independent smiles. (Nina O'Reilly)
new smiles supported only by manaplus clients.
add: updated help. (Mihail Barer).

Mana:


2010-09-19 New release 1.0.9.19.
ManaPlus:
fix: improve chat resize speed.
fix: invisible objects with disabled opengl, like pinkies.
fix: resize windows from top corners.
add: opacity cache to improve game speed with disabled opengl.
Warning: some times it may crash client.
To enable SET \ Video \ Enable opacity cache.
add: increase outfits count from 80 to 100.
add: increase outfit slots from 9 to 12.
add: support zip archives in per server local updates dir.
add: support update patches zips.
in this dir local resources can have bigger priority over resources from update server.
Example dir in linux: ~/.local/share/mana/updates/updates.themanaworld.org/fix/
In this directory you can place http://tmw.cetki.com/other/update-96b7ecd..eeac43f.zip to fix moggun issue.
add: moving windows by dragging window from any empty space.
add: option to disable/enable attack while moving.
add: context menu in who is online window.
add: updated russian translation.

Mana:


2010-09-12 New release 1.0.9.12.
ManaPlus:
fix: set map arrows.
fix: draw map arrows.
fix: improved chat draw speed.
fix: improved game speed.
add: /undress chat command and popup menu item.
This command remove all clothes from selected player. This changes only local.
add: /attack chat command.
add: icons to spells / text commands.
add: /outfit next, /outfit prev commands.
add: /dirs chat command to show game dirs.

Mana:


2010-09-04 New release 1.0.9.4.
ManaPlus:
fix: updating servers list.
fix: warp removing from map.
fix: in away mode drop fps only if game inactive.
fix: crash on exit on tmw server.
add: server side attack mode.
add: free camera mode ([+]).
In this mode camera can be moved by cursor keys.
add: draw screen border in minimap.
add: play sound if you receive global message and game inactive.
add: dont highlight party tab if got server message on it.
add: change color on players, who attacking local player.
add: place away dialog on top of screen.
add: option to disable auto fix position.

Mana:
fix: focus on char select dialog.


2010-08-29 New release 1.0.8.29.
ManaPlus:
fix: walk between maps in e map modes.
fix: funny symbols and item links.
fix: visible names option.
fix: trying avoid server packets bug also in default attack mode.
fix: changed attack time limit to avoid new server bugs.
fix: disable hot keys in npc input dialogs.
fix: crash if client have some corrupted images.
fix: compilation for gcc 4.5.
fix: compilation with flag --without-opengl.
add: new map mode. symbol b. (f)
add: removed length limit in build walk path.
add: play whisper sound if new message in active whisper and game not active.
add: navigation tab in social window.
left click go to selected target.
add: key to move to location from navigation tab in social window (RSHIFT + 0-9)
Key like outfits but only mod key is right shift.
add: show items refine level.
add: continue attack if player moved.
add: attack target after moving to it by attack key (x).
add: switching to already opened whisper tab.
add: per server local updates dir.
in this dir can be placed local resources.
Example dir in linux: ~/.local/share/mana/updates/updates.themanaworld.org/local/

Mana:


2010-08-15 New release 1.0.8.15.
ManaPlus:
fix: battle sfx sound.
fix: gui sound in deb packages.
fix: show own player level.
fix: colors in black wood theme (lien).
fix: crash with -p command line option.
add: /disconnect chat command.
add: tooltips for control buttons (right top corner).
add: /me command in whisper and party tabs.
add: show level if possible in online list.

Mana:


2010-08-03 New release 1.0.8.3.
ManaPlus:
fix: money display bug.

Mana:


2010-08-01 New release 1.0.8.1.
ManaPlus:
fix: improve speed.
fix: adjust money field size in trade dialog.
add: show GM level near level in status window.
add: attribute Attack Delay in status window.
To open this windows, press F2.
add: increased number of servers from 6 to 15 in server dialog.
add: restore whispers between client restarts.
add: set fps limit to alternate value in away mode or if game minimized.
add: disable any sound and music in away mode.
add: antispoof chat protection.
add: option to auto close or skip updates in login window.
add: server name in login window.
add: theme black wood (lien).

Mana:
fix: fps limiter on windows.


2010-07-18 New release 1.0.7.18.
ManaPlus:
fix: moved mumble from recommended to suggested in deb packages.
fix: allow set more then 99 stat points, max 120.
Work only on servers with this ability, like UFB server.
fix: show player level.
fix: improve speed in openGL mode.
fix: crash on exit.
fix: dont fix player position in default attack mode.
add: updated russian translation (Schekoldin Ivan).
add: context menu to players in online list.
add: chat commands /befriend, /disregard, /neutral.
add: allow set fps from 2 to 160.
add: allow set gui opacity from 2 to 100 %.

Mana:


2010-07-04 New release 1.0.7.4.
ManaPlus:
fix: problems with font selection.
fix: crashes.
fix: -U command option.
fix: setup window size.
add: help font.
add: updated help.
add: show history in whispers.
add: per server player relations.
add: whisper and dialog ame sfx, gui sfx.
add: experimental support for mumble voice chat.
First start mumble, then start client with enabled mumble option.
add: updated russian translation.
add: safe mode shortcut for windows.

Mana:
fix: chat messages about user offline now showing in player tab.


2010-06-21 New release 1.0.6.21.
ManaPlus:
fix: crash on some servers.

Mana:


2010-06-20 New release 1.0.6.20.
ManaPlus:
fix: avoid server direction bug.
right direction server send as unknown direction.
fix: restore main line attack automation.
add: some russian translation.
add: show popups for players without party.
add: font changes.
To change open SET \ Theme.
add: per server configs.
Moved many server related options to per server configs, like magic spells.
Old values for bars can be restored from context menu.
add: attack mode 'd'.
Attack without auto target next monster.

Mana:


2010-05-31 New release 1.0.5.30.
Patch:
fix: crash from incorrect utf8 chars.
fix: allow registration.
add: moved to master mana branch.

Mana:
fix: improve game speed.


2010-05-23 New release 1.0.5.23.
Patch:
fix: follow modes and navigate.
fix: try avoid new server side bugs with packet limiter.
fix: --skip-update now working.
add: pickup mode A.
Allow pickup items in max distance.
add: allow add any items to buy list in personal shops.
add: improve text draw speed.
add: new imitation mode for imitating outfits.
Switch initation mode by key ([4])
add: allow mark any map positions with arrow sign and comment.
To mark current position while you standing press Set Home Location key ([5]).
To add comment press right button on map arrow.
To add home location, sit and press Set Home Location key ([5]).
add: custom resolution.
To change resolution, click on "custom" resolution.
add: auto change position if cant attack closed being.
add: option to hide move path.
add: change resolution in safe mode to 640x480.

Mana:
fix: crash with disabled opengl.


2010-05-1 New release 1.0.5.1.
Patch:
fix: allow start client if update server is down.
add: show floor item amount, if more then one.
add: improved command /navigate.
add: improved move to target.
add: improved targeting nearest beings.

Mana:

New keys:


2010-04-25 New release 1.0.4.25.
Patch:
fix: dont show shop requests if shop mode disabled.
fix: draw items in outfits even if no this item in inventory.
fix: invite command.
add: option to hide whisper shop messages.
Enabled by default.
add: change color in whisper tab if player go offline.
add: open buy sell window on selected player.
Select player, then press talk key.
add: new follow modes: relative, mirror, pet. ([1])
add: show server side player position.
add: manual mode to fix desync position. (D)
add: add missing help for chat commands.
add: new commands /loadprice, /saveprice.
For load and save prices.
add: new command /trade NICK.
Open trade window.
add: option to send shop announce with or without links to items.
add: partialy right click emulation from keyboard (TAB).
add: translated some string to russian.

Mana:
fix: crashes.
add: clear butotn in npc dialogs.

New keys:

switch follow modes. ([1])
right click emulation (TAB)


2010-04-14 New release 1.0.4.14.
Patch:
fix: item amout window size.
fix: gender display.
add: trade chat tab.
Most trade messages now moving to this tab.
Also players can speak in this tab about trades.
add: speed improvement.
add: button store in config window.
Save configuration file to disk.
add: simplify context menus.
add: personal shop.
To this shop player can add items for buy/sale.
Other players can use it by ser away outfit, and after away it restore old outfit.

Mana:
add: classic skin update.


2010-02-28 New release 1.0.2.28.
Patch:
fix: allow enter in NPC dialogs letters, assigned to prev\next chat tab keys.
fix: dont redirect server messages from party tab.
fix: npc flood with small dialogs.
fix: fixed some crashes.
add: show target player level, nick, party in debug window.
add: command /navigate x y.
add: heal players by click in social window.
add: get player levels from parsing #inwilt result.
add: visible players tab in social window (P tab).
add: actions in social window.
left click - heal
right click - context menu
middle click - whisper
add: damage counter for players.
You can see it in social window in P tab.

Mana:
fix: crash in TAW maps.
add: party windows replaced to social window.
add: party tooltips for players.
add: paste from clipboard.
CTRL+V


2010-02-07 New release 1.0.2.7.
add: health bars in party window.
add: own health in party window.
add: build on latest mana git client.
fix: allow enter numbers in input fields.
fix: segfault in follow.
fix: other small fixes.


2010-01-17 New release 1.0.1.17.
fix: D.o.S. in chat.
fix: D.o.S. in trade.
add: ignore button in trade request.
add: themes (classic, wood, red).
change : SET / theme / gui theme
add: buy/sell in npc context menu.
add: /follow command.
add: /heal command.


2010-01-02 New release 0.12.
fix: random generator in crazy move A.
fix: improved draw chat speed.
fix: fixed /closeall crush.
fix: use workaround to fix clover/towel and some other feature inventory bugs.
Two buttons, one for equip and second for use item.
fix: default Who is online size and position.
add: e? command in crazy move A.
e? show random emotion in crazy move A.
add: limit lines in chat.
change: SET / chat / Limit max lines in chat.
add: clear command in chat context menu.
add: highlight target being by bold font.
add: afk mode. ([2])
change : SET / other / Enable afk message
use: key 2 on numeric keuboard or chat command /away TEXT. (or /away)
add: draw item in item popups.

New keys:
Enable away mode ([2]).


2009-12-13 New release 0.11.
add: highlight player and monsters attack range.
change: set / Other
Highlight Player Attack Range
Highlight Monster Attack Range
add: colors in setup colors for attack range and portals.
change: set / Colors
Local Player Attack Range
Local Player Attack Range Border
Monster Attack Range
Portal Highlight
add: colors in setup for home location, collisions.
change: set / Colors
Home Place
Home Place Border
Collision Highlight
add: key to copy equiped items to outfit (]).
add: key to disable game modifiers ([8]).
add: ping field in debug window.
add: target id in debug window.
add: chat logger.
change: set / chat / Enable Chat Logger
add: /outfit N command.
Wear outfit N.
add: /emote N command.
Show emote N.
add: auto complete party members in party tab.
add: key switching on/off sound ([3]).
add: highlight inactive tab if player name is writed.
change: set / Color / Tab With Player Name Highlight

New keys:
key to copy equiped items to outfit (]).
key to disable game modifiers ([8]).
key switching on/off sound ([3]).


2009-11-29 New release 0.10.
fix: possible crush in update window.
fix: localisation resources in deb packages.
fix: added edit button to crazy move A.
fix: allow using other update servers.
add: auto complete chat key in settings. (TAB)
add: hide input chat key. (ESC)
add: manual update button in online users list and online list resize.
add: set log file name from command line.
add: limit chat messages size.
Change: set / chat / Limit max chars in chat line.

New keys:
Hide input chat key (ESC)

add: manual update button in online users list and online list resize.
add: set log file name from command line.
add: limit chat messages size.
Change: set / chat / Limit max chars in chat line.

New keys:

Hide input chat key. (ESC)

Download



2009-11-15 New release 0.9.
Download  Install in Ubuntu

New features:

fix: remove spaces and (GM) label from GM nicks in onlile list.
new: moved to git sources.
new: popup windows for hp, mp, xp bars.
new: more font sizes in setup.
new: context menu in chat tabs.
new: keys to wear next/previous outfit.
new: Increased outfits count to 40.
Keys for outfits 1 - 0, -, =, backspace, insert, home, q - p, [, ], \, a - l, ;, ', z
new: Increased drop slots to 16.
new: Increased spell shortcuts to 49.
new: New pick up modes g ang G. go and pick up in 4 and 8 cell distance.
new: programmed crazy move type A.
For this crazy move type you can write simple program in set / Other / Crazy move A program.
Allowed commands:
du, dd, dl, dr, d? change direction to up, down, left, right or random.
mu, md, ml, mr, m?, mf, mb move to up, down, left, right, random, forward, backward.
s sit.
on, op wear next outfit, wear previous outfit.
d0, da drop from first slot, drop from all slots.
p pick up.
e0 - e9, ea - ed emotions.
new: /target command.

New keys:

Wear next outfit. (right alt + right)
Wear previous outfit. (right alt + left)

Download



2009-10-25 New release 0.8.
Download

New features:

new: Setting to disable higlighting floor items.
new: Auto complete in chat.
To use press TAB key.
Auto complete visible nicks, commands from Commands Window and from chat history.
new: Show patch update information in update window.

Download



2009-10-18 New release 0.7.
New features:

new: Spells Window renamed to Commands Window.
new: Command (spells) editor.
To use editor, open Commands Window (j), then to open editor, press by right mouse button on spell.
new: Text or GM commands in Commands Window.
Now you can add or edit in Commands Window spells, simple text or GM commands.
new: Command /closeall for close all whisper tabs.
new: Command /ignoreall for ignore all current whispers.
new: highlight drops by time.
remove: no rain.
fix: disable keyboard shortcuts in drop/select item window.



2009-10-11 New release 0.6.
New features:

fix: fixed remove colors.
fix: fixed "Allow magic and GM command in all chat tabs".
new: bot checker. ([)
Warning: may conflict with other key bindings.
Check bindings in set / Keyboard / Bot Checker Window .
By default disabled. To enable, use set / other / enable bot checker
new: in colors picker color numbers replaced to color names.
new: display selected target in debug window.
new: spell shortcuts. (j)
Allow add spell shortcurs to shortcuts window.
To use, select spell in spells window by mouse click, then click on free slot in shortcuts window.
In this versions only predefined spells.

New keys:

Bot checker window. ([)
Spells window. (j)



2009-10-04 New release 0.5.
New features:

fix: possible crush if open emote window.
fix: now work 14 slots in emote window.
fix: some fix for jacko counter.
new: cycle select palyers.
Change: set / other / cycle player targets.
new: cycle select monsters or palyers.
Change: set / other / cycle monster targets.
new: cycle rainbow colors.
new: target name and position in debug window.
new: magic spells and GM commands work in all chat tabs.
Change: set / chat / All magic and GM commands in all chat tabs.
new: move player spell messages to debug window.
Change: set / chat / Log magic messages in debug tab.
new: move server messages to debug window.
Change: set / chat / Show server messages in debug tab.
new: outfits wear and copy keys in settings.
Change: set / keyboard / Wear Outfit.
set / keyboard / Copy Outfit.
new: move to target modifer.
Allow move to target in given distance
Move to target. (v)
Change distance. (.)
new: hide or show chat colors picker.
Change: set / chat / Chow chat colors list.
new: allow set home position.
Set home locaton to current position. ([5])
Go to home location. (d)
new: home locations now highligted.

New keys:

Change distance in move to target. (.)
Set home locaton to current position. ([5])



2009-09-29 New release 0.4.
New features:

Remove colors on overhead text.
Setting to hide or show portals higlighting.
Change: set / other / Highlight map portals.
Whisper command in popup menu.
Magic attack.
Attack key (b).
Switch attack spell (,).
Ability to change default text color in sended text messages.
Ability to remove colors from other users messages.
Change: set / chat / Remove colors from received chat messages.
Fix: Allow select dead player by mouse, if enabled seleting dead players.
Fix: Joystick pick up now work like pick up from keyboard.
Fix: Fixed negative jacko spawn counter.
Fix: Fixed some default colors.
Fix: Fixed crazy move 9.

New keys:

Magic attack (b).
Switch magic attack spell (,).


2009-09-26 First patch version.
New features:
Show damage inflicted near monster's name.
Change: set / other / Show damage inflicted to monsters.
Select text colors for local player damage and local player misses.
Change: set / colors. Items: Local player hit monster, Local player critical hit, Local player miss.
Highlighting map portals with color.
Allow target only reachable monsters.
Change: set / other / Auto target only reachable monsters.
Allow target dead players.
Change: set / players / Target dead players.
Quick heal feature.
Heal targeted player or self.
Quick pick up feature.
Pick up modes: small (1x1), default (2x1), forward (2x3), full (3x3)
For pick up use standard pickup key. (z)
For change use Change pickup type key. (o)
Nuke player (ported from qoal patch).
Debug chat tab for some information.
Print all visible object to debug chat window.
In chat type /all.
Anti rain.
Change: set / other / No rain.
/ignore, /unignore, /quit command in chat (ported from git version)
/move X Y command for move to location.
Quick Drops Window with 9 drop slots.
To open use drop window key. (w)
Quick drop.
Drop N items at once from 0 slot. (y)
Drop N items at once from all slots. (u)
Use drop counter for drops. To change counter use (i)
Who is online (ported from qoal patch).
Outfit window (ported from git version).
To open use outfits window key. (`)
To wear outfit use Right-CTRL+outfit key. (1-9,0,-,=,backspace,insert,home)
Outfit addons.
15 different outfits.
To Copy different outfit to current use left CTRL+outfit key. (1-9,0,-,=,backspace,insert,home)
Check box unequip first work independently for each outfit.
Kill stats (ported from qoal patch).
To open use Kill stats window key. (e)
Changing direction (rotate player) without moves.
To rotate use Direct up/left/down/right keys. (|,;,k,')
or ALT+move keys
Crazy moves.
For programmed moves use crazy moves key. (/)
To change current move type use Change crazy move type. (\)
Insert unicode chars in chat (ported from qoal patch).
Player position in debug window.
Id in item popups.
Experience per 1,5,15 minutes in kill stats.
Jack O counter in kill stats.
Different statuses in top left window corner.
To change statuses use designated keys.
To see detailed information, move mouse to statuses bar.
Unassign key binding in keyboard setup.
You can unassign any key in key bindings window.
After changing key bindings show first conflicting key binding.
New setup page "Other".
New settings in setup player tab.
New parameters in stats window.
Added Flee bonus and target time.
New map view mode. (without big objects, for example without trees).
To switch mode use Find path to mouse key. (f)
Allow player to speak after death (ported from qoal patch).
Smaller window buttons in top right corner.
More shortcuts (15).
Game modifiers.
Allow player to change some game behaviours from keyboard.
Can view in top left corner.
Allow sit without pauses.
Allow attack from sitting (quick stand).
Allow move to last target.
To move use Move to target key. (v)
Allow player to move to home position.
To move use Move to home key. (d)
Show player gender.
To change open set / player / show gender.
Allow automatically switch from bow to sword and backward.
Allow switch weapon depend on distance to target.
To change current switch mode use Change attack weapon type key. (g)

New keys:
Move to target. (v)
Move to home. (d)
Change pick up type. (o)
Changing player facing direction. (k,l,;,')
Crazy moves. (/)
Change crazy move type. (\)
Quick drop. (u)
Quick drop from first slot only. (y)
Switch quick drop counter. (i)
Heal. (c)
Itenplz. (m)
Invert move direction. ([.])
Change attack weapon type. (g)

New mouse actions:
Heal (Attack Key + left mouse button)