aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-26DB/Creature Stats: Armor update for Warrior class from BestiaryMalcrom
2014-08-26DB/SAI: Archivist MechatonDr-J
Blizzlike script for Archivist Mechaton
2014-08-26CI/Travis: One last... use root to drop databasesGacko
2014-08-26CI/Travis: Remove $file from previous commitGacko
2014-08-26CI/Travis: Add password and use cat for importGacko
Forgot in e08efb89e4709c0a6f82e616780b738b9e8ee399
2014-08-26CI/Travis: Use the created trinity user instead of root to test sql importsDuarte Duarte
Also increase parallel build to 10 from 4 (if it is going to fail anyway it can at least fail fast)
2014-08-26Core/Deps: MySQL sources out.Shauren
Windows users are now required to download and install mysql server with headers and libraries
2014-08-26Scripts/BladesEdge: Fix a typo introduced in 430b3adDuarte Duarte
Thanks @Nihilianth
2014-08-26Scripts: Correct despawn time of multiple objectsDDuarte
WorldObject::SummonGameObject respawn time is in seconds and not milliseconds
2014-08-26DB/SAI: Some correctionsDr-J
Wiki said despawn time for gobjects spawned using smart action 50 was in ms, which was wrong its actually in seconds,
2014-08-26DB/Fishing: Add fishing level to UndercityAokromes
By AriDEV, closes #12929
2014-08-26Core/Maps: Don't use EnsureGridCreated_i() for base map in Map::LoadMap, use ↵Shocker
EnsureGridCreated() which is thread safe because although the LoadMap() call probably came from a thread safe EnsureGridCreated() call from the current map instance, multiple map instances can load grids for the same base map in the same time, and each of them has it's own mutex, therefore we should rely on the basemap's mutex
2014-08-26DB/Spells: added a few spells to spelldifficulty_dbcjoschiwald
2014-08-26DB/SAI: Kill SAI ErrorsDr-J
NPCS in Sunken temple do not need difficulty flags as there is only one mode
2014-08-25DB/Misc: Add Cosmetic Explosion Trap spawns and SAI to despawn Unstable ↵untaught
Explosives on use. Closes #12243
2014-08-25Scripts/Commands: Change "few" commands to target current Player by defaultjackpoz
2014-08-25CorrectionDr-J
I had already tested script without broadcast ids but failed on pasting column name in right place when I did add them xd.
2014-08-25DB/SAI: Zul'drak scriptsDr-J
several quest complete scripts for quests in Zul'drak rescripts Explosive Charges Bunny to include the countdown text,
2014-08-25Merge branch 'trickerer/mulreflect' into masterjackpoz
Close pull request #11288
2014-08-25DB/Items: Fixed some random suffix idshamcake9
Fixed suffix ids for some items with sub-60 itemlevel Fixes #12898
2014-08-25Core/Arena: Replace hardcoded 1500 mmr value by config value when loading ↵DDuarte
arena members
2014-08-25Merge pull request #12919 from MitchesD/misc_3Duarte Duarte
Core/Channels: fixed possible exploit with channel password
2014-08-24Core/Channels: fixed possible exploit with channel passwordMitchesD
You were able to setup longer password than you can write into the dialog window. Limit in dialog is 31 chars, in DB is varchar(32) but there was no limit in command /pass <channel> <password>, so that was the problem.
2014-08-24DB/Conditions: Injured rainspeaker oracleDr-J
Rewrite of conditions I used in https://github.com/TrinityCore/TrinityCore/commit/0c1587cc916de846eedf3ccf48f80caf053f427b for a few things I overlooked when I writ original conditions, like fix the issue where someone without quest could click gossip menus and select the gossip menu to get the injured oracle to his feet and then make it impossible to turn in just following orders, gossip is now only displayed if player has or needs to take quest or select gossip option to start event. conditions to prevent gossip option been selected to start wp while has feign death.
2014-08-24Core/Unit: Fix some phasing change problems with vehicleVincent-Michael
2014-08-24Scripts/Ruby Sanctum: Fix Halion event ai not being updatedjackpoz
Fix Halion event ai not being updated due to private member hiding base class member. Fixes #12835
2014-08-24Revert "CI/Travis: Change to gcc in an attempt to reduce the number of ↵DDuarte
killed builds" This reverts commit 32673f63c57612fde9dfb3dcd0f67b2a459fa7ca.
2014-08-24CI/Travis: Change to gcc in an attempt to reduce the number of killed buildsDDuarte
2014-08-24Core: Fix warningsVincent-Michael
2014-08-24SQL: Fix typoVincent-Michael
2014-08-24TDB 335.55 - 2014/08/24TDB335.55Vincent-Michael
2014-08-24Merge 'Numielle/master' into masterjackpoz
This is a workaround required by the current spell system limitations. Close pull request #11915 .
2014-08-24Core/Spells: Fix Prayer of Mending visual bouncejackpoz
Close #12855 , thanks @P-Kito
2014-08-24Merge branch 'Rochet2/questreward'jackpoz
Close pull request #12657
2014-08-24Rename 2014_08_24_00_world_sai.sql to 2014_08_24_00_world_sai_335.sqlDr-J
Rename of file to reflect this commit is only for 3.3.5
2014-08-24Removed OnQuestComplete hook, use QuestReward instead. Implemented ↵Rochet2
OnQuestStatusChange hook Also fixed some comments and added overrides The OnQuestComplete hook was unused and didnt work properly
2014-08-24DB/SAI: BetrayalDr-J
Script by me closes #4172 Also slight modifications to script for the lich kings script as part of the cleansing drak'tharon event as its the same entry of the lich king what is used there that is also used for this quest, so have had to condition the on just summoned events to area and specify wp in the on reached wp events rather than any.
2014-08-24DB/SAI: Supplies To AuberdineDr-J
Working version, WP are not sniffed but we have little choice since this quest was removed from game by Blizzard in cata and no known sniffs/videos of this quest exist. Closes #1610
2014-08-24Core: meh, remove again whitespace :(Vincent-Michael
2014-08-24Core/Conditions: allow CONDITION_OBJECT_ENTRY to check for object guidjoschiwald
Ref #12910
2014-08-23Core/Dependencies: Fix some -Wconversion warnings in G3Djackpoz
2014-08-23Core/Misc: Fix Mac OS X no-pch buildjackpoz
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-23Core/Auctionhouse: Better fix for 809fb9894ec5ee5aDDuarte
2014-08-23Merge pull request #12885 from mik1893/channel_pushbackDuarte Duarte
Core/Spells: Channeled spell pushback is now affected by haste Closes #12879
2014-08-23Core/Auctionhouse: Hide known recipes when the Usable box is checked in the AHAokromes
By y1x2 @ cmangos Closes #12247
2014-08-23Merge pull request #12877 from ShinDarth/tc_fix_escort_quest_group_completeDuarte Duarte
Core/SmartScripts: fix escort quest group-complete
2014-08-23Merge pull request #12893 from Ascathor/masterDuarte Duarte
Core/Quest: Allow money reward to be modified.
2014-08-23Merge pull request #12911 from MitchesD/misc_3Duarte Duarte
Scripts/SteamVault: Hydromancer Thespia rewritten to BossAI
2014-08-22Core/Dependencies: Update G3D to v9.0 r4036jackpoz