summaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-12Moved client version string creation to preprocessorBjørn1-6/+10
2009-04-12Merge version strings, add version to setup, etcJared Adams1-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-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer1-9/+0
Cleans up main.cpp a little.
2009-04-08Make some more file build for both serversJared Adams1-3/+0
Also some cleanup in main.cpp
2009-03-24Updated version to 0.0.29 in all the other placesThorbjørn Lindeijer1-1/+1
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-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-15Merge commit 'aethyra/master'Bjørn Lindeijer1-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-15Merge branch '0.0.28'Bjørn Lindeijer1-1/+1
Conflicts: po/POTFILES.in src/main.cpp src/main.h tmw.cbp
2009-02-12Some more files which got fixed up for release (basically versionIra Rice1-1/+1
bumps). Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-11OSX version fixDavid Athay1-0/+2
2009-02-12Updated version to 0.0.28.1Bjørn Lindeijer1-1/+1
Also updated NEWS file with changes since 0.0.28.
2009-02-12OSX version fixDavid Athay1-0/+2
(cherry picked from commit 8046bb2626b30fecdcea54eb0aa3349cdb7d277b)
2009-02-11Merge branch 'master' of git@gitorious.org:tmw/eathenaDavid Athay1-2/+2
2009-02-11OSX version fixDavid Athay1-0/+2
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-09Changed AETHYRA_DATADIR to PKG_DATADIR.Ira Rice1-2/+2
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-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-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-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-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-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-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-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-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-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-11Moved some hardcoded strings and filenames to an external configuration file.Philipp Sehmisch1-3/+0
2008-08-07Rebranding TME to AethyraKraant1-2/+2
2008-07-27Changed files to tmeDouglas Boffey1-2/+2
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-04-25Added client-side email address change ability.Yohann Ferreira1-0/+2
2008-04-18Made mislogins and misregistrations a little less annoying for the user.Yohann Ferreira1-0/+1
2008-04-18Made 'Unregister' and 'change password' functionnal, at least client-side.Yohann Ferreira1-0/+1
2008-04-18Added a change password dialog. State code is to be reworked.Yohann Ferreira1-0/+2
(Once again, I need feedback. Thanks!)
2008-04-17Added input type parameter to the LocalPlayer::SetDestination methods in ↵Yohann Ferreira1-0/+3
order to keep control over message flooding to the server with mouse dragging. (I need feedback !)
2008-03-23Updated default account server name and added SDL_ttf dependency.Bjørn Lindeijer1-1/+1
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-1/+12
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer1-0/+1
2007-02-25Fixed small issue concerning SDL timers, removed a useless variable.Rogier Polak1-1/+0
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak1-2/+11
switch_accountserver.
2007-02-20Added support for customdata directory.Philipp Sehmisch1-0/+1
2007-01-29Some trivial documentation work. Fixes all Doxygen warnings.Bjørn Lindeijer1-1/+1
2007-01-28Some work on documentation.Bjørn Lindeijer1-0/+29
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-2/+1
2006-12-11Fixed windows binary versionEugenio Favalli1-2/+1
2006-11-01Added CMake supportBjörn Steinbrink1-1/+1
2006-10-26Merged CMake branchBjörn Steinbrink1-1/+1
2006-08-30Added a first version of the server dialog with an unskinned dropdown. ↵Yohann Ferreira1-1/+15
Upgraded also the connection window a bit to handle Cancelling more gracefully.
2006-08-20Fixed selection of player character and implemented sending of game and chatBjørn Lindeijer1-0/+1
server tokens. It gets you in the game (or what's left of it), but not on any map yet.
2006-08-20Made cancel button in register dialog go back to the login dialog and cleanedBjørn Lindeijer1-2/+0
up two unused states.
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-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-02Ported account registration to tmwserv. There's still a ↵Eugenio Favalli1-0/+1
disconnection/reconnection between registration and login.
2006-02-25Added a logic method to the being manager.Björn Steinbrink1-3/+0