aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-09-04Core/Spells: Remove remaining direct accesses to SpellInfo::EffectsShauren
2021-09-04DB/Creature: Remove remaining non-static flags from DB, finally (#26884)offl
2021-09-02Core/QuestHandler: Fix potential crash caused by QUEST_FLAGS_PARTY_ACCEPT ↵HelloKitty
with conditions (#26880)
2021-09-01Core/BG: Do not allow to queue rated arena without a group (#26875)robinsch
2021-09-01Core/Disables: Fixed params_1 (SPELL_DISABLE_AREA) data loading for ↵Gildor
DISABLE_TYPE_SPELL (#26878)
2021-08-31DB/GameObject: Update Toy Train Setoffl
2021-08-31Core/Misc: Fixed effect index check in ObjectMgr::LoadSpellScriptsShauren
2021-08-31Core/Misc: Fix windows nopch buildShauren
Closes #25363
2021-08-31Handle deprecated SAI actions and events (#26846)Giacomo Pozzoni
* Core/SAI: Show a clear error for no longer supported SAI actions * Core/SAI: Show a warning for deprecated SAI events, still loading them. Disable log "sql.sql.deprecation" in config if you want to ignore the warning
2021-08-31Core/Spells: Spell effect info access refactoring part 3 - removed direct ↵Shauren
SpellInfo::Effects field access from game
2021-08-30Core/Spells: Fixed implementation of Spell::EffectRechargeManaGem when it is ↵Shauren
not the first effect on a spell (0 cases, sync code between branches)
2021-08-30Core/Auras: Changed aura dot stacking rule to not ignore aura type of ↵Shauren
"existingAura"
2021-08-30Core/Spells: Removed SpellEffIndex effIndex argument from spell effect handlersShauren
2021-08-30Remove combo points on a creature when it evades (#26836)Kelno
2021-08-30Core/Combat Fix first autoattack being skipped after charging (#26860)trickerer
Fixes #25014 Fixes #24626
2021-08-30Core/SAI: Change error to warning for unused parameters (#26848)Giacomo Pozzoni
Change error to warning for unused parameters and load the scripts instead of skipping them
2021-08-30Core/Unit: improve SPELL_AURA_MOD_IMMUNE_AURA_APPLY_SCHOOL immunities (#26849)Gildor
2021-08-29Build fixShauren
2021-08-29Scripts/Black Temple: Removed Illidari Council Enconter FrameKeader
2021-08-29Core/Spells: Fixed Travel time of Scatter Shot / Silencing ShotKeader
Proofs: https://www.youtube.com/watch?v=GwTc98-X60E (06:52, 09:15) - original link: https://www.warcraftmovies.com/movieview.php?id=158811 https://www.youtube.com/watch?v=G_m9hwU75No (00:46, 01:36) https://www.youtube.com/watch?v=zLBpEslWusw (04:58) - original link: https://www.warcraftmovies.com/movieview.php?id=136161
2021-08-29Core/Spells: Spell effect info access refactoring part 2 - passing ↵Shauren
SpellEffectInfo as arguments directly instead of SpellInfo + effect index
2021-08-29Scripts/VioletHold: f661bc6 follow-up - remove remnants of SetVisible calls ↵ccrs
from npc_sinclari_vh
2021-08-29Scripts/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-28Core/Spells: Begin unifying spell effect access api with master branchShauren
* Introduce SpellInfo::GetEffects and SpellInfo::GetEffect functoins
2021-08-28Core/Vehicles: Remove unused fieldShauren
2021-08-27Core/DB: Improve MySQL version check messages (#26866)Giacomo Pozzoni
* Core/DB: Improve MySQL version check messages * Make it more clear that any version above the required one is supported * Implement feedback
2021-08-24DB/Quest: Rework 'Bitter Departure' (12832)offl
2021-08-23DB/Creature: Get rid of more flagsoffl
Ref #25764
2021-08-22DB/Creature: Get rid of more Feign Death flagsoffl
Ref #25764
2021-08-22Core/Quests: check PreviousQuestID values as well when trying to make quest ↵Ovah
groups available to players (#26769) * Core/Quests: check PreviousQuestID values as well when trying to make a quest available to support quest group requirements for another quest group * checking for previous quests via NextQuestID only works for single followup quests. However, if we want to make multiple quests available after rewarding all quests of an exclusive group we have to consider PreviousQuestID values as well as every single quest of the next quest group has to check the rewarded exclusive group * only check for previous quests that must be rewarded instead of being active
2021-08-21Scripts/Commands: Fix ".wp show info" showing wrong event chance valuesjackpoz
2021-08-20Revert "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-20Scripts/ICC: add missing break in npc_frostwing_ymirjar_vrykul scriptccrs
2021-08-20Scripts/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-19Core/Config: Implement config override with env vars (#26811)Anton Popovichenko
* Core/Config: Implement config override with env vars Implement overriding of configuration from the .conf file with environment variables. Environment variables keys are autogenerated based on the keys defined in .conf file. Usage example: $ export TC_DATA_DIR=/usr $ TC_WORLD_SERVER_PORT=8080 ./worldserver * Core/Config Fix typo in logs Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> * Core/Config Fix code style in EnvVarForIniKey Co-authored-by: Shauren <shauren.trinity@gmail.com> * Update tests/common/Config.cpp * Apply suggestions from code review Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com> * Apply suggestions from code review Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com> Co-authored-by: Anton Popovichenko <anton.popovichenko@mendix.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com>
2021-08-19Scripts/Ahnkahet: adjust timer on Conjure Flame Spheres in Prince Taldaram ↵ccrs
encounter values sniffed
2021-08-19Scripts/Ahnkahet: 57fe05f2 followupccrs
cause staging is hard
2021-08-19Build: fix no-pch buildccrs
2021-08-19Scripts/Ahnkahet: rescript Ahn'kahar Spell Flinger SAI + spell scripts + ↵ccrs
spelldifficulty_dbc entries
2021-08-19Scripts: Fix warnings introduced in 7360c2d1567be05f81bdb51d0b74f5fd4e263d6aShauren
2021-08-19Don't count character pending deletion towards character per account limit ↵Kelno
(#26837) * Don't count character pending deletion towards character per account limit * Never show more than 10 characters char enum * Use constants
2021-08-19Scripts/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
2021-08-18Revert "Core/SAI: Remove no longer used event types & params (#26833)" (#26840)offl
This reverts commit 2cb877ea661caad0e97f62a21c1d0d4be7c7a624.
2021-08-18Core/SAI: Remove no longer used event types & params (#26833)offl
* Core/SAI: Remove no longer used event types & params * Move SMART_EVENT_RESPAWN to 'no params' Co-authored-by: offl <offl@users.noreply.github.com>
2021-08-18Core/DB: Updated missing check (#26834)Aokromes
* Core/DB: Updated missing check TrinityCore does not support MySQL versions below 5.7, please update your MySQL server
2021-08-16Scripts/Commands: Avoid copies of RBACCommandDataShauren
Silences the PVS V1002 warning: "The 'RBACCommandData' class, containing pointers, constructor and destructor, is copied by the automatically generated copy constructor."
2021-08-16Scripts/Ahnkahet: small corrections to boss_prince_taldaram scriptccrs
2021-08-16Scripts/Ahnkahet: corrections to boss_jedoga_shadowseeker scriptccrs
2021-08-15Scripts/Misc: Moved Submerge script to spell_genericKeader
2021-08-15Scripts/Commands: Convert argument parsing of instance commands to new systemCarbenium