aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-15Core: Kill again whitespace :/Vincent-Michael
2014-06-15Shared/Misc: Improve Windows crash reportjackpoz
Improve WheatyExceptionReport Windows crash report to write a cleaner and more readable crash report, in particular: - Fix missing variable Type in some cases - Fix missing variable Name in some cases - Properly format each member to avoid confusion when reading the log - Add support for double pointers, e.g. Type** - Add initial support for arrays, logging the number of elements and the first 10 elements for now. UDT members of array elements are not supported yet - Skip static members, SymTagVTable and other not needed types - Skip SymTagUDT with no children - Fix possible stack overflows when logging strings/char*/char[] values. - Fix "punting on symbol" error happening when trying to dereference bad pointers. - Fix <user defined> type being logged instead of the correct type when reaching WER_MAX_NESTING_LEVEL or with pointer types with invalid addresses.
2014-06-15Core/Auras: Add a new stack rule to handle cases where the aura that is ↵Trisjdc
'stronger' prevails (SPELL_GROUP_STACK_RULE_EXCLUSIVE_HIGHEST)
2014-06-15Core/Creature: load correct vehicleid of difficulty mode npcs if set ↵joschiwald
otherwise inherit from normal mode entry Closes #8783
2014-06-15Scripts/Gurtogg:joschiwald
* fixed bloodboil targeting * fel rage should only hit players Closes #12193
2014-06-15Core/Spells: Skip adding CAST_FLAG_RUNE_LIST to rune spells if it's a ↵Trisjdc
triggered cast. Solves some of the occasional Death Knight rune visual issues
2014-06-15Core/Vehicles: Define and implement VEHICLE_SEAT_FLAG_B_KEEP_PETTrisjdc
2014-06-15Core/Spells: Define and implement CAST_FLAG_NO_GCDTrisjdc
2014-06-15SQL: Restored file that was not supposed to be renamedShauren
2014-06-14Core: Fix non pch buildVincent-Michael
2014-06-14Merge pull request #12280 from MitchesD/commandsDiscover-
Scripts/Commands: added option to show flags_extra (.npc info)
2014-06-14Scripts/Commands: added option to show flags_extra (.npc info)MitchesD
2014-06-14DB/SAI: Fix sai linked errorVincent-Michael
2014-06-14Core: Fix failVincent-Michael
2014-06-14Core/Ulduar: Added IsInCombat check for ulduar teleporterVincent-Michael
2014-06-14Core: Fix buildVincent-Michael
2014-06-14Core/SAI: Fix typo in 2596f1f35d01a8a6c8a555a5952c055a4d4dc239Vincent-Michael
2014-06-14DB/Misc: Convert ulduar teleporter in sqlVincent-Michael
2014-06-14Core/SAI: Added SMART_ACTION_CAST support for gameobject castVincent-Michael
2014-06-14Merge pull request #12278 from MitchesD/miscShauren
Scripts/Misc: random fixes
2014-06-14Fixed typo in 2014_06_14_00_world_creature_template.sqlShauren
2014-06-14Scripts/Misc: random fixesMitchesD
2014-06-14Replaced calls to ceilf (msvc extension) with ceil - fixes buildShauren
2014-06-14DB/Instance: Fixed mutated abomination regenerating power clientsideShauren
2014-06-14SQL: Renamed files to match the naming rulesShauren
2014-06-14Core/Vehicles: Fixed power issuesShauren
* Regenerate powers only if vehicle has UNIT_FLAG2_REGENERATE_POWER * Removed old pyrite power hack * Apply creature_template.ManaMod to all power types Closes #12141
2014-06-14Scripts/Icecrown Citadel: Fixed possible crash in blood nova target selectionShauren
2014-06-13Core/Transports: Fixed crash happening during teleporting transportsShauren
Closes #11793
2014-06-12Core/Spells: Partially revert 4992c0290b2b43c3d4c744833ca9ba6f74af85ad, and ↵Trisjdc
further implement SPELL_ATTR3_NO_DONE_BONUS (which is the correct way of doing this)
2014-06-12Quick fixup for previous commitTrisjdc
2014-06-12Core/Spells: Change haste benefit to cast time formulas, may need further ↵Trisjdc
correction - With these changes, Paladin/Death Knight mount summons will no longer benefit from haste
2014-06-12DB/Creature: Trenton Lighthammer missing gossipAokromes
By dr-j closes #12248
2014-06-12DB/Quest: Fix Missing text for A Most Puzzling CircumstanceAokromes
By Crysicle, closes #12252
2014-06-11Fixed windows nopch buildShauren
2014-06-11Core/Misc: Fix gcc buildjackpoz
2014-06-11Merge commit ↵jackpoz
https://github.com/Unholychick/TrinityCore/commit/52c0fc96bb4a8a62218bd383f360c0e1350ef62a
2014-06-11Move pestilence to spellscriptsUnholychick
Fixes crash and warnings introduced in d4bbc26261d7ce1e01292470f77390ab3c2f5e98 Fixes a bug that allowed dks to spread diseases using another dks diseases Closes: https://github.com/TrinityCore/TrinityCore/issues/12245
2014-06-11Core/PacketIO: Fixed logic in DosProtection::EvaluateOpcodeShauren
2014-06-11Fixed typo, spotted by @GooyethShauren
2014-06-11Merge pull request #12046 from phoenixfight/fishmasterAokromes
Core/Fishing: Repair fishing spell result fish escape
2014-06-10Core/PetAI: Fix memory leakjackpoz
Fix memory leak added in e7f0808d467210c2e0ca455cf810e52700518849 Valgrind log: 395,712 (390,216 direct, 5,496 indirect) bytes in 229 blocks are definitely lost in loss record 65 of 67 at operator new(unsigned long) (vg_replace_malloc.c:320) by PetAI::UpdateAI(unsigned int) (PetAI.cpp:167) by Creature::Update(unsigned int) (Creature.cpp:541) by TempSummon::Update(unsigned int) (TemporarySummon.cpp:47)
2014-06-10Core/Auras: Correct a typo that caused bad stacking of ↵Trisjdc
SPELL_AURA_MOD_MELEE_HASTE
2014-06-10Merge pull request #12233 from Trisjdc/aura_stackingWarpten
Core/Auras: Expanding functionality of SPELL_GROUP_STACK_RULE_EXCLUSIVE_SAME_EFFECT to be able to take care of aura effects inside their handlers
2014-06-10[core/database]Repair fishing spell result fish escapephoenixfight
edit fish junk sql formart Optimized code, remove some useless brackets fix default fish result ,just like Off the coast of Storm Peaks. cleaned the sql part thx Kinzcool fix todo now
2014-06-09Core/NetworkIO: Adjust more packet throttling valuesjackpoz
Ignore some opcodes that don't cause any trouble. Remove old Allow/Disable Anti-DoS system since it's no longer required.
2014-06-09Core/Vehicles: Fixed channeled spells being interrupted for passengers when ↵Shauren
vehicle moves
2014-06-09DB/Quest: Fix some missing quest textsAokromes
By crysicle, closes #12167
2014-06-09Core/Handlers: Move a couple of logs to debug, they can appear without ↵Trisjdc
anything abnormal due to client latency
2014-06-09Fix WarningsLucas
2014-06-09Core/Calendar: Sanitize calendar event parametersjackpoz
Prevent events added in the past which in some conditions would cause an infinite loop in the client.