Commit Graph

30447 Commits

Author SHA1 Message Date
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
Killyana
50670e2642 DB/SAI: Update Duskwood 2015-08-16 21:17:04 +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
Aokromes
b0a9b6491e Core/Misc: missing changes 2015-08-15 22:04:55 +02:00
Aokromes
88a90523b0 Core/Misc: 3.3.5a fixes 2015-08-15 20:25:08 +02: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
Killyana
944be75366 DB: Fix more DB errors 2015-08-15 18:29:16 +02: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
Carbenium
52043d7b5f Core/Scripts: Added some missing overrides 2015-08-12 22:17:47 +02:00
Incorrect
071b2c68e8 Core/Misc: Add a few consts to methods 2015-08-12 22:49:21 +03:00
Carbenium
99ab531e76 Merge branch '3.3.5' into 4.3.4
Conflicts:
	sql/updates/world/2015_07_29_00_world.sql
	sql/updates/world/2015_07_29_01_world.sql
	sql/updates/world/2015_08_01_00_world.sql
	src/server/game/AuctionHouseBot/AuctionHouseBotBuyer.cpp
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Player/Player.h
	src/server/game/Server/Protocol/Opcodes.cpp
	src/server/game/Spells/SpellEffects.cpp
	src/server/game/Spells/SpellMgr.cpp
	src/server/scripts/EasternKingdoms/ZulAman/instance_zulaman.cpp
	src/server/scripts/EasternKingdoms/zone_hinterlands.cpp
	src/server/scripts/EasternKingdoms/zone_redridge_mountains.cpp
	src/server/scripts/EasternKingdoms/zone_swamp_of_sorrows.cpp
	src/server/scripts/Spells/spell_hunter.cpp
	src/server/scripts/Spells/spell_pet.cpp
2015-08-12 21:05:39 +02:00
Killyana
53761aad98 DB/Misc: Fixing some DB errors 2015-08-12 18:17:23 +02: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
Aokromes
fd49e2109b DB/Misc: Fix travis database 2015-08-11 13:15:04 +02:00
Aokromes
5ceb04ed47 Core/Misc: 3.3.5a fixes 2015-08-11 12:59:11 +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
David Carlos Manuelda
e3c3b8f08f Core/Misc: Added some missing overrides 2015-08-11 12:44:35 +02:00
Rochet2
12931f4762 Core/RestState: Check area trigger radius instead of 1.0f distance
Closes #15016
Closes #15052

Signed-off-by: jackpoz <giacomopoz@gmail.com>
2015-08-10 18:12:22 +02:00
Killyana
1be34f1d21 Update Training Dummy script in the undead starting area.
It will provide quest credit for classes quests
It will instantly respawn once dead as on retail
2015-08-10 13:20:40 +02:00
Aokromes
f4fe144f6b DB/Misc: Revert 6.x data 2015-08-10 13:07:21 +02:00
Killyana
2b0f632432 DB/Misc: Teldrassil
Quest and npcs scripts
Paths, movements and emotes
Add missing spawns
2015-08-10 01:26:52 +02:00
Aokromes
bd40079026 DB/Misc: Remove 6.x fix 2015-08-09 22:26:58 +02:00
jackpoz
eb2e8f873a Merge pull request #15058 from Golrag/rorface
Scripts/Rotface: Fix Ooze flood targets.

Fixes #15031
2015-08-09 18:35:17 +02:00
David Carlos Manuelda
0b49726a5f DB/Quests: Restore pre-cataclysm spanish translations.
Added updates to translations, in the try to remove cataclysm changes that got merged in the translations (only the spanish ones).
At least, this is an attempt to not be confused anymore for the changed quests, changed locations, and so, as many of the quests changed also the finish location it tells under its
objectives.
See notes in the beginning of the archive.
Closes #15076

Signed-off-by: jackpoz <giacomopoz@gmail.com>
2015-08-09 16:03:11 +02:00
Aokromes
1b57196b4e Core/Misc: 3.3.5a fixes 2015-08-09 10:50:16 +02:00
Unholychick
226a737233 [3.3.5] Core/Spells: Fix Shattered Barrier triggering on dispel
Prevents Shattered Barrier talent from triggering when Ice Barrier is dispelled. It should only trigger when Ice Barrier is removed by damage(destroyed).
Closes #14555
Closes #14605
2015-08-08 22:11:07 +02:00
jackpoz
3f3ff8b36b Merge pull request #15119 from robinsch/grounding
Core/Spells: Grounding totem fix

Fixes #15108
2015-08-08 21:11:55 +02:00
jackpoz
efc4c60c53 Scripts/Kalimdor: Remove unused script
Remove unused C++ script replaced by d69a31d238
2015-08-08 19:36:41 +02:00