summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2010-02-28Add some new mousers and simplify related codeidiomatic1-0/+0
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
2010-02-28Rename gui.xml to window.xmlJared Adams3-3/+3
2010-02-28Added highlighted versions of widgets for the gray themeThorbjørn Lindeijer6-0/+0
2010-02-28Deleted unused speech bubble imageThorbjørn Lindeijer1-0/+0
2010-02-28Replace gray highlight widgets with the non highlighted.Chuck Miller5-0/+0
The highlighted widgets don't match the theme... They go with the wood theme So just replace them with a copy of their non-highlighted counterparts until graphics can be done for them No Review Needed, no code was changed, and no new art was created.
2010-02-28Make the gui more themeable and distribute two themesJared Adams31-10/+9
The older gray theme and the new wood theme are available as themes. The gray theme needs some new graphics for hilights. Add a theme option for branding and add path/to/branding/data to the PhysFS search path. Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller
2010-02-24Added the possibility to pass a branding file by command line. Reviewed-by: ↵Philipp Sehmisch1-22/+0
Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
2010-02-20Just use Mana as the window title by defaultThorbjørn Lindeijer1-1/+1
The fact that it's the client is not interesting to most people.
2010-02-07Remove equip_bg.pngJared Adams1-0/+0
From what I can find, it was never used.
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer3-0/+2
No longer a dialog with an annoying progress bar (due to going back and forth), but rather a progress indicator that integrates better with the background.
2009-10-25Make the wallpaper more genericJared Adams1-0/+0
2009-10-25Update iconsJared Adams7-782/+3126
2009-10-24Basically finish rebrandingJared Adams1-1/+1
2009-10-24More rebrandingJared Adams2-15/+12
2009-10-24Merge branch 'master' of gitorious.org:mana/manaJared Adams1-5/+5
Conflicts: mana.desktop mana.menu
2009-10-24More rebrandingJared Adams7-7/+7
2009-10-24More rebranding changesThorbjørn Lindeijer7-11/+11
2009-09-06Applied patch from mantis #749 since it's working for me.Bertram1-3/+3
Applied the datarootdir parameter in the autotools installation. The make install did the work as expected. If this hurts someone, feel free to revert...
2009-09-05Add missing graphics to CMakeLists.txt.Hong Hao1-1/+6
2009-08-31Update fonts to DejaVu 2.30Kess Vargavind2-0/+0
2009-08-07Sorting of a MakefileKess Vargavind1-8/+7
I was just to remove a duplicate line...
2009-08-05patch for #813, adds mouse over highlight forMaximilian Philipps13-1/+7
radio buttons, tabs, checkboxes, slider and scrollbars
2009-08-03Updated the login-wallpaper image with the spit23's one. (Not containing any ↵Bertram1-0/+0
copyrighted image.)
2009-07-19Better buttons and the window now has a transparent layer with an opaque ↵Chuck Miller7-0/+0
drop shadow.
2009-07-18New gui theme by AdamaixChuck Miller31-9/+10
2009-06-24Changes the selection icon to work better with GUI opacityChuck Miller1-0/+0
2009-06-23Revert "Replace window graphic with a better looking one."Chuck Miller1-0/+0
This reverts commit b571eb3e3df81cd259d53ab7219d198e00a75281. People agree, it doesn't look better
2009-06-23Made the selection png easier to see.idiomatic1-0/+0
2009-06-15Replace window graphic with a better looking one.David Athay1-0/+0
Graphic by QOAL.
2009-06-09Make sure the tmw.xpm file is shipped in the releaseBjørn Lindeijer1-1/+2
Requested by Patrick Matthäi. Duplicate file removed from the Debian packaging directory.
2009-06-09Updated version and changes for 0.0.29.1 releaseBjørn Lindeijer2-21/+21
2009-06-02Add new avatar icons by QOAL.Dennis Friis2-0/+0
(cherry picked from commit a09fa716195197db663035ab4ea9c941606e8f17)
2009-05-23Default port consistently uses 6901 on eAthena. branding.xml also defaults ↵Fate1-1/+1
to 6901 now since most players play on eAthena, so the -P client parameter finally works out of the box again. (cherry picked from commit 3dd404ee8a02958089bf2c6901fb877d2fae760e)
2009-05-18Restored the window background to its former gloryBjørn Lindeijer6-18/+16
Well, opinions might differ about what looks better, but anyway. :P This also fixes the skin to not take the repeating middle into account when calculating the minimum width and height. And due to the larger image parts it should perform a bit better with OpenGL.
2009-05-13Set the release date and updated README and NEWS filesBjørn Lindeijer2-1/+45
2009-05-12Dont have the background in the image, since its already drawn.Dennis Friis1-0/+0
2009-05-10Switch padlocks around, thanks QOALpeavey1-0/+0
2009-05-10Add new sticky buttons by QOALpeavey1-0/+0
2009-04-28Removed loginWallpaper from example branding.xml (no longer supported)Philipp Sehmisch1-1/+0
2009-04-20Removed two unused gui resources.Tametomo4-4/+0
Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-04-14Cleanup of Sound class, fixing restoring of volumes and musicBjørn Lindeijer1-9/+8
While a previous commit fixed the restoring of music of the current map in the setup window, this commit makes sure that the Sound class itself will resume a previously playing song when it is re-initialized. Other fixes: * Restore the correct volumes when enabling sound * Play the right audio track during login * Specify which font to use for bold text
2009-04-06Fixed DATADIR and LOCALEDIR variables for CMake-build; fixed game data ↵Bernd Wachter2-2/+1
installation
2009-03-28Forgot to add the sticky button graphics to makeJared Adams1-0/+1
2009-03-28Add a sticky button to the Window classJared Adams1-0/+0
The Minimap window uses this so you can froce it to always be open. The Minimap toggle button can be used to show or hide it temporarily, as warping will reset it's visibility based on the sticky state and weather the 'new' map has a minimap.
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer5-6/+0
Conflicts: A lot of files.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer8-1/+30
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer5-6/+0
Conflicts: data/graphics/images/login_wallpaper.png src/being.cpp src/beingmanager.cpp src/engine.cpp src/game.cpp src/gui/buysell.cpp src/gui/buysell.h src/gui/gui.h src/gui/npc_text.cpp src/gui/npc_text.h src/gui/npcintegerdialog.cpp src/gui/npclistdialog.cpp src/gui/npclistdialog.h src/gui/npcstringdialog.cpp src/gui/sell.cpp src/gui/shop.cpp src/gui/table.cpp src/net/beinghandler.cpp src/net/npchandler.cpp src/net/playerhandler.cpp src/npc.cpp src/npc.h src/shopitem.cpp src/shopitem.h src/utils/stringutils.cpp src/utils/stringutils.h src/utils/trim.h
2009-02-23Clean up of Aethyra logo on 800x600 wallpaper by Taz2781.Ira Rice1-0/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-20Removed the last of the image particle guichan fonts.Ira Rice5-6/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-16Fixed GUI opacity in SDL modeBjørn Lindeijer30-0/+0
By using indexed instead of alpha-layered images, the GUI opacity can also be supported in software mode.