| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-13 | Core/Misc: Cleanup unused includes | Shauren | |
| 2022-02-11 | Core/Misc: Explicitly include required headers instead of relying on them to ↵ | Shauren | |
| be included by other headers | |||
| 2022-02-04 | Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined ↵ | Shauren | |
| behavior (cherry picked from commit e1289805fc04e75f9e7cba078cbc826ce60f037a) | |||
| 2022-01-06 | Core/Networking: Switch to intrusive variant of MPSC queue to halve the ↵ | Shauren | |
| number of memory allocations for packet sending (#24659) (cherry picked from commit f0060496f9c8c4a21c28552a95928f2d05e031a9) | |||
| 2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
| port | |||
| 2020-01-02 | New Year | Aokromes | |
| 2019-01-01 | Update copyright note for 2019 | vincent-michael | |
| auto happy = new year(2019); | |||
| 2018-01-01 | Update copyright note for 2018 | vincent-michael | |
| auto happy = new year(2018); | |||
| 2017-05-11 | Core/Common: Include cleanup | Shauren | |
| 2017-03-04 | Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵ | Shauren | |
| to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib) | |||
| 2017-01-01 | Update copyright note for 2017 | vincent-michael | |
| Happy new year | |||
| 2016-05-10 | Core/Common: Move the query callback header to the database project | Naios | |
| * Also renames the header to it's correct name QueryCallback (cherry picked from commit d4d199d7654a95c53c77e30e6bd9203ee70b9373) | |||
| 2016-02-22 | Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before ↵ | Shauren | |
| player is fully loaded in one step after packet processing loop - reduces used locks from 3 per packet to 1 per packet | |||
| 2016-02-19 | Core/Networking: Rewrite networking threading model | Shauren | |
| Each network thread has its own io_service - this means that all operations on a given socket except queueing packets run from a single thread, removing the need for locking Sending packets now writes to a lockfree intermediate queue directly, encryption is applied in network thread if it was required at the time of sending the packet | |||
| 2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
| Happy new year (Again new year with idiots ...) | |||
| 2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |
