summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-08Fix some issues after automatic checking.Andrei Karas12-18/+23
Change compilation flags in make scripts.
2011-07-07Remove undescore from variables and defines.Andrei Karas208-605/+605
2011-07-07Rebuild language files and update translations.Andrei Karas12-669/+718
2011-07-07Fix special emote detection.Andrei Karas1-1/+1
2011-07-07Add map reduce feature for software drawing.Andrei Karas8-17/+174
Now invisible tiles will be removed if this mode enabled.
2011-07-06Improve a bit draw map speed.Andrei Karas2-48/+106
2011-07-05Fix memory leak in shop window, add missing initialisation to BeingCacheEntry.Andrei Karas5-4/+24
Small code style fix.
2011-07-05Rebuild language files.Andrei Karas12-2210/+2385
2011-07-05Add ability to send client states to other clients.Andrei Karas20-26/+187
Using for this emotes.
2011-07-04Improve fillRectangle speed in SDL mode.Andrei Karas1-30/+20
2011-07-04Rebuild language files and update russian translation.Andrei Karas12-2562/+3047
2011-07-04Fix code style and compilation warnings.Andrei Karas4-24/+30
2011-07-04Replace some lists to vectors.Andrei Karas15-28/+30
2011-07-03Add separator field to setup settings tabs.Andrei Karas5-66/+188
2011-07-03Move some settings from video tab to other tabs.Andrei Karas7-189/+123
2011-07-02Add missing deps to rpm spec file.Andrei Karas1-0/+6
2011-07-02Fix category in desktop file.Andrei Karas1-1/+1
2011-07-02Fix compilation error in Indonesian translation.Andrei Karas1-87/+86
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas16-99/+100
2011-07-02Replace some getters to direct member access in Image class.Andrei Karas15-55/+58
2011-07-02Add hasRows to chattab class.Andrei Karas3-2/+8
2011-07-02Add xgettext:no-c-format comment for some strings.Andrei Karas20-3093/+4920
Rebuild languge files and update translations. Disable and enable some translations.
2011-07-01Update liberation and mplus fonts.Andrei Karas6-0/+0
2011-07-01Replace some lists to vectors.Andrei Karas21-39/+46
2011-06-30Add some fixes for making manaplus on OpenBSD.Andrei Karas3-3/+15
Based on patches by Jona (jaj)
2011-06-30Small speed improve in guichan code.Andrei Karas2-10/+8
2011-06-30Small speed improvments.Andrei Karas2-29/+31
2011-06-30Use resource manager for rescaled SDL images in ambient layer.Andrei Karas1-13/+5
2011-06-30Fix memory leak in desktop.cppAndrei Karas4-12/+40
2011-06-29Fix deleting character if nick not saved.Andrei Karas3-3/+9
2011-06-28More fixes for compilation under MacOS.Andrei Karas5-15/+64
Add sample make script for fink. Possible broke support for dmg images.
2011-06-27Fix errors in MacOS compilation.Andrei Karas5-16/+21
2011-06-26Bit improve speed in map getwalk.Andrei Karas5-36/+42
2011-06-26Remove guichan from rpm spec file.Andrei Karas1-1/+0
2011-06-26Fix make file for example branding script.Andrei Karas1-1/+1
2011-06-26Remove guichan cmake module from automake files.Andrei Karas1-1/+0
2011-06-26Update profile make scripts.Andrei Karas2-2/+3
2011-06-25Change version to 1.1.6.26.v1.1.6.26Andrei Karas6-10/+22
2011-06-25Rebuild translations and update all translations.Andrei Karas17-1780/+1740
2011-06-25add PKGBUILD to build system.Andrei Karas4-1/+4
2011-06-25Fix memory leaks in npchandler and npcdialog classes.Andrei Karas2-0/+19
2011-06-24Delete some useless files and rename windows resource file.Andrei Karas10-777/+15
Fix some strings in INSTALL file.
2011-06-23Fix code style.Andrei Karas1-2/+2
2011-06-23Fix compilation warnings.Andrei Karas2-2/+8
2011-06-23Made possible to separate the dye colors and channelsYohann Ferreira9-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-22Add tips russian translation.Andrei Karas23-3/+79
2011-06-22Fix code style.Andrei Karas4-8/+8
2011-06-22Add to skills dialog tools tips with skill name and id.Andrei Karas2-8/+39
2011-06-21If client cant set video mode, it fall back to last mode.Andrei Karas2-1/+25
2011-06-21Add hardcoded modes to video modes list in settings.Andrei Karas1-0/+48