Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-16 | Some small layout tweaks, as well as making a few dialogs more | Ira Rice | 1 | -7/+7 | |
consistent UI-wise (continue-like functionality is always in the bottom right corner, with canceling to the left of it). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -19/+10 | |
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-06 | Merged layout handler from mainline | Bjørn Lindeijer | 1 | -57/+20 | |
Also fixed login dialog layout. This is the layout handler by Guillaume Melquiond, which he started in commit 59472ef68fdef3f7e8858a81a46e28c127119c58. | |||||
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -10/+11 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-06 | Merged layout handler from mainline | Bjørn Lindeijer | 1 | -43/+16 | |
Also fixed login dialog layout. This is the layout handler by Guillaume Melquiond, which he started in commit 59472ef68fdef3f7e8858a81a46e28c127119c58. | |||||
2009-01-06 | Added support for internationalization | Bjørn Lindeijer | 1 | -9/+11 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. | |||||
2008-12-17 | Reintroduced window name property | Bjørn Lindeijer | 1 | -5/+2 | |
Still used in the eAthena client and it seems saner to me to have it. | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -8/+6 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-06 | Minor interface cleanup. Moved the login selection scrollbox so that it | Ira Rice | 1 | -1/+4 | |
aligns up with the other fields. | |||||
2008-11-03 | Fixed login server order, so as to not confuse new people. | Ira Rice | 1 | -1/+1 | |
2008-09-29 | Modified the client so that it displays both servers as server choices, | Ira Rice | 1 | -11/+15 | |
as well as changing the default server to point to www.aethyra.org instead of Slinker's IP address now. | |||||
2008-09-12 | Changed default port for Aethyra server to 21001 | Lloyd Bryant | 1 | -1/+1 | |
2008-08-03 | Changed the default server in the dropdown menu in the login | Kraant | 1 | -1/+1 | |
screen to the new server | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -26/+224 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 1 | -11/+10 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -1/+1 | |
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........ | |||||
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -1/+1 | |
gcn::TabbedArea usage) | |||||
2008-04-03 | Added patch from | David Athay | 1 | -1/+1 | |
postalworker bug id=117 to fix cancel connecting to a sick server. | |||||
2007-10-27 | Improved layout handler to support trees of nested arrays. Needed for ↵ | Guillaume Melquiond | 1 | -4/+2 | |
converting and fixing the trade window. | |||||
2007-10-21 | Made visible the resizable grip on inventory window. | Guillaume Melquiond | 1 | -1/+0 | |
2007-10-20 | Added a layout handler for automatically positioning widgets in a window. ↵ | Guillaume Melquiond | 1 | -30/+14 | |
Fixed layout of login dialog box when native language is not English. | |||||
2007-08-07 | Marked most of the GUI as translatable. | Guillaume Melquiond | 1 | -7/+9 | |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -46/+41 | |
2007-03-24 | Make sure that when a network error occurs, the error message is available and | Bjørn Lindeijer | 1 | -1/+1 | |
shown to the user. Also, only enable Register button when all necessary fields are filled in. | |||||
2007-03-24 | Go back to login or register state on error, depending on what the user was | Bjørn Lindeijer | 1 | -0/+1 | |
doing, and fixed the error message when registering an account that already exists. Also another crash fix following from previous commit. | |||||
2007-03-22 | Only enable login button when a username, password and server are filled in. | Bjørn Lindeijer | 1 | -41/+34 | |
Pass username, password and server on to the register dialog. Go back to login dialog when canceling registration. Fixed a crash caused by deleting an OkDialog twice (it also deletes itself). Made the register dialog a bit wider. Register dialog no longer clears username field when it is invalid. | |||||
2007-03-20 | Fixed small issue where default server didn't fit in the server entry field | Bjørn Lindeijer | 1 | -9/+13 | |
properly. | |||||
2007-02-23 | Added unregistering, logout_then_exit, switch_character and ↵ | Rogier Polak | 1 | -1/+1 | |
switch_accountserver. | |||||
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -8/+8 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -9/+9 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-08-27 | Got rid of server input field since connecting to the account server now | Bjørn Lindeijer | 1 | -18/+7 | |
happens before the login and register dialogs. | |||||
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -4/+3 | |
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -2/+2 | |
from the 0.1.0 branch. | |||||
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -2/+2 | |
branch). | |||||
2006-03-19 | Removed some duplicate initializations. | Björn Steinbrink | 1 | -2/+1 | |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -4/+4 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -62/+62 | |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -9/+3 | |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the ↵ | Björn Steinbrink | 1 | -34/+11 | |
config, it's not its job to do so. | |||||
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵ | Björn Steinbrink | 1 | -4/+8 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
2006-01-31 | Various small cleanups. | Björn Steinbrink | 1 | -1/+0 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -164/+11 | |
2006-01-14 | Removed unused var. | Björn Steinbrink | 1 | -5/+1 | |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 1 | -0/+6 | |
2006-01-02 | Smoothed also character creation, buttons are now disabled during ↵ | Eugenio Favalli | 1 | -0/+3 | |
connection/data phase. | |||||
2006-01-01 | Fix crash in Login with empty name. | Björn Steinbrink | 1 | -12/+1 | |