aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-01-07Merge branch 'master' into 4.xNay
Conflicts: src/server/game/Achievements/AchievementMgr.cpp src/server/game/Achievements/AchievementMgr.h src/server/game/Entities/Corpse/Corpse.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Quests/QuestDef.cpp src/server/shared/Database/Implementation/CharacterDatabase.cpp src/server/shared/Database/Implementation/CharacterDatabase.h
2012-01-05Merge pull request #4649 from Souler/fix_simon_gameShocker
Scripts/Quest: An Apexis Relic and The Relic's Emanation and Guardian of the Monument
2012-01-06Scripts/Quests: An Apexis Relic, The Relic's Emanation and Guardian of the ↵Souler
Monument.
2012-01-05Core/Commands: Implemented .reload waypoint_data command. (requests from ↵Venugh
Aokromes.)
2012-01-04Merge pull request #3478 from Havenard/fix0011Shocker
Core/Spells: Fix Divine Storm
2012-01-04Merge pull request #4244 from Warpten/masterShocker
Core/Spells: Fix Earthen Power
2012-01-04Merge pull request #4489 from devilcoredev/fix_001Shocker
Core/Achievemens: Fix 'The Undying' and 'The Immortal' achievements
2012-01-04Merge pull request #4314 from drskull/masterShocker
Core/Spells: Windfury and Flametongue should proc from abilities
2012-01-04Merge pull request #4614 from Bezo/masterShocker
Core/Logs: Add logs for change pass command on players level (.account password)
2012-01-04Scripts/Ulduar: Fix Freya's Nature Bomb appearing prematurly during the 6th ↵Shocker
Wave (by Svannon) Closes #4615
2012-01-04Add Password change (Player level.) logsBezo
2012-01-02Core/DBLayer: Couple fixesleak
2012-01-01Fix 'The Undying' and 'The Immortal' achievements.Giuseppe Montesanto
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
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 PExecute() queries to prepared statements No. 4leak
2011-12-31Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts.QAston
2011-12-31Core/DBLayer: Convert PExecute() queries to prepared statements No. 3leak
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-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-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-27Merge branch 'master' into 4.x and some warning fixesSpp
2011-12-26Merge pull request #4254 from wilds/fix_lightwellDiscover-
Core/Spells: fix Lightwell (in combat consume charges)
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-25Scripts/Miscellaneous: Script Brewfest welcome areatriggers.Discover-
Texts were already added in 0a3a961211a0f1c82b0f75df2aab6f7d49855337. Closes #3615
2011-12-25Scripts/Quests: Script quests Down At the Docks, Gateway to the Frontier, ↵Discover-
Lordaeron Throne Room, Bought of Eternals, Spooky Lighthouse, Stonewrought Dam, Dark Portal (A/H) Closes #3322 Closes #1428 Closes #1403 Closes #1387
2011-12-25DB/Miscellaneous: Implement humans transforming into worgens at night inside ↵Discover-
Pyrewood Village. And yet again some silly typo's, sorry guys. Closes #3062
2011-12-25Core/Quests: Script quest Portals to Legion.Discover-
Core/Desolace: Clean up some terrible code..
2011-12-25Scripts/Quests: Zuhuled the WackedDiscover-
And obviously, some typo's. Closes #3704
2011-12-25Core/Scripts: Fix quest Heroes of Old.Discover-
Closes #3703
2011-12-25Core/Quests: Script quest Captain Tyralius.Discover-
Closes #3091.
2011-12-25Core/Scripts: Script quest Nat's Bargain.Discover-
Closes #3140.
2011-12-25DB/Quests: Script quest Raptor Captor.Discover-
Yet another stupid mistake from previous commit, sorry.
2011-12-25Core/Quests: Fix an exploit in Red Snapper - Very Tasty!Discover-
Also fix a silly codestyle typo in previous commit. Closes #3887
2011-12-25Core/Quests: Script quest Missing FriendsDiscover-
Closes #3604
2011-12-24Core/Spells: Permanent Feign Death will now also make the creature set its ↵root
creature state passive
2011-12-22Corrected some logic in my recent commits.kaelima
- ff2dbfc38196e0aa339896357898ec25c8dcdc97 thanks LihO - 6ccf95af4c5ce24cf6eecc49830dd0d714184ff6 thanks frostmourne
2011-12-22Scripts/Forge of Souls: Fix a crash alert for entry 36535. (trying to change ↵kaelima
movementgenerator during the delete process)
2011-12-21Scripts/Toc: Fix a possible crash with grand champions encounter.kaelima
2011-12-19Core/Misc: Some random meaningless Engrish to English conversion in a method ↵Machiavelli
name because Discovered is too lazy to do it himself.
2011-12-18Core/Dungeon Finder: Fixed LFG rewards in UK, ToCH, CoS and DTK.horn
2011-12-18Commands/Npc: Add AIName/ScriptName to npc infokaelima
Thanks Aokromes for suggestion