Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-27 | Disable guilds for eAthena for now | Jared Adams | 1 | -0/+3 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-24 | Add more to eAthena guild support | Jared Adams | 1 | -5/+9 | |
It's not complete yet, but it is closer. Also fix up handling of guild/party members. Reviewed-by: Chuck Miller | |||||
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -4/+4 | |
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-21 | Do some more copyright header cleanups | Jared Adams | 1 | -1/+1 | |
Fix "(C) 2009-2009" to just "(C) 2009" Fix "(C) 2010 TMW" to "(C) 2010 Mana" Remove TMW compyright on (hopefully all) files added after 0.0.29.1 | |||||
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-08 | Merge PartyWindow and GuildWindow into SocialWindow | Jared Adams | 1 | -3/+9 | |
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 | -8/+7 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -1/+2 | |
2009-12-07 | Simplify Equipment handling | Jared Adams | 1 | -3/+0 | |
Also merge eAthena's EquipmentHandler and InventoryHander. Fixes http://mantis.themanaworld.org/view.php?id=888 . | |||||
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 two unneeded methods of Net::GeneralHandler | Jared Adams | 1 | -11/+0 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -1/+1 | |
2009-10-30 | Support switching characters under eAthena | Jared Adams | 1 | -0/+1 | |
2009-10-06 | Some cleanup regarding keeping track of gender for eAthena | Thorbjørn Lindeijer | 1 | -6/+2 | |
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-04 | Introduced Net::LoginHandler::SetEmailOnRegister | Thorbjørn Lindeijer | 1 | -1/+0 | |
This "optional action" specifies whether the server expects to get an email address during registration. It is used now instead of having the general handlers of eAthena and tmwserv set a pointer to an email string on the GUI dialogs (to keep things understandable, the dependency should preferably go one way). | |||||
2009-10-04 | Changed 'Select Server' to 'Change Server', since it's already selected | Thorbjørn Lindeijer | 1 | -0/+1 | |
2009-10-03 | Do some more post-merge cleanup | Jared Adams | 1 | -2/+13 | |
Fixes a few more bugs | |||||
2009-10-04 | Replaced setNetworkOptions with LoginHandler::supportedOptionalActions | Thorbjørn Lindeijer | 1 | -1/+0 | |
Better to ask when needed that rely on static booleans to be set from somewhere. Also tried to fix the layouting a bit, but it's still not perfect. | |||||
2009-10-01 | Redesign CharSelectDialog | Jared Adams | 1 | -2/+5 | |
2009-10-01 | Finish merging registration dialog | Jared Adams | 1 | -0/+1 | |
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -6/+16 | |
Also do some cleanup and refactoring of related code. | |||||
2009-08-07 | Gettext fixes | Kess Vargavind | 1 | -7/+7 | |
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-07-20 | Show crit chance for eAthena again | Jared Adams | 1 | -0/+1 | |
2009-07-19 | Merge StatusWindows | Jared Adams | 1 | -3/+3 | |
Also some other small merges | |||||
2009-07-15 | Merge and cleanup attribute code | Jared Adams | 1 | -0/+15 | |
2009-07-13 | Rename Net::SkillHandler to Net::SpecialHandler | Jared Adams | 1 | -3/+3 | |
SkillHandler::up moved to PlayerHandler::increaseSkill | |||||
2009-07-08 | Have both builds use the same SkillDialog | Jared Adams | 1 | -2/+4 | |
2009-05-11 | Standardize item statistics format | Jared Adams | 1 | -6/+6 | |
2009-05-11 | Fixed the memory issues with the pointers to item stat modifiers | Bjørn Lindeijer | 1 | -14/+7 | |
It was a list of pointers to Stat instances that had long been popped off the stack and deleted. | |||||
2009-05-11 | Fix an odd segfault with custom item stats | Jared Adams | 1 | -1/+1 | |
2009-05-07 | Fix handling of error messages in the game state | Jared Adams | 1 | -3/+7 | |
Also make sure an appropirate message gets shown on duplicated login. | |||||
2009-05-06 | Don't show the split button for eAthena | Jared Adams | 1 | -0/+3 | |
2009-04-16 | Fix compilation under TMWServ | Jared Adams | 1 | -6/+6 | |
2009-04-16 | Remove last support #ifdef in the resource code | Jared Adams | 1 | -0/+21 | |
2009-04-11 | Remove more support #ifdefs | Jared Adams | 1 | -1/+29 | |
2009-04-09 | Some random cleanups | Bjørn Lindeijer | 1 | -5/+2 | |
2009-04-07 | Implement TMWServ's PartyHandler | Jared Adams | 1 | -1/+3 | |
2009-04-08 | Associated setup tab name with the tab itself | Bjørn Lindeijer | 1 | -1/+0 | |
Keeps things together in the right place and allowed writing a bit more generic code in the Setup class. | |||||
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -0/+164 | |
Also make Net::LogoutHandler |