summaryrefslogtreecommitdiff
path: root/data/graphics
AgeCommit message (Collapse)AuthorFilesLines
2010-05-13Fix added images to automake.Andrei Karas1-5/+9
2010-05-09Move target cursor management into ActorSpriteJared Adams10-12/+17
This simplifies handling of target cursors, centralizing their logic into a single class, instead of two. Also make them more flexible and move the image files outside of the theme so servers can can control them and give them better names. Reviewed-by: Thorbjørn Lindeijer
2010-03-29Add minimum version information to the server listJared Adams1-0/+1
Use it to hilight entries that we don't meet. Also make the entries in that list higher, put server name and location on different lines, and use the description below the list. The dialog is also resizable now. Reviewed-by: Freeyorp
2010-03-21Added CMake build system to source distributionThorbjørn Lindeijer3-2/+6
The source distribution is currently still made using autoconf, but now you can build/install it using CMake as well. Reviewed-by: Bernd Wachter
2010-03-15Add a missing color definition and fix the hilight colorJared Adams1-2/+2
2010-03-14Add colors.xml to the build systemJared Adams1-0/+1
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-0/+47
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-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-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-09-05Add missing graphics to CMakeLists.txt.Hong Hao1-1/+6
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-05-30Add new avatar icons by QOAL.Dennis Friis2-0/+0
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-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-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-06Fixed DATADIR and LOCALEDIR variables for CMake-build; fixed game data ↵Bernd Wachter1-1/+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 Lindeijer7-1/+6
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.
2009-02-16Fixed most of the GUI opacity in software modeBjørn Lindeijer7-0/+0
By using indexed instead of alpha-layered images, the GUI opacity can also be supported in software mode. Images where converting to indexed would mean a reduction in quality have been left out of the conversion for now.
2009-02-11Removed speech_bubble.png also from build filesBjørn Lindeijer2-3/+1
2009-02-11Restored QOALs speech bubblePhilipp Sehmisch2-12/+12
2009-02-10Changed window background color back to TMW styleBjørn Lindeijer1-0/+0
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer17-15/+44
Conflicts: Almost everywhere.
2009-01-25Added new bubble graphic to installed filesBjørn Lindeijer2-0/+2
Fixes crash found by Hong Hao.
2009-01-24Removed a few files which aren't being used any more.Ira Rice7-10/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-24Use standard GUI font also for speech and namesBjørn Lindeijer6-5/+0
The speech bitmap font can't handle unicode, so it has now been replaced by the standard GUI font, drawn with a shadow for chat and with a full outline for names.
2009-01-24Added speech bubble background by QOALBjørn Lindeijer1-0/+0