| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-02 | DB/Creature: Zaetar's Spirit | offl | |
| 2021-11-01 | Scripts/Quest: Make 'Search and Rescue' less hacky (#27227) | offl | |
| 2021-11-01 | Scripts/Quest: Update 'Trail of Fire' & 'Warning: Some Assembly Required' ↵ | offl | |
| (#27184) | |||
| 2021-11-01 | Scripts/Misc: Migrate Operation Gnomeregan & Zalazane's Fall scripts to own ↵ | offl | |
| files (#27163) | |||
| 2021-11-01 | Scripts/Misc: Replace some of AddItem / CreateItem with spells (#27160) | offl | |
| 2021-10-29 | Scripts/Uldaman: Fix Ironaya crash (#27189) | Gildor | |
| * Scripts/Uldaman: Fix Ironaya crash * little code cleanup * oops | |||
| 2021-10-25 | Core/Spells: Fixed Prayer of Mending (#27105) | Lucas Nascimento | |
| Closes #3770 | |||
| 2021-10-25 | add item xxxxx show to who was added item (#27020) | kvolk2git | |
| Co-authored-by: Aokromes <Aokromes@users.noreply.github.com> | |||
| 2021-10-24 | Scripts/Commands: fix `.learn all recipes` (#27153) | ihm-tswow | |
| if client had same locale as server, the command didn't work (should've been != and not ==). Furthermore, server dbcs only have the server locale for these, and they might or might not match up with the client. only downside of removing the check entirely is possibility of mixups if two locales have overlapping names for different skills. I highly doubt a single such instance exists. | |||
| 2021-10-21 | DB/Creature: The Brewmaiden & The Black Brewmaiden (#27133) | offl | |
| Closes #27127 | |||
| 2021-10-20 | Core/Scripting: Get rid of ModifyVehiclePassengerExitPos (#27126) | offl | |
| 2021-10-09 | Scripts/Spells: Fixed Life Tap (#27003) | Lucas Nascimento | |
| 2021-10-08 | Script/World: Brewfest Reveler Script (#27031) | Malcrom | |
| 2021-10-07 | Scripts/Spells: Handle quest tame spells in spell script (#27022) | offl | |
| 2021-10-06 | Scripts/Misc: Remove again LANG_ADDITEM | Aokromes | |
| 2021-10-06 | Scripts/Commands: account onlinelist (#27004) | Giacomo Pozzoni | |
| * Script/Commands: Remove sync db queries from ".account onlinelist" * Add additional "account onlinelist" commands - "account onlinelist ip" to filter by ip address - "account onlinelist limit" to limit the output rows - "account onlinelist map" to filter by map id - "account onlinelist zone" to filter by zone id * Update src/server/scripts/Commands/cs_account.cpp | |||
| 2021-10-06 | Script/Commands: Allow to specify the target player in .additem command (#26997) | Giacomo Pozzoni | |
| * Script/Commands: Allow to specify the target player in .additem command New syntax: .additem <required item id> <optional item count> <optional player name> Close #25875 * Move target player to new command ".additem to <player> <item> <count>" | |||
| 2021-10-06 | Core/Misc: Fix appleclang 12 warnings | Shauren | |
| (cherry picked from commit 3bf6698116d6d683947ccd23f21bba933dc59a2e) # Conflicts: # src/server/game/Handlers/BlackMarketHandler.cpp # src/server/game/Loot/LootItemStorage.cpp # src/server/scripts/Northrend/Nexus/Oculus/boss_urom.cpp # src/server/shared/DataStores/DB2DatabaseLoader.cpp | |||
| 2021-10-05 | Scripts/Misc: Remove 2 logs, they are handled by gm logs | Aokromes | |
| 2021-10-02 | Skip proccing Sheath of Light when at full health (#26987) | Giacomo Pozzoni | |
| 2021-09-28 | Scripts/ICC: Implemented spell Dark Reckoning | Keader | |
| Closes #26941 | |||
| 2021-09-27 | Scripts/Spells: Mount check aura for Gryphon Hatchling & Wind Rider Cub (#26897) | offl | |
| Closes #26600 | |||
| 2021-09-16 | Core/Misc: Rename UNIT_FLAG_SWIMMING to UNIT_FLAG_CAN_SWIM | offl | |
| Ref #26912 | |||
| 2021-09-15 | Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913) | offl | |
| 2021-09-14 | Scripts/Misc: Remove useless comments & Varos' Centrifuge Shield adjustments | offl | |
| 2021-09-11 | Scripts/Spells: Wandering Plague should ignore targets under breakabl… ↵ | Mikhail Redko | |
| (#26889) * Scripts/Spells: Wandering Plague should ignore targets under breakable by damage crowd control effects. Closes TrinityCore#26162 | |||
| 2021-09-09 | Scripts/Creature: Update Dancing Flames (#26883) | offl | |
| 2021-09-09 | Scripts/Spells: Script for 'Injured' (22269) (#26882) | offl | |
| 2021-09-04 | Core/Spells: Remove remaining direct accesses to SpellInfo::Effects | Shauren | |
| 2021-09-04 | DB/Creature: Remove remaining non-static flags from DB, finally (#26884) | offl | |
| 2021-08-31 | DB/GameObject: Update Toy Train Set | offl | |
| 2021-08-31 | Core/Spells: Spell effect info access refactoring part 3 - removed direct ↵ | Shauren | |
| SpellInfo::Effects field access from game | |||
| 2021-08-30 | Core/Spells: Removed SpellEffIndex effIndex argument from spell effect handlers | Shauren | |
| 2021-08-29 | Scripts/Black Temple: Removed Illidari Council Enconter Frame | Keader | |
| 2021-08-29 | Core/Spells: Spell effect info access refactoring part 2 - passing ↵ | Shauren | |
| SpellEffectInfo as arguments directly instead of SpellInfo + effect index | |||
| 2021-08-29 | Scripts/VioletHold: f661bc6 follow-up - remove remnants of SetVisible calls ↵ | ccrs | |
| from npc_sinclari_vh | |||
| 2021-08-29 | Scripts/VioletHold: corrections to violet_hold_trashAI to prevent trash npcs ↵ | ccrs | |
| being stuck in place forever if SPELL_DESTROY_DOOR_SEAL is no longer being casted for w/e reason | |||
| 2021-08-24 | DB/Quest: Rework 'Bitter Departure' (12832) | offl | |
| 2021-08-23 | DB/Creature: Get rid of more flags | offl | |
| Ref #25764 | |||
| 2021-08-22 | DB/Creature: Get rid of more Feign Death flags | offl | |
| Ref #25764 | |||
| 2021-08-21 | Scripts/Commands: Fix ".wp show info" showing wrong event chance values | jackpoz | |
| 2021-08-20 | Revert "Scripts/ICC: add missing break in npc_frostwing_ymirjar_vrykul script" | ccrs | |
| This reverts commit 31ea74b96ebf5a799a17cbd41b5c70d0ceaea6a8. They do actually both cast the spell, my mistake | |||
| 2021-08-20 | Scripts/ICC: add missing break in npc_frostwing_ymirjar_vrykul script | ccrs | |
| 2021-08-20 | Scripts/Pet: implement Dance Rune Weapon + minor tweaks to ↵ | ccrs | |
| npc_pet_mage_mirror_image script damage is now halved, years ago it wasn't, so we got that going at least stat scaling missing - the low damage might even come from this instead of the aura periodic auras still unknown | |||
| 2021-08-19 | Scripts/Ahnkahet: adjust timer on Conjure Flame Spheres in Prince Taldaram ↵ | ccrs | |
| encounter values sniffed | |||
| 2021-08-19 | Scripts/Ahnkahet: 57fe05f2 followup | ccrs | |
| cause staging is hard | |||
| 2021-08-19 | Build: fix no-pch build | ccrs | |
| 2021-08-19 | Scripts/Ahnkahet: rescript Ahn'kahar Spell Flinger SAI + spell scripts + ↵ | ccrs | |
| spelldifficulty_dbc entries | |||
| 2021-08-19 | Scripts: Fix warnings introduced in 7360c2d1567be05f81bdb51d0b74f5fd4e263d6a | Shauren | |
| 2021-08-19 | Scripts/Ahnkahet: implement Herald Volazj's Twisted Visage AI + small ↵ | ccrs | |
| corrections to Herald's own AI sorry about indentation timers are guessed summoning logic unchanged, remains not blizzlike visage's spells missing spelldifficulty_dbc entries | |||
