summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-04Merge branch 'master' into strippedstripped1.1.9.4Andrei Karas166-11372/+13959
2011-09-04Fix infinite loop in map reduce function.v1.1.9.4Andrei Karas1-0/+3
2011-09-03Update and rebuild tranlations.Andrei Karas3-32/+32
2011-09-03Change version to 1.1.9.4Andrei Karas6-6/+26
2011-09-02Add compilation test script.Andrei Karas1-0/+148
2011-09-02Fix compilation with different flags.Andrei Karas3-1/+7
2011-09-02Replace guichan iterators to const_iterator if need.Andrei Karas6-14/+28
2011-09-02Update and rebuild translations.Andrei Karas15-7992/+8203
2011-09-02Add option to disable self heal with mouse click.Andrei Karas4-4/+19
2011-09-02Add to status window attribute "damage per second".Andrei Karas8-5/+50
2011-09-02Possible fix for random incorrect camera position.Andrei Karas1-0/+5
2011-09-02Add some more debug info in camera moving.Andrei Karas1-4/+9
2011-09-02Update mplus fonts.Andrei Karas2-0/+0
2011-09-02Add support for leave command in guild bot integration.Andrei Karas1-3/+4
2011-09-01Remove party name from players if leave party.Andrei Karas1-0/+4
2011-09-01Eliminate asserts from most files.Andrei Karas19-57/+26
2011-09-01Fix lock window functionality in outfits window.Andrei Karas1-2/+0
2011-09-01Fix windows max x and y position.Andrei Karas1-4/+4
2011-08-31Add to guildmanager protection against anti spam protection.Andrei Karas1-2/+2
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas23-13/+86
2011-08-31Always draw party members on same map in minimap.Andrei Karas2-5/+49
2011-08-30Show guild members on minimap.Andrei Karas1-0/+5
2011-08-30Don't report about clothes color change packet in log.Andrei Karas1-0/+3
2011-08-30Remove debug comment.Andrei Karas1-1/+0
2011-08-30Fix code style and compilation warnings.Andrei Karas2-4/+4
2011-08-30Add missing initialisations.Andrei Karas1-0/+2
2011-08-30Add auction bot support switch.Andrei Karas9-6/+182
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas8-18/+21
2011-08-29Remember by default last account name in login dialog.Andrei Karas1-2/+2
2011-08-29Build only selected translations in cmake.Andrei Karas1-3/+43
2011-08-29Fix possible crashes in item amount window and spells editor.Andrei Karas2-2/+2
2011-08-29Add pseudo directions upall, downall for sprites replacement logic.Andrei Karas1-21/+85
2011-08-29Update and rebuild translations.Andrei Karas15-6534/+6836
2011-08-29Fix item sprites replacment issue if mixed directional and non directionalAndrei Karas2-29/+31
2011-08-28Fixed invite to guild/kick from guild.Andrei Karas2-1/+27
2011-08-28Impliment correct removing from guild self and other players on kick.Andrei Karas2-2/+53
2011-08-28Add support for auto download content fixes.Andrei Karas4-10/+89
2011-08-28Fix code style.Andrei Karas2-2/+8
2011-08-28Move simple colors to themes.Andrei Karas11-29/+118
2011-08-28Fix me command in guild tab.Andrei Karas1-1/+7
2011-08-28Fix guild members sorting by positions.Andrei Karas1-2/+1
2011-08-28Add support for guild invitation in guild bot integration.Andrei Karas3-3/+28
2011-08-28Sort guild list members case-insensitive.Andrei Karas1-1/+12
2011-08-28Fix possible conflicts between class names GuildTab, PartyTab and other.Andrei Karas8-49/+49
2011-08-28Fix guild name reset on players from time.Andrei Karas2-2/+3
2011-08-27Add guild name to beings cache.Andrei Karas1-0/+10
2011-08-27Fix guild reload if change nick on same account.Andrei Karas3-0/+26
2011-08-27Change guild sorting order.Andrei Karas1-2/+3
2011-08-27Fix memory leaks in guildmanager.Andrei Karas3-0/+16
2011-08-27Impliment additional guild bot intergration functions.Andrei Karas3-10/+67