Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-29 | Made the client load the skills.xml again. | Yohann Ferreira | 1 | -1/+1 | |
This, instead of the protocol specific filenames that are mana-skills.xml and ea-skills.xml. This is backward compatible as the old skills.xml file was once used before the 0.0.29.1 release which is the last alive from the 0.0.x serie. The skills.xml will have to added to world data to make this working, though. (Done in another patch.) | |||||
2010-06-06 | Softcode the stat for character creation for manaserv | Jared Adams | 1 | -3/+5 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-04-25 | Make ManaServ player stats softcoded | Jared Adams | 1 | -17/+10 | |
A new stats.xml file is parsed for player stats for ManaServ. The old hardcoded stats remain as backup. Reviewed-by: Bertram | |||||
2010-04-16 | Fix canceling game connection | Jared Adams | 1 | -2/+14 | |
Reviewed-by: Bertram | |||||
2010-04-12 | Add support for map-server switching under eAthena | Jared Adams | 1 | -0/+9 | |
Also do some cleanup that's been needed for a while. Reviewed-by: Bertram | |||||
2010-04-03 | Fix a crash after changing servers | Jared Adams | 1 | -1/+2 | |
Reviewed-by: Chuck Miller | |||||
2010-03-30 | Rename file manaserv netcode looks from from tmw-skills.xml to mana-skills.xml | Chuck Miller | 1 | -1/+1 | |
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -3/+3 | |
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/+1 | |
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 | -5/+4 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2009-12-22 | Rename tmw-skills.xml to mana-skills.xml | Thorbjørn Lindeijer | 1 | -1/+1 | |
Should eventually just be skills.xml, but we can't do that at the moment due to sharing the client data repository between different server types. | |||||
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 | Fix switching characters under ManaServ | Jared Adams | 1 | -0/+9 | |
2009-11-03 | Fix potential infinite recursion | Jared Adams | 1 | -1/+1 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -26/+25 | |
2009-10-26 | Fixed loading of skill database on ManaServ (quick hotfix, needs to be ↵ | Philipp Sehmisch | 1 | -1/+1 | |
rebranded) | |||||
2009-10-24 | Basically finish rebranding | Jared Adams | 1 | -1/+1 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+190 | |