summaryrefslogtreecommitdiff
path: root/data/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2009-01-15Merged Tab and TabbedArea from mainlineBjørn Lindeijer4-0/+4
Changes mostly done by David Athay. Currently these widgets are only used in the setup window, where they replace the previously used TabbedContainer.
2009-01-13Merged Tab and TabbedArea from mainlineBjørn Lindeijer4-0/+4
Changes mostly done by David Athay. Currently these widgets are only used in the setup window, where they replace the previously used TabbedContainer.
2009-01-10Changed a few emote variable names to be more sensible, as well asIra Rice2-1/+0
removing emotions.png from the client data files (should have never been there to begin with, IMO). TODO: Simplify the emote code so that there is a lot less redundant code, as well as make filling out the possible emotes more flexible. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-05CMake warning fixes by RodericBjørn Lindeijer2-4/+1
(merged from mainline)
2009-01-05CMake warning fixes by RodericBjørn Lindeijer2-4/+1
(merged from mainline)
2009-01-05Removed two no longer used bitmap fontsBjørn Lindeijer4-4/+0
2008-12-29Removed a few now unnecessary data files.Ira Rice5-6/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-04Committed an extension to the San Serif font by Vargavind on TMW so that Ira Rice1-0/+0
it contains the complete ISO-8859-15 character set, as well as made a few other smaller fixes towards fixing make dist.
2008-11-04Applied more changes by vargavind, adding the complete ISO-8859-15 characterBjørn Lindeijer1-0/+0
set to the sans-serif font.
2008-10-31Added critical notifications to the client. While I had originally Ira Rice3-0/+0
planned to do this (I still did it my way), TMW beat me to implementing, so I'll credit them with their commit reminding me to do it. This is not done the exact same way, as I prefer to see an actual "crit!" show above the being, instead of an ambiguous particle.
2008-09-25Fixed a bug that prevents compilation in some compilers.Ira Rice1-385/+0
2008-09-25Forgot to merge in the new files and resources into trunk.Ira Rice5-0/+421
2008-09-25Merged the Tametomo branch into trunk.Ira Rice7-0/+8
2008-09-16changed client gui and added autobuild.shKevin Day33-0/+0
2008-08-19Added handling for different resolution wallpapers, reduced CPU usage during ↵Lloyd Bryant1-1/+5
login sequence
2008-08-15Updated copyright statement to Creative Commons Non-CommercialKraant1-1/+6
2008-08-14Lightened the color of the NPC fontLloyd Bryant1-0/+0
2008-08-13Added upper resolutions for Mitsukai Hana by Kayla Shirley Ira Rice5-0/+1
(kai_kaiyla@live.com). Do not reuse or modify these files without her permission.
2008-08-13Added Aethyra logo to the login wallpaper. Do not redistribute or modify Ira Rice1-0/+0
this image without the original author's consent (Kayla Shirley, kai_kaiyla@live.com).
2008-08-13Added support for different colored fonts for different being typesLloyd Bryant4-0/+3
2008-08-12added new login_wallpaper.png (submit by sraul with authors permission Kayla ↵Kevin Day1-0/+0
Shirley)
2008-05-14Added ability to define friends, players you want to ignore or disregard andBjørn Lindeijer2-0/+1
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model.
2008-03-11Also removed unused image from the files to be installed.Bjørn Lindeijer2-2/+0
2008-03-11Removed unused image.Eugenio Favalli1-0/+0
2008-03-07Moved dynamically released data to its own module (tmwdata).Bjørn Lindeijer2-3/+1
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer3-5/+7
art attribute. Removed the now unnecessary multiplication of weapon IDs with 10000. Added a fallback item icon and used it for unknown items or when an item image fails to load.
2007-08-23Restored shadow of yellow font.Bjørn Lindeijer1-0/+0
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer2-0/+4
installed.
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-0/+0
2007-08-20Added monster killed xp notification effect.Joshua Langley1-0/+0
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley2-0/+0
2007-07-11Replaced login wallpaper with a new one by Irukard.Philipp Sehmisch1-0/+0
2007-06-01Added target cursors to installed files.Bjørn Lindeijer2-2/+14
2007-05-23Replaced target cursor graphics with higher quality ones by Pauan.Philipp Sehmisch8-0/+0
2007-05-20Added different target cursor sizes for monsters. Graphics for small and ↵Philipp Sehmisch6-0/+0
large cursor are provisional until better versions based on the original SVG of the medium sized one are available.
2007-03-20Positioned the mouse cursor image more accurate.Philipp Sehmisch1-0/+0
2007-03-18This forgotten image still had pink pixels.Bjørn Lindeijer1-0/+0