aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2024-10-21Core/GameObject: Cast Pickup spell of GAMEOBJECT_TYPE_FLAGSTANDJeremy
2024-10-21Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for GAMEOBJECT_T...Jeremy
2024-10-21Core/Chat: Update ChatNotify enumShauren
2024-10-21Core/Conditions: Allow NegativeCondition for references (#30363)Meji
2024-10-19Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no u...ModoX
2024-10-18Core/Misc: Don't use tellg() to estimate file sizesShauren
2024-10-17Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFo...Shauren
2024-10-17Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests (...Meji
2024-10-12Revert "Core/Movement: Store adv flying speeds instead of hardcoding them in ...Ovahlord
2024-10-12Core/Units: Fix melee attack victim level calculation (#30329)Jason Dove
2024-10-12Core/Movement: Implemented cyclic waypoint movement (#29923)ModoX
2024-10-12Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPD...Shauren
2024-10-09buildfixOvahlord
2024-10-09Core/Player: updated block percent value for CataclysmOvahlord
2024-10-05Core/Maps: Link instance map to LfgDungeonsShauren
2024-10-05Core/Chat: Improve ingame language translation (#30298)Meji
2024-10-03Core/Players: Prevent creation of characters with duplicate namesShauren
2024-10-03Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-10-03Core/Misc: updated Difficulty enum for CataclysmOvahlord
2024-09-30Core/DataStores: Removed overriding field sign type based on db2 column compr...Shauren
2024-09-30Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in 6f6af6a1a1...Shauren
2024-09-26Core/Spells: Fix PCT spell mod calculationfunjoker
2024-09-25Core/Database: Fix database connections failing to open over named pipes for ...Shauren
2024-09-23Core/Common: Catch and log child process creation errorsShauren
2024-09-22Core/PacketIO: Fix SMSG_SET_PCT_SPELL_MODIFIERfunjoker
2024-09-22Core/Spells: Protect against stack overflows in spell override handlingShauren
2024-09-22Core/Spells: Fix startup crashShauren
2024-09-22Scripts/Spells: fixed balance druid Eclipse mechanicOvahlord
2024-09-22Core/Auras: fixed a possible underflow when checking required powers for SPEL...Ovahlord
2024-09-21Core/Units: fixed druid Balance power minimum valueOvahlord
2024-09-21Scripts/Spells: simplify bitset check in mage Deep Freeze spell scriptOvahlord
2024-09-21Scripts/Spells: fixed mage Arcane MissilesOvahlord
2024-09-21Scripts/Spells: fixed mage Deep Freeze abilityOvahlord
2024-09-21Core/Object: Added max height change param to MovePositionModoX
2024-09-21Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-21Core/Database: Change database async thread shutdown to fix some corner cases...Shauren
2024-09-20Core/PacketIO: Update CMSG_PET_SET_ACTION structurefunjoker
2024-09-18remove blank lineOvahlord
2024-09-18Core/Characters: removed unused variables and some demon hunter and evoker le...Ovahlord
2024-09-18Core/Misc: remove character creation code for Demon Hunters, Evokers and Alli...Ovahlord
2024-09-17Core/Objects: removed GO_DYNFLAG_LO_HIGHLIGHT application (not used in Classic)Ovahlord
2024-09-17Core/Commands: Refactor .additem to use typed argsShauren
2024-09-17Core/Spells: Reorder CastSpellExtraArgsInit fields to reduce paddingShauren
2024-09-17Core/Units: update action button macros for Cataclysmfunjoker
2024-09-16Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren
2024-09-16Core/Common: Compile ServiceWin32 as part of common project instead of direct...Shauren
2024-09-16Core/CrashHandler: Compile WheatyExceptionReport only once and moved its glob...Shauren
2024-09-16Core/Common: Output stdout/stderr from child process without waiting for it t...Shauren
2024-09-14Core/DataStores: extract, load and use NpcTotalHp and NpcDamageByClass game t...Ovahlord
2024-09-14Core/DataStores: updated MAX_LEVEL to 100 as Cata Classic only provides game ...Ovahlord