| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-08 | Scripts/TempleOfAhnQiraj (#29571) | Fraxinus94 | |
| Fix The Eye of C'thun spell Dark Glare not being updated visually with the correct orientation | |||
| 2024-01-06 | Scripts/Commands: Implemented .bg start and .bg stop commands. | r4dish | |
| 2024-01-06 | Core/Misc: Do not apply Deserter debuff to players teleported from the ↵ | r4dish | |
| battleground by gm command (.appear/.summon). | |||
| 2024-01-04 | Scripts/Bloodmyst Isle: Add missing Legoso Talk target (fixes $n) (#29554) | Demolitionist Legoso | |
| Updates #21586 | |||
| 2023-09-19 | Core/Groups: Reduce differences between branches (define naming) (#29332) | M'Dic | |
| 2023-08-29 | Scripts/Trial of the Crusader: Update Read and Write Save Data (#29293) | Gildor | |
| 2023-08-27 | Core/Logging: Fixed missing log format changes | Shauren | |
| (cherry picked from commit 150ba27eb125c3628251641e899f9fbe130d41d2) | |||
| 2023-08-23 | Build: Support ASAN on msvc | Shauren | |
| (cherry picked from commit 0a0b420d866f070d4b1208bb3c4451398797c6ef) | |||
| 2023-08-17 | Core/Logging: Fixed a few missed log format statements | Shauren | |
| 2023-08-15 | Core/Misc: Replace string to int conversion functions from Common.h with ↵ | Shauren | |
| c++17 std::from_chars based ones Trinity::StringTo (cherry picked from commit 3260b94dd627b7b0c7114f94bb97d108b005af3e) | |||
| 2023-08-15 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
| compatible api) (cherry picked from commit d791afae1dfcfaf592326f787755ca32d629e4d3) | |||
| 2023-08-12 | Core/Misc: Replace enable_if overload selection with if constexpr | Shauren | |
| (cherry picked from commit a53e4a57565d3375a978effbbc32d3eed6aac7e3) | |||
| 2023-08-12 | Core/Misc: Add missing Containers.h include where neccessary | Shauren | |
| 2023-08-12 | Core/Misc: Fixed deprecation warnings for c++20 | Shauren | |
| (cherry picked from commit ba9bbbc9d0c3b80d8954ad6390d23ae3d0f804b2) | |||
| 2023-07-19 | Scripts/Forge of Souls: Fixed achievement_bronjahm_soul_power script ↵ | Shauren | |
| registration | |||
| 2023-05-07 | Core/Misc: Cleanup Expression is converted to bool and can be replaced with ↵ | Shauren | |
| 'boolean constant' | |||
| 2023-05-07 | Scripts/Undercity: Fixed NPC_HIGHBORNE_BUNNY being told to MoveJump to { ↵ | Shauren | |
| target->GetPositionX(), 0, 0 } with speedXY = target->GetPositionY() and speedZ = target->GetPositionZ() | |||
| 2023-04-25 | Scripts/Trial Of The Crusader: Fix application of spell Surge of Adrenaline ↵ | Gildor | |
| (Icehowl) (#28933) * Scripts/Trial Of The Crusader: Fix application of spell Surge of Adrenaline (Icehowl) | |||
| 2023-04-11 | Add code that changes the faction of Tortheldrin in Dire Maul (#28581) | Adam B | |
| * Add code that changes the faction of Tortheldrin Per WoW Classic, Tortheldrin becomes hostile after Immolthar is killed. This code implements an event that does this. * Bug fix. Fixed a bug where the server would crash if the bosses were already dead and the player zoned in. * Recommited with the correct path. Signed-off-by: Adam Bajac <adam@asblab.work> * Removed wrong file. Signed-off-by: Adam Bajac <adam@asblab.work> * Made changes requested by jackpoz. Signed-off-by: Adam Bajac <adam@asblab.work> * Corrected a syntax error after testing. - Tested in game and confirmed all is working. Signed-off-by: Adam Bajac <adam@asblab.work> * Removed whitespace changes. Signed-off-by: Adam Bajac <adam@asblab.work> * Changed the script to use OnUnitDeath rather than an event. Signed-off-by: Adam Bajac <adam@asblab.work> * Removed the IMMO_DEAD_CHECK event. Signed-off-by: Adam Bajac <adam@asblab.work> * Removed redundant comma. Signed-off-by: Adam Bajac <adam@asblab.work> --------- Signed-off-by: Adam Bajac <adam@asblab.work> Co-authored-by: Adam B <adam@avalonglobal.com> | |||
| 2023-03-24 | Scripts/Misc:fix npc_professions locale text (#27894) | lee | |
| * fix npc_professions locale text fix npc_professions locale text load from db * fix dup sql fix dup sql * add condition and gossip option add condition and gossip option for money cost depends on player level * add missing update statements * Rename 9999_99_99_world.sql to 2023_03_24_00_world.sql --------- Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> | |||
| 2023-03-10 | Update (core\log): Log correction (#28802) | M'Dic | |
| Loading AreaTrigger definitions to Loading Area Trigger Teleports definitions and also Re-Loading AreaTrigger teleport definitions to Re-Loading Area Trigger Teleport definitions | |||
| 2023-02-09 | Scripts/Events: Fixed infinite loop with auras 71507 and 71508 casting each ↵ | Shauren | |
| other when unit is removed from map | |||
| 2023-01-06 | Scripts/Icecrown Citadel: Added missing empty check before ↵ | Shauren | |
| SelectRandomContainerElement | |||
| 2022-12-23 | Core/Scripts: Implemented Zort's Protective Elixir (#28372) | Mikhail Redko | |
| * Core/Scripts: Implemented Zort's Protective Elixir * Rename XXXX_XX_XX_XX_world.sql to 2022_12_23_00_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> | |||
| 2022-12-23 | Core/Spells: resurrection after raise ally (#28582) | Badgersson | |
| (fix #26296)player->IsResurrectRequested() now is called with spell_dk_raise_ally_Aura removing | |||
| 2022-11-04 | Scripts/Halls of Lightning: reworked General Bjarngrim Encounter (#28457) | Ovah | |
| * handle missing visuals * reworked all AI scripts * handle missing mechanic of Arc Weld * reworked the whole waypoint and tempoary electrical charge handling * moved Stormforged Lieutenants to their own spawn group to handle their spawning/despawning via boss * moved the Tempoary Electrical Charge mechanic from spell_linked_spell to spell script instead * replaced hacky virtual items for Bjarngrim's stances with sniffed ones | |||
| 2022-10-14 | Scripts/Quest: Refactor Last Rites (#28328) | Malcrom | |
| 2022-10-14 | Scripts/Quest: Improved script for Abduction (#28306) | Malcrom | |
| 2022-10-14 | Scripts/Quests: Help Those That Cannot Help Themselves (#28304) | Malcrom | |
| 2022-10-12 | Scripts/Gossips: Set gossip menu id for scripts that load menu items from ↵ | Shauren | |
| database | |||
| 2022-10-04 | Scripts/Eversong Woords: Add cosmetic script for a party (#28308) | Malcrom | |
| 2022-10-02 | DB/Scripts: Move Quest "Aces High!" gossip menu to database (#28300) | Malcrom | |
| 2022-10-02 | Scripts/BoreanTundra: Modernized Unfit for Death (11865) implementation (#28297) | Malcrom | |
| 2022-09-29 | Scripts/Hyjal: Change boss state management from SetData to SetBossState | Shauren | |
| 2022-09-28 | Scripts/Karazhan: Mark optional boss as completed when it dies | Shauren | |
| 2022-09-28 | DB/Ahn'Qiraj Temple: Added spawn groups for bosses | Shauren | |
| 2022-09-27 | DB/Ruins of Ahn'Qiraj: Added spawn groups for bosses | Shauren | |
| 2022-09-27 | DB/Zul'gurub: Added spawn groups for bosses and prevent multiple Gahz'ranka ↵ | Shauren | |
| summons | |||
| 2022-09-27 | Scripts/Halls of Reflection: Prevent repeating Falric kills after wiping on ↵ | Shauren | |
| Marwyn or add waves > 5 | |||
| 2022-09-27 | Scripts/The Escape From Durnholde: Minor improvements | Shauren | |
| * Converted to BossAI * Prevent repeating boss kills on Thrall event wipe | |||
| 2022-09-26 | Nopch build fix | Shauren | |
| 2022-09-25 | Scripts/The Underbog: Added spawn groups for bosses and implemented boss ↵ | Shauren | |
| state tracking | |||
| 2022-09-25 | Scripts/Halls of Lightning: reworked Volkhan encounter (#28282) | Ovah | |
| * modernized the whole code * moved several mechanics to spell script where they belong * handle missing visuals for Volkhan's Anvil | |||
| 2022-09-25 | DB/Icecrown Citadel: Migrate linked_respawn to spawn groups | Shauren | |
| 2022-09-24 | Scripts/Halls of Stone: Modernized Halls of Stone instance script (#28280) | Ovah | |
| 2022-09-23 | Nopch build fix | Shauren | |
| 2022-09-23 | Scripts/HoL: follow naming standards for boss enums and dropped unused ↵ | Ovahlord | |
| overriden methods from instance script | |||
| 2022-09-23 | Scripts/HoO: removed a redudant summons.DespawnAll() call from Ionar's script | Ovahlord | |
| 2022-09-23 | Scripts/HoL: converted Ionar's AI to BossAI | Ovahlord | |
| 2022-09-23 | Scripts/HoL: converted General Bjarngrim's to BossAI | Ovahlord | |
