summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
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 Lindeijer24-21/+56
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-24Updated DejaVuSans ttf file, as well as adding the bolded version, whichIra Rice4-1/+3
is used in a few spots. 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-24Version updated to 0.0.28Bjørn Lindeijer2-1/+9
To be released hopefully tomorrow.
2009-01-24Added speech bubble background by QOALBjørn Lindeijer1-0/+0
2009-01-16Candidate release for 0.0.27.1 (Windows needs to get colors fixed, andIra Rice2-1/+7
then this build might be official) Signed-off-by: Ira Rice <irarice@gmail.com>
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
2009-01-05Fixed installing of dejavusans.ttf with CMakeBjørn Lindeijer2-0/+7
Merged from mainline, change by roderic
2009-01-04Fixed installing of dejavusans.ttf font.Bjørn Lindeijer2-1/+6
(cherry picked from mainline commit 8d1299338e033e1de539dae36856e365855fabc1) Conflicts: src/gui/gui.cpp
2008-12-29Removed a few now unnecessary data files.Ira Rice5-6/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice5-1/+15
class. NOTE: This commit adds a brand new dependency (SDL_TTF). Make sure to install it, regenerate your config files, reconfigure, and then install before attempting to compile. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-29Added support for True Type Fonts.Eugenio Favalli1-0/+0
(cherry-picked from mainline)
2008-12-09Changed a few references to the SVN so that it uses www.aethyra.org instead ↵Victor Fury1-1/+1
of 209.168.213.109 Changed a few references to aethyra.com to the appropriate aethyra.org values. There's a few other minor changes that mostly just replace references to TMW that are not essential with Aethyra references.
2008-12-09Updated release date for 0.0.27v0.0.27Bjørn Lindeijer2-2/+3
2008-12-07Fixed a few help files that got messed up a few commits ago.Ira Rice4-87/+4
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice6-0/+100
Conflicts: AUTHORS CMakeLists.txt ChangeLog INSTALL README aethyra.cbp configure.ac data/help/changes.txt data/help/commands.txt data/help/header.txt data/help/support.txt src/Makefile.am src/aethyra.rc src/being.cpp src/being.h src/equipment.cpp src/equipment.h src/floor_item.h src/game.cpp src/gui/buddywindow.cpp src/gui/char_select.cpp src/gui/char_server.cpp src/gui/chat.cpp src/gui/chat.h src/gui/equipmentwindow.cpp src/gui/equipmentwindow.h src/gui/gui.cpp src/gui/inventorywindow.cpp src/gui/inventorywindow.h src/gui/itemcontainer.cpp src/gui/itemcontainer.h src/gui/minimap.cpp src/gui/ministatus.cpp src/gui/newskill.cpp src/gui/npc_text.cpp src/gui/npclistdialog.h src/gui/ok_dialog.cpp src/gui/setup_video.cpp src/gui/skill.cpp src/gui/skill.h src/gui/status.h src/gui/table_model.h src/gui/updatewindow.cpp src/gui/viewport.cpp src/inventory.cpp src/inventory.h src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/localplayer.h src/logindata.h src/main.cpp src/map.cpp src/monster.cpp src/monster.h src/net/beinghandler.cpp src/net/beinghandler.h src/net/buysellhandler.cpp src/net/equipmenthandler.cpp src/net/loginhandler.cpp src/net/loginhandler.h src/net/network.h src/net/npchandler.cpp src/net/playerhandler.cpp src/net/protocol.h src/net/tradehandler.cpp src/npc.cpp src/npc.h src/particleemitter.cpp src/particleemitterprop.h src/player.cpp src/player.h src/player_relations.cpp src/resources/imageset.cpp src/resources/imageset.h src/resources/itemdb.cpp src/resources/mapreader.cpp src/resources/monsterinfo.h src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h src/tileset.h src/utils/fastsqrt.h src/utils/strprintf.cpp src/winver.h tools/tmxcopy/Makefile tools/tmxcopy/base64.cpp tools/tmxcopy/base64.h tools/tmxcopy/tostring.h Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-07Updated version to 0.0.27Bjørn Lindeijer2-25/+26
2008-12-07Some small updates and reformattingBjørn Lindeijer1-1/+1
2008-12-06Updated link to the forumsBjørn Lindeijer1-1/+1
Only a few years overdue?
2008-12-06Removed the automate cash, as reccommended by Bjorn.Ira Rice1-2/+2
Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-30Fixed up a few help files, as well as updated their contents to be moreIra Rice3-19/+44
current. This has been neglected for a bit longer than it should have been. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-27Add note about using double quotes when whisperingJared Adams1-1/+4
2008-11-09Fixed icns file to have our cleint logo, so that Mac OS X builds use the ↵Ira Rice1-0/+0
proper icon.
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-17Updated icons, X Pixmap, and Aethyra png. September 16, 2008 - FrictorFrictor3-310/+312
2008-09-16changed client gui and added autobuild.shKevin Day34-3/+1
2008-09-03From Frictor: Revised the Windows icon so that it can be used.Ira Rice1-0/+0
2008-09-02Added Aethyra icon by Grimmjow, as well as adding Cave_1-1 to the Ira Rice3-782/+308
server. Also, a new NPC was added, which is a girl wearing blue clothes with pink hair and pink bunny ears .
2008-08-30updated the in game help filesKevin Day8-204/+78
2008-08-28Updated the version to 0.0.26 and updated the AUTHORS file. If you haveBjørn Lindeijer2-17/+8
contributed and I forgot you, please contact me as soon as possible!
2008-08-28Included some documentation for the shortcut window by Vq.Bjørn Lindeijer2-0/+16
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