Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-06-03 | Replace SDL_types.h with cstdint | Jared Adams | 1 | -2/+2 | |
This required moving to C++0x, so it does that too, and fixes a few errors with that. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2011-04-16 | Removed ENet version checks since only 1.3 should be used anyway | Thorbjørn Lindeijer | 1 | -4/+0 | |
Reviewed-by: Stefan Dombrowski | |||||
2010-08-15 | Merge branch '1.0' | Chuck Miller | 1 | -2/+2 | |
Conflicts: mana.cbp mana.files src/CMakeLists.txt src/Makefile.am src/utils/xml.cpp | |||||
2010-08-09 | Fix enet version check *again* | Jared Adams | 1 | -1/+1 | |
Reviewed-by: Chuck Miller | |||||
2010-08-08 | Do proper checks on the ENet version | Thorbjørn Lindeijer | 1 | -1/+1 | |
The previous check broke compilation against ENet 1.2.2, which does define the version macros but does not have the API changes. | |||||
2010-08-04 | Changed the stats.xml to attributes.xml according to the server commit. | Yohann Ferreira | 1 | -2/+2 | |
Also, fixed a compilation warning about passing a NULL value to a boolean parameter. The built-ins are kept for now. Reviewed-by: Jaxad0127. | |||||
2010-08-03 | Fix enet version check | Jared Adams | 1 | -0/+4 | |
Tested-by: BaseBallBoy | |||||
2010-08-02 | Fix enet version check | Jared Adams | 1 | -5/+3 | |
Tested-by: BaseBallBoy | |||||
2010-08-02 | Add support for enet 1.3 | Jared Adams | 1 | -0/+6 | |
Reviewed-by: Yohann Ferreira | |||||
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-02-05 | Fixed the low framerate problem by not waiting for network events | Thorbjørn Lindeijer | 1 | -6/+2 | |
The enet service loop was waiting up to 10ms for a new network packet to come in. There is no need for this, so just remove it. Raised the framerate from about 60 to over 200 fps for me. | |||||
2010-01-12 | Standardize header order | Jared Adams | 1 | -2/+2 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -3/+6 | |
2009-11-03 | Fix potential infinite recursion | Jared Adams | 1 | -2/+2 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -12/+16 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -0/+170 | |