summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-21Change version to 1.3.12.22v1.3.12.22Andrei Karas1-2/+2
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
2013-12-18add restrict into sdl2helper.Andrei Karas2-2/+4
2013-12-18add restrict into physfscheckutils.Andrei Karas2-7/+7
2013-12-18add restrict into files.Andrei Karas2-11/+20
2013-12-18add restrict into base64.Andrei Karas2-8/+9
2013-12-18add restrict into chardb.Andrei Karas2-2/+4
2013-12-18add restrict into surfaceimagehelper.Andrei Karas2-8/+8
2013-12-18add restrict into spritedef.Andrei Karas2-4/+4
2013-12-18add restrict into sdlimagehelper.Andrei Karas2-8/+8
2013-12-18add restrict into sdl2softwareimagehelper.Andrei Karas2-8/+8
2013-12-18add restrict into sdl2imagehelper.Andrei Karas2-8/+8
2013-12-18add restrict into resourcemanager.Andrei Karas2-15/+18
2013-12-18add restrict into mapreader.Andrei Karas2-20/+31
2013-12-18add restrict into atlasmanager.Andrei Karas2-6/+6
2013-12-18add restrict into inputmanager.Andrei Karas2-2/+3
2013-12-17add restrict into whoisonline.Andrei Karas2-12/+14
2013-12-17add restrict into updaterwindow.Andrei Karas2-16/+16
2013-12-17add restrict into textdialog.Andrei Karas2-4/+8
2013-12-17add restrict into statuswindow.Andrei Karas4-32/+31
2013-12-17add restrict into socialwindow.Andrei Karas2-8/+9
2013-12-17add restrict into shortcutwindow.Andrei Karas2-10/+10
2013-12-17add missing const into selldialog.Andrei Karas2-2/+2
2013-12-17add restrict into okdialog.Andrei Karas2-2/+4