Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-29 | DB/Locales: Add missing ruRU quest and achievement texts | offl | |
Credit for all the work with texts goes to unknown author, credit for finding them goes to Freeman256 | |||
2021-06-28 | Scripts/Commands: Convert misc command table to new system | Carbenium | |
2021-06-28 | Scripts/Commands: Convert honor command table to new system | Carbenium | |
2021-06-28 | Build: Remove fine-grained CXX feature checks | Carbenium | |
With C++17 enabled these don't serve an purpose anymore. See https://cmake.org/cmake/help/latest/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.html | |||
2021-06-27 | DB/Loot: Update chance of Shards of Ahune | offl | |
Closes #26641 | |||
2021-06-27 | DB/Loot: Update loot of Satchel of Chilled Goods | offl | |
Closes #26640 | |||
2021-06-27 | DB/Locales: Add missing ruRU texts (Part 3) | Freeman256 | |
Closes #26632 | |||
2021-06-27 | DB/Locales: Add missing ruRU texts (Part 2) | Freeman256 | |
Closes #26629 | |||
2021-06-27 | DB/SAI: Fix bad targets for some texts | offl | |
2021-06-27 | DB/Loot: Additions to previously created skinning loot tables | offl | |
2021-06-26 | Core/Pools: Fix pools with 1 member never spawning anything anymore (#26620) | Giacomo Pozzoni | |
* Core/Pools: Fix pools with 1 member never spawning anything anymore Attempts to fix a 6 years old bug and never fixed by the original author. * Remove respawn times from db once a respawn has been handled * Allow to specify if Despawn1Object() should save or not the respawn time. We don't need to do that when respawning an object. * Apply the same fix to GameObjects too | |||
2021-06-25 | CI/CircleCI: Force ccache directory (#26625) | Giacomo Pozzoni | |
2021-06-25 | Core/SAI: Add a warning when a boolean value is outside of [0,1] range (#26608) | Giacomo Pozzoni | |
* Core/SAI: Add a warning when a boolean value is outside of [0,1] range * Replace boolean fields in SAI with SAIBool (from uint32) | |||
2021-06-24 | Scripts/SholazarBasin: Make quest "Engineering a Disaster" more retail-like | Carbenium | |
* Use correct spells and add the appropriate spell scripts * Use correct flame GOs * Fix emotes of the escortee | |||
2021-06-24 | DB/Quest: Rework 'Rise, Obsidion!' (3566) | offl | |
Ref #25984 | |||
2021-06-24 | DB/Quest: Rework 'Sarkoth' (804) | offl | |
Ref #25984 | |||
2021-06-24 | DB/Creature: Update Lady Jaina Proudmoore (4968) | offl | |
Ref #25984 | |||
2021-06-24 | DB/Creature: Update Theresa (5697) | offl | |
Ref #25984 | |||
2021-06-24 | DB/Creature: Update Myzrael (2755) | offl | |
Ref #25984 | |||
2021-06-23 | DB/SAI: Fix wrong param of one of ↵ | offl | |
SMART_ACTION_CALL_RANDOM_RANGE_TIMED_ACTIONLIST | |||
2021-06-22 | DB/SAI: Remove wrongly used SmartActionSummonCreatureFlags | offl | |
Closes #26595 After ee839fe action_param5 is used as SmartActionSummonCreatureFlags and 1 is PersonalSpawn. And somehow currently action_param5 = 1 is used in 40 actions even if that param wasn't used by core before ee839fe. Because of that those summoned creatures became personal spawns of creatures or objects and were not visible to player as they're supposed to be | |||
2021-06-22 | DB/Locales: Add missing ruRU quest titles (Part 1) | Freeman256 | |
Closes #26614 | |||
2021-06-22 | DB/Locales: Add missing esES & esMX quest locales (Part 173) | Cerveciento | |
Closes #26610 | |||
2021-06-22 | DB/Locales: Add missing esES & esMX quest locales (Part 172) | Cerveciento | |
Closes #26604 | |||
2021-06-22 | DB/Locales: Add missing esES & esMX quest locales (Part 171) | Cerveciento | |
Closes #26596 | |||
2021-06-22 | DB/SAI: Fix wrong boolean values | offl | |
Ref #26608 | |||
2021-06-22 | Core/Misc: Clear unused undef leftover in a refactor (#26616) | Kelno | |
Previously this function was using a macro that was #undef at the end of the function. Since then it uses a lambda function and the undef is not needed anymore. | |||
2021-06-20 | SQL: Update auth_database.sql with latest updates | jackpoz | |
2021-06-20 | DB/Misc: Add new View for RBAC | Jinnaix | |
2021-06-20 | Common/Misc: Replace old macros with modern C++ attributes (#26613) | Giacomo Pozzoni | |
2021-06-20 | Core/Misc: Fix issues reported by static analysis | jackpoz | |
2021-06-20 | Scripts/Commands: Minor improvements in .pinfo and .unban character commands ↵ | Gildor | |
(#26586) * Scripts/Commands: Minor improvements in .pinfo and .unban character commands | |||
2021-06-19 | Fix kick after map changed and speed changed | shenhuyong | |
2021-06-19 | Core/Config:Remove now unused CONFIG_SET_SHAPASSHASH config (#26606) | Kelno | |
This is a leftover from https://github.com/TrinityCore/TrinityCore/commit/bcdbdd6f23ce65cc0e381e61d2840140dce79311 | |||
2021-06-17 | DB/Creature: Convert 27353 to spawn summons with 1 action instead of 30 ↵ | jackpoz | |
linked actions Thanks @Jinnai for the sql update. Close #26605 | |||
2021-06-17 | Core/SAI: Allow SMART_ACTION_SUMMON_CREATURE to summon more than 1 creature | jackpoz | |
Add 6th parameter "count" to SMART_ACTION_SUMMON_CREATURE action to summon more than 1 creature. For backward compatibility, a value of 0 will be treated as 1. | |||
2021-06-17 | Core/Misc: Fix no-pch build | Giacomo Pozzoni | |
2021-06-17 | Core/Movement: Wrap recent kicks about a setting and improve logs. | Giacomo Pozzoni | |
Wrap recent kicks added related to speed change ack packets around the same "AntiCheat.PendingMoveChangesTimeoutTime" setting used by other anti-cheat kicks. Log more details about why a kick was triggered. | |||
2021-06-15 | Core/Misc: Fix issues reported by static analysis | jackpoz | |
2021-06-15 | Core/Movement: Implement proper player speed change (#26561) | Chaouki Dhib | |
2021-06-15 | Scripts/Misc: Fix issues reported by static analysis | jackpoz | |
2021-06-15 | TDB 335.21061 - 2021/06/15TDB335.21061 | TDB Release | |
2021-06-14 | Core/Pets: Fixed saving pets put in stable while not being summoned | Shauren | |
Closes #26599 | |||
2021-06-13 | Core/Loot: Allow master looter to see all quest items (#26584) | Giacomo Pozzoni | |
2021-06-13 | Build/CMake: Only complain about missing BOOST_ROOT when Boost is not found ↵ | Jan Van Buggenhout | |
(#26598) | |||
2021-06-12 | Scripts/UBRS: Fix crash | jackpoz | |
Fix crash triggered during Dragonspire Hall event caused by having more than 5 mobs near a rune. Crash added in 7c19fb8d0eae64db0719cc2b110fcc06f60542ac Fix #26589 | |||
2021-06-11 | DB/Creature: Remove more evil flags | offl | |
Ref #25764 | |||
2021-06-10 | DB/Creature: Fix speed of Spark of Ionar | offl | |
2021-06-10 | Scripts/Misc: Remove few more evil flags | offl | |
Ref #25764 | |||
2021-06-09 | DB/Locales: Add missing esES & esMX quest locales (Part 170) | Cerveciento | |
Closes #26577 |