Commit Graph

27062 Commits

Author SHA1 Message Date
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
Carbenium
64ab572fec DB/Vendors: Add PlayerConditionID and IgnoreFiltering fields to npc_vendor 2015-07-19 17:57:23 +02:00
Miha Penger
48cb64de16 DB/Quests: Fix Mount Hyjal board quests
- Warchief's Command: Mount Hyjal! (27721)
- Hero's Call: Mount Hyjal! (27726)

Closes TrinityCore/TDB_4.3.4_NLU#337
2015-07-19 16:50:31 +01:00
Vincent-Michael
7fdb07fdb7 DB/Quests: Added missing quest poi again back and updated quest_poi to 6.2.0.20253
Note: Pls no touch this table (bruteforce data)
2015-07-19 17:46:14 +02:00
Northstrider
c4877eaf0f DB/Vendors: Complete T11 vendors in Orgrimmar and Stormwind
Closes TrinityCore/TDB_4.3.4_NLU#325
2015-07-19 16:01:40 +01:00
nkaren
20e304dcfc DB/GOs: Add some gameobject quest spawns for Guilneas
Quests:  I Can't Wear This, Grandma's Lost It Alright and Salvage the Supplies

Closes #13346
Closes #13347
Closes #13348
2015-07-19 15:40:59 +01:00
Rushor
211260a503 DB/SAI: Sand Scavenger + Stonehide Riverbeast
* seem to be the only attackable creatures in Stormshield in that zone
2015-07-19 16:04:03 +02:00
Rushor
97f5f5d575 DB/Creature: WoD - Stormshield Vendors
* also add one missing path
* also add Script for training dummies
2015-07-19 15:26:04 +02:00
Rushor
1cfdadf077 DB/Creature: WoD - Stormshield - Update Creaturetemplate Values
* by @robinsch
2015-07-19 14:46:54 +02:00
MitchesD
d6b5cebbe7 Merge pull request #15118 from Golrag/SpellClick
Core/PacketIO: CMSG_SPELL_CLICK
2015-07-19 13:02:18 +02: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
Ulduar
a0acd9b11b DB/Raids: Add Throne of Thunder to instance template and 2 teleport positions
Fixes #13846
2015-07-19 04:53:33 +01:00
Gordawg
df7f1af660 DB/SAI: Script Gordawg <Heart of Fury> SAI in Nagrand/Draenor
Closes #14783
2015-07-19 04:40:01 +01:00