summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-07-20Small optimisations.Andrei Karas2-17/+25
2011-07-20Remove old comments from image.cppAndrei Karas1-4/+3
2011-07-20Improve setAlpha speed in software mode.Andrei Karas1-12/+9
2011-07-20Improve perfomance in creation SDL font surfaces.Andrei Karas3-8/+92
2011-07-19Optimisations in scrollarea class.Andrei Karas2-40/+58
2011-07-18Fix some missing initialisations and memory leakss.Andrei Karas4-2/+16
2011-07-18Fix possible incorrect draw tiles order in opengl mode.Andrei Karas1-0/+3
2011-07-18Fix code style.Andrei Karas5-6/+8
2011-07-18Remove unused parameters.Andrei Karas5-30/+10
2011-07-17Disable tiles caching for software mode and safe opengl.Andrei Karas2-21/+112
Disable tiles caching in opengl mode while moving.
2011-07-17Optimisation in drawing map in opengl mode.Andrei Karas4-118/+91
2011-07-17Reserve some memory for image vectors.Andrei Karas3-3/+11
2011-07-17Add basic tiles caching for opengl.Andrei Karas7-30/+310
2011-07-17Fix map redrawing if changing map view mode.Andrei Karas3-3/+16
2011-07-17Improve map reduce speed.Andrei Karas3-9/+28
2011-07-16Add tiles caching for software mode.Andrei Karas6-24/+289
2011-07-16Fix compilation for windows.Andrei Karas1-2/+0
2011-07-16Add hotkey to close selected chat tab.Andrei Karas5-0/+30
2011-07-16Highlight first item in npc dialog.Andrei Karas1-0/+5
2011-07-15Fix bug in fillRectangle in software mode for 16 bit pixel screens.Andrei Karas1-7/+8
2011-07-15Fix crash with opened other player equipment window.Andrei Karas1-0/+4
Also fix possible crash with selected pickup target.
2011-07-15Add quick keys to add items to trade.Andrei Karas1-7/+28
2011-07-13Fix compilation without opengl.Andrei Karas1-6/+6
2011-07-13Close popup menu by quit key (ESC).Andrei Karas3-2/+16
2011-07-13Disable software fast fillRectangle in windows.Andrei Karas2-0/+4
2011-07-12Add init debug messages.Andrei Karas2-0/+4
2011-07-12Fix again compilation issue in big endian system.Andrei Karas1-1/+1
2011-07-12Fix iterator issue in some versions.Andrei Karas1-1/+1
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
Change compilation flags in make scripts.
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
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-05Add ability to send client states to other clients.Andrei Karas13-26/+180
Using for this emotes.
2011-07-04Improve fillRectangle speed in SDL mode.Andrei Karas1-30/+20
2011-07-04Fix code style and compilation warnings.Andrei Karas4-24/+30