summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-12Fix compilation error in big endian system.Andrei Karas1-1/+1
2011-07-11Small optimisation in map draw code.Andrei Karas2-13/+14
2011-07-11Bit improve draw speed with double buffer disabled in software mode.Andrei Karas2-2/+24
2011-07-09Change version to 1.1.7.10Andrei Karas1-2/+2
2011-07-09Fix for party memory leak and crash.Andrei Karas6-1/+20
2011-07-09Fix compilation error from last commit.Andrei Karas2-3/+3
2011-07-09Reserve bits in gender field for future usage.Andrei Karas3-3/+8
2011-07-09Fix updating local player status.Andrei Karas4-5/+9
2011-07-08Fix music fade out.Andrei Karas1-2/+3
2011-07-08Add small optimisations and fixes.Andrei Karas20-48/+52
2011-07-08Disable map reduce in safe mode.Andrei Karas1-0/+4
2011-07-08Add to caching players statuses.Andrei Karas2-3/+45
2011-07-08Show players statuses near nicks.Andrei Karas5-14/+62
2011-07-08Fix some issues after automatic checking.Andrei Karas10-14/+19
2011-07-07Remove undescore from variables and defines.Andrei Karas208-605/+605
2011-07-07Fix special emote detection.Andrei Karas1-1/+1
2011-07-07Add map reduce feature for software drawing.Andrei Karas8-17/+174
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
2011-07-05Add ability to send client states to other clients.Andrei Karas13-26/+180
2011-07-04Improve fillRectangle speed in SDL mode.Andrei Karas1-30/+20
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-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 Karas1-0/+3
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
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 Karas2-10/+6
2011-06-27Fix errors in MacOS compilation.Andrei Karas4-15/+20
2011-06-26Bit improve speed in map getwalk.Andrei Karas5-36/+42
2011-06-25Change version to 1.1.6.26.v1.1.6.26Andrei Karas1-2/+2
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 Karas3-2/+2
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
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
2011-06-19Fix action "copy eqipped to outfit".Andrei Karas1-2/+2