aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-02Core/Misc: Fix dynamic scripts build when using libstdc++-11 (#26771)Felipe Trzaskowski
2021-07-30DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 7offl
Ref #26728
2021-07-30Core/SOAP: Fix memory leak on shutdown reported by ASanjackpoz
2021-07-30Core/SOAP: Fix new/free mismatch reported by ASanjackpoz
2021-07-30Core/Creature: rename CREATURE_FLAG_EXTRA_IGNORE_COMBAT into ↵offl
CREATURE_FLAG_EXTRA_CANNOT_ENTER_COMBAT (#26762) Co-authored-by: offl <offl@users.noreply.github.com>
2021-07-28Core/Misc: Remove whitespacejackpoz
2021-07-28Core/MMAPs: Reduce chances of breaking tile connectionsjackpoz
Reduce chances of breaking tile connections caused by floating point rounding issues.
2021-07-28Core/Quest: When removing an item required for a quest, update every quest ↵Gildor
in the quest log instead of stopping at the first objective that matches the removed item. (#26760) Closes #25662 Closes #10586
2021-07-28Core/Network: Add option to allow/disallow saving IP addresses to database ↵Giacomo Pozzoni
(#26723) Add config option AllowLoggingIPAddressesInDatabase to authserver and worldserver to specify if IP addresses can be logged or not to the database
2021-07-28Core/Quests: Improve ItemRemovedQuestCheck logic (#26758)Gildor
Closes #25603
2021-07-28DB/Loot: Demon Kissed Sackoffl
Closes #26757
2021-07-28DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 6offl
Ref #26728
2021-07-26DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 5offl
Ref #26728
2021-07-25DB/SAI: Ensure creature uses invoker as target for aggro texts (on DB side too)offl
2021-07-25DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 4offl
Ref #26728
2021-07-25DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 3offl
Ref #26728
2021-07-24Core/Misc: Fix static analysis issuesjackpoz
2021-07-24Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
* Core/DBLayer: Add QueueSize() method Add QueueSize() method to database objects (Login, Character and World) that returns how many tasks are queued. Include the queue size of the 3 databases in ".server debug" command * Make the code less threadsafe * Send data to InfluxDB * Update grafana dashboard
2021-07-24Core/Spawns: prevent spawn groups from bypassing spawnMask restrictions (#26711)Ovah
* spawn groups have been able to spawn for all difficulties even when they should be restricted to a single difficulty only
2021-07-24Core/Spells: defined and implemented SPELL_ATTR7_CANT_DODGE, ↵Gildor
SPELL_ATTR7_CANT_PARRY and SPELL_ATTR7_CANT_MISS (#26742)
2021-07-24DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 2offl
Ref #26728
2021-07-23DB/Locales: Add missing ruRU texts (Part 7)Freeman256
Closes #26732
2021-07-23DB/Locales: Add more missing gameobject localesoffl
2021-07-23DB/Locales: Add some missing gameobject localesoffl
2021-07-22DB/Locales: Add gameobject_template_locale.castBarCaptionoffl
2021-07-21Core/Unit: Add more logs for #26325jackpoz
Add more logs to try spotting the cause of #26325 . It might be that a minion is added to a owner that is not in world. Report any issue with minions/pets that contain the log.
2021-07-21Added from_hex for OpenSSL version parsing (#26730)Trulsrock
2021-07-21Game/Event: zone_hellfire_peninsula.cpp (#26724)Jinnaix
* Game/Event: zone_hellfire_peninsula.cpp Convert script timer into game event * _events.Reset(); - just in case * Rename 9999_99_99_99_world.sql to 2021_07_21_03_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-07-21DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 1offl
Ref #26728
2021-07-21DB/Achievement: Add missing criteria to 'Disturbing the Peace'dr-j
Closes #26729
2021-07-21DB/Creature: Fix Honor Hold Hellfire Event combat stuckJinnaix
Closes #26726
2021-07-18Core/SAI: Temporarily allow SMART_ACTION_WP_START to specify parameter value ↵jackpoz
3 for reactState
2021-07-18[Exploit/Dupe] Container item (#26689)robinsch
* Core/Item: Fixed possible dupe with container items containing non unique non stackable items * Fixed build * Update sql script and related base structure Co-authored-by: jackpoz <giacomopoz@gmail.com>
2021-07-17DB/Misc: Fix error introduced after 863635dbf982394716d13608659ad81aa28812d3offl
2021-07-17Core/Spells: PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW applies only with ↵Meji
invisibility type INVISIBILITY_GENERAL (0) (#26701) * Core/Spells: PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW applies only with invisibility type INVISIBILITY_GENERAL (0) * Use enum
2021-07-17Scripts/Commands: Fix ".server debug" crashing in some special conditionsjackpoz
2021-07-17Core/Pet: Don't allow to tame pets that have already a owner (#26674)Giacomo Pozzoni
2021-07-17Core/SAI: Warn when an unused parameter is set in the database (#26628)Giacomo Pozzoni
* Core/SAI: Warn when an unused parameter is set in the database * Warn when an unused parameter is set in the database as all unused parameters are supposed to be set to 0. * Remove unused struct from union. * Add a new struct simpleTalk for SMART_ACTION_SIMPLE_TALK instead of reusing only some fields of struct talk from SMART_ACTION_TALK * Add addAura and flag structs to be used instead of generic ones to match the parameters used by actions * Add randRangeTimedActionList struct to be used instead of generic ones to match the parameters used by actions. * Remove unused action structs.
2021-07-17Scripts/Molten Core: Update remaining scripts to new register model (2/2) ↵offl
(#26710)
2021-07-17Scripts/Molten Core: Update remaining scripts to new register model (1/2) ↵offl
(#26709)
2021-07-17Scripts/ToC: Update Twin Val'kyr to new register model (#26708)offl
2021-07-17Scripts/ToC: Update remaining scripts of Beasts of Northrend to new register ↵offl
model (#26707)
2021-07-17Scripts/ToC: Update Faction Champions to new register model (#26706)offl
2021-07-17Scripts/ToC: Update Anub'arak to new register model (#26705)offl
2021-07-17Scripts/Azjol Nerub: Update Krik'thir to new register model (#26704)offl
2021-07-17Scripts/Azjol Nerub: Update Hadronox to new register model (#26703)offl
2021-07-15TDB 335.21071 - 2021/07/15TDB335.21071TDB Release
2021-07-15Scripts/FoS: Update remaining scripts to new register model (#26700)offl
2021-07-15Scripts/Ruby Sanctum: Update instance scripts to new register model (#26699)offl
2021-07-15Scripts/Ruby Sanctum: Update Saviana to new register model (#26698)offl