Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-03 | Fix wrong read of clif_GM_kickack packet | Fedja Beader | 1 | -1/+1 | |
2024-08/01/#Debug.log:[14:25:43] Wrong actual or planned inbound packet size!. Packet id: 205(0xcd), Planned size: 3, Actual size: 6 2 bytes packet id + 1 byte flag = 3 2 bytes packet id + 4 byte flag (wrong) = 6 Squashed with: * Separate processKickAck handler for eathena * Move ea's adminrecv and its sole handler processKickAck into TMWA namespace * Revert "Fix wrong read of clif_GM_kickack packet" This would break TMWA packet processing, as @thorbjorn pointed out. This reverts commit efe43bac4de90b3e427d985b77cb3dd3206bcf9d. **** mana/plus!148 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+2 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-07-24 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2016-07-24 | Drop native guild support from tmwa. | Andrei Karas | 1 | -1/+0 | |
2016-06-03 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -0/+1 | |
2016-05-14 | Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7. | Andrei Karas | 1 | -0/+1 | |
2016-03-31 | Add version field in each receive packet define. | Andrei Karas | 1 | -0/+1 | |
2016-02-20 | Add missing const in net directory. | Andrei Karas | 1 | -1/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -2/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-09-22 | add way for reload packets db. For now it useless. | Andrei Karas | 1 | -0/+6 | |
2015-09-07 | Split protocol.h into protocolin.h and protocolout.h | Andrei Karas | 1 | -15/+5 | |
2015-09-04 | Remove some useless includes. | Andrei Karas | 1 | -2/+0 | |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 1 | -17/+0 | |
2015-09-02 | Remove variable mMessageHandlers from network code. | Andrei Karas | 1 | -19/+6 | |
2015-09-02 | Use packet handlers from packet defines. | Andrei Karas | 1 | -3/+35 | |
2015-09-01 | Remove packets.h | Andrei Karas | 1 | -1/+0 | |
2015-09-01 | Use packet sizes from packetsin.inc | Andrei Karas | 1 | -4/+3 | |
2015-09-01 | Change extension in some internals includes from h to inc. | Andrei Karas | 1 | -1/+1 | |
2015-09-01 | Add ability to log received packet names to log file. | Andrei Karas | 1 | -1/+5 | |
Also add arrays with id to package info mapping for inbound packets. | |||||
2015-06-20 | Remove unused old evol packets from tmwa namespace. | Andrei Karas | 1 | -6/+0 | |
2015-06-20 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-09-10 | Improve logging for unknown and unsupported packets. | Andrei Karas | 1 | -3/+4 | |
2014-09-06 | add ability to delay network messages dispatch. | Andrei Karas | 1 | -0/+6 | |
2014-09-06 | Move tmwa packets definition into separate file. | Andrei Karas | 1 | -49/+1 | |
2014-08-02 | Fix compilation warnings with some compilers. | Andrei Karas | 1 | -5/+8 | |
2014-05-31 | Fix sign on some vars. | Andrei Karas | 1 | -4/+4 | |
2014-03-28 | simplify variables cleanup. | Andrei Karas | 1 | -2/+3 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -0/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-17 | Add support for set npc dialog title from server script. | Andrei Karas | 1 | -1/+1 | |
Change client version netcode to 12. | |||||
2013-10-30 | add support for temporary replace background music on given map by server. | Andrei Karas | 1 | -1/+1 | |
2013-10-26 | add handling for map mask packet. (evol only) | Andrei Karas | 1 | -1/+1 | |
Also change network version to 11. | |||||
2013-10-25 | add missing checks. | Andrei Karas | 1 | -1/+1 | |
2013-10-19 | move virtual member calls from messagein constuctor into postInit. | Andrei Karas | 1 | -0/+1 | |
2013-10-11 | Second part of checks from Parasoft C++ Test. | Andrei Karas | 1 | -2/+2 | |
2013-10-08 | split network mutexe into read and write mutexes. | Andrei Karas | 1 | -4/+4 | |
2013-10-08 | extent profiler logging into some functions. | Andrei Karas | 1 | -2/+6 | |
2013-09-18 | add const to net classes. | Andrei Karas | 1 | -2/+2 | |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -6/+1 | |
2013-09-04 | add support for getting full move path from server (evol only). | Andrei Karas | 1 | -1/+1 | |
Also change netcode version to 10. Some times still movement bit wrong. | |||||
2013-04-21 | some other fixes from cpplint. | Andrei Karas | 1 | -2/+2 | |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |