summaryrefslogtreecommitdiff
path: root/src/gui/beingpopup.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-03-31Removed the ability to assign custom skins to windows/popupsThorbjørn Lindeijer1-2/+0
Old settings are causing it to fall back on the wrong combination of files if old data is in the search path. Reviewed-by: Jared Adams
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-5/+0
Themes can now control the colors they use. Colors in the Viewport (being names, particles, etc) can still be changed by the user. Also make ProgressBars more easily colored. DyePalette was made more flexible in the process. Also fixes comparing strings of different lengths insensitively. Reviewed-by: Thorbjørn Lindeijer
2010-03-01Simplify BeignPopup and therefore ViewportJared Adams1-9/+12
2010-02-25Fix some comments in beingpopupChuck Miller1-2/+2
Reviewed-By: Jared Adams
2010-02-22Cleanup some popup-related code and make sure BeingPopup is includedJared Adams1-33/+12
2010-02-21Handle packet 0x0195, and shows player's party name in a popupChuck Miller1-0/+114