aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
Conflicts: src/server/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp
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-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-22Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2014-01-22Core/Battleground: Fix compile after last pull request.Discover-
2014-01-22Misc: Fix warningsVincent_Michael
2014-01-21Merge pull request #10888 from zorix/PR4Discover-
Core/Battleground:
2014-01-22DB/SAI: Fix Aludane Whitecloud spawing addsAokromes
2014-01-22Core/Battleground:zorix
Offline players will displayed on scoreboard
2014-01-21Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
Conflicts: src/server/game/Entities/Unit/Unit.cpp src/server/game/Entities/Unit/Unit.h
2014-01-21Core/Mail: Fix SMSG_SHOW_MAILBOX opcodeVincent_Michael
thx to Zori
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-20Core/Quests: Fixed another merge failShauren
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-19Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
Conflicts: src/server/game/Accounts/RBAC.h src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Unit/Unit.h src/server/game/Server/Protocol/Opcodes.cpp
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
2014-01-19Core/CrashHandler: Fix issues on Windows crash handlerjackpoz
Fix few issues on WheatyExceptionReport: - fix NULL dereference exception in GetLogicalAddress() when TC assert in triggered ( *((volatile int*)NULL) = 0; ) - fix infinite loop in DumpTypeIndex() when dumping std types like std::string - fix FormatSymbolValue() pointing to wrong address when accessing local variable values - use portable types instead of x86 specific types, this fixes some wrong address issues on x86 platform - use bigger buffers to format symbols to avoid buffer overflows
2014-01-19Core/Commands: Using the '.gm vis off' command now instantly makes the GM ↵Discover-
invisible to non-GM players, instead of waiting until Player::UpdateObjectVisibility was called from a different method. Ref. #11467
2014-01-19Core/Misc: Split the calculating of the corpse reclaim delay and sending of ↵Discover-
SMSG_CORPSE_RECLAIM_DELAY in two different methods.