Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-16 | Remove debug message. | Andrei Karas | 1 | -1/+1 | |
2011-01-15 | Fix reorder sprite issue. Was broken after last fixes. | Andrei Karas | 1 | -1/+1 | |
2011-01-15 | Add makecheck3 tools. | Andrei Karas | 1 | -0/+5 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 66 | -157/+171 | |
2011-01-14 | Translate chat colors. | Andrei Karas | 1 | -1/+1 | |
2011-01-14 | Update readme files. | Andrei Karas | 2 | -72/+126 | |
2011-01-14 | Change version to 1.1.1.16 | Andrei Karas | 3 | -4/+4 | |
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 | 3 | -4/+31 | |
2011-01-13 | Add new strings to translations (from inventory). | Andrei Karas | 18 | -76/+236 | |
Rebuild lang files. Update russian translation. | |||||
2011-01-13 | Update fr and de translations from mana commits. Also rebuild po files. | Andrei Karas | 15 | -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-13 | Fix again equipment window (F4) issue and adding checks. | Andrei Karas | 1 | -4/+14 | |
Now equipment window now worked if was empty inventory in connection movinf to other map. | |||||
2011-01-13 | Fix invisible equipment in equipment window (F4) issue. | Andrei Karas | 2 | -0/+8 | |
2011-01-13 | Moved the normalize() function in strungUtils where it belongs. | Yohann Ferreira | 3 | -11/+19 | |
(Preparation for bringing a smaller item loading refactoring patch.) Trivial. | |||||
2011-01-13 | Remove playSfx duplicate function and add check for negative volume. | Andrei Karas | 2 | -23/+5 | |
2011-01-13 | Add inventory sorting. | Andrei Karas | 7 | -34/+123 | |
2011-01-12 | Increase default chat slots number for tAthena/evol from 3 to 9. | Andrei Karas | 2 | -2/+5 | |
Add reading real slots number from server (evol). | |||||
2011-01-12 | Add new error codes for creating char. | Andrei Karas | 1 | -2/+22 | |
2011-01-11 | Add new login return code 10 what mean wrong name. | Andrei Karas | 1 | -0/+3 | |
2011-01-11 | Add new files to mana.cbp | Andrei Karas | 1 | -0/+4 | |
2011-01-11 | Add missing check to itemcontainer.cpp | Andrei Karas | 1 | -0/+3 | |
2011-01-11 | Add support for reading cutom tags from items.xml | Andrei Karas | 1 | -0/+17 | |
2011-01-11 | Fix drawing inventory and selecting items. | Andrei Karas | 1 | -8/+13 | |
2011-01-11 | Merge branch 'master' into invfiler | Andrei Karas | 44 | -5594/+6074 | |
2011-01-10 | Add more selling error messages. | Andrei Karas | 1 | -6/+16 | |
2011-01-10 | Hide own hp bar if player dead. | Andrei Karas | 1 | -1/+1 | |
2011-01-10 | Fix skill points updating. | Andrei Karas | 1 | -0/+3 | |
2011-01-10 | Add persistent ip as connection option. | Andrei Karas | 5 | -8/+28 | |
Usefull is player using some kind of port mapping. | |||||
2011-01-09 | Translate one russian string.v1.1.1.9 | Andrei Karas | 1 | -2/+1 | |
2011-01-08 | Change version to 1.1.1.9. | Andrei Karas | 3 | -4/+4 | |
2011-01-08 | Add support for drawing new slots as sprites. | Andrei Karas | 4 | -3/+14 | |
2011-01-06 | Set sound volume depends on distance to object. | Andrei Karas | 3 | -3/+45 | |
2011-01-06 | Add back NEWS and ChangeLog. | Andrei Karas | 2 | -0/+1 | |
2011-01-06 | Get french and spanish translation from mana client. | Andrei Karas | 15 | -2912/+2829 | |
commit 15c10b6b891dd959fd356a6cd730c7f3d1a1eb65 Author: Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> Date: Wed Dec 29 00:52:16 2010 +0100 Updated the complete French translation (made by myself.) commit d9e99abc4327a6ec5cb1d223b6b2ebfcfce19053 Author: Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> Date: Tue Dec 28 21:53:06 2010 +0100 Updated the Spanish translation, thanks to Alons and Natsuki. Also removed the pt_ES translation which was in fact the Spanish one. | |||||
2011-01-05 | Add hp bar to local player. | Andrei Karas | 8 | -22/+57 | |
2011-01-05 | Add missing default value for wallpaperFile to branding defaults. | Andrei Karas | 1 | -0/+2 | |
2011-01-05 | Fix log errors about missing xml attributes. | Andrei Karas | 1 | -2/+2 | |
2011-01-05 | Add gettext to missing strings. Update POTFILES.in | Andrei Karas | 19 | -2685/+3125 | |
and update russian translation. | |||||
2011-01-04 | Add draw filter (incomplete) | Andrei Karas | 10 | -18/+121 | |
2011-01-03 | Impliment base items tags. And show this tags in inventory. | Andrei Karas | 4 | -3/+52 | |
2011-01-03 | Add inventory filter control with only value All. | Andrei Karas | 8 | -15/+242 | |
2011-01-03 | Increase emotes count to 44 and fix new emotes. | Andrei Karas | 6 | -30/+39 | |
2011-01-03 | Added 4 new smiles . | Reid | 2 | -0/+4 | |
2011-01-02 | Add error for non tradable items. | Andrei Karas | 1 | -0/+5 | |
2011-01-02 | Move some outdated tmw/mana files to mana directory | Andrei Karas | 2 | -0/+0 | |
2011-01-02 | Initial commit. | Andrei Karas | 1057 | -0/+319835 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |