aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-16DB/quest: The Ancient Armor of the KvaldirKillyana
closes #11154 Vehicle issue fixed on #15376 By @StormBytePP (cherry picked from commit e27588fdbaf79e949829d8480813360e5f4edb35)
2015-10-16DB/Conditions: Simplify the conditions for Kael'thas Ressurection spellMitchesD
Sorry for the oversight, thanks @joschiwald (cherry picked from commit 5c97594a1691b78ab881437985dc5eeebb31a979) DB/Conditions: Missing spell target conditions for Kael'thas advisor Ressurection spell (cherry picked from commit 234d0c17d6400fb5d395f3c640846967e4ec2e3a)
2015-10-16Core/Scripts: Fix noPCH compileStormBytePP
(cherry picked from commit 68e6c95f16dc978066bb957407a1c3bfd4cb8505)
2015-10-16Scripts/TheEye: Update Kael'thas Sunstrider's scriptNyeriah
Closes #4180 Closes #4181 Closes #8479 Updates #1885 (cherry picked from commit fe07614916405464169d0fa3d4a62466308114e2) # Conflicts: # src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp
2015-10-16Core/Scripts: Friend or Fowl Achievementsirikfoll
Change AURA_EFFECT_HANDLE_REAL to AURA_EFFECT_HANDLE_REAL_OR_REAPPLY_MASK, the hook needs to be called on every apply/reapply to keep tracking the stack amount. (cherry picked from commit f877b6af0a48a216aad9078900763dadb2221d24)
2015-10-16Scripts/ZulAman: fix build after cherry pickMitchesD
2015-10-16Custom logic for putting people in combat instead of relying on CreatureAI ↵treeston
or Creature methods. (cherry picked from commit 6a8524c068d418092c193a3419b65818f3fd3443)
2015-10-16Core/Creature: Add facilities to the Creature class to allow setting an ↵treeston
automated, periodic pulse that puts every player in the zone in combat and on the creature's threat list. Scripts/BossAI: Set the BossAI parent class to make use of this in its _EnterCombat and _Reset methods. Combat pulses happen every 5 seconds. (cherry picked from commit d57193df444b719757ae1da4a5f19e204074f6ae) # Conflicts: # src/server/game/AI/ScriptedAI/ScriptedCreature.cpp # src/server/game/Entities/Creature/Creature.cpp
2015-10-16Clean up SmartAI::MoveInLineOfSight. Remove tons of duplicate logic and ↵treeston
forward to CreatureAI::MoveInLineOfSight instead of using its own (incorrect) implementation. Move the removal of the 'distracted' state from SmartAI to UnitAI.cpp. Fixes and closes #7197 and #15482. (cherry picked from commit f446538cb16dad3dcd04e79aebc944feefc16275)
2015-10-16DB/Gossip Menu: Add missing gossips for Karazhan's npcsKillyana
Move npc_berthold script to the DB Add missing gossips Closes #15564 Thanks to @Riztazz and @xjose93 (cherry picked from commit 4c46e2048b317da4ada75140794b5b40c0db1305)
2015-10-16DB/Creature: Spirit of OlumKillyana
Move the script to the DB Fix conditions for the teleportation Add the missing teleportation to the Chamber of Command Fix gossip text (cherry picked from commit 774ea0b4bd1e0d469cfce8013f2e557f030c7c97)
2015-10-16Core/Misc: renamed sGossipSelect parametersjoschiwald
(cherry picked from commit ad38c2712460fe9d3ecb71959294655d2b88799d) # Conflicts: # src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp # src/server/scripts/Kalimdor/zone_azshara.cpp
2015-10-16Server/Game/AuctionHouseTomatoes
Fixes world config value of less than 1 being ignored by deposit formula. Had problems with the last commits and pr, sorry Update AuctionHouseMgr.cpp Adds another check to config to handle values over 1 and properly adjust the minimum higher. Thanks jackpoz! (cherry picked from commit 817a2ce4f744d75e8526e351b35ed1c787cc5b01)
2015-10-16Core/Misc: Fix a typoIncorrect
(cherry picked from commit e99e69d31ff7f768517a59bd0c2cd6cbb87c2cef) # Conflicts: # src/server/game/Entities/Player/Player.h
2015-10-16Core/Misc split Rate.XP.Kill and Rate.XP.BattlegroundKill settingsShinDarth
(cherry picked from commit 2185165e8481ebcfd28895e5066991c89baaec14)
2015-10-16Update README.mdAokromes
2015-10-16Update CONTRIBUTING.mdAokromes
2015-10-16Core/Crash reporting: Fixed windows version detection for 8.1 and newerShauren
2015-10-16DB/Misc: Fix TypoAokromes
2015-10-16DB/Misc: Fix importAokromes
I hope...
2015-10-16Merge branch '6.x' of http://github.com/TrinityCore/TrinityCore into 6.xAokromes
2015-10-16DB/Misc: Move some mop spawns to proper placeAokromes
Again intended filename
2015-10-15Core/Players: Check if player can enter the instance during login before ↵Shauren
trying to add him to map * Fixes name displaying as "Unknown"
2015-10-15DB/Misc: Move some mop spawns to proper placeAokromes
2015-10-15DB/Misc: fix importAokromes
2015-10-15DB/Misc: Sync 6.x guids with 3.3.5a and 4.3.4Aokromes
2015-10-14Update 2015_10_14_00_world.sqlAokromes
2015-10-14Core/Auras: Fixed auras limited to a single target not being removed in all ↵Shauren
cases as expected * Fixes possible assertion failure in Aura::UnregisterSingleTarget Closes #15696 Ref #15668
2015-10-14DB/Creature: Fix spawns/pathing in AQ40Carbenium
By malcrom
2015-10-14contrib/script: error text corrections in check_updates.shtkrokli
Fix a factual error in the /contrib/check_updates.sh error message text, Best shown in an example from the latest travis build error: ``` $ ./contrib/check_updates.sh auth auth Database Updater check script: Checking database 'auth' for missing filenames in tables... - "sql/updates/2015_10_09_00_auth.sql" is missing in table 'auth'.'updates' Fatal error: The Database Updater is broken for database 'auth due to applied update which are missing in the 'auth'.'updates' table. How to fix: Insert the missing names of sql updates which were applied already to the 'updates' table of the 'auth' base dump ('sql/base/auth_database.sql'). The command "./contrib/check_updates.sh auth auth" exited with 1. ``` Main fix: `\"sql/updates/${file}\"` -> `\"sql/updates/${name}/${file}\"` Before this change, the error message claims that the updated SQL file was placed directly in the `/sql/updates/` directory and not in the subdirectory based on its DB name. All the other changes are improvements in English grammar and more precise description. (cherry picked from commit 01e0475ab898632bb9fd7c3ab0b11ddc6d5cee81)
2015-10-12Core/Battle.net: Fixed warnings about uninitialized valuesShauren
2015-10-12Core/Battle.net: Fix "comparison of integers of different signs" warningNaios
2015-10-10Core/Battle.net: Updated packet enums and added new build dataShauren
2015-10-10Merge pull request #15688 from Espionage724/patch-1MitchesD
Line break in bnetserver.conf.dist for consistency
2015-10-10SQL: Update auth_databaseVincent-Michael
2015-10-09Update bnetserver.conf.distSean Rhone
- New line for consistency - Same as https://github.com/TrinityCore/TrinityCore/pull/15628 only for 6.x
2015-10-09DB/Misc: added the last missing creature queststarter and questenderHelias
Closes https://github.com/TrinityCore/TrinityCore/issues/15500
2015-10-09DB/Misc: added missing creature queststarter and questender in "Mists of ↵Helias
Pandaria" Closes https://github.com/TrinityCore/TrinityCore/issues/15484
2015-10-09DB/Auth: Updated to 6.2.2a.20574Vincent-Michael
2015-10-07Core/Bnetserver: Fixed copypaste mistake for packet namesShauren
2015-10-06Core/Bnetserver: Fix warnings caused through non virtual destructors.Naios
2015-10-06Core/Battle.net:Shauren
* Changed packet structures to mirror client names * Simplified ToString Building * Removed deprecated structures World: Cleaned up duplicate realm info 'realm' and 'realmHandle' variables (realmHandle was removed, that data is fully contained in realm)
2015-10-06DB/Auth: Add some missing applied updates to the update list.Naios
2015-10-05Travis: Add check for update entries not listed in base dumps.Naios
* Will mark the travis build as failed when the database updater is broken. (cherry picked from commit 4dd6070c795fa7b34a38af0bd8d19d55bbc62959)
2015-10-05CMake: Fix bad generation of "revision_data.h" not including MYSQL_EXECUTABLE.Naios
* was caused through invoking "FindMySQL" after using ${MYSQL_EXECUTABLE}. * better re-run CMake if you are affected by the mysql exe wasn't found issue. (cherry picked from commit 45a60c2d22a93f6196491a0eb0478d05795e310f)
2015-10-05Core/Updater: Fix mysql in path check/search.Naios
(cherry picked from commit a561edefb90af25864aeb7ca7fc48fe0364df765)
2015-10-05Core/World: Store account id in CharacterInfo to reduce the amount of ↵Shauren
database queries
2015-10-05Core: fixed warning introduced in last commitjoschiwald
2015-10-04Core/Misc: removed some useless map checksjoschiwald
2015-10-04Core/Battle.netShauren
* Updated game account flags * Fixed infinite loop in ReadFourCC if value in packet was 0 * Corrected ClosingReason enum in ConnectionClosing