aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-24Merge pull request #11396 from natepizzle/masterDiscover-
SpellAuraEffects
2014-01-24Merge pull request #11499 from Dehravor/taxi-nodeDiscover-
Core/Taxi: Fix exploit related to unexplored nodes
2014-01-24Core: Fix non pch buildVincent_Michael
2014-01-24Fix buildjoschiwald
2014-01-24Core/Spells: move killing spree to spellscriptjoschiwald
Closes #10597 Closes #11468
2014-01-23Scripts: A lots of changes here and there (maybe useless?!?)Vincent_Michael
2014-01-23Core/CrashHandler: Add more informations about localsjackpoz
Log "NULL" for NULL pointers. Log the correct type instead of <user defined> for pointers and log its fields recursively. Log locals of all threads. Log the address if retrieving the value threw an exception. Increase buffer sizes to avoid buffer overflows.
2014-01-23Scripts/Spells: use new hook in some spellscriptsjoschiwald
2014-01-23DB/Creature Fix faction of some creaturesAokromes
By Justiciar, closes #10711
2014-01-23Core/Chat: Disallow sending CMSG_MESSAGECHAT with CHAT_MSG_SAY, ↵Discover-
CHAT_MSG_EMOTE or CHAT_MSG_YELL while the sender is not alive. Also replaced all WorldSession::_player calls by 'sender' By @TakenBacon
2014-01-23Core/Loot: Fix an exploit with CMSG_LOOT using non-creature guids which ↵Discover-
would allow you to loot despawned chests in some cases. By @Kiddie
2014-01-23Scripts/AhnKahet: fix some issues on prince taldaram scriptjoschiwald
2014-01-23Core/SpellScripts: Implemeted SpellScript hook OnDestinationTargetSelect to ↵joschiwald
easier modify SpellDestinations
2014-01-23Core/Taxi: Fix exploit related to unexplored nodesDehravor
2014-01-23DB/SAI Fix The Torch of RetributionAokromes
By FireEmerald closes #11356
2014-01-23DB/Creature: Fix Rubble Stalker KologarnAokromes
By Vincent-Michael, closes #5507
2014-01-23DB/Loot:Icetouched EarthragerAokromes
Remove Incorrectly dropping mote of earth, by dr-j closes #11216
2014-01-23DB/Vendor: Add Boots - Lesser Accurecy recipeAokromes
By dr-j, closes #8113
2014-01-23DB/Graveyard: gm island graveyardAokromes
By Vincent-Michael, closes #9789
2014-01-23DB/Item Fix Living Ruby PendantAokromes
By Odyssey, fixes #11314
2014-01-23DB/Creature: Fix VoidspawnerAokromes
By Kittnz, closes #11382
2014-01-23DB/Creature: Fix for Tenebron Egg ControllerAokromes
By untaught closes #11321
2014-01-23DB/Game_Event: Fix Boxey BoltspinnerAokromes
By Hitox closes #11409
2014-01-23DB/Conditions Fix gnome mount vendorsAokromes
By dr-j closes #11406
2014-01-23DB/SAI: Fix Dragon maw scoutAokromes
By dr-j closes #11414
2014-01-23DB/Conditions: Fix Banishing CrystalAokromes
By MitchesD closes #11430
2014-01-23DB/Quest: Fix Karuk's Oath availabilityAokromes
By Raszagal closes #11451
2014-01-22Scripts/ZulGurub/Jeklik: fixed flying in first phase, reworked spawn and ↵MitchesD
rewritten to EventMap Closes #11277
2014-01-22Dep/Recast: Add diff file for previous commitGacko
2014-01-22Shared/OpenSSLCrypto: Add switch to fix build under MacGacko
2014-01-22Dep: Rename custom typedef to prevent redefinition under Mac OSGacko
2014-01-22Misc: Fix warningsVincent_Michael
2014-01-22DB/SAI: Fix Aludane Whitecloud spawing addsAokromes
2014-01-21Misc: Minor cosmetic changes here and thereVincent_Michael
2014-01-21Core/SAI: I need more sleep...Discover-
2014-01-21Core/SAI: Implement three more event phases which makes a total of 9 (from 6).Discover-
Ref. #11486
2014-01-21DB/SAI: Fix Saronite Mine SlaveAokromes
By dr-j closes #11452
2014-01-21Core/Misc: Fix compile.Discover-
Forgot to save file
2014-01-21Core/Weather: Weather updates are now sent to all players in the zone ↵Discover-
instead of the first player it finds in the zone and all players nearby. Thanks to @Nawuko, @Magnifikator and @Shauren Closes #11380 Fixes #11370
2014-01-20Core/Spell: Retaliation no longer does anything while the warrior is stunned.Zabustak
Closes #11481
2014-01-20Merge pull request #11459 from Bonitas/masterDiscover-
Core/Spells: Fix proc for spells that should trigger on taken hots
2014-01-19Merge pull request #11464 from Dehravor/ticket-memory-leakMachiavelli
Core/Tickets: Fix memory leak when malformed CMSG_GMTICKET_CREATE is received
2014-01-19Missing changes in 313b294d6b7b248738e30f8164ee4624a66ac5b5Vincent_Michael
2014-01-19Core/RBAC: Fix difference problems with 4.3.4Vincent_Michael
2014-01-19CoreCore/CrashHandler: Handle CRT asserts in Windows buildjackpoz
Handle CRT asserts in Windows crash handler instead of popping up a Abort/Retry/Ignore window
2014-01-19Misc/SQL: Rename SQL from fa2616fe4efa4651d48710c7458cd2d479e9338bDiscover-
2014-01-19Merge pull request #11469 from Dehravor/timetest-crashShauren
Core/Misc: Fix crash
2014-01-19Core/Creature: Fix compile and logic in previous pull request. Also ↵Discover-
implemented UNIT_NPC_FLAG_MAILBOX. Thanks @Shauren
2014-01-19Core/Misc: Fix crashDehravor
2014-01-19Merge pull request #11299 from Carbenium/MailboxCmdDiscover-
Core/Command: Add mailbox command