aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Globals
AgeCommit message (Expand)Author
15 hoursCore/Misc: Reduce differences between branches3.3.5Shauren
4 daysCore/Misc: Rename AreaTrigger to AreaTriggerTeleportShauren
2025-09-06Core/ObjectAccessor: Use FindConnectedPlayerByName in FindPlayerByName (#31137)HelloKitty
2025-08-30Core/Misc: Replace sprintf with safer alternatives (Trinity::StringFormat or ...Shauren
2025-08-16Core/Misc: Include source object information in ObjectMgr::GetClosestGraveyar...Antonio
2025-07-14Core/Misc: Reduce differences between branchesShauren
2025-03-14Core/Misc: Reduce differences between branchesShauren
2025-02-20Core/Transports: Fixed wrong transport guid generator initializationShauren
2025-02-03Core/Misc: Reduce code differences between branchesShauren
2025-02-01DB/Schema: Change basehp/mana/armor in creature_classlevelstatus to unsigned ...Nay
2024-10-05Core/GameObjects: Added stringid to gameobjectsShauren
2024-10-05Core/Creatures: Implement StringId for Creatures, a custom identifier to make...Seyden
2024-09-10Core/Misc: Reduce differences between branchesShauren
2024-03-14Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2023-10-17Core/Misc: Fixed thread-unsafe access to list of objects that should be spawn...Shauren
2023-09-01Core/Misc: Silence a false positive warningShauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-12Core/Misc: Include cleanup, 2023 editionShauren
2023-01-10Core/Creatures: improved error logging messages added in 6f835c233f7605d74926...Ovahlord
2023-01-09Core/Creatures: Split creature_addon and creature_template_addon's byte colum...Ovahlord
2022-10-08Core/Misc: Multithread query cache loadingihm-tswow
2022-09-23Core/Spawns: Added startup error for incorrect map assignments in instance_sp...Shauren
2022-08-03Core/Misc: Improve missing class health/mana data error message during startu...ihm-tswow
2022-04-17Core/Gossip: Fixed gossip menu options not performing their default actions w...Shauren
2021-10-31Core/Creatures: Refactor ObjectMgr::ChooseCreatureFlags to allow selecting on...Shauren
2021-10-07Core/Creature: Disallow nearly all non-static flags on DB side (#27024)offl
2021-08-31Core/Misc: Fixed effect index check in ObjectMgr::LoadSpellScriptsShauren
2021-08-31Core/Spells: Spell effect info access refactoring part 3 - removed direct Spe...Shauren
2021-08-22Core/Quests: check PreviousQuestID values as well when trying to make quest g...Ovah
2021-08-20Scripts/Pet: implement Dance Rune Weapon + minor tweaks to npc_pet_mage_mirro...ccrs
2021-05-15Core/DBLayer: escape MySQL keywords in page_text, page_text_locale, broadcast...Ovahlord
2021-01-24Core/Misc: Fix static analysis issues (#25924)Giacomo Pozzoni
2021-01-22Core/Creature: Add new db field InteractionPauseTimer (#25880)Giacomo Pozzoni
2021-01-03Core/Vehicles: add a way to delay the Vehicle despawn Time if its needed.Sevi
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-11-18[3.3.5] Scripts/Commands: .learn adjustments (PR #25454)Treeston
2020-11-17Core/Maps: add new FLAG_ALLIANCE_ONLY and FLAG_HORDE_ONLY for instance spawn ...Ovah
2020-09-09[3.3.5] Core/Guilds: Guild cleanup (PR #25422)Treeston
2020-09-04Scripts/Commands: Convert argument parsing of .npc commandsTreeston
2020-09-01Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2020-08-31UnitTests: Add a first set of item hyperlink testsTreeston
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-07-30Core/Mail: Load mails at login instead of on demand when queried by packets (...Shauren
2020-07-28Core/World: added startup log outputs for query cache initialization for deta...Ovah
2020-07-18Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)Giacomo Pozzoni
2020-07-14Core/Spells: Implement SPELL_EFFECT_ACTIVATE_OBJECT. (#23) (#24997)Giacomo Pozzoni
2020-07-12Core/DataStores: Update DBC field names to generated ones (#24999)Peter Keresztes Schmidt
2020-06-27Core/Maps: Implemented getting area id from gameobject spawnsShauren
2020-06-26Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz