Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-07 | Add map reduce feature for software drawing. | Andrei Karas | 8 | -17/+174 | |
Now invisible tiles will be removed if this mode enabled. | |||||
2011-07-06 | Improve a bit draw map speed. | Andrei Karas | 2 | -48/+106 | |
2011-07-05 | Fix memory leak in shop window, add missing initialisation to BeingCacheEntry. | Andrei Karas | 5 | -4/+24 | |
Small code style fix. | |||||
2011-07-05 | Rebuild language files. | Andrei Karas | 12 | -2210/+2385 | |
2011-07-05 | Add ability to send client states to other clients. | Andrei Karas | 20 | -26/+187 | |
Using for this emotes. | |||||
2011-07-04 | Improve fillRectangle speed in SDL mode. | Andrei Karas | 1 | -30/+20 | |
2011-07-04 | Rebuild language files and update russian translation. | Andrei Karas | 12 | -2562/+3047 | |
2011-07-04 | Fix code style and compilation warnings. | Andrei Karas | 4 | -24/+30 | |
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 15 | -28/+30 | |
2011-07-03 | Add separator field to setup settings tabs. | Andrei Karas | 5 | -66/+188 | |
2011-07-03 | Move some settings from video tab to other tabs. | Andrei Karas | 7 | -189/+123 | |
2011-07-02 | Add missing deps to rpm spec file. | Andrei Karas | 1 | -0/+6 | |
2011-07-02 | Fix category in desktop file. | Andrei Karas | 1 | -1/+1 | |
2011-07-02 | Fix compilation error in Indonesian translation. | Andrei Karas | 1 | -87/+86 | |
2011-07-02 | Replace some getters to direct members access in graphics class. | Andrei Karas | 16 | -99/+100 | |
2011-07-02 | Replace some getters to direct member access in Image class. | Andrei Karas | 15 | -55/+58 | |
2011-07-02 | Add hasRows to chattab class. | Andrei Karas | 3 | -2/+8 | |
2011-07-02 | Add xgettext:no-c-format comment for some strings. | Andrei Karas | 20 | -3093/+4920 | |
Rebuild languge files and update translations. Disable and enable some translations. | |||||
2011-07-01 | Update liberation and mplus fonts. | Andrei Karas | 6 | -0/+0 | |
2011-07-01 | Replace some lists to vectors. | Andrei Karas | 21 | -39/+46 | |
2011-06-30 | Add some fixes for making manaplus on OpenBSD. | Andrei Karas | 3 | -3/+15 | |
Based on patches by Jona (jaj) | |||||
2011-06-30 | Small speed improve in guichan code. | Andrei Karas | 2 | -10/+8 | |
2011-06-30 | Small speed improvments. | Andrei Karas | 2 | -29/+31 | |
2011-06-30 | Use resource manager for rescaled SDL images in ambient layer. | Andrei Karas | 1 | -13/+5 | |
2011-06-30 | Fix memory leak in desktop.cpp | Andrei Karas | 4 | -12/+40 | |
2011-06-29 | Fix deleting character if nick not saved. | Andrei Karas | 3 | -3/+9 | |
2011-06-28 | More fixes for compilation under MacOS. | Andrei Karas | 5 | -15/+64 | |
Add sample make script for fink. Possible broke support for dmg images. | |||||
2011-06-27 | Fix errors in MacOS compilation. | Andrei Karas | 5 | -16/+21 | |
2011-06-26 | Bit improve speed in map getwalk. | Andrei Karas | 5 | -36/+42 | |
2011-06-26 | Remove guichan from rpm spec file. | Andrei Karas | 1 | -1/+0 | |
2011-06-26 | Fix make file for example branding script. | Andrei Karas | 1 | -1/+1 | |
2011-06-26 | Remove guichan cmake module from automake files. | Andrei Karas | 1 | -1/+0 | |
2011-06-26 | Update profile make scripts. | Andrei Karas | 2 | -2/+3 | |
2011-06-25 | Change version to 1.1.6.26.v1.1.6.26 | Andrei Karas | 6 | -10/+22 | |
2011-06-25 | Rebuild translations and update all translations. | Andrei Karas | 17 | -1780/+1740 | |
2011-06-25 | add PKGBUILD to build system. | Andrei Karas | 4 | -1/+4 | |
2011-06-25 | Fix memory leaks in npchandler and npcdialog classes. | Andrei Karas | 2 | -0/+19 | |
2011-06-24 | Delete some useless files and rename windows resource file. | Andrei Karas | 10 | -777/+15 | |
Fix some strings in INSTALL file. | |||||
2011-06-23 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2011-06-23 | Fix compilation warnings. | Andrei Karas | 2 | -2/+8 | |
2011-06-23 | Made possible to separate the dye colors and channels | Yohann Ferreira | 9 | -25/+54 | |
for particle effects. It is now possible to write, for instance: <particlefx>my-particle-file.xml|#cbcb78,345678</particlefx> and in my-particle-file.xml: ... <property image="my-image.png|W" /> ... This will permit the use (and reuse) of generic particle files. Conflicts: src/particle.cpp src/particleemitter.cpp src/particleemitter.h src/simpleanimation.cpp | |||||
2011-06-22 | Add tips russian translation. | Andrei Karas | 23 | -3/+79 | |
2011-06-22 | Fix code style. | Andrei Karas | 4 | -8/+8 | |
2011-06-22 | Add to skills dialog tools tips with skill name and id. | Andrei Karas | 2 | -8/+39 | |
2011-06-21 | If client cant set video mode, it fall back to last mode. | Andrei Karas | 2 | -1/+25 | |
2011-06-21 | Add hardcoded modes to video modes list in settings. | Andrei Karas | 1 | -0/+48 | |
2011-06-20 | Rebuild language files and update translations. | Andrei Karas | 19 | -5287/+5627 | |
2011-06-19 | Fix action "copy eqipped to outfit". | Andrei Karas | 1 | -2/+2 | |
2011-06-19 | Fix reading default config values in setupitem class. | Andrei Karas | 2 | -13/+37 | |
2011-06-19 | Adjust input filed size in setupitem class. | Andrei Karas | 1 | -1/+1 | |