Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-12 | Moved client version string creation to preprocessor | Bjørn | 1 | -6/+10 | |
2009-04-12 | Merge version strings, add version to setup, etc | Jared Adams | 1 | -0/+6 | |
All instances of version strings should now use the same text. The version label was moved from main.cpp to Desktop. A new version label was added to SetupDialog to make it easier to get the version if you are already in game. | |||||
2009-04-10 | Introduced a Desktop widget to handle the wallpaper | Bjørn Lindeijer | 1 | -9/+0 | |
Cleans up main.cpp a little. | |||||
2009-04-08 | Make some more file build for both servers | Jared Adams | 1 | -3/+0 | |
Also some cleanup in main.cpp | |||||
2009-03-24 | Updated version to 0.0.29 in all the other places | Thorbjørn Lindeijer | 1 | -1/+1 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -15/+75 | |
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-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 1 | -1/+1 | |
Conflicts: CMakeLists.txt configure.ac data/help/header.txt packaging/windows/setup.nsi po/POTFILES.in src/being.cpp src/being.h src/game.cpp src/gui/color.cpp src/gui/color.h src/gui/equipmentwindow.h src/gui/popupmenu.cpp src/gui/recorder.cpp src/gui/setup_colors.h src/gui/setup_keyboard.cpp src/gui/setup_keyboard.h src/gui/skill.cpp src/gui/speechbubble.cpp src/gui/speechbubble.h src/gui/table.cpp src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/main.cpp src/main.h src/map.cpp src/resources/colordb.cpp src/resources/colordb.h src/resources/emotedb.cpp src/resources/emotedb.h src/text.cpp src/text.h src/tmw.rc src/winver.h | |||||
2009-02-15 | Merge branch '0.0.28' | Bjørn Lindeijer | 1 | -1/+1 | |
Conflicts: po/POTFILES.in src/main.cpp src/main.h tmw.cbp | |||||
2009-02-12 | Some more files which got fixed up for release (basically version | Ira Rice | 1 | -1/+1 | |
bumps). Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-11 | OSX version fix | David Athay | 1 | -0/+2 | |
2009-02-12 | Updated version to 0.0.28.1 | Bjørn Lindeijer | 1 | -1/+1 | |
Also updated NEWS file with changes since 0.0.28. | |||||
2009-02-12 | OSX version fix | David Athay | 1 | -0/+2 | |
(cherry picked from commit 8046bb2626b30fecdcea54eb0aa3349cdb7d277b) | |||||
2009-02-11 | Merge branch 'master' of git@gitorious.org:tmw/eathena | David Athay | 1 | -2/+2 | |
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 | |