MitchesD
a487ddad4e
Core/PacketIO: updated SMSG_CONVERT_RUNE and SMSG_RESYNC_RUNES
2015-07-23 22:00:40 +02:00
Killyana
fb09d62962
DB/NPC: Add Missing npcs on Tirisfal
2015-07-23 21:13:11 +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
cooler-SAI
978a57f7b4
DB/SAI: Update Eversong Woods
...
* closes #15146
* updates #15127
2015-07-22 21:07:43 +02:00
Rushor
841a426969
DB/Creature: Durotar - Update Emotes + Paths for Sen'jin
2015-07-22 20:56:59 +02: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
Sar777
1e6c8159df
DB/Model: Fixup Impmodel
...
* closes #15142
2015-07-22 19:30:04 +02:00
cooler-SAI
116d3168fd
DB/SAI: Update Durotar
...
* updates #15127
2015-07-22 16:37:14 +02:00
Rushor
622b71808f
DB/Gameobject: Den Cage - Close 'Northwatch Scouts' should attack near Player
...
* more details in http://www.wowhead.com/npc=39215/captured-northwatch-scout#comments
2015-07-22 15:57:35 +02:00
Rushor
379d115486
DB/Creature: Durotar - Startzoneupdates
2015-07-22 15:29:16 +02:00
Rushor
bfe70c22a8
DB/Creature: Valley of Trails - Emotes
...
* also add one missing Path for 'Den Grunt'
2015-07-22 14:27:19 +02:00
Rushor
ae37aa38cf
DB/SAI: Zlagk - Emotescript
2015-07-22 13:49:35 +02:00
Aokromes
5881528445
Core/AuctionHouse: Fix misleading log
2015-07-22 13:42:26 +02:00
cooler-SAI
fef62e1dd7
DB/SAI: Update Azshara
...
* updates #15127
2015-07-22 12:23:02 +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
cooler-SAI
7931bffb96
DB/SAI: Update Deadwind Pass
...
* closes #15130
* updates #15127
2015-07-21 12:31:06 +02:00
CreshandKesh
45fc140eec
DB/SAI: Update Azuremyst Isle
...
* base by @cooler-SAI
* updates #15127
2015-07-21 12:16:26 +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
cooler-SAI
a1def8079a
DB/SAI: Update Ashenvale
...
updates #15127
2015-07-20 18:11:48 +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
Killyana
aaa7b2059e
DB/SAI: Update Feralas
2015-07-20 00:47:55 +02:00
Killyana
6c089e41c6
DB/World: Fix some SAI Startup Errors
2015-07-20 00:44:39 +02:00
cooler-SAI
a54d3377e2
DB/SAI: Update Zul'Farrak
2015-07-19 23:52:47 +02: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
Vincent-Michael
4ee4cffb49
DB/Quests: Updated quest_template to 6.2.0.20253 no.4
2015-07-19 18:35:11 +02:00
Carbenium
6ad5182471
tabsss...
2015-07-19 18:30:40 +02:00
Carbenium
006d95cb9a
DB/Vendors: Adjust size of PlayerConditionID in npc_vendor to INT(10) UNSIGNED since it is a db2 index
2015-07-19 18:25:55 +02:00
DDuarte
cb0e6cac63
Core/SAI: Fix an issue in IsTextValid when using guids
...
Fixes #15122
2015-07-19 17:19:41 +01:00
Vincent-Michael
c44f4de539
DB/Quests: Updated quest_template to 6.2.0.20253 no.3
2015-07-19 18:07:21 +02:00