summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Karas11-22/+104
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
2013-12-21Change version to 1.3.12.22v1.3.12.22Andrei Karas8-8/+23
2013-12-21update translations.Andrei Karas39-3642/+3714
2013-12-20update translations.Andrei Karas40-4303/+4452
2013-12-20Remove advanced fonts loading. Because it may not work in some OS.Andrei Karas1-9/+8
2013-12-19add noexcept into animation.Andrei Karas2-20/+20
2013-12-19add noexcept into action.Andrei Karas2-10/+13
2013-12-19Add support for noexcept in old compilers.Andrei Karas1-0/+2
2013-12-19add new parallax attributes.Andrei Karas3-9/+18
2013-12-19improve a bit ambientlayer.Andrei Karas2-4/+5
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas5-10/+53
2013-12-18Remove unused members from itemcontainer.Andrei Karas2-4/+0
2013-12-18remove unused attribute from graphicsmanager.Andrei Karas1-1/+1
2013-12-18fix code style.Andrei Karas3-3/+5
2013-12-18fix compilation with some flags after adding restrict keywords.Andrei Karas2-4/+3
2013-12-18add restrict into poparser.Andrei Karas2-5/+6
2013-12-18add restrict into sdlcheckutils.Andrei Karas2-12/+13