aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2011-12-27Core/DBLayer: Convert PExecute() queries to prepared statements No. 2leak
2011-12-25Merge pull request #4482 from MacWarrior/masterShocker
SQL: Missing blank end line in some SQL updates
2011-12-26Update sql/updates/world/2011_12_25_03_world_sai.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_25_02_world_areatrigger_scriptnames.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_25_00_world_spell_script_names.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_25_00_world_areatrigger_scriptnames.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_24_00_world_misc.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_19_02_world_achievement_criteria_data.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_16_00_world_spell_bonus_data.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_16_00_world_creature_template.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_14_01_world_gameobject_template.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_13_02_creature_template_addon.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_13_01_world_achievement_criteria_data.sqlMacWarrior
2011-12-26Update sql/updates/world/2011_12_13_00_world_misc.sqlMacWarrior
2011-12-25Merge pull request #4475 from Svannon/fix-fishingconeShocker
Core/Fishing: Reduce the fishing cast cone to 35 degrees from each side of the facing instead of 70. Make the overall cone 70 degrees instead of 140
2011-12-25Core/DBLayer: Convert PExecute() queries to prepared statements No. 1leak
2011-12-25Scripts/Quests: Add a double check in summoning for two of my previous ↵Discover-
scripts, as well as revert changing WDB data.
2011-12-25Core/Quests: Add script for quest The Thunderspike.Discover-
Closes #4458.
2011-12-25Core/DBLayer: Proper code style on recently refactored codeleak
2011-12-25Core/Battleground: fix invite accept wait timer (m_events must be always ↵Wilds
updated, not only when schedule)
2011-12-25Core/DBLayer: Convert Execute() queries to prepared statementsleak