Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-08 | Merge branch 'minimaps' | Andrei Karas | 3 | -9/+61 | |
2011-02-08 | Fixing code style and adding configuration option for extented minimaps. | Andrei Karas | 3 | -23/+62 | |
2011-02-08 | Fix showing buttons in up right corner. | Andrei Karas | 1 | -0/+6 | |
2011-02-08 | Possibly buggy patch to autogenerate minimap | Ben Longbons | 1 | -1/+14 | |
is the surface ever freed? note that black and white seem too contrasty | |||||
2011-02-07 | Add ability to show/hide buttons in top right window corner. | Andrei Karas | 6 | -6/+148 | |
2011-02-04 | Update item amount in sell dialog. | Andrei Karas | 1 | -6/+21 | |
2011-02-03 | Add option to enable\disable player popups. | Andrei Karas | 4 | -3/+25 | |
2011-02-02 | Close npc and other dialogs if reconnecting. | Andrei Karas | 3 | -2/+14 | |
Also save extra layers if network error. | |||||
2011-02-01 | Add ability to enable/disable manaserv with embedded enet. | Andrei Karas | 1 | -0/+2 | |
Set manaserv disabled in automake and cmake by default but enabled in build scripts. | |||||
2011-02-01 | Possible guichan mouseevent bug fix. | Andrei Karas | 2 | -0/+112 | |
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 7 | -8/+14 | |
2011-01-27 | Show job exp in battle tab. | Andrei Karas | 1 | -0/+22 | |
2011-01-26 | Add option to show/hide job messages. | Andrei Karas | 2 | -0/+18 | |
2011-01-25 | Fix possible invisible items in inventory. | Andrei Karas | 2 | -1/+4 | |
2011-01-24 | Fix in fixing job level after level up in broken servers. | Andrei Karas | 1 | -1/+1 | |
2011-01-23 | Add some protection in predicting job level. | Andrei Karas | 2 | -13/+40 | |
Also dont show need word if current experience more than needed. | |||||
2011-01-23 | Change online list time out from 10 to 30 seconds. | Andrei Karas | 1 | -1/+1 | |
2011-01-23 | Recover job experience limit from old job level. | Andrei Karas | 1 | -3/+14 | |
Server send old limits in job levelup. | |||||
2011-01-23 | Fix possible negative job level with tmw server. | Andrei Karas | 1 | -2/+9 | |
2011-01-23 | Recover job level from job experience. | Andrei Karas | 1 | -2/+12 | |
2011-01-21 | Show network error dialog as not modal. | Andrei Karas | 1 | -1/+3 | |
This fix stuck client in some situations. Also prevent server change if now disconnected. | |||||
2011-01-19 | Add job bar to ministatus window. | Andrei Karas | 4 | -3/+57 | |
2011-01-19 | Add unknown skills to first skill tab. (in tmw Basic). | Andrei Karas | 2 | -2/+35 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 33 | -66/+69 | |
2011-01-14 | Translate chat colors. | Andrei Karas | 1 | -1/+1 | |
2011-01-14 | Small optimisation in itemcontainer. | Andrei Karas | 1 | -3/+3 | |
2011-01-14 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2011-01-14 | Add unification for inventory/storage/cart name. | Andrei Karas | 1 | -4/+12 | |
2011-01-13 | Add new strings to translations (from inventory). | Andrei Karas | 3 | -5/+12 | |
Rebuild lang files. Update russian translation. | |||||
2011-01-13 | Add inventory sorting. | Andrei Karas | 7 | -34/+123 | |
2011-01-11 | Add missing check to itemcontainer.cpp | Andrei Karas | 1 | -0/+3 | |
2011-01-11 | Fix drawing inventory and selecting items. | Andrei Karas | 1 | -8/+13 | |
2011-01-11 | Merge branch 'master' into invfiler | Andrei Karas | 9 | -12/+47 | |
2011-01-10 | Add persistent ip as connection option. | Andrei Karas | 2 | -6/+14 | |
Usefull is player using some kind of port mapping. | |||||
2011-01-05 | Add hp bar to local player. | Andrei Karas | 5 | -1/+28 | |
2011-01-05 | Add gettext to missing strings. Update POTFILES.in | Andrei Karas | 2 | -5/+5 | |
and update russian translation. | |||||
2011-01-04 | Add draw filter (incomplete) | Andrei Karas | 5 | -12/+90 | |
2011-01-03 | Impliment base items tags. And show this tags in inventory. | Andrei Karas | 1 | -1/+5 | |
2011-01-03 | Add inventory filter control with only value All. | Andrei Karas | 6 | -15/+234 | |
2011-01-03 | Increase emotes count to 44 and fix new emotes. | Andrei Karas | 1 | -1/+1 | |
2011-01-02 | Initial commit. | Andrei Karas | 233 | -0/+48498 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |