summaryrefslogtreecommitdiff
path: root/src/gui/windows/minimap.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-02-20Convert navigateTo to take a Position instead of two integers.Fedja Beader1-5/+3
Tile coordinates dance in pairs, so let's pair them up. also grows exe size by about 3K, hope this will go away when the rest is converted to Position as well. Note: on my local debug build only. Not on gcc10 CI. Squashed with: * Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out there ... **** mana/plus!116
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-22Remove default parameters from userpalette.Andrei Karas1-3/+3
2017-12-22Remove default parameters from properties.hAndrei Karas1-1/+2
2017-06-29Use std::move in some places.Andrei Karas1-1/+2
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-21/+23
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-04-03Replace string::append with pathJoin.Andrei Karas1-2/+2
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-2/+2
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+1
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-14In virtfs replace parameters type from char* to std::string.Andrei Karas1-2/+2
2017-02-10Rename physfstools into virtfs.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-3/+0
2016-08-09Fix compilation after last commit.Andrei Karas1-0/+2
2016-08-07Add player wall collision type (5).Andrei Karas1-2/+4
2016-08-03Add actor type elemental.Andrei Karas1-0/+1
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
Now eathena like support enabled always.
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-05-12Fix empty minimap loading in Minimap.Andrei Karas1-1/+4
2016-04-28Fix overload virtual warning with SDL2.Andrei Karas1-1/+1
2016-03-05Use in most places int being positions and not float.Andrei Karas1-15/+10
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas1-3/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-08Fix extended minimaps building.Andrei Karas1-1/+4
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-8/+8
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-20Fix code style.Andrei Karas1-0/+4
2015-11-10Add close to minimap context menu.Andrei Karas1-1/+2
2015-08-22Use resource manager as global variable.Andrei Karas1-2/+1
2015-07-11Add missing checks into gui.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-0/+1
2015-06-01Convert UserColorId enum into strong typed enum.Andrei Karas1-1/+1
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-12/+12
2015-05-28Add strong typed bool type Visible.Andrei Karas1-6/+6
2015-05-25Add missing safeDraw to some windows.Andrei Karas1-0/+13
Without it drawing code can mix safe and not safe drawing.
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-04-17Add eathena defines into actortype enum.Andrei Karas1-2/+4
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1