aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-08DB/Creature: Elder TorntuskZenoX92
Closes #22706
2018-12-08DB/Quest: Back to Booty BayZenoX92
Closes #22705
2018-12-08DB/Gossip: Jannok BreezesongZenoX92
Closes #22704
2018-12-08DB/Quest: Fire Sapta & Water SaptaZenoX92
Closes #22703
2018-12-08DB/Gossip: Tog RustsprocketZenoX92
Colses #22702
2018-12-08DB/Gossip: Gann StonespireZenoX92
Closes #22701
2018-12-08DB: Terokkar Forest quest ObjectiveText deDE localesAlcDenat
Closes #22698
2018-12-08DB: Terokkar Forest quest OfferReward, RequestItems deDE localesAlcDenat
Closes #22697
2018-12-08DB: Zangarmarsh quest ObjectiveText deDE localesAlcDenat
Closes #22695
2018-12-08DB: Zangarmarsh quest OfferReward, RequestItems deDE localesAlcDenat
Closes #22694
2018-12-03Update zone_borean_tundra.cppAokromes
2018-12-03Quest: Ruthless Cunning and Returning the Favor (#22806)PolarCookie
* Ruthless Cunning and Returning the Favor * no more magic numbers * now with scripted ai and condition * travis * more travis * jackpoz * now with no banner spellscripts * typo * Rename 9999_99_99_99_world.sql to 2018_12_03_00_word.sql
2018-11-28Core/GameEvent: weekend xp rate (#17782)Aokromes
* Core/GameEvent: weekend xp rate by kline * Update to recent code * compile fix try things of copy and paste 4 years old code xd * more code update * forgot to change this * Update worldserver.conf.dist * Added function to calculate weekend event xp rates By greenbagels * Cleaning using scripts * Implement daymask and rename variables etc. * Rename script file weekend -> boosted * Update src/server/game/World/World.cpp Co-Authored-By: Aokromes <Aokromes@users.noreply.github.com> * Fix xp multiplier not applying to quest rewards * Disable xp boost script when no boosted days selected
2018-11-28Scripts/movement: spline - velocity (#22836)yvomsx
2018-11-28Update characters_database.sqlAokromes
2018-11-27Core/Misc: Update description text for SpellAttr6 and SpellAttr7Treeston
2018-11-27more clarity (9309988 follow-up)Treeston
2018-11-26Core/Misc: Update description text for SpellAttr5 (I'm back, baby!)Treeston
2018-11-24Core/Scripts - The Eye: Fix Kael'thas Sunstrider Mind Control, limit ↵Gildor
MaxAffectedTargets to 3 (#22828) Closes: #22826
2018-11-21Core/Achievements: Sync achievement reward field names with masterShauren
2018-11-21DB/Creature: Tracker ThulinKillyana
2018-11-20Core/Objects: properly use UPDATETYPE_CREATE_OBJECT2 when creating brand new ↵Ovah
objects in all cases. Closes #22419 (#22816)
2018-11-14Fix nopch buildShauren
2018-11-14Core/Misc: Update description text for SpellAttr4Treeston
2018-11-13Core/Misc: Update description text for SpellAttr3Treeston
2018-11-12Core/Misc: Update description text for SpellAttr2Treeston
2018-11-12Core/Misc: Update description text for SpellAttr1Treeston
2018-11-12Core/Misc: Update description text for SpellAttr0 to match actual behaviorTreeston
2018-11-12GCC build fixShauren
Closes #22785
2018-11-11DB/Strings: remove some now-unused language entriesTreeston
2018-11-11Core/Util: Redesign SmartEnum to properly work for large enums (>64 entries) ↵Treeston
and play nice with IDEs (PR #22768)
2018-11-09Core/Auras: Fixed saving auras with same spell id but different item sourceShauren
2018-11-09Scripts/Utgarde Keep: Fixed Ingvar evade in phase 2 (one more time)Keader
Closes #21264 ScheduleEvents need happens after remove ImmuneToPc, or it will cause evade.
2018-11-08Scripts/ToC: Fixed Twin Valkyr stucking in progress and added hoverKeader
Closes: #22755 Update: #20961
2018-11-08Scripts/Spells: Fixed wrong change in Drain Mana removing fear/poly effectsKeader
Update: #20234 Followup: a6673f6aa7a1c2ca4b3f2ac22cbff5f4191ec664 More Info: https://github.com/TrinityCore/TrinityCore/issues/20234#issuecomment-436970730
2018-11-05Core/AI: Add some checks to catch if the AI changes mid-update for players. ↵Treeston
Tag #22731 #22629.
2018-11-04Core/Creatures: Changed creatures to become tagged by player doing any ↵PolarCookie
action that causes creature aggro (apart from distance) (#22759) * This was introduced in patch 3.0.8
2018-11-04Spell/Script: Curse of agony (#22728)PolarCookie
* CoA now as spellscript * clean up drain soul * keader * keader2 * Rename 9999_99_99_99.sql to 2018_11_04_00_world.sql
2018-11-04Core/Spells: fix issues with delayed spells and auras (#22382)PolarCookie
* Core/Spells: fix issues with delayed spells and auras * Make Travis Happy
2018-11-04Core/Entities: Handle partial state change for pets (#22014)DanVS
* handle partial state change * range-based for loop * fixes * readability * break
2018-10-28Add rotation to .gob info (#22723)Rochet2
* Add rotation to .gob info - Add rotation (yaw, pitch, roll) to .gob info command - Replace LANG_SPAWNINFO_DISTANCEFROMPLAYER with LANG_SPAWNINFO_ROTATION - Fix description of .distance to describe the command arguments (the more you know..) - Fix .gob info guid targetting nearest gameobject instead of finding with given guid - Reorder the info data slightly - Print location and rotation data regardless of object found in world - Add error messages for when object is not found by guid or entry
2018-10-27Fix invalid arguments to string format in Trinity::FatalWarpten
Isn't whatever is used nowadays to make this stuff safe supposed to prevent this sort of stuff?
2018-10-27Core/Spells: Warning fixShauren
2018-10-26grr gcc bugsTreeston
2018-10-26Util/Enums: Implement constexpr operators ourselves instead of relying on ↵Treeston
boost, because boost doesn't make them constexpr.
2018-10-26338e8ba follow-up (more constexpr)Treeston
2018-10-26Core/Misc: Partial merge of 3.3.5-dbedit:Treeston
- Added SmartEnum.h for enum iteration, stringification, and more, courtesy of krabicezpapundeklu/smart_enum - Moved a bunch of enums in SharedDefines.h to the new system - Miscellaneous utility methods ported
2018-10-25Core/Command: Fix gameobject turn orientation saving (#22712)Rochet2
2018-10-24DB/Waypoint: Fix the movement type in the previous commitKillyana
2018-10-24DB/Creature: Add some waypoints to the BarrensKillyana