summaryrefslogtreecommitdiff
path: root/src/gui/minimap.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-25Handle map not found gracefullyBjørn Lindeijer1-7/+12
2009-05-12Some small cleanups and fixed compile with tmwserv supportBjørn Lindeijer1-1/+1
2009-05-12Handle in party status in a much saner wayJared Adams1-5/+7
2009-05-11Fix a few states on minimap that I missed. mShow now replaces the visibility ...peavey1-8/+7
2009-05-10nuke a tab indent I put in by mistakepeavey1-1/+1
2009-05-10Fix visibility and stickyness so its saved correctlypeavey1-5/+10
2009-05-10Color party members differently in the minimapJared Adams1-0/+5
2009-05-03Moved mIsGM from Being to Player and made isGM() constBjørn Lindeijer1-2/+2
2009-05-03De-hardcoded the color values for the minimap, and set them to theirTametomo1-10/+20
2009-04-28Made map non-resizable. Stopped emote spamming.David Athay1-3/+6
2009-04-26Moved minimap title setting into the Minimap classBjørn Lindeijer1-15/+21
2009-04-26Minimap ratio adaptBlue1-9/+28
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+2
2009-04-13Some cleanup of the Configuration interfaceBjørn Lindeijer1-9/+9
2009-04-09Made BeingManager methods const where appropriateBjørn Lindeijer1-2/+2
2009-03-28Add a sticky button to the Window classJared Adams1-2/+4
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-9/+2
2009-03-27Fixed position of dots on minimapBjørn Lindeijer1-6/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-13/+3
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-13/+0
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-2/+9
2009-03-10Reverted last commit (since I confused it with something else) as wellIra Rice1-1/+0
2009-03-10Moved enforcement of minimum widths and heights to the Window class.Ira Rice1-12/+0
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
2009-02-15Don't make window name translatableBjørn Lindeijer1-1/+1
2009-02-10Whitespace fixesBjørn Lindeijer1-1/+1
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-2/+2
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-11/+17
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-2/+2
2009-01-30Exposed most gui elements to take alpha values. There are still a fewIra Rice1-2/+0
2009-01-30Changed the minimap to remember whether the minimap was toggled or notIra Rice1-2/+3
2009-01-30Fixed the last freestanding minimap bug. Now minimaps behave perfectlyIra Rice1-1/+2
2009-01-29Fixed up minimap resizing code so that the minimum width is always longIra Rice1-6/+12
2009-01-26Slight bit of code cleanup, as well as minor fixes to logic. For someIra Rice1-9/+19
2009-01-26Made minimaps resizeable.Ira Rice1-4/+13
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-12Fixed minimap so that map names don't overflow the minimap's width.Ira Rice1-4/+8
2009-01-09Removed close button from minimap windows. While this was a nice idea atIra Rice1-1/+0
2009-01-09Fixed minimap state saving.Ira Rice1-1/+16
2009-01-06Added support for internationalizationIra Rice1-2/+4
2009-01-06Fixed the windows cbp file, deleted some files which we don't use, andIra Rice1-2/+2
2008-12-17Reintroduced window name propertyBjørn Lindeijer1-2/+3
2008-12-13Center large minimaps on playerBjørn Lindeijer1-20/+21
2008-12-09Make the window shortcuts configurableJared Adams1-6/+6
2008-12-08Small maps used to scroll as well as big maps. Fixed.Ira Rice1-2/+2
2008-12-08Clip the minimap image to within its windowBjørn Lindeijer1-10/+14
2008-12-08Don't scroll past the edges of the minimapBjørn Lindeijer1-0/+12