Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-26 | Fixing segmentation fault when creating a new account | Stefan Dombrowski | 1 | -0/+2 | |
This resolves http://bugs.manasource.org/view.php?id=171 Reviewed-by: Bertram. | |||||
2010-05-03 | synchronised protocol.h between manaserv, mana and manamobile | Maximilian Philipps | 1 | -4/+4 | |
2010-04-09 | Add support for registration disabled for eAthena | Jared Adams | 1 | -0/+5 | |
Reviewed-by: Chuck Miller` | |||||
2010-02-22 | Warn when receiving an empty update host | Thorbjørn Lindeijer | 1 | -4/+10 | |
Reviewed-by: Jared Adams | |||||
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -18/+18 | |
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-19 | Fixed a crash when trying to switch servers | Thorbjørn Lindeijer | 1 | -0/+2 | |
Ownership of the charInfo global variable wasn't well defined. It was being locked, unlocked and generally modified from a lot of places, and somewhere in this mess it ended up crashing when switching servers. Now the CharHandler instances, for eAthena and manaserv respectively, own this list of characters. A new class, Net::Character wraps up the slot index in combination with the player dummy. The list is passed on to the CharSelectDialog each time it changes. Both related and unrelated cleanups were made as well. Reviewed-by: Jared Adams | |||||
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 | -7/+14 | |
2009-12-05 | Syncronize registration info with ManaServ | Jared Adams | 1 | -3/+1 | |
2009-12-04 | Remove password length info for manaserv | Jared Adams | 1 | -12/+2 | |
Also fix defaults. | |||||
2009-12-04 | Moved password hashing during registration to the client | Philipp Sehmisch | 1 | -4/+2 | |
2009-12-04 | Register credentials information service | Jared Adams | 1 | -0/+61 | |
2009-12-02 | Centralize netcode handler instances in Net | Jared Adams | 1 | -2/+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-21 | Remove another support ifdef | Jared Adams | 1 | -0/+5 | |
2009-11-03 | Fix switching characters under ManaServ | Jared Adams | 1 | -1/+1 | |
2009-11-03 | Simplify ManaServ netcode some more | Jared Adams | 1 | -16/+51 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -14/+12 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+359 | |