summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-06Rebuild and update language translations.v1.1.8.7Andrei Karas12-8386/+4818
2011-08-06Fix typo in windows install script.Andrei Karas1-1/+1
2011-08-06Change version to 1.1.8.7.Andrei Karas6-6/+16
2011-08-03Fix code style and remove some unused variabled.Andrei Karas6-9/+24
2011-08-03Dont create in software alpha surface for complex sprites only if gui alpha d...Andrei Karas1-1/+1
2011-08-03Small optimisation in loading images in software mode.Andrei Karas1-4/+6
2011-08-02Add ctrl key combination to all text fields.Andrei Karas3-10/+52
2011-08-02Adjust time between allowed insertions in text field from 1 to 2 seconds.Andrei Karas1-1/+1
2011-08-02Fix compilation with manaserv support.Andrei Karas1-1/+1
2011-08-02A bit improve speed in guichan containers.Andrei Karas2-2/+4
2011-08-02Dont create surface with alpha if alpha = 1 in software mode.Andrei Karas1-3/+9
2011-08-02Fix perfomance issue with caching complex sprites.Andrei Karas6-17/+178
2011-08-01Fix random opacity issue in complex sprites in software mode.Andrei Karas4-10/+27
2011-07-31Fix attack animation length issue.Andrei Karas1-1/+1
2011-07-31Extract shared logic from tradehandler netcode to ea namespace.Andrei Karas6-227/+362
2011-07-31Extract shared logic from specialhandler netcode to ea namespace.Andrei Karas6-199/+306
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas11-704/+1010
2011-07-31Fix error in inventoryhandler from previous commits.Andrei Karas1-2/+1
2011-07-31Extract shared logic from itemhandler netcode to ea namespace.Andrei Karas6-35/+125
2011-07-30Fix sprite replacment logic.Andrei Karas1-0/+2
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas12-628/+863
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-23Update and rebuild translations.v1.1.7.24Andrei Karas12-279/+247
2011-07-23Change version to 1.1.7.24.Andrei Karas6-6/+23
2011-07-23Fix some code style and compilation warnings.Andrei Karas6-7/+13
2011-07-22Fix update checking.Andrei Karas1-3/+3
2011-07-22Rebuild language files. Update translations.Andrei Karas12-1285/+1361
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-18Add multiuser support to windows installer.Andrei Karas1-8/+14
2011-07-18Add uninstall before install to windows installer.Andrei Karas1-0/+25
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