summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-02-06Fix version in windows readme.v1.1.2.6Andrei Karas1-0/+1
Add fix unitialised variable.
2011-02-05Change version to 1.1.2.6.Andrei Karas1-3/+3
2011-02-04Update item amount in sell dialog.Andrei Karas3-8/+41
2011-02-03Add option to enable\disable player popups.Andrei Karas5-3/+26
2011-02-02Fix error where automatically navigation bar can show portal with coord 0,0.Andrei Karas2-16/+5
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas9-11/+52
Also save extra layers if network error.
2011-02-02Fix icon path.Andrei Karas1-1/+1
Was introduced in commit a7c8ff3aaaa7903db4bd126cb3504a8bf441034e.
2011-02-02Make it clear that our current sha256 code is GPLv2 onlyThorbjørn Lindeijer1-3/+2
Due to taking the version from InspIRCd, our version of the file is stuck on GPLv2 and can't legally be released as "GPLv2 or later". Fix the license header accordingly. We should probably consider replacing this code once again. Reviewed-by: Patrick Matthäi
2011-02-01Add ability to enable/disable manaserv with embedded enet.Andrei Karas5-45/+60
Set manaserv disabled in automake and cmake by default but enabled in build scripts.
2011-02-01Possible guichan mouseevent bug fix.Andrei Karas2-0/+112
2011-01-30Change version to 1.1.1.30Andrei Karas1-2/+2
2011-01-28Fix code style and some new compilation warnings.Andrei Karas14-180/+226
2011-01-28Fix gettext issue with unstranslated strings in keyboardconfig.cppAndrei Karas1-147/+158
2011-01-27Made the windows app able to load .ico files at runtime.Yohann Ferreira1-3/+18
Now the icon extension is computed against the os. This means that the 'icons/mana' appIcon branding parameter will now load icons/mana.png files for unices and mac, and icons/mana.ico for Windows. Reviewed-by: Trapdoor. Resolves: Mana-Mantis: #135.
2011-01-27Show job exp in battle tab.Andrei Karas1-0/+22
2011-01-26Add option to show/hide job messages.Andrei Karas5-0/+28
2011-01-25Add support for zlib map layer compression.Andrei Karas1-2/+2
2011-01-25Fix possible invisible items in inventory.Andrei Karas2-1/+4
2011-01-24Add rock knife as auto equip knife.Andrei Karas1-0/+3
2011-01-24Fix in fixing job level after level up in broken servers.Andrei Karas1-1/+1
2011-01-24Show job xp in particles.Andrei Karas1-0/+37
2011-01-23Add some protection in predicting job level.Andrei Karas2-13/+40
Also dont show need word if current experience more than needed.
2011-01-23Enable job bar by default.Andrei Karas1-1/+1
2011-01-23Change online list time out from 10 to 30 seconds.Andrei Karas1-1/+1
2011-01-23Recover job experience limit from old job level.Andrei Karas1-3/+14
Server send old limits in job levelup.
2011-01-23Fix possible negative job level with tmw server.Andrei Karas1-2/+9
2011-01-23Recover job level from job experience.Andrei Karas1-2/+12
2011-01-21Add diagonal animations.Andrei Karas4-5/+45
New animation names: upleft, upright, downleft, downright Tested atleast at mobs.
2011-01-21Add floor items attribute for drawing floor items.Andrei Karas5-4/+20
2011-01-21Show network error dialog as not modal.Andrei Karas2-2/+4
This fix stuck client in some situations. Also prevent server change if now disconnected.
2011-01-21Revert "Show network error dialog as not modal."Andrei Karas1-1/+1
This reverts commit fe8a5d4b795a89a59a352bb230c749eb07ad81fd.
2011-01-21Show network error dialog as not modal.Andrei Karas1-1/+1
This fix stuck client in some situations. Also prevent server change if now disconnected.
2011-01-19Add job bar to ministatus window.Andrei Karas4-3/+57
2011-01-19Add unknown skills to first skill tab. (in tmw Basic).Andrei Karas3-4/+43
2011-01-19Fix the wallpapers loading broken logic.Yohann Ferreira1-6/+10
Trivial.
2011-01-16Remove goto from dye.cppv1.1.1.16Andrei Karas1-2/+11
2011-01-16Remove debug message.Andrei Karas1-1/+1
2011-01-15Fix reorder sprite issue. Was broken after last fixes.Andrei Karas1-1/+1
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas66-157/+171
2011-01-14Translate chat colors.Andrei Karas1-1/+1
2011-01-14Change version to 1.1.1.16Andrei Karas1-2/+2
2011-01-14Small optimisation in itemcontainer.Andrei Karas1-3/+3
2011-01-14Fix compilation warning.Andrei Karas1-1/+1
2011-01-14Add unification for inventory/storage/cart name.Andrei Karas3-4/+31
2011-01-13Add new strings to translations (from inventory).Andrei Karas3-5/+12
Rebuild lang files. Update russian translation.
2011-01-13Fix again equipment window (F4) issue and adding checks.Andrei Karas1-4/+14
Now equipment window now worked if was empty inventory in connection movinf to other map.
2011-01-13Fix invisible equipment in equipment window (F4) issue.Andrei Karas2-0/+8
2011-01-13Moved the normalize() function in strungUtils where it belongs.Yohann Ferreira3-11/+19
(Preparation for bringing a smaller item loading refactoring patch.) Trivial.
2011-01-13Remove playSfx duplicate function and add check for negative volume.Andrei Karas2-23/+5
2011-01-13Add inventory sorting.Andrei Karas7-34/+123