summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-26Fixed paste under X11Thorbjørn Lindeijer1-2/+2
The check for whether we're not compiling for Mac was evaluating to false, apparently since it used the wrong CMake syntax. Reviewed-by: Bernd Wachter
2011-01-25Add support for zlib map layer compression.Andrei Karas1-2/+2
2011-01-25Update ChangeLog file.Andrei Karas1-1/+863
2011-01-25Obfuscate email address in AUTHORS.Andrei Karas1-1/+1
2011-01-25Update Authors file.Andrei Karas1-0/+16
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-15Add makecheck3 tools.Andrei Karas1-0/+5
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-14Update readme files.Andrei Karas2-72/+126
2011-01-14Change version to 1.1.1.16Andrei Karas3-4/+4
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 Karas18-76/+236
Rebuild lang files. Update russian translation.
2011-01-13Update fr and de translations from mana commits. Also rebuild po files.Andrei Karas15-1766/+2520
commit 27cdfc3e15846983ee877ac74c0fcc87b118bf15 (refs/remotes/mana/0.5) Author: Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> Date: Tue Jan 11 22:47:21 2011 +0100 Updated the French translation thanks to Whistler. commit da4e63f493d2da37a6f69bd35f7d2d435c986fb8 Author: Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> Date: Tue Jan 11 22:41:03 2011 +0100 Updated the German translation thanks to Matt.
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
2011-01-12Increase default chat slots number for tAthena/evol from 3 to 9.Andrei Karas2-2/+5
Add reading real slots number from server (evol).
2011-01-12Add new error codes for creating char.Andrei Karas1-2/+22
2011-01-11Add new login return code 10 what mean wrong name.Andrei Karas1-0/+3
2011-01-11Add new files to mana.cbpAndrei Karas1-0/+4
2011-01-11Add missing check to itemcontainer.cppAndrei Karas1-0/+3
2011-01-11Add support for reading cutom tags from items.xmlAndrei Karas1-0/+17
2011-01-11Fix drawing inventory and selecting items.Andrei Karas1-8/+13
2011-01-11Merge branch 'master' into invfilerAndrei Karas44-5594/+6074
2011-01-10Add more selling error messages.Andrei Karas1-6/+16