summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-24dehardcode pet logic parameters.Andrei Karas4-2/+23
2013-12-24add basic follow logic for pets with hard coded parameters.Andrei Karas2-0/+45
2013-12-23in npc dialog at first try split long lines by spaces.Andrei Karas1-1/+12
2013-12-23in npc dialog allow correct split two byte characters.Andrei Karas1-2/+5
2013-12-23show connection dialog before actual network actions.Andrei Karas1-7/+5
2013-12-22fix sliderlist next/previous buttons.Andrei Karas1-4/+3
2013-12-22remove debug line.Andrei Karas1-1/+0
2013-12-22allow fill complete part of progress bar with images.Andrei Karas7-22/+81
2013-12-22allow correct draw control background if width smaller than some image sizes.Andrei Karas1-9/+27
2013-12-22allow use different theme file for different progress bars.Andrei Karas7-22/+34