Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-11 | OSX version fix | David Athay | 1 | -0/+2 | |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 | |
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-09 | Changed AETHYRA_DATADIR to PKG_DATADIR. | Ira Rice | 1 | -2/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 | |
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-11 | Moved some hardcoded strings and filenames to an external configuration file. | Philipp Sehmisch | 1 | -3/+0 | |
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -2/+2 | |
2008-07-27 | Changed files to tme | Douglas Boffey | 1 | -2/+2 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 1 | -0/+2 | |
2008-04-18 | Made mislogins and misregistrations a little less annoying for the user. | Yohann Ferreira | 1 | -0/+1 | |
2008-04-18 | Made 'Unregister' and 'change password' functionnal, at least client-side. | Yohann Ferreira | 1 | -0/+1 | |
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 1 | -0/+2 | |
(Once again, I need feedback. Thanks!) | |||||
2008-04-17 | Added input type parameter to the LocalPlayer::SetDestination methods in ↵ | Yohann Ferreira | 1 | -0/+3 | |
order to keep control over message flooding to the server with mouse dragging. (I need feedback !) | |||||
2008-03-23 | Updated default account server name and added SDL_ttf dependency. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -1/+12 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 1 | -0/+1 | |
2007-02-25 | Fixed small issue concerning SDL timers, removed a useless variable. | Rogier Polak | 1 | -1/+0 | |
2007-02-23 | Added unregistering, logout_then_exit, switch_character and ↵ | Rogier Polak | 1 | -2/+11 | |
switch_accountserver. | |||||
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 1 | -0/+1 | |
2007-01-29 | Some trivial documentation work. Fixes all Doxygen warnings. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-28 | Some work on documentation. | Bjørn Lindeijer | 1 | -0/+29 | |
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 1 | -2/+1 | |
2006-12-11 | Fixed windows binary version | Eugenio Favalli | 1 | -2/+1 | |
2006-11-01 | Added CMake support | Björn Steinbrink | 1 | -1/+1 | |
2006-10-26 | Merged CMake branch | Björn Steinbrink | 1 | -1/+1 | |
2006-08-30 | Added a first version of the server dialog with an unskinned dropdown. ↵ | Yohann Ferreira | 1 | -1/+15 | |
Upgraded also the connection window a bit to handle Cancelling more gracefully. | |||||
2006-08-20 | Fixed selection of player character and implemented sending of game and chat | Bjørn Lindeijer | 1 | -0/+1 | |
server tokens. It gets you in the game (or what's left of it), but not on any map yet. | |||||
2006-08-20 | Made cancel button in register dialog go back to the login dialog and cleaned | Bjørn Lindeijer | 1 | -2/+0 | |
up two unused states. | |||||
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -15/+15 | |
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-02 | Ported account registration to tmwserv. There's still a ↵ | Eugenio Favalli | 1 | -0/+1 | |
disconnection/reconnection between registration and login. | |||||
2006-02-25 | Added a logic method to the being manager. | Björn Steinbrink | 1 | -3/+0 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -1/+1 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -3/+0 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -1/+2 | |
2006-01-04 | FreeBSD Fixes from Icy. | Yohann Ferreira | 1 | -5/+7 | |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 1 | -0/+1 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-27 | fixed The_Mana_World_private.h problemsv0.0.18.1 | Duane Bailey | 1 | -1/+1 | |
2005-12-05 | Display TMW version on Windows too | Bjørn Lindeijer | 1 | -0/+8 | |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound ↵ | Eugenio Favalli | 1 | -1/+2 | |
not being played at startup. | |||||
2005-09-26 | Now error message is displayed properly when the map server is offline. | Eugenio Favalli | 1 | -0/+3 | |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -13/+9 | |
2005-09-13 | Removed some globals. | Björn Steinbrink | 1 | -4/+0 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -1/+0 | |
game starts. | |||||
2005-08-25 | Adding min and max length check for password, more code cleanups in login ↵ | Yohann Ferreira | 1 | -5/+8 | |
and removing possible buffer overflows by replacing some global char[] by std::strings. |