index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T09:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
Age
Commit message (
Expand
)
Author
6 days
Core/Network: Minor include cleanup in SocketConnectionInitializer related files
Shauren
14 days
Core/Scripts: Use std::string_view to find script id from script name
Shauren
2025-07-18
Core/Misc: Add splice/pop_front/pop_back to LinkedListHead
Shauren
2025-07-18
Core/Misc: Shrink LinkedListHead size
Shauren
2025-07-12
Core/DataStores: Reduce the number of string copies when loading db2 hotfixes
Shauren
2025-07-11
Core/Misc: Improve LinkedList iteration - simplify code generated for begin, ...
Shauren
2025-07-11
Core/Misc: Rename LinkedListHead insertion functions to push_back/push_front ...
Shauren
2025-07-11
Core/Misc: Rename LinkedListHead::getSize to size to fit standard container n...
Shauren
2025-07-11
Core/Misc: Simplify LinkedListHead::isEmpty and rename to empty to fit standa...
Shauren
2025-06-24
Core/Misc: Use new Field::Get*OrNull where possible
Shauren
2025-06-12
Core/Shared: Update PCH content to include most commonly used headers
Shauren
2025-06-10
Core/Misc: Kill copy/move constructors for singleton classes
Shauren
2025-06-02
Core/Network: Make ip address formattable with fmt
Shauren
2025-05-23
Core/PacketIO: Replace static_asserts with concepts and add them to PacketUti...
Shauren
2025-05-23
Core/PacketIO: Remove ByteBuffer constructor from MessageBuffer
Shauren
2025-05-22
Core/PacketIO: Mark packet parsing exception throwing code paths as [[noreturn]]
Shauren
2025-05-21
Core/PacketIO: Disable implicit bool to int conversions for ByteBuffer operators
Shauren
2025-05-21
Core/PacketIO: Add char overloads to ByteBuffer operators
Shauren
2025-05-16
Core/PacketIO: Move ObjectGuid and Position::PackedXYZ packet functions out o...
Shauren
2025-05-15
Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::data
Shauren
2025-05-13
Core/Misc: Make string and string_view literal suffixes globally available
Shauren
2025-05-12
Core/PacketIO: Improved bit functions - no longer reads each bit separately
Shauren
2025-04-09
Core/Network: Move to separate project
Shauren
2025-04-08
Core/Network: Socket refactors
Shauren
2025-01-05
Core/Grids: Modernize TypeContainer with variadic template
Shauren
2025-01-03
Core/Database: Added std::span based functions to Field and PreparedStatement
Shauren
2024-12-20
Core/PacketIO: Fixed writing exactly 32 bits
Shauren
2024-12-19
Core/PacketIO: Improved bit functions - no longer writes each bit separately
Shauren
2024-12-19
Core/PacketIO: Read directly into output variable for numeric ByteBuffer::ope...
Shauren
2024-12-19
Core/PacketIO: Fixed endian conversions for array operations
Shauren
2024-12-19
Core/PacketIO: Remove overriding Underlying type from ByteBuffer reads in fav...
Shauren
2024-12-19
Core/Misc: Apply consistent formatting in ByteBuffer
Shauren
2024-12-09
Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timer
Shauren
2024-12-01
Core/Misc: Port std::ranges::contains from c++23
Shauren
2024-11-13
Core/JSON: Prevent out of bounds memory accesses in json deserialization
Shauren
2024-11-12
Core/Networking: Support IPv6
Shauren
2024-09-20
Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...
Shauren
2024-09-09
Core/DataStores: Refactor DBStorageIterator to make it usable with more std::...
Shauren
2024-08-30
Core/Client Builds: Refactor build_info structure to support any client variants
Shauren
2024-08-29
Core/Client Builds: Move build info out of RealmList class
Shauren
2024-08-29
Build fix for libstdc++-11
Shauren
2024-08-29
Core/Auth: Refactor client auth key storage to support more future client var...
Shauren
2024-08-28
Core: Allow macOS arm64 client to connect (#30173)
Motive
2024-08-18
Core/Realms: Realmlist refactors
Shauren
2024-08-05
Core/PacketIO: Fixed handling CMSG_UPDATE_ACCOUNT_DATA - compressed value is ...
Shauren
2024-08-03
Core/PacketIO: Use std::string_view to read strings from ByteBuffer
Shauren
2024-07-29
Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ...
Shauren
2024-07-18
Build: Fixed CMake 3.30 FindBoost deprecation warning
Shauren
2024-07-15
Build: CMake cleanup
Shauren
2024-06-15
Core/PacketIO: increased allowed storage size of ByteBuffer from ~10mb to ~10...
Ovahlord
[next]