summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-04fix window icon in windows.v1.4.1.4Andrei Karas1-0/+8
2014-01-04Change version to 1.4.1.4.Andrei Karas8-8/+20
2014-01-04update translations.Andrei Karas40-5806/+6141
2014-01-03dont spawn pet on collision.Andrei Karas1-0/+8
2014-01-03fix server config saving if select switch character or switch server.Andrei Karas3-0/+5
2014-01-02fix itempopup update if old and new item is unknown.Andrei Karas2-1/+9
2014-01-01update copyright year in xml files.Andrei Karas13-13/+13
2014-01-01update copyright year in all sources.Andrei Karas871-871/+871
2014-01-01add ability for auto backup main configuration file on startup.Andrei Karas4-0/+56
2014-01-01add in renameFile function support for nacl.Andrei Karas2-6/+6
2013-12-31fix code style.Andrei Karas10-22/+28
2013-12-31add pet direction type if owner dead.Andrei Karas4-2/+29
2013-12-31add pet offset if owner is dead.Andrei Karas4-1/+25
2013-12-31add pet offset if owner is moving.Andrei Karas4-8/+40
2013-12-31fix compilation warnings.Andrei Karas1-3/+3
2013-12-31Improve drawNet in safeopenglgraphics.Andrei Karas2-4/+28
2013-12-31fix compilation errors with different flags.Andrei Karas3-4/+4
2013-12-30add drawImageInline into renders for internal usage.Andrei Karas15-12/+70
2013-12-30add calcTileVertexesInline into renders for internal usage.Andrei Karas15-10/+92
2013-12-30add calcPatternInline into renders for internal usage.Andrei Karas15-24/+113
2013-12-30rename shared files in renderers.Andrei Karas4-4/+4
2013-12-30add calcImageRect into each renderer. but copy function body to shared file.Andrei Karas21-108/+210
2013-12-30add drawPatternInline into renders for internal usage.Andrei Karas12-7/+70
2013-12-30add drawImageRect into each renderer. but copy function body to shared file.Andrei Karas20-78/+196
2013-12-30deduplicate opengl renders methods definition.Andrei Karas7-475/+151
2013-12-30Improve calcImageRect in renderers.Andrei Karas8-42/+20
2013-12-30Remove unused comments from graphics.Andrei Karas1-3/+0
2013-12-30Fix images drawing in software renderers.Andrei Karas2-4/+4
2013-12-30Improve drawImageRect in renderers.Andrei Karas2-34/+14
2013-12-30Improve drawRescaledImage in renderers.Andrei Karas17-303/+69
2013-12-30fix overhead text popups order. Now it drawed always below any windows.Andrei Karas5-0/+33
2013-12-29fix compilation warnings.Andrei Karas4-10/+14
2013-12-29improve draw image calls.Andrei Karas53-217/+130
2013-12-29Remove duplicate code from mobileopenglgraphics.Andrei Karas1-216/+44
2013-12-29Remove duplicate code from normalopenglgraphics.Andrei Karas1-254/+65
2013-12-29Remove unused variabled from mobileopenglgraphics.Andrei Karas2-8/+0
2013-12-29Add cached draw methods into renderers.Andrei Karas17-2/+1214
2013-12-28Remove unused method from renders.Andrei Karas2-21/+0
2013-12-28In renderers replace ImagePattern in methods into Pattern.Andrei Karas21-335/+335
2013-12-27add missing static keywords into chatwindow.Andrei Karas1-2/+4
2013-12-27add pet emote command.Andrei Karas7-1/+45
2013-12-27update translations.Andrei Karas18-3085/+3353
2013-12-27add missing translation comment into chatwindow.Andrei Karas1-0/+5
2013-12-27allow to owner talk from own pet.Andrei Karas7-0/+62
2013-12-26Fix being popup height if no any information about being except name.Andrei Karas1-0/+1
2013-12-26Show popup on pets.Andrei Karas2-1/+3
2013-12-26add pet name loading from pet db.Andrei Karas1-2/+7
2013-12-26add restrict into loginhandler.Andrei Karas5-27/+35
2013-12-26add restrict into guildhandler.Andrei Karas5-20/+27
2013-12-26add restrict into chathandler.Andrei Karas5-24/+28