StormBytePP
5406f82044
Scripts/VioletHold: Fix correct boss erekem repeat time interval
...
Updates coverity issue #1318019
2015-08-25 13:24:27 +02:00
jackpoz
95bae7143f
Scripts/VioletHold: Fix issue reported by static analysis
...
Coverity defect IDs: 1318019
2015-08-24 22:37:59 +02:00
jackpoz
f50df72820
Scripts/VioletHold: Fix crash in Xevozz boss fight
...
Fix crash happening during Xevozz boss fight caused by passing a local list by reference to a lambda expression
Closes #15345
2015-08-24 14:52:18 +02:00
StormBytePP
405f823f68
Core/BuildSystem: Merged crypto and gitrevision into common, cleaned include directory lists (to mimic 6.x buildsystem)
2015-08-24 03:38:54 +02:00
David Carlos Manuelda
603f49a551
Merge pull request #15327 from Trisjdc/fix_rest_state
...
Core/Players: Improve rest state handling, allow several rest states to be active
2015-08-23 20:32:54 +02:00
StormBytePP
3a4f54197c
Scripts/Build: Fixed noPCH compile
2015-08-23 16:43:44 +02:00
joschiwald
df21162fe4
Scripts/VioletHold: rewrote the whole instance
...
thanks @MitchesD for help
2015-08-23 14:43:11 +02:00
Trisjdc
c14b66c24c
Core/Players: Improve rest state handling, allow several rest states to be active
...
Fixes https://github.com/TrinityCore/TrinityCore/issues/15325
2015-08-23 10:47:16 +01:00
StormBytePP
68e6c95f16
Core/Scripts: Fix noPCH compile
2015-08-22 21:05:37 +02:00
Nyeriah
b28849003c
Scripts/OnyxiasLair: Force Onyxia to enter evade mode if pulled out of her room
2015-08-22 00:14:46 -03:00
Aokromes
32f4f9718f
DB/Misc: Typo fix
2015-08-22 04:40:21 +02:00
Nyeriah
8b27b61978
Scripts\MoltenCore: Disable Ragnaros' combat movement
2015-08-21 23:20:45 -03:00
Nyeriah
fe07614916
Scripts/TheEye: Update Kael'thas Sunstrider's script
...
Closes #4180
Closes #4181
Closes #8479
Updates #1885
2015-08-21 22:57:29 -03:00
Carbenium
c7079ecb8e
Merge pull request #15318 from StormBytePP/3.3.5_fix_possible_nullpointer_dereference
...
Core/Misc: Added checks for procSpell nullptr cases
2015-08-21 23:29:32 +02:00
jackpoz
5e1722c2f4
Script/Commands: Add new "debug loadcells" command
...
Closes #15292
2015-08-21 22:54:59 +02:00
Dr-J
1047014c97
DB/Misc: Add a missing item to loot of Bag of Fishing Treasures
...
http://www.wowhead.com/item=54469/blank-slate#contained-in-item
2015-08-21 14:54:13 +01:00
Shauren
1a553b780b
Build fixes
...
Conflicts:
src/server/game/Handlers/ItemHandler.cpp
2015-08-21 14:02:03 +01:00
StormBytePP
424576e098
Core/Misc: Added checks for procSpell nullptr cases
...
Fixes Coverity Defect ID: 1023036
2015-08-20 16:29:36 +02:00
jackpoz
e287d243a3
Merge pull request #15314 from StormBytePP/3.3.5_bitshift_undefined_behaviour_fix
...
Core/Build: Fixed bitshift undefined behavior
2015-08-20 15:52:28 +02:00
jackpoz
51a2a3fa93
Core/Misc: Fix issues reported by static analysis
...
Coverity defect IDs: 1316687, 1316688
2015-08-20 15:42:51 +02:00
StormBytePP
6051d0c4f8
Core/Build: Fixed bitshift undefined behavior
...
Coverity defect ID: 1193414
2015-08-20 15:42:27 +02:00
joschiwald
30fc4f9f63
Scripts/Ulduar: fixed hodir kill credit
...
Closes #15303
2015-08-17 23:27:42 +02:00
DDuarte
f2a1d3152e
Build/Cmake: Fix a typo in common's CMakeLists.txt
2015-08-17 02:23:47 +01:00
jackpoz
360cc93357
Merge pull request #15297 from StormBytePP/3.3.5_rename_Revision.h
...
Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when old revision.h file is present
2015-08-16 23:27:25 +02:00
StormBytePP
0cc3d883e1
Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when old revision.h file is present
2015-08-16 23:08:01 +02:00
jackpoz
2f92a2f58e
Scripts/Misc: Replace some unsafe WorldObject* class members in scripts with ObjectGuid
...
Replace some unsafe WorldObject* class members and derived types in scripts with ObjectGuid.
Code cleanup.
2015-08-16 22:29:56 +02:00
Carbenium
418155fe3a
Merge pull request #15283 from StormBytePP/3.3.5_split_shared_components
...
Core/BuildSystem: Merge collision, debugging, logging, threading and utils into "common" library, and split database from shared
2015-08-16 22:09:45 +02:00
StormBytePP
1f66d719f2
Core/BuildSystem: Merge collision, debugging, threading, utilities and configuration into "common" which does not depend on shared anymore and moved database out of shared library
...
These changes enables to build tools only without even having MySQL installed
2015-08-16 21:23:15 +02:00
Shauren
222eaccc51
Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH handlers
2015-08-16 18:08:03 +02:00
StormBytePP
94f69fb1bc
Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared library, which allows cache hits to happen more likely
2015-08-16 17:15:38 +02:00
DDuarte
90c9290761
Add a missing include of d5cf594bfe
2015-08-16 01:09:29 +01:00
DDuarte
233615c785
Fix build warnings addded in d5cf594bfe
2015-08-16 00:45:50 +01:00
Shauren
cdbd563157
Core/Logging: Refactored appender creation to allow using logging without mysql dependency in tools (future task)
...
Conflicts:
src/server/bnetserver/Main.cpp
src/server/worldserver/Main.cpp
2015-08-16 00:09:02 +01:00
joschiwald
c1e3fdc826
Merge pull request #15156 from LuqJensen/Ice-barrier
...
Core/Spells: Fix Shattered Barrier triggering on dispel
2015-08-15 20:02:46 +02:00
Laintime
79cd2f9bb9
Core/Achievement: Fix Save The Day
...
Closes #15202
Closes #15211
2015-08-15 19:50:30 +02:00
DDuarte
e1b534e40f
Core/Object: Add changes to ObjectGuid from 6.x
...
copy and move cctor
assignment and assig move operators
Ref 81abfe93bb and 89a8a7e1a4
2015-08-15 18:09:12 +01:00
DDuarte
fa6a83b270
Build: Add 1.59 Boost version to FindBoost
2015-08-15 17:54:18 +01:00
jackpoz
ca940548bf
Buildsystem: Fix Boost not found targeting VS2015 with pre-built binaries
...
Fix Boost libraries not being found by CMake when targeting Visual Studio 2015 with Boost installed using the binaries.
Fixes #15277
2015-08-14 20:23:34 +02:00
Killyana
ba6f0d064a
DB/Quest: Mystery of the Infinite, Redux
...
Close #10871
2015-08-13 18:54:10 +02:00
Rushor
d35a5ee8d2
DB/Pathing: Stratholme - The Gauntlet
2015-08-13 18:37:58 +02:00
Rushor
8a6a5d32ff
DB/Pathing: Stratholme - Hall of Light
2015-08-13 17:17:36 +02:00
Rushor
073bf45740
DB/Pathing: Stratholme - Patchwork Horror
2015-08-13 16:43:31 +02:00
Rushor
c75ad6c8b1
DB/Pathing: Stratholme - King's Square
...
* Patchwerk + Ghouls
* Emote for 'Mangled Cadaver'
2015-08-13 15:21:40 +02:00
jackpoz
43e8c841f5
Core/Spells: Fix potions exploit
...
Fix an exploit that allowed to consume different potions even if they share the same cooldown.
Closes #15265
2015-08-12 23:43:24 +02:00
Carbenium
cf749325c4
Merge pull request #15267 from Tonghost/3.3.5
...
Core/Misc: Add a few consts to methods
2015-08-12 22:24:26 +02:00
Incorrect
071b2c68e8
Core/Misc: Add a few consts to methods
2015-08-12 22:49:21 +03:00
jackpoz
ea4d9c0d9e
Core/Misc: Remove unneeded ToCreature() casts
...
Remove some ToCreature() casts not needed anymore after 1ee90e1022 changes that moved IsPet(), IsTotem(), IsSummon(), IsGuardian(), IsHunterPet() and IsVehicle() from Creature to Unit
2015-08-12 14:05:14 +02:00
jackpoz
d243630acf
Core/Misc: Remove unneeded ToCreature() casts
...
Remove some ToCreature() casts not needed anymore after 1ee90e1022 changes that moved IsPet() from Creature to Unit
2015-08-12 12:48:33 +02:00
jackpoz
5f0f152345
Scripts/Misc: Fix possible crash
...
Fix possible NULL-dereference exception happening in PlayerOrPet checks used in Ulduar and Temple Of Ahn Qiraj
2015-08-12 12:43:59 +02:00
MitchesD
9b285d260e
Merge pull request #15255 from StormBytePP/3.3.5_override_warning_fixes
...
Core/Misc: Added some missing overrides
2015-08-11 12:49:35 +02:00