Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-13 | Bumped version to 0.5.1 and updated the NEWS filev0.5.1 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-10-17 | Changing client version to 0.5 | Stefan Dombrowski | 1 | -1/+1 | |
Removing mana-ea.rc, because it was the same as mana.rc. Reviewed-by: Aard, Bertram | |||||
2010-03-02 | Revert "Merge WindowContainer into Viewport and remove extra members" | Jared Adams | 1 | -2/+3 | |
This reverts commit 67e678094b9fddd21fb3c690130e772937ab2746. Conflicts: src/gui/gui.cpp src/gui/viewport.cpp | |||||
2010-03-01 | Merge WindowContainer into Viewport and remove extra members | Jared Adams | 1 | -3/+2 | |
Reviewed-by: Chuck Miller | |||||
2010-02-27 | Report more info on client in cURL useragent and Desktop | Jared Adams | 1 | -1/+28 | |
Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller | |||||
2010-02-23 | Updated some documentation | Thorbjørn Lindeijer | 1 | -8/+7 | |
Also added generated documentation to the git ignore list. Reviewed-by: Jared Adams | |||||
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -67/+0 | |
Much code was moved from main() to the new Client::exec(). This new event loop now integrates with the Game class, so that the tick counter and framerate limiter apply universally. The Client class is also responsible for some things that used to be global variables. Mantis-issue: ... | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-31 | Unify eAthena and manaserv support in to one build. | Daniel Bradshaw | 1 | -12/+4 | |
Finish support for server types in the server dialog. Using the new server type function, strip out ifdefs, replacing them with if blocks for later merging in smaller atomic commits. Remove any remaining references to the support defs, including in build system. | |||||
2010-01-12 | Standardize header order | Jared Adams | 1 | -6/+6 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2009-12-19 | Client now returns to server selection after server disconnection | Stefan Dombrowski | 1 | -0/+9 | |
This resolves http://bugs.manasource.org/view.php?id=37 | |||||
2009-12-04 | Register credentials information service | Jared Adams | 1 | -6/+7 | |
2009-12-04 | Using the updatehost that was given by EAthena | Stefan Dombrowski | 1 | -0/+3 | |
This is a patch for http://mantis.themanaworld.org/view.php?id=970 | |||||
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -4/+6 | |
2009-10-24 | Make homedir accessible from other files | Jared Adams | 1 | -0/+2 | |
2009-10-24 | Fix a type in main.h | Jared Adams | 1 | -1/+1 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -2/+2 | |
2009-10-19 | Fix RegisterDialog tab order and detail lengths | Jared Adams | 1 | -11/+0 | |
2009-10-07 | Clean up state machine some more | Jared Adams | 1 | -6/+9 | |
2009-10-06 | Implemented server selection list loaded from online xml file. | Andreas Habel | 1 | -0/+6 | |
2009-10-04 | Add ability to delect characters from account | Jared Adams | 1 | -2/+0 | |
2009-10-03 | Do some more post-merge cleanup | Jared Adams | 1 | -6/+3 | |
Fixes a few more bugs | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -34/+29 | |
Also do some cleanup and refactoring of related code. | |||||
2009-06-09 | Updated version and changes for 0.0.29.1 release | Bjørn Lindeijer | 1 | -1/+1 | |
2009-05-25 | Add athena netcode for changing account password. | Dennis Friis | 1 | -1/+1 | |
(cherry picked from commit ef006ed117bb602a928d33dc0fe90075efd7393f) | |||||
2009-05-25 | Add change password dialog to athena client | Dennis Friis | 1 | -2/+2 | |
(cherry picked from commit 050103b8d2e3eb23e7aea188a1a269feb7c181ab) | |||||
2009-05-17 | Make the state variable a bit more type-safe | Bjørn Lindeijer | 1 | -2/+2 | |
Should be no change in behaviour. | |||||
2009-05-17 | Init state variable to make valgrind happy. | Dennis Friis | 1 | -2/+3 | |
(cherry picked from commit 9b4d924d74587f489ac8141134b1c504e54a0684) | |||||
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. |