Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-07 | Fixed GeneralHandler deletion when switching server types | Thorbjørn Lindeijer | 1 | -2/+0 | |
When switching between tmwAthena and Manaserv the GeneralHandler was not getting deleted, resulting in crashes later on when the still around instance (or one of its child handlers) would try to respond to events it was listening to. | |||||
2025-01-21 | Replaced include guards with #pragma once | Thorbjørn Lindeijer | 1 | -4/+1 | |
Thanks to https://github.com/cgmb/guardonce and a follow-up replace to remove duplicated newlines at end of file: find src -type f -name '*.h' -exec \ sed --in-place -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \; Source: https://unix.stackexchange.com/questions/81685/how-to-remove-multiple-newlines-at-eof Fixes compile on macOS, which appears to have been due to the EVENT_H include guard. | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-12-06 | Removed superfluous #includes taken from checkheaders list. | Yohann Ferreira | 1 | -3/+0 | |
Resolves: Mana-Mantis #265. Trivial fix. | |||||
2010-07-18 | Replace some state-related netcode methods with events | Jared Adams | 1 | -6/+0 | |
Also move the virtual destructors of the Net handler base classes to the top of their method lists. Reviewed-by: Chuck Miller | |||||
2010-04-12 | Add support for map-server switching under eAthena | Jared Adams | 1 | -1/+4 | |
Also do some cleanup that's been needed for a while. Reviewed-by: Bertram | |||||
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-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-28 | Added virtual destructors, some implicit casts, and a couple of type changes. | Daniel Bradshaw | 1 | -0/+2 | |
Many warnings removed. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2009-11-03 | Remove two unneeded methods of Net::GeneralHandler | Jared Adams | 1 | -4/+0 | |
2009-10-03 | Do some more post-merge cleanup | Jared Adams | 1 | -0/+2 | |
Fixes a few more bugs | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -0/+4 | |
Also do some cleanup and refactoring of related code. | |||||
2009-04-20 | Removed the unused itemshortcutwindow.{h,cpp} | Bjørn Lindeijer | 1 | -1/+3 | |
2009-04-11 | Remove more support #ifdefs | Jared Adams | 1 | -0/+4 | |
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -3/+7 | |
Also make Net::LogoutHandler | |||||
2009-03-31 | Make network handler functions virtual | Jared Adams | 1 | -7/+9 | |
2009-03-31 | Add first draft of net handlers | Jared Adams | 1 | -0/+35 | |
eAthena NPC handler has been implemented and is being used for NPC interraction. |