summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-30Remove unused code from guildhandler.Andrei Karas10-38/+43
2011-07-30Fix code style.Andrei Karas1-1/+1
2011-07-30Extract shared logic from guildhandler and partyhandler netcode to ea namespace.Andrei Karas21-1218/+1865
2011-07-29Extract shared logic from chathandler and gamehandler netcode to ea namespace.Andrei Karas15-418/+658
2011-07-28Extract shared logic from charserverhandler and loginhandler netcode to ea na...Andrei Karas13-436/+756
2011-07-26Small optimisation in reorder sprites function.Andrei Karas2-13/+14
2011-07-25Reorders sprites now depend on player direction.Andrei Karas4-34/+127
2011-07-25Fix code style.Andrei Karas1-1/+1
2011-07-25Add check for incorrect remove sprite configuration.Andrei Karas1-0/+3
2011-07-25Add removing palyers sprite logic depend on players direction.Andrei Karas10-68/+194
2011-07-23Change version to 1.1.7.24.Andrei Karas1-2/+2
2011-07-23Fix some code style and compilation warnings.Andrei Karas6-7/+13
2011-07-22Fix update checking.Andrei Karas1-3/+3
2011-07-21Change update check url to new server.Andrei Karas1-3/+13
2011-07-21Fix possible crash. Move unsafe initialisations from static members.Andrei Karas3-6/+10
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
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
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