summaryrefslogtreecommitdiff
path: root/src/gui/minimap.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-29add some more missing checks.Andrei Karas1-1/+2
2013-08-26add surface allocation debug code.Andrei Karas1-2/+3
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-05-24fix code style.Andrei Karas1-0/+1
2013-05-13fix code style and compilation warnings.Andrei Karas1-2/+2
2013-05-09improve minimapAndrei Karas1-26/+24
2013-05-03add comments for translatorsAndrei Karas1-1/+5
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas1-0/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-2/+2
2013-04-07fix more style, add consts.Andrei Karas1-2/+2
2013-02-26Improve string usage in other files.Andrei Karas1-3/+4
2013-01-30Fix minimal windows sizes for very small screens (320x240)Andrei Karas1-3/+9
2013-01-27Add option to autoresize minimaps.Andrei Karas1-9/+24
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-3/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-10Fix minimaps loading if minimap missing in tmx file.Andrei Karas1-1/+8
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+8
2012-10-28Revert "Non-working StickyButton behaviour in MiniMap window fixed."Andrei Karas1-1/+2
2012-10-28Non-working StickyButton behaviour in MiniMap window fixed.Hal9OOO1-2/+1
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-10-02fix chat window resize cursor and some other possible issues.Andrei Karas1-1/+1
2012-10-02Fix some conversions.Andrei Karas1-4/+4
2012-09-19Dont resize minimap window if map name very big.Andrei Karas1-5/+21
2012-08-27Add const to more classes.Andrei Karas1-9/+10
2012-08-24Small style changes.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-5/+1
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-1/+1
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-1/+2
2012-05-24Dehardcode some old paths.Andrei Karas1-2/+2
2012-04-09Fix code style.Andrei Karas1-2/+2
2012-03-06Fix big minimap scrolling with moving camera.Andrei Karas1-1/+1
2012-02-29Allow use context menu in minimap.Andrei Karas1-7/+19
2012-02-29Allow resize minimaps.Andrei Karas1-1/+1
2012-02-29Fix drawing big minimaps.Andrei Karas1-10/+8
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-4/+4
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-06Add ability to move by clicking on minimap.Andrei Karas1-23/+44
2011-08-31Always draw party members on same map in minimap.Andrei Karas1-4/+44
2011-08-30Show guild members on minimap.Andrei Karas1-0/+5
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-02Replace some getters to direct member access in Image class.Andrei Karas1-13/+13
2011-06-26Bit improve speed in map getwalk.Andrei Karas1-5/+7
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-3/+15
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2