Commit Graph

13288 Commits

Author SHA1 Message Date
Shauren
d7f2ce6496 Core/Garrisons: Fixed entering/leaving garrisons from a different map than Draenor 2015-07-26 18:52:28 +02:00
joschiwald
5c813f6f02 Core/PacketIO: updated totem packets 2015-07-26 15:09:00 +02:00
MitchesD
5e8a6c957d Core/PacketIO: updated SMSG_QUEST_LOG_FULL (empty packet) 2015-07-26 12:00:04 +02:00
Vincent-Michael
2e586bc520 Core: Header cleanup in game/*/*.cpp 2015-07-25 20:18:42 +02:00
joschiwald
2f2fcd2c3d Scripts/Ulduar: fixed freya loot and added missing conditions
thanks @Keader

Closes #15098

(cherry picked from commit 8a9f1b871a)

Conflicts:
	sql/updates/world/2015_07_25_04_world.sql
2015-07-25 19:16:24 +01:00
Warpten
8dd460c0d9 Scripts/RubySanctum: Halion: Correctly spawn X-shaped flames.
(cherry picked from commit a82e55f684)
2015-07-25 16:59:43 +01:00
Shauren
a029f97c82 Core/Collision: Removed direct GameObject references from collision project 2015-07-25 15:37:35 +02:00
Vincent-Michael
ddcc0352d0 Core/PacketIO: Fixed bad opcode name 2015-07-25 12:07:30 +02:00
Shauren
21df17fd47 Core/Misc: Removed ReadAsPacked/WriteAsPacked methods from ObjectGuid, they are not needed anymore as guids are always written packed 2015-07-25 10:38:45 +02:00
MitchesD
d68df33c76 Core/SmartScripts: added new action SMART_ACTION_COMBAT_STOP
* this avoid using hacks like evade, faction change or rooting. I wonder how SAI could be without this
2015-07-24 22:54:15 +02:00
MitchesD
a487ddad4e Core/PacketIO: updated SMSG_CONVERT_RUNE and SMSG_RESYNC_RUNES 2015-07-23 22:00:40 +02:00
Vincent-Michael
df1f4969d8 Fix non pch build for Visual Studio 2015 compiler 2015-07-23 18:44:54 +02:00
Shauren
4e83094354 Misc: Removed tabs 2015-07-23 16:50:35 +02:00
DDuarte
7d9843c380 Core/Misc: Add a few consts to methods 2015-07-22 23:24:56 +01:00
Gacko
49a6f7b7bd Fix non pch build. 2015-07-22 20:35:59 +02:00
MitchesD
8167fb433e Core/Scripts: converted leftover of SMSG_CONTROL_UPDATE
* forgot in my last commit, thanks joschi for notice
2015-07-22 20:03:07 +02:00
Aokromes
5881528445 Core/AuctionHouse: Fix misleading log 2015-07-22 13:42:26 +02:00
Naios
e4e55a3dcb Core/Utilities: Add std::chrono::duration overloads to EventMap.
* makes it possible to write:
```c++
events.ScheduleEvent(1, Seconds(10));
// ... or ...
events.ScheduleEvent(2, Minutes(1) + Seconds(20));
// ... or with C++14 support:
events.ScheduleEvent(2, 45s);
```
2015-07-22 01:56:12 +02:00
Naios
4904318c43 Core/Database: Enable perfect forwarding for chat format calls. 2015-07-22 01:56:10 +02:00
Naios
ca16dc8c1b Core/Database: Enable perfect forwarding for database format calls. 2015-07-22 01:56:06 +02:00
Naios
026ceb85b9 Core/Logging: Enable perfect forwarding for logging format and args.
* Handle timestamp parsing though cppformat.
* Change a wrong forward -> move
2015-07-22 00:32:28 +02:00
Shauren
033fc20985 Core/PacketIO: Swapped another pair of opcodes 2015-07-22 00:08:16 +02:00
Shauren
589fae21a7 Merge pull request #15135 from Sar777/fix-1
Core/PacketIO: Fix opcode number for CMSG_LF_GUILD_GET_APPLICATIONS, CMSG_GUILD_DELETE.
2015-07-22 00:06:27 +02:00
MitchesD
9fc06b956b Core/PacketIO: updated SMSG_CONTROL_UPDATE 2015-07-21 21:58:13 +02:00
Naios
11bfead40b Core/Utilities: Move EventMap into its own source file.
* Move implementation details to .cpp.
2015-07-21 21:25:02 +02:00
Naios
11dfd9e7d4 Core/Utilities: Forward parameters of StringFormat correctly to fmt::sprintf. 2015-07-21 20:49:32 +02:00
Naios
6bf10c2b83 Core/Utilities: Remove global using of std::chrono namespace.
* never use "using namespace" in header files!
2015-07-21 20:42:07 +02:00
Naios
6e4a1b3e1e Core/Utilities: Seperate std::chrono::duration typedefs into its own file.
* add std::chrono_literals using decl. comment for future usage.
2015-07-21 20:25:33 +02:00
jackpoz
d41f87e62a Core/Collision: Fix race conditions in mmaps
Fix a race condition in MMapManager happening whenever a map was unloaded. GridUnload enabled was required to trigger the race condition.

(cherry picked from commit aa042e94c2)

Conflicts:
	src/server/collision/Management/MMapManager.cpp
	src/server/collision/Management/MMapManager.h
2015-07-21 19:01:44 +01:00
Orion
1c0cd01772 Core/PacketIO: Fix opcode number for CMSG_LF_GUILD_GET_APPLICATIONS, CMSG_GUILD_DELETE. 2015-07-21 15:50:47 +03:00
MitchesD
db3a355249 Core/PacketIO: updated SMSG_QUEST_PUSH_RESULT 2015-07-21 13:28:13 +02:00
Shauren
a22e4e121a Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler 2015-07-21 00:33:36 +02:00
Gacko
5987391073 Fix non pch. 2015-07-20 21:41:54 +02:00
Shauren
e242732e8f Core/PacketIO: Enabled a few opcodes sent during login 2015-07-20 17:10:19 +02:00
jackpoz
87a5ba09e5 Core/Collision: Fix race conditions in vmaps
Fix a race condition in VMapManager2 happening whenever a map was unloaded. GridUnload enabled was required to trigger the race condition.

(cherry picked from commit ca7f31c6cd)
2015-07-20 01:11:55 +01:00
jackpoz
31f1169f8a Scripts/VioletHold: Fix build warnings
(cherry picked from commit a22fd7dca5)
2015-07-20 01:11:37 +01:00
Duarte Duarte
b8d169f64f Merge pull request #14946 from AriDEV/6.x
Core/Entities: Update for CombatRatings.
2015-07-19 14:22:47 -07:00
lafoniz
673648ee65 Scripts/ScarletEnclave: Add weapons to Unworthy Initiate
Closes #14954
Closes #14955
2015-07-19 21:56:16 +01:00
DDuarte
57da378dea Core/SAI: Fix some weird code in SmartAIMgr::IsTextValid
Additions to cb0e6cac63
2015-07-19 21:54:48 +01:00
DDuarte
cb0e6cac63 Core/SAI: Fix an issue in IsTextValid when using guids
Fixes #15122
2015-07-19 17:19:41 +01:00
Golrag
34af1c4f64 Core/PacketIO: CMSG_SPELL_CLICK 2015-07-19 12:53:05 +02:00
Nekroman
63d1d989a0 Core/Players: Fix being able to water walk after being revived
Closes #10950
Fixes #11323
2015-07-19 05:12:31 +01:00
Vincent-Michael
5705555f1f Core: Remove whitespaces 2015-07-19 04:53:41 +02:00
Vincent-Michael
2fcab335df Core/Misc: Added new error logs for gameobject_questitem / creature_questitem tables 2015-07-19 03:16:30 +02:00
DDuarte
dd8f301e16 Core/Globals: Rename AddCreData -> AddCreatureData and MoveCreData -> MoveCreatureData
(cherry picked from commit 5ceb3fd0ab)

Conflicts:
	src/server/game/Globals/ObjectMgr.cpp
	src/server/game/Globals/ObjectMgr.h
	src/server/game/OutdoorPvP/OutdoorPvP.cpp
2015-07-19 01:55:12 +01:00
mik1893
ad6981cebf Merge pull request #15036 from tkrokli/dk_wandering_plague
Core/Spells: remove incorrect PvP combat state
(cherry picked from commit 9889e6f730)

Conflicts:
	src/server/game/Spells/SpellMgr.cpp
2015-07-19 01:45:07 +01:00
mik1893
fa0e5289a8 Merge pull request #14974 from pete318/stealth_work
Stealth changes (Player stealthed vs NPCs) - 3.3.5
(cherry picked from commit 90fcfb3f2d)

Conflicts:
	src/server/game/Entities/Object/Object.h
	src/server/game/Entities/Unit/Unit.cpp
2015-07-19 01:43:05 +01:00
mik1893
0ea0e9ee01 Merge pull request #14883 from tkrokli/omen_of_clarity
[3.3.5] Core/Spells: Avoid losing spell mod auras when check on spellcast fails
(cherry picked from commit 35f0d8e9c1)
2015-07-19 01:35:41 +01:00
Rushor
911349fb77 Merge pull request #15092 from robinsch/shamanT10enhancement
Core/Spells:  Enhancement Shaman T10 4P bonus set
closes #15090
(cherry picked from commit ab0c0b7cb8)
2015-07-19 01:32:20 +01:00
Shauren
1273c0b537 Core/PacketIO: Updated and enabled spell packets 2015-07-19 00:31:11 +02:00