aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-02Core/Spells: Update nearby visible objects for new viewpoints, fix spells ↵elecyb
with Far Sight and Bind Sight effects.
2011-12-31Merge pull request #4567 from Kiperr/masterleak
Happy new year!
2012-01-01Core/DBLayer: Refactor prepared statement defines to new format (char db)leak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-31Merge pull request #4559 from devilcoredev/fix_004Shauren
Core/Items: Fixed socket bonus activation with prismatic sockets.
2011-12-31Core/DBLayer: Refactor prepared statement defines Note:leak
The new format for the middle section is a 3-letter upper case abbreviation of the sql command being executed (select -> SEL, update -> UPD, etc.) {DB}_{SEL/INS/UPD/DEL/REP}_{Summary of data changed}
2011-12-31Core/DBLayer: Convert another Execute() query to a prepared statementleak
2011-12-31Core/DBLayer: Convert PExecute() queries to prepared statements No. 4leak
2011-12-31Fix the bonus socket activation with prismatic sockets.Giuseppe Montesanto
2011-12-31Core/DBLayer: Use column names in prepared statements to prevent avoidable ↵Machiavelli
prepare errors
2011-12-31Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts.QAston
2011-12-31Merge pull request #4554 from Aokromes/masterLopin
Scripts/SotA: Requires at least 1 door of each line of defense to be down to allow taking a relic
2011-12-31Requiere at least 1 door of each line of defense to be down to allow to take ↵Aokromes
relic
2011-12-31Core/DBLayer: Convert PExecute() queries to prepared statements No. 3leak
2011-12-30Core/SAI: Restore buildleak
2011-12-30Merge pull request #4503 from Subv/fix002Rat
Some changes in SMART_ACTION_MOVE_TO_POS
2011-12-30Core/Commands: Allow to search for other account/characters from a selected ↵Spp
player without having to write the ip as argument (By Bizzy)
2011-12-28Merge pull request #4477 from wilds/fix_bg_queue_timerShocker
Core/Battleground: Fix invite accept wait timer (m_events must always be updated, not only when scheduled) Closes #4103
2011-12-28Merge pull request #4404 from Warpten/authShocker
Core/Authserver: Add a missing header block
2011-12-28Fixed compile, thanks Lopin for pointing outSubv2112
2011-12-28Core/Players: Fix out of bound access (by MoltenDev)Spp
2011-12-28Warning fixesSpp
2011-12-28Core/Scripts: Replace rand with urand in most cases (using regexp)Spp
Used: perl -pi -e 's/([0-9]+) \+ rand\(\)\%([0-9]+)/"urand(".$1.", ".($1+$2).")"/ge'
2011-12-28Fix missing changes from previous mergeSpp
2011-12-27Merge pull request #4509 from Aokromes/masterJorge
Change some rands() to urand
2011-12-28rand() to urand #5Aokromes
2011-12-28rand() to urand #4Aokromes
2011-12-28rand to urand #3Aokromes
2011-12-28rand #2Aokromes
2011-12-28rand() to urand #1Aokromes
2011-12-27Core/SAI: Added also SMART_TARGET_OWNER_OR_SUMMONER to SMART_ACTION_MOVE_TO_POS.Subv2112
Codestyle Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2011-12-27Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into fix002Subv2112
2011-12-27Core/SAI: Added support for SMART_TARGET_CREATURE_RANGE, ↵Subv2112
SMART_TARGET_CREATURE_GUID, SMART_TARGET_CREATURE_DISTANCE, SMART_TARGET_GAMEOBJECT_RANGE, SMART_TARGET_GAMEOBJECT_GUID, SMART_TARGET_GAMEOBJECT_DISTANCE, SMART_TARGET_CLOSEST_CREATURE and SMART_TARGET_CLOSEST_GAMEOBJECT in SMART_ACTION_MOVE_TO_POS Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2011-12-27Core/SAI: Enabled SMART_TARGET_STOREDSubv2112
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2011-12-27Core/DBLayer: Convert PExecute() queries to prepared statements No. 2 (fixup)leak
2011-12-27Merge pull request #4494 from Venugh/masterMachiavelli
Core/DBLayer: Convert weekly query to PreparedStatements
2011-12-27Merge pull request #4497 from Subv/fix001Lopin
Core/Entities: Speedup loading in LoadCreatureFormations()
2011-12-26Speedup loading in LoadCreatureFormationsSubv2112
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2011-12-26Merge pull request #4254 from wilds/fix_lightwellDiscover-
Core/Spells: fix Lightwell (in combat consume charges)
2011-12-27Core/World: Convert Execute to PreparedStatement from Battleground random.Venugh
2011-12-27Convert a Execute to a PreparedStatement.Venugh
2011-12-27DB/Quests: Script quest Hinott's Assistance.Discover-
Closes #3676.
2011-12-27DB/Quests: Script quest Scarlet Armies Approach.Discover-
Closes #3696.
2011-12-27DB/Quests: Script quest Did You Lose This?Discover-
Closes #3692.
2011-12-27DB/Quests: Script quest The Torch of Retribution.Discover-
Closes #3686.
2011-12-27DB/Quests: Script quest The Touch of Zanzil.Discover-
Closes #3685.
2011-12-27DB/Quests: Script quest Freed from the Hive.Discover-
Closes #3681.
2011-12-27DB/Quests: Script quest The Summoning.Discover-
Closes #3671.
2011-12-27DB/Quests: Script quests Enchanted Azsharite Fel Weaponry and Expert Blacksmith!Discover-
2011-12-27DB/Quests: Script quest Therylune's Escape.Discover-
Closes #3673.