summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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
2013-12-26add restrict into chattab.Andrei Karas9-16/+18
2013-12-26add restrict into chathandler.Andrei Karas3-5/+8
2013-12-26add restrict into charserverhandler.Andrei Karas2-13/+15
2013-12-26add restrict into packetcounters.Andrei Karas2-2/+6
2013-12-26add restrict into messagein.Andrei Karas2-9/+16
2013-12-26remove duplicate sprite name in itemdb.Andrei Karas1-1/+1
2013-12-25fix typo in pets direction code.Andrei Karas1-4/+4
2013-12-25add option for enable/disable pets support.Andrei Karas3-1/+6
2013-12-25add support for pet sit direction logic.Andrei Karas4-1/+15
2013-12-25add direction logic to pets.Andrei Karas3-0/+49
2013-12-25add pet think time.Andrei Karas7-13/+17
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas8-5/+49
2013-12-25fix pet correct position detection.Andrei Karas1-2/+3
2013-12-25update pet position if owner changed direction.Andrei Karas1-0/+2
2013-12-25extend pet follow logic with follow in fixed position to owner.Andrei Karas2-20/+26
2013-12-25add pet spawn offset in tiles from owner position.Andrei Karas3-2/+44
2013-12-25fix compilation warnings.Andrei Karas1-5/+5
2013-12-25dont show over head text if text ignored or going to trade tab.Andrei Karas3-10/+13
2013-12-25add pethandler with stubs only.Andrei Karas10-2/+181
2013-12-24fix possible pets leak.Andrei Karas2-4/+10
2013-12-24add missing const int beinginfo.Andrei Karas1-7/+7
2013-12-24add support for warp pets if distance very long.Andrei Karas4-1/+19
2013-12-24add speed parameter for pets.Andrei Karas5-1/+22
2013-12-24Check collision in pet follow logic.Andrei Karas1-3/+21