| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-15 | Core/Misc: Add missing includes | Shauren | |
| 2025-07-11 | Core/Misc: Simplify LinkedListHead::isEmpty and rename to empty to fit ↵ | Shauren | |
| standard container naming | |||
| 2024-03-30 | Core/Creatures: Changed the spawn health field in creature table to a ↵ | Meji | |
| percentage (#29801) | |||
| 2024-02-24 | Scripts: Removed unused global variables | Shauren | |
| 2024-01-08 | Core/Creatures: Moved autoattack handling from scripts to game | Shauren | |
| 2024-01-05 | Core/Waypoints: Refactor to split data into path and node related info in db ↵ | ModoX | |
| (#29506) | |||
| 2023-12-22 | Scripts/Misc: added instance scripts and base definitions for all Cataclysm ↵ | Ovahlord | |
| 4.0 raids | |||
| 2023-12-08 | Core/Misc: Minor code modernization - kill std::bind | Shauren | |
| 2023-11-06 | Core/InstanceScript: Refactored door types to reflect its behavior (#29406) | ModoX | |
| 2023-09-19 | Core/Instances: Kill instance_encounters table, it is no longer neccessary | Shauren | |
| 2023-09-17 | Scripts/Lower Blackrock Spire: Added dungeon encounter ids | Shauren | |
| 2023-09-17 | Scripts/Blackrock Depths: Added dungeon encounter ids | Shauren | |
| 2023-07-24 | Scripts/Spells: Removed unneccessary PrepareSpellScript and ↵ | Shauren | |
| PrepareAuraScript uses | |||
| 2023-07-20 | Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159) | Teleqraph | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2023-04-10 | Core/AI: Drop script_waypoints and move data to waypoint_data (#28879) | ModoX | |
| 2023-04-08 | Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ↵ | ModoX | |
| (#28834) | |||
| 2023-01-19 | Core/Scripts: Move EvadeReason outside of CreatureAI class | Shauren | |
| 2023-01-08 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
| compatible api) | |||
| 2023-01-06 | Core/Misc: Add missing Containers.h include where neccessary | Shauren | |
| 2022-10-13 | Scripts/Gossips: Set gossip menu id for scripts that load menu items from ↵ | Shauren | |
| database (cherry picked from commit 900a2f6d88f7676f5053da33d80981297b07ccde) | |||
| 2022-10-04 | Scripts/Instances: Add dungeon encounter data | Shauren | |
| 2022-10-04 | Core/Scripts: Save instance data in JSON format | Shauren | |
| 2022-09-08 | Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to ↵ | Meji | |
| OptionNpc as it also determines functionality on client side (#28220) Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2022-06-10 | Core/Scripts: Fix heap buffer overflow in BRD Tomb of seven event (#27920) | Riztazz | |
| * Core/Scripts: Fix heap buffer overflow in BRD Tomb of seven event * Core/Scripts: Remove magic numbers in brd script, adjust codestyle to tc preference * missing ) Closes #27919 (cherry picked from commit 0d8672732552b0474e22b077a2318fa87446f25f) | |||
| 2022-03-27 | Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlag | Shauren | |
| 2022-03-26 | Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlags | Shauren | |
| 2022-03-26 | Scripts/Misc: Load some texts from DB (#27867) | lee | |
| (cherry picked from commit e7c02d6a9025826fc9aa47787a175e7a7b520b6d) | |||
| 2022-03-26 | Scripts/UBRS: Fix door open issue in UBRS after kill Rend (#27868) | safaray | |
| (cherry picked from commit 88eccd2956746807d69df6a5246e9288db8aef3f) | |||
| 2022-03-15 | Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913) | offl | |
| (cherry picked from commit c4741a131a0a28b69c228d3637beab7090e5f1e3) | |||
| 2022-03-12 | Core/AI: Add DamageEffectType and SpellInfo parameters to ↵ | Giacomo Pozzoni | |
| UnitAI::DamageTaken (#26787) * Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken * Update scripts (cherry picked from commit 0800ab20a8039620fd271a43c173c008af68c22a) | |||
| 2022-03-11 | Scripts/Molten Core: Update remaining scripts to new register model (2/2) ↵ | offl | |
| (#26710) (cherry picked from commit 863635dbf982394716d13608659ad81aa28812d3) | |||
| 2022-03-11 | Scripts/Molten Core: Update remaining scripts to new register model (1/2) ↵ | offl | |
| (#26709) (cherry picked from commit 09da8dae0e52ff9c7370d3bdc9e38a05d2c05ee0) | |||
| 2022-03-11 | Scripts/BWL: Update scripts to new register model (3/3) (#26691) | offl | |
| (cherry picked from commit 572b480a2e030e55ac5d1c2ded1b72c5c7ade5cd) | |||
| 2022-03-11 | Scripts/BWL: Update scripts to new register model (2/3) (#26690) | offl | |
| (cherry picked from commit f7ecd86a248bec990b994bcec459742923eb1087) | |||
| 2022-03-11 | Scripts/BWL: Update scripts to new register model (1/3) (#26686) | offl | |
| (cherry picked from commit 67bd11f5ffe17cb2daeb5074d92ca410eb269b09) | |||
| 2022-03-11 | Scripts/UBRS: Fix crash | jackpoz | |
| Fix crash triggered during Dragonspire Hall event caused by having more than 5 mobs near a rune. Crash added in 7c19fb8d0eae64db0719cc2b110fcc06f60542ac Fix #26589 (cherry picked from commit e9a8cea018591334ce3807e2eb2fc2d6ce079252) | |||
| 2022-03-11 | Scripts/Misc: Remove few more evil flags | offl | |
| Ref #25764 (cherry picked from commit 180f495c7037dc3be61a33dee5745833fd993d4c) | |||
| 2022-03-10 | Scripts/Spells: Add comments with id & name of spells part 1 | offl | |
| (cherry picked from commit 80a4b7f1e2f4baae40f08e87cb8cda0a1db833b9) | |||
| 2022-03-08 | Scripts/BRS: Update scripts to new model (3/3) (#26418) | offl | |
| Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 3b863f6a20379d02215f8c52a4cadb6df3e6243c) | |||
| 2022-03-08 | Scripts/BRS: Update scripts to new model (2/3) (#26417) | offl | |
| Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 0fc3a05d3cf16df66902ddff91889ae4001abac3) | |||
| 2022-03-08 | Scripts/BRS: Update scripts to new model (1/3) (#26416) | offl | |
| Co-authored-by: offl <offl@users.noreply.github.com> (cherry picked from commit 747333149d096fc7600d57c37768a09b80b1b3b1) | |||
| 2022-02-13 | Core/Misc: Cleanup unused includes | Shauren | |
| 2022-02-05 | Add "On" to some gossip methods in AI (#25415) | Maks Szokalski | |
| * Add "On" to some methods * Update npc_innkeeper.cpp * Update zone_borean_tundra.cpp (cherry picked from commit 41188eb535e445b73909659980257da2939e4be4) | |||
| 2022-02-04 | Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and ↵ | Shauren | |
| remove it (cherry picked from commit 7d4fbf706ae19481468901ccd65c497fcabe56bf) | |||
| 2022-01-26 | Scripts/BlackwingLair: Suppression Device Room (PR #25199) | Jinnaix | |
| Co-authored-by: offl <11556157+offl@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> Co-authored-by: Treeston <treeston.mmoc@gmail.com> (cherry picked from commit de56ed87368104780ddfb2e9c082076c9c83d575) | |||
| 2022-01-24 | Scripts/MoltenCore: Update Golemagg encounter to current coding standards ↵ | Peter Keresztes Schmidt | |
| (#25183) * Scripts/MoltenCore: Update Golemagg to current coding standards * no functional changes * Scripts/MoltenCore: Update Core Ranger to current coding standards * no functional changes (cherry picked from commit c88234727b47c037557eba6db8ae8ef1dee4eed7) | |||
| 2022-01-24 | Scripts/BlackrockSpire: Fix encage event of Pyroguard encounter (#25177) | Jinnaix | |
| (cherry picked from commit e3aa87641f08ecaa42ebef1915d7de88dc73ef25) | |||
| 2022-01-24 | Core/WorldObject: Remove non-std::chrono SummonCreature overload | Carbenium | |
| Remove TempSummon* SummonCreature(uint32 entry, Position const& pos, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, uint32 despawnTime = 0, uint32 vehId = 0, uint32 spellId = 0); (cherry picked from commit a41f599be72ccc88b13c1cf725f20cee4a5335d7) | |||
| 2022-01-24 | Core/WorldObject: Partially std::chrono-ify SummonCreature overloads | Carbenium | |
| TempSummon* SummonCreature(uint32 entry, float x, float y, float z, float o = 0, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, uint32 despawnTime = 0); to TempSummon* SummonCreature(uint32 entry, float x, float y, float z, float o = 0, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, Milliseconds despawnTime = 0s); (cherry picked from commit 1131229ee9c43704b11187f0b11c327db92018b6) | |||
| 2022-01-23 | Scripts/EasternKingdoms: Use std::chrono overload of Creature::DespawnOrUnsummon | Carbenium | |
| (cherry picked from commit d1a39a2ebf3bb55998696c424cd58f3fcdedd66a) | |||
