Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-17 | Changed eAthena protocol name to TmwAthena and changed the config files ↵ | Bertram | 1 | -315/+0 | |
accordingly. This makes room for the actual eAthena protocol future inclusion. | |||||
2010-04-09 | Add support for registration disabled for eAthena | Jared Adams | 1 | -4/+15 | |
Reviewed-by: Chuck Miller` | |||||
2010-03-30 | Fix some memory issues | Jared Adams | 1 | -0/+5 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -7/+8 | |
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-12 | Standardize header order | Jared Adams | 1 | -4/+4 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -2/+4 | |
2009-12-04 | Register credentials information service | Jared Adams | 1 | -0/+6 | |
2009-12-04 | Using the updatehost that was given by EAthena | Stefan Dombrowski | 1 | -0/+1 | |
This is a patch for http://mantis.themanaworld.org/view.php?id=970 | |||||
2009-12-02 | Centralize netcode handler instances in Net | Jared Adams | 1 | -1/+1 | |
Instead of each netcode making the global variables and Net referencing them, Net now makes them and the netcodes reference them. Also remove an innappropriate ChatHandler reference from eA's AdminHandler. | |||||
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -1/+1 | |
2009-11-02 | Fix segfault after login error under eAthena build | Jared Adams | 1 | -1/+0 | |
2009-10-07 | Clean up state machine some more | Jared Adams | 1 | -1/+1 | |
2009-10-06 | Some cleanup regarding keeping track of gender for eAthena | Thorbjørn Lindeijer | 1 | -15/+20 | |
LoginHandler now owns the world list and the token, instead of having them as global variables with pointers to the 'sex' member of the token from the GUI. | |||||
2009-10-03 | Polish login procedure and fix some bugs with it | Jared Adams | 1 | -0/+3 | |
WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations. | |||||
2009-10-03 | Do some more post-merge cleanup | Jared Adams | 1 | -5/+6 | |
Fixes a few more bugs | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -24/+70 | |
Also do some cleanup and refactoring of related code. | |||||
2009-08-07 | Gettext fixes | Kess Vargavind | 1 | -11/+11 | |
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. | |||||
2009-05-25 | Fix some text I forgot to update after snatching it from tmwserv client. | Dennis Friis | 1 | -1/+1 | |
2009-05-25 | Nuke some tabs I put in here. | Dennis Friis | 1 | -1/+1 | |
2009-05-25 | Add athena netcode for changing account password. | Dennis Friis | 1 | -1/+35 | |
2009-05-21 | Fixed a few strings for better translation | Kess Vargavind | 1 | -1/+1 | |
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings | |||||
2009-05-07 | Moved two files which held net data into the net folder. Considering | Tametomo | 1 | -2/+2 | |
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-05-04 | Fix char-server default selection to be first | Jared Adams | 1 | -4/+4 | |
Also send a different version to the login-server to tell it to send the main char-server first. | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+0 | |
2009-04-18 | Make sure every eAthena packet has a #define | Jared Adams | 1 | -4/+4 | |
2009-04-12 | Append _F or _M to username in eAthena network layer | Bjørn Lindeijer | 1 | -20/+29 | |
Abstracts it away and out of main.cpp and register.cpp. | |||||
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -22/+55 | |
Also make Net::LogoutHandler | |||||
2009-03-27 | Include statement cleanup for net/ea/ directory. | Bjørn Lindeijer | 1 | -12/+14 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -0/+158 | |
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! |