summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas1-1148/+0
2017-08-22Remove some parentheses.Andrei Karas1-2/+2
2017-08-21Remove useless else.Andrei Karas1-54/+52
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-9/+12
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-19Draw speech over emotions and badges.Andrei Karas1-1/+1
2017-06-09Fix code style.Andrei Karas1-5/+14
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-51/+57
2017-03-11Fix different issues found by automatic checks.Andrei Karas1-1/+1
2017-03-10Add setting to allow and not allow move character by mouse.Andrei Karas1-5/+12
2017-01-20Fix code style.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+1
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-9/+0
2016-08-09Fix compilation after last commit.Andrei Karas1-0/+1
2016-08-08Remove default value from block mask in Map::getWalk.s20160809Andrei Karas1-8/+66
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas1-0/+5
2016-08-04Fix style issue.Andrei Karas1-1/+2
2016-08-03Replace some ifs to switches.Andrei Karas1-31/+50
2016-08-03Add actor type elemental.Andrei Karas1-0/+1
2016-07-29Add some missing tmwa defines.Andrei Karas1-2/+6
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-10/+2
2016-04-30Fix possible issue with MapType::DEBUGAndrei Karas1-1/+1
2016-03-26Fix code style.Andrei Karas1-2/+0
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-2/+5
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-03-05Use in most places int being positions and not float.Andrei Karas1-16/+10
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas1-5/+5
2016-03-03Improve a bit calculations in viewport.Andrei Karas1-10/+18
2016-03-03Improve a bit calculations in viewport.Andrei Karas1-6/+24
2016-02-22Add more missing consts.Andrei Karas1-1/+1
2016-02-21Add missing checks.Andrei Karas1-7/+12
2016-02-20Add missing const in gui directory.Andrei Karas1-4/+4
2016-02-12Fix compilation with different flags.Andrei Karas1-2/+6
2016-02-09Allow select skill units and attack it.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-15/+15
2016-01-26Not allow walking by mouse if npc dialog is opened.Andrei Karas1-3/+7
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2016-01-01Fix code style.Andrei Karas1-7/+8
2015-11-16Fix code style.Andrei Karas1-0/+1
2015-11-10Add close to minimap context menu.Andrei Karas1-1/+2
2015-11-09Add support for ground skills.Andrei Karas1-0/+5
2015-11-08Move code for converting mouse position to tile into separate function.Andrei Karas1-33/+42
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-5/+2
2015-07-26Fix code style.Andrei Karas1-1/+2
2015-07-17Fix code style.Andrei Karas1-1/+2
2015-07-13Fix moving with mouse on tiles with height > 0.Andrei Karas1-2/+30
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+1