Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | Core/Objects: Preserve phaseUseFlags, terrainSwapMap, ScriptName and ↵ | Shauren | |
StringId columns when saving creature and gameobject spawns in database Closes #31291 | |||
2025-08-30 | Core/Database: Fix database auto updater when using MySQL 9.4 (#31243) | quarters78 | |
(cherry picked from commit 290a7b93107b4864f5aad57b415c9237922e3379) | |||
2025-08-30 | Core/Database: Remove warning suppression for mysql_stmt_bind_param, it has ↵ | Shauren | |
been undeprecated by MySQL | |||
2025-08-30 | Dep/MySQL: Move required version checks to CMake, raise required version to ↵ | Shauren | |
8.0.34 and remove strict compiled<->runtime version match requirement from non-Windows platforms | |||
2025-08-13 | Core: Updated to 11.2.0 | Shauren | |
2025-07-09 | Core/Database: Add Empty and CancelAll functions to AsyncCallbackProcessor ↵ | Shauren | |
and enable callback concept check | |||
2025-06-27 | Core/Players: Implemented PlayerDataElementAccount, ↵ | Shauren | |
PlayerDataElementCharacter, PlayerDataFlagAccount and PlayerDataFlagCharacter | |||
2025-06-25 | Core/Database: Improve code generated by DEFINE_FIELD_ACCESSOR_CACHE | Shauren | |
2025-06-25 | Core/Commands: Waypoint command fixes | Shauren | |
* .wp add will now add data to waypoint_path table * .wp reload will no longer crash the server * Replace deprecated command handler arguments | |||
2025-06-24 | Core/Database: Add new member functions to Field class that return empty ↵ | Shauren | |
optionals if database result was NULL | |||
2025-06-21 | Core/Database: Fixed DEFINE_FIELD_ACCESSOR_CACHE_ANONYMOUS macro arguments | Shauren | |
2025-06-18 | Core: Updated to 11.1.7 | Shauren | |
2025-06-11 | Core/Database: Update PCH content to include most commonly used headers | Shauren | |
2025-04-27 | Core/Chat: Support new 11.1.5 chat link color format and more chat link types | Shauren | |
2025-04-25 | Core: Updated to 11.1.5 | Shauren | |
2025-04-25 | Core/Database: Added very simple macro to create named query result field ↵ | Shauren | |
accessors | |||
2025-03-13 | Core/Database: Fix duplicate query column aliases | Shauren | |
2025-03-13 | Core/Database: Improve assertion message on duplicate column aliases in queries | Shauren | |
2025-03-13 | Core/Database: Optimize named query result field access | Shauren | |
2025-03-13 | Core/Database: Implement accessing query result fields by name | Ovahlord | |
2025-03-04 | Core/Players: Implement warband scene collection | Shauren | |
2025-03-02 | Core: Updated to 11.1.0 | Shauren | |
2025-01-04 | Core/Misc: Implemented spawn tracking (#30247) | Meji | |
2025-01-03 | Core/Database: Added std::span based functions to Field and PreparedStatement | Shauren | |
2024-12-18 | Core: Updated to 11.0.7 | Shauren | |
2024-12-16 | Core/Misc: Fixed build with c++23 enabled | Shauren | |
Closes #30511 | |||
2024-12-14 | Core/Database: removed more duplicate aliases from prepared statements | Ovahlord | |
2024-12-02 | Core/Quests: Implemented QUEST_OBJECTIVE_KILL_WITH_LABEL | Shauren | |
2024-11-19 | Core/Auras: Implemented mount equipment | Shauren | |
2024-11-12 | Core/Networking: Support IPv6 | Shauren | |
2024-10-30 | Core/DataStores: Updated db2 structures to 11.0.5 | Shauren | |
2024-10-16 | Core/Misc: Replace std::ostringstream based formatting with ↵ | Shauren | |
Trinity::StringFormat where possible in common and database projects | |||
2024-10-06 | Core/DataStores: Load FlightCapability.db2 | Traesh | |
2024-10-03 | Core/Players: Prevent creation of characters with duplicate names | Shauren | |
Closes #30299 | |||
2024-09-25 | Core/Database: Fix database connections failing to open over named pipes for ↵ | Shauren | |
users using caching_sha2_password authentication plugin if this is the first time this user attempts to log in since starting MySQL server | |||
2024-09-23 | Core/Common: Catch and log child process creation errors | Shauren | |
2024-09-20 | Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings ↵ | Shauren | |
into compile errors | |||
2024-09-19 | Core/Database: Change database async thread shutdown to fix some corner ↵ | Shauren | |
cases leading to servers being stuck on shutdown (for example with exit() call) | |||
2024-09-14 | Core/Common: Output stdout/stderr from child process without waiting for it ↵ | Shauren | |
to finish | |||
2024-08-26 | Core/Loot: Implemented currency loot | Shauren | |
2024-08-24 | Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-set | Shauren | |
2024-08-18 | Core/Realms: Realmlist refactors | Shauren | |
* Removed global realm variable from World and use RealmList everywhere * Match auth build key with client version * Restored allowedSecurityLevel checks for realmlist packet building * Restored updating population field, mysteriously removed 15 years ago in f20b25d1c90f608deab28c9957b3b376ab2a0d50 | |||
2024-08-16 | Core: Updated to 11.0.2 | Shauren | |
2024-08-10 | Core/Players: Implemented hero talents | Shauren | |
2024-08-04 | Core/Players: Fixed trait configs getting into invalid state after talent ↵ | Shauren | |
tree changes between client patches Closes #29398 | |||
2024-08-02 | Core/DataStores: Updated to 11.0.0 | Shauren | |
2024-08-02 | Core/PacketIO: Updated to 11.0.0 | Shauren | |
2024-07-18 | Build: Fixed CMake 3.30 FindBoost deprecation warning | Shauren | |
2024-07-16 | Core/Logging: Minor internal refactor | Shauren | |
* Avoid formatting to output with fprintf * Use vector instead of unordered_map to store appenders in Logger | |||
2024-07-15 | Build: CMake cleanup | Shauren | |
* Migrate all add_definitions to target_compile_definitions * Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway) * Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used * Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file * Remove ancient manual link flag settings for worldserver |