aboutsummaryrefslogtreecommitdiff
path: root/src/common/Threading/LockedQueue.h
AgeCommit message (Collapse)Author
2025-07-18Core/Misc: Add splice/pop_front/pop_back to LinkedListHeadShauren
2025-05-19Core/Misc: Add support for non-copyable types in LockedQueueShauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-02-22Core/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-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP