Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-20 | Core/Dep: Removed ZMQ dependency in preparation for future changes | Shauren | |
2016-03-19 | CMake: Use inherited dependencies in database, shared and game | Naios | |
(cherry picked from commit 469f2d3ade168de0b5be18112008c337067a8e03) | |||
2016-03-19 | CMake: Provide proper interface targets from dependencies | Naios | |
* to make use of cmakes inherited link dependencies which imports all include directories/ definitions from the link library (cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763) | |||
2016-02-24 | Core/IPC: Fixed bnet & world servers getting stuck on shutdown after having ↵ | Shauren | |
communicated at any point | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-10-06 | Core/Battle.net: | Shauren | |
* Changed packet structures to mirror client names * Simplified ToString Building * Removed deprecated structures World: Cleaned up duplicate realm info 'realm' and 'realmHandle' variables (realmHandle was removed, that data is fully contained in realm) | |||
2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |
2015-01-01 | Update copyright note for 2015 | Vincent-Michael | |
Happy new year | |||
2014-12-07 | Core: fixed few coverity issues and warnings | joschiwald | |
2014-11-14 | Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handler | Intel | |
2014-11-08 | Core/Zmq: Added 50ms wait in the Run() loop to get rid of excessive cpu usage | Rat | |
(cherry picked from commit cbb6ca03399b6288ddda3d37bb42558af8103649) (cherry picked from commit 34553afa955ea700832e9f3d72c81efb79ab9d09) | |||
2014-10-17 | Core: Implemented IPC (Inter-process communication) between worldserver and ↵ | Shauren | |
bnetserver using ZeroMQ library. * Implemented ToonReady and ToonLoggedOut battle.net packets |