summaryrefslogtreecommitdiff
path: root/src/gui/windows/minimap.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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
2014-09-28Add homunculus minimap color.Andrei Karas1-1/+4
2014-09-28Add mercenary minimap color.Andrei Karas1-1/+4
2014-09-28Add pets minimap color.Andrei Karas1-2/+5
2014-09-28Show portals in minimap with hightlight portal color.Andrei Karas1-1/+4
2014-09-26Fix code style.Andrei Karas1-0/+3
2014-09-10Change format in ActorType enum.Andrei Karas1-9/+9
2014-09-10Rename PET type into LOCAL_PET.Andrei Karas1-1/+1
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-21Fix context menu in minimap.Andrei Karas1-0/+7
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-2/+2
2014-08-17Use public text popup in minimap.Andrei Karas1-6/+2
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-1/+4
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-2/+3
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-11/+11
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+4
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-30Move main window related code into windowmanager.Andrei Karas1-1/+2
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+1
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-2/+3
2014-05-18Move mousebutton into separate file.Andrei Karas1-2/+2
2014-05-13Move actor type into separate file.Andrei Karas1-9/+9
2014-05-12Fix code styleAndrei Karas1-0/+3
2014-05-11Move blockmask into separate file.Andrei Karas1-2/+2
2014-04-03Remove duplicate code from minimap.Andrei Karas1-11/+6
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-13improve variables order in windows.Andrei Karas1-1/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-7/+7
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-7/+7
2014-02-16move mouseevent into events directory.Andrei Karas1-5/+5
2014-02-15Remove useless graphics casts.Andrei Karas1-5/+3
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1