Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-02-06 | Merged the Engine class into the Game class | Thorbjørn Lindeijer | 1 | -4/+6 | |
There was little point in keeping the Engine class separate. It wasn't an engine at all, but only kept track of the currently active map, a job more suitable for the Game class anyway. | |||||
2010-02-03 | Factorized speed translation from tile per seconds to pixels per ticks. | Bertram | 1 | -3/+7 | |
2010-02-01 | Reduced CPU consumption by setting speed per ticks value only once. | Bertram | 1 | -1/+5 | |
2010-01-31 | Unify eAthena and manaserv support in to one build. | Daniel Bradshaw | 1 | -3/+7 | |
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 | -7/+7 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Remove some support ifdefs | Jared Adams | 1 | -2/+1 | |
2010-01-10 | Change code style | Andrei Karas | 1 | -2/+4 | |
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 | Simplify ManaServ netcode some more | Jared Adams | 1 | -11/+16 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -11/+21 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+411 | |