Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-12 | Fix compilation error in big endian system. | Andrei Karas | 1 | -1/+1 | |
2011-07-11 | Small optimisation in map draw code. | Andrei Karas | 2 | -13/+14 | |
2011-07-11 | Bit improve draw speed with double buffer disabled in software mode. | Andrei Karas | 2 | -2/+24 | |
2011-07-09 | Change version to 1.1.7.10 | Andrei Karas | 1 | -2/+2 | |
2011-07-09 | Fix for party memory leak and crash. | Andrei Karas | 6 | -1/+20 | |
2011-07-09 | Fix compilation error from last commit. | Andrei Karas | 2 | -3/+3 | |
2011-07-09 | Reserve bits in gender field for future usage. | Andrei Karas | 3 | -3/+8 | |
2011-07-09 | Fix updating local player status. | Andrei Karas | 4 | -5/+9 | |
2011-07-08 | Fix music fade out. | Andrei Karas | 1 | -2/+3 | |
2011-07-08 | Add small optimisations and fixes. | Andrei Karas | 20 | -48/+52 | |
2011-07-08 | Disable map reduce in safe mode. | Andrei Karas | 1 | -0/+4 | |
2011-07-08 | Add to caching players statuses. | Andrei Karas | 2 | -3/+45 | |
2011-07-08 | Show players statuses near nicks. | Andrei Karas | 5 | -14/+62 | |
2011-07-08 | Fix some issues after automatic checking. | Andrei Karas | 10 | -14/+19 | |
Change compilation flags in make scripts. | |||||
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 208 | -605/+605 | |
2011-07-07 | Fix special emote detection. | Andrei Karas | 1 | -1/+1 | |
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 | Add ability to send client states to other clients. | Andrei Karas | 13 | -26/+180 | |
Using for this emotes. | |||||
2011-07-04 | Improve fillRectangle speed in SDL mode. | Andrei Karas | 1 | -30/+20 | |
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 | 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 | 1 | -0/+3 | |
Rebuild languge files and update translations. Disable and enable some translations. | |||||
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 | 2 | -10/+6 | |
Add sample make script for fink. Possible broke support for dmg images. | |||||
2011-06-27 | Fix errors in MacOS compilation. | Andrei Karas | 4 | -15/+20 | |
2011-06-26 | Bit improve speed in map getwalk. | Andrei Karas | 5 | -36/+42 | |
2011-06-25 | Change version to 1.1.6.26.v1.1.6.26 | Andrei Karas | 1 | -2/+2 | |
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 | 3 | -2/+2 | |
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 | 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-19 | Fix action "copy eqipped to outfit". | Andrei Karas | 1 | -2/+2 | |