Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-02 | Add new avatar icons by QOAL. | Dennis Friis | 2 | -0/+0 | |
(cherry picked from commit a09fa716195197db663035ab4ea9c941606e8f17) | |||||
2009-05-18 | Restored the window background to its former glory | Bjørn Lindeijer | 6 | -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-12 | Dont have the background in the image, since its already drawn. | Dennis Friis | 1 | -0/+0 | |
2009-05-10 | Switch padlocks around, thanks QOAL | peavey | 1 | -0/+0 | |
2009-05-10 | Add new sticky buttons by QOAL | peavey | 1 | -0/+0 | |
2009-04-20 | Removed two unused gui resources. | Tametomo | 4 | -4/+0 | |
Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-04-06 | Fixed DATADIR and LOCALEDIR variables for CMake-build; fixed game data ↵ | Bernd Wachter | 1 | -1/+1 | |
installation | |||||
2009-03-28 | Forgot to add the sticky button graphics to make | Jared Adams | 1 | -0/+1 | |
2009-03-28 | Add a sticky button to the Window class | Jared Adams | 1 | -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-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 5 | -6/+0 | |
Conflicts: A lot of files. | |||||
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 7 | -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-26 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 5 | -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-23 | Clean up of Aethyra logo on 800x600 wallpaper by Taz2781. | Ira Rice | 1 | -0/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-20 | Removed the last of the image particle guichan fonts. | Ira Rice | 5 | -6/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-16 | Fixed GUI opacity in SDL mode | Bjørn Lindeijer | 30 | -0/+0 | |
By using indexed instead of alpha-layered images, the GUI opacity can also be supported in software mode. | |||||
2009-02-16 | Fixed most of the GUI opacity in software mode | Bjørn Lindeijer | 7 | -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-11 | Removed speech_bubble.png also from build files | Bjørn Lindeijer | 2 | -3/+1 | |
2009-02-11 | Restored QOALs speech bubble | Philipp Sehmisch | 2 | -12/+12 | |
2009-02-10 | Changed window background color back to TMW style | Bjørn Lindeijer | 1 | -0/+0 | |
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 17 | -15/+44 | |
Conflicts: Almost everywhere. | |||||
2009-01-25 | Added new bubble graphic to installed files | Bjørn Lindeijer | 2 | -0/+2 | |
Fixes crash found by Hong Hao. | |||||
2009-01-24 | Removed a few files which aren't being used any more. | Ira Rice | 7 | -10/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-24 | Use standard GUI font also for speech and names | Bjørn Lindeijer | 6 | -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-24 | Added speech bubble background by QOAL | Bjørn Lindeijer | 1 | -0/+0 | |
2009-01-15 | Merged Tab and TabbedArea from mainline | Bjørn Lindeijer | 4 | -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-13 | Merged Tab and TabbedArea from mainline | Bjørn Lindeijer | 4 | -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-10 | Changed a few emote variable names to be more sensible, as well as | Ira Rice | 2 | -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-05 | CMake warning fixes by Roderic | Bjørn Lindeijer | 2 | -4/+1 | |
(merged from mainline) | |||||
2009-01-05 | CMake warning fixes by Roderic | Bjørn Lindeijer | 2 | -4/+1 | |
(merged from mainline) | |||||
2009-01-05 | Removed two no longer used bitmap fonts | Bjørn Lindeijer | 4 | -4/+0 | |
2008-12-29 | Removed a few now unnecessary data files. | Ira Rice | 5 | -6/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-04 | Committed an extension to the San Serif font by Vargavind on TMW so that | Ira Rice | 1 | -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-04 | Applied more changes by vargavind, adding the complete ISO-8859-15 character | Bjørn Lindeijer | 1 | -0/+0 | |
set to the sans-serif font. | |||||
2008-10-31 | Added critical notifications to the client. While I had originally | Ira Rice | 3 | -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-25 | Fixed a bug that prevents compilation in some compilers. | Ira Rice | 1 | -385/+0 | |
2008-09-25 | Forgot to merge in the new files and resources into trunk. | Ira Rice | 5 | -0/+421 | |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 7 | -0/+8 | |
2008-09-16 | changed client gui and added autobuild.sh | Kevin Day | 33 | -0/+0 | |
2008-08-19 | Also install tabselected.png, circle-green.png and circle-gray.png | Bjørn Lindeijer | 2 | -0/+6 | |
2008-08-19 | Don't forget to install tab.png | Bjørn Lindeijer | 2 | -0/+2 | |
2008-08-19 | Added handling for different resolution wallpapers, reduced CPU usage during ↵ | Lloyd Bryant | 1 | -1/+5 | |
login sequence | |||||
2008-08-15 | Updated copyright statement to Creative Commons Non-Commercial | Kraant | 1 | -1/+6 | |
2008-08-14 | Lightened the color of the NPC font | Lloyd Bryant | 1 | -0/+0 | |
2008-08-13 | Added upper resolutions for Mitsukai Hana by Kayla Shirley | Ira Rice | 5 | -0/+1 | |
(kai_kaiyla@live.com). Do not reuse or modify these files without her permission. | |||||
2008-08-13 | Added Aethyra logo to the login wallpaper. Do not redistribute or modify | Ira Rice | 1 | -0/+0 | |
this image without the original author's consent (Kayla Shirley, kai_kaiyla@live.com). | |||||
2008-08-13 | Added support for different colored fonts for different being types | Lloyd Bryant | 4 | -0/+3 | |
2008-08-12 | added new login_wallpaper.png (submit by sraul with authors permission Kayla ↵ | Kevin Day | 1 | -0/+0 | |
Shirley) | |||||
2008-07-01 | fix build files | Roderic Morris | 1 | -0/+4 | |
2008-07-01 | Updated project files. | Philipp Sehmisch | 1 | -1/+5 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 4 | -0/+36 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) |