summaryrefslogtreecommitdiff
path: root/src/gui/minimap.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+4
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-4/+9
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+1
2011-03-03Possible fix extended minimaps opacity.Andrei Karas1-0/+1
2011-02-20Fix some code style and some errors.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-08Fixing code style and adding configuration option for extented minimaps.Andrei Karas1-21/+42
2011-02-08Possibly buggy patch to autogenerate minimapBen Longbons1-1/+14
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+292