Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-14 | Scripts/Spells: Fixed Anti-Magic Zone amount calculation | Keader | |
Spell is casted by a trigger, not a player, so script need get owner instead caster | |||
2021-08-14 | Core/Spells: Fixed Sacred Cleansing range | Keader | |
- It was not working into friends/pets | |||
2021-08-14 | Scripts/Ulduar: Moved UNIT_FLAG_NOT_SELECTABLE to inside XT002 Script | Keader | |
Spell is used for some world quests too | |||
2021-08-14 | Scripts/Commands: Convert title commands to new system | Carbenium | |
2021-08-14 | Core/Script: fix Silithus Wind Stone exploit (#26808) | Jinnaix | |
* Core/Script: fix Silithus Wind Stone exploit * corrections Closes #23577 | |||
2021-08-14 | Scripts/Commands: Convert rbac commands to new system | Carbenium | |
Note: To enable rbac commands for administrators permissions 202-206 have to be linked to permission 196. Sample SQL for auth DB: INSERT INTO `rbac_linked_permissions` VALUES (196, 202), (196, 203), (196, 204), (196, 205), (196, 206); | |||
2021-08-14 | Core/ChatCommands: AccountIdentifier from current target | Carbenium | |
2021-08-13 | Server/Config - Change default settings for saving gm logs. (#26804) | Jinnaix | |
* Server/Config - Change default settings for saving gm logs. * update Prefix Timestamp to the text | |||
2021-08-12 | Core/SAI: Remove SMART_ACTION_INSTALL_AI_TEMPLATE (#26797) | offl | |
2021-08-12 | DB/Quest: Rework 'Relief for the Fallen' (12937) | offl | |
2021-08-11 | Scripts/Ahnkahet: corrections to boss_elder_nadox script | ccrs | |
2021-08-11 | DB/Quest: Rework 'The Tome of Divinity' (1783,1786) | offl | |
2021-08-10 | Build: fix no-pch build | ccrs | |
2021-08-10 | Scripts/Ahnkahet: corrections to npc_amanitar_mushrooms script | ccrs | |
2021-08-10 | Core/Game: include addtional parameter in Object::GetPlayerListInGrid | ccrs | |
2021-08-10 | Scripts/Spells: Fix support for 'Teleport This!' (10857) (#26789) | offl | |
Co-authored-by: offl <offl@users.noreply.github.com> | |||
2021-08-09 | Scripts/World: improve Training Dummy script (#26778) | Gildor | |
2021-08-09 | 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 | |||
2021-08-09 | Core/Item: Fixed another possible container exploit due to invalid loading ↵ | robinsch | |
of stored loot items in DB (#26795) | |||
2021-08-09 | Scripts/SWP: Update M'uru to new register model (#26793) | offl | |
2021-08-09 | Scripts/BM: Update scripts to new register model (#26792) | offl | |
2021-08-09 | Scripts/BFD: Update scripts to new register model (#26791) | offl | |
2021-08-09 | Scripts/Spells: Update quest spell scripts to new register model (#26790) | offl | |
2021-08-08 | Core/SAI: Remove SMART_ACTION_SET_DYNAMIC_FLAG (#26783) | offl | |
2021-08-08 | Core/Objects: Units possessing another ones must use the detection of the ↵ | Meji | |
latter (#26702) * Core/Objects: Units with invisibility auras can see units that cannot detect them * Core/Objects: A unit that possess another one, uses the detection of the latter * GCC: Avoid ambiguous 'else' Closes #23528 | |||
2021-08-08 | Core/Authserver: Remove redundant conversion during Reconnect Proof cmd (#26765) | Anton Popovichenko | |
2021-08-08 | Core/Combat: Allow refresh pvp combat when assisting a unit that is in pvp ↵ | Gildor | |
combat (#26773) | |||
2021-08-08 | Core/Spell: Fix Mage Frostfire bolt, now it will not put target into combat ↵ | Gildor | |
at expire (#26775) | |||
2021-08-06 | Core/Misc: Fix build on systems where size_t is not defined as uintXX_t, ↵ | jackpoz | |
i.e. Mac | |||
2021-08-02 | Core/Misc: Fix dynamic scripts build when using libstdc++-11 (#26771) | Felipe Trzaskowski | |
2021-07-30 | Core/SOAP: Fix memory leak on shutdown reported by ASan | jackpoz | |
2021-07-30 | Core/SOAP: Fix new/free mismatch reported by ASan | jackpoz | |
2021-07-30 | Core/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-28 | Core/Misc: Remove whitespace | jackpoz | |
2021-07-28 | Core/MMAPs: Reduce chances of breaking tile connections | jackpoz | |
Reduce chances of breaking tile connections caused by floating point rounding issues. | |||
2021-07-28 | Core/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-28 | Core/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-28 | Core/Quests: Improve ItemRemovedQuestCheck logic (#26758) | Gildor | |
Closes #25603 | |||
2021-07-24 | Core/Misc: Fix static analysis issues | jackpoz | |
2021-07-24 | Core/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-24 | Core/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-24 | Core/Spells: defined and implemented SPELL_ATTR7_CANT_DODGE, ↵ | Gildor | |
SPELL_ATTR7_CANT_PARRY and SPELL_ATTR7_CANT_MISS (#26742) | |||
2021-07-21 | Core/Unit: Add more logs for #26325 | jackpoz | |
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-21 | Game/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-18 | Core/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-17 | Core/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-17 | Scripts/Commands: Fix ".server debug" crashing in some special conditions | jackpoz | |
2021-07-17 | Core/Pet: Don't allow to tame pets that have already a owner (#26674) | Giacomo Pozzoni | |
2021-07-17 | Core/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. |