Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-17 | Scripts/Commands: Add failure state for quest remove (#20611) | Andrew Letson | |
Add more verbose messaging to the .quest remove command | |||
2017-12-17 | Core/Unit: make neutral guards attack players involved in PvP | Léo Gautheron | |
Fix https://github.com/TrinityCore/TrinityCore/issues/17635 | |||
2017-12-17 | Shared/Metric: Fix crash on shutdown | jackpoz | |
Fix crash on shutdown with metrics enabled but InfluxDB stopping before worldserver | |||
2017-12-17 | Build: Fixed warning about disabling warnings | Shauren | |
2017-12-17 | DB/Misc: Make base files more read-able | Aokromes | |
for future mysql dumps run this after dump before push: sed -i 's/),(/),\n(/g' auth_database.sql sed -i 's/),(/),\n(/g' characters_database.sql | |||
2017-12-17 | Scripts/Commands: modify command .dismount to target any selected player ↵ | ForesterDev | |
(#19788) - change security lvl for command .dismount to 2 (gamemasters). For players there is /dismount command Closes #19788 | |||
2017-12-16 | Core/Entities: fixed rage gain from attacking script-invincible targets | ariel- | |
Closes #3856 | |||
2017-12-16 | DB/Spell: fix Magic Absorption | ariel- | |
Closes #20570 | |||
2017-12-16 | Core/GameObject: refactor dismounting on use | ariel- | |
2017-12-16 | DB/Misc: Death knights area rework part8 | Killyana | |
Original work done by Grz3s on Cmangos | |||
2017-12-16 | Core/Spells: Fixed Naxx Anub Scarab Summoning Spell | jackpoz | |
Reduce spell radius of 28864 and 29105 from 100 yards to 10 yards to spawn scarabs closer | |||
2017-12-16 | DB/Loot: Fix Koralon the Flame Watcher loots | Killyana | |
Closes #21037 | |||
2017-12-16 | Core/Spells: allow auras to proc from partial blocks | ariel- | |
Closes #21065 | |||
2017-12-16 | Core/GameObject: implement dismount on use of certain GOs | ariel- | |
- The fact of player dismounting was entirely client-sided, with no server code enforcing it. Closes #19979 | |||
2017-12-15 | Build fix | Keader | |
2017-12-15 | Scripts/UBRS: The Beast (#20751) | Riztazz | |
2017-12-15 | Core/Entities: add extra use of UPDATETYPE_CREATE_OBJECT2 (#20955) | Gustavo | |
2017-12-15 | Rename 2017_12_15_04_world_355.sql to 2017_12_15_04_world_335.sql | ariel- | |
2017-12-15 | Core/Scripts: more nopch | ariel- | |
2017-12-15 | Core/Scripts: nopch fix | ariel- | |
2017-12-15 | Core/Scripts: fix drink auras | ariel- | |
2017-12-15 | Core/Auras: travis | ariel- | |
2017-12-15 | Core/Auras: implemented SPELL_AURA_MOD_ATTACK_POWER_OF_ARMOR delay mechanic | ariel- | |
2017-12-15 | DB/QuestGreeting: Add more quest greeting | Killyana | |
From Mangos wotlk For 3.3.5 Only | |||
2017-12-15 | Core/Auras: fixed off by one error in counting ↵ | ariel- | |
SPELL_ATTR5_START_PERIODIC_AT_APPLY ticks - Made SpellInfo::GetMaxTicks and AuraEffect::GetTotalTicks return the same number without mods (dumped arbitrary default return value of 6 and arbitrary 30 sec limit) - They should be streamlined whenever SPELL_AURA_48 is implemented | |||
2017-12-15 | Core/Scripts: more travis | ariel- | |
2017-12-15 | Core/Scripts: travis fixes | ariel- | |
2017-12-15 | Core/Auras: periodics refactor part 5: ported periodic trigger spell auras ↵ | ariel- | |
to scripts | |||
2017-12-15 | Core/Auras: periodics refactor part 4: ported periodic dummy auras to scripts | ariel- | |
2017-12-15 | Core/Auras: periodics refactor part 3: move more switch hacks to scripts | ariel- | |
- Incidentally fixed some spells which were supposed to be removed by proc instead of healing to full | |||
2017-12-15 | Core/Auras: periodics refactor part 2: Move UpdatePeriodic to AuraScripts | ariel- | |
2017-12-15 | Core/Auras: periodics refactor part 1: | ariel- | |
- Don't skip ticks if diff is greater than amplitude - Fixed spells without ampltude in DBC | |||
2017-12-14 | DB/Quest: Words of Delivery level conditions | offl | |
Closes #10608 | |||
2017-12-14 | DB: File rename 3.3.5 Only | Killyana | |
2017-12-14 | Core/Entities: Some changes to LoS z checking & MotionMaster::MoveJumpTo (PR ↵ | Golrag | |
#20970) - Use Midsection height for LoS checking. - Changed MotionMaster::MoveJumpTo to use correct z. This change also makes sure the _owner will jump towards the given angle. Instead of jumping to a unintended angle if the first one is not in LoS. | |||
2017-12-14 | DB: Fix Some DB errors | Killyana | |
2017-12-14 | DB/Quest: "Translating the Journal (Part 2)" & "Find the Gems and Power Source" | ZenoX92 | |
Closes #21052 | |||
2017-12-14 | DB/Quest: Gerenzo's Orders | ZenoX92 | |
Closes #21051 | |||
2017-12-14 | DB/Quest: Identifying the Brood | ZenoX92 | |
Closes #21050 | |||
2017-12-14 | DB/Misc: Stranglethorn Vale | ZenoX92 | |
Closes #21057 | |||
2017-12-14 | DB/Misc: Badlands | ZenoX92 | |
Closes #21056 | |||
2017-12-14 | DB/Misc: Alterac Mountains | ZenoX92 | |
Closes #21055 | |||
2017-12-14 | DB/Quest: Questioning Reethe | ZenoX92 | |
Closes #21054 | |||
2017-12-14 | DB/Quest: Deliver the Gems | ZenoX92 | |
Closes #21053 | |||
2017-12-13 | Core/Spells: Changed channel triggered spells to inherit positive/negative ↵ | Shauren | |
status from main spells Closes #18259 Closes #21041 | |||
2017-12-13 | Core/Misc: minor typo and codestyle fixes | ariel- | |
- Replace NULL uses in new code with nullptr - Fix wrong (accumulated) load time log when loading calendar invites - Make Creature::CanRegenerateHealth const as its just a getter - Mark OnlyOnceAreaTriggerScript::OnTrigger as final in case someone wants to override that (you are supposed to use protected _OnTrigger hook) | |||
2017-12-13 | Buildsystem: Fixed windows pch build with ninja | Shauren | |
(cherry picked from commit a6e46c1c2ef491cd4cce39be47445e9da194e84e) | |||
2017-12-11 | Core/Misc: Really fixed nopch MSVC build | Shauren | |
2017-12-11 | Core/Movement: correction on header use on some generators | ccrs | |
2017-12-11 | Core/Misc: Fixed nopch MSVC build | Shauren | |