Commit Graph

20994 Commits

Author SHA1 Message Date
Shauren
1867bd33c4 Build fix 2015-07-29 18:22:13 +02:00
Zerixx
ac9e8cc4d3 Core/Opcodes: enabled loot and equip opcodes 2015-07-29 15:19:59 +02:00
Shauren
3604025bb7 Core/PacketIO: Added utility packet array class to handle loop counter limiting in packets received from the client 2015-07-29 00:04:37 +02:00
Duarte Duarte
21a70dbab0 Merge pull request #15145 from pete318/runeforging6x
[6.x] Core/Spell: Learn DK runeforging skill, when receving the spell book ability.
2015-07-28 11:16:06 -07:00
Duarte Duarte
8d0e3ad93f Merge pull request #14924 from Golrag/calendar
Core/PacketIO: CalendarPackets:
2015-07-28 10:52:23 -07:00
MitchesD
231fb1d322 Core/PacketIO: updated CMSG_INSTANCE_LOCK_RESPONSE and fixed instance binding of gamemasters 2015-07-28 19:09:20 +02:00
Warpten
0dc6ea161d Scripts/RubySanctum: Widen random angles for meteor flames.
Don't QQ because "OMG you're not testing any of your stuff", I can't build TC atm.

Memo: Meteor Flames have
```
[12] UNIT_CREATED_BY_SPELL: 74689/1.046616E-40
```

which isn't in DBCs, exists, but is not seen in sniffs.
2015-07-28 16:05:09 +02:00
Golrag
83c2d36179 Core/PacketIO: CalendarPackets:
CMSG_CALENDAR_GET
CMSG_CALENDAR_GET_EVENT
CMSG_CALENDAR_GUILD_FILTER
CMSG_CALENDAR_ADD_EVENT
CMSG_CALENDAR_UPDATE_EVENT
CMSG_CALENDAR_REMOVE_EVENT
CMSG_CALENDAR_COPY_EVENT
CMSG_CALENDAR_GET_NUM_PENDING
CMSG_CALENDAR_EVENT_SIGN_UP
CMSG_CALENDAR_REMOVE_INVITE
CMSG_CALENDAR_EVENT_STATUS
CMSG_SET_SAVED_INSTANCE_EXTEND
CMSG_CALENDAR_EVENT_MODERATOR_STATUS

SMSG_CALENDAR_EVENT_INVITE
SMSG_CALENDAR_SEND_CALENDAR
SMSG_CALENDAR_SEND_EVENT
SMSG_CALENDAR_EVENT_INVITE_ALERT
SMSG_CALENDAR_EVENT_INVITE_STATUS
SMSG_CALENDAR_EVENT_INVITE_REMOVED
SMSG_CALENDAR_EVENT_INVITE_MODERATOR_STATUS
SMSG_CALENDAR_EVENT_INVITE_REMOVED_ALERT
SMSG_CALENDAR_CLEAR_PENDING_ACTION
SMSG_CALENDAR_EVENT_UPDATED_ALERT
SMSG_CALENDAR_EVENT_REMOVED_ALERT
SMSG_CALENDAR_SEND_NUM_PENDING
SMSG_CALENDAR_COMMAND_RESULT
SMSG_CALENDAR_RAID_LOCKOUT_UPDATED
SMSG_CALENDAR_EVENT_INITIAL_INVITES
SMSG_CALENDAR_EVENT_INVITE_STATUS_ALERT // NYI
SMSG_CALENDAR_EVENT_INVITE_NOTES_ALERT // NYI
SMSG_CALENDAR_EVENT_INVITE_NOTES // NYI
2015-07-28 12:57:56 +02:00
Shauren
7f84529487 Core/PacketIO: Updated and enabled SMSG_ITEM_PUSH_RESULT 2015-07-28 00:08:24 +02:00
Aokromes
50c23bbcb8 Update boss_halion.cpp 2015-07-27 22:19:49 +02:00
MitchesD
18332389c6 Core/Opcodes: enabled some opcodes which have structure up to date 2015-07-27 21:33:37 +02:00
MitchesD
7951a47c03 Core/PacketIO: updated SMSG_INSTANCE_SAVE_CREATED 2015-07-27 19:44:08 +02:00
Warpten
982b59d2ec Scripts/RubySanctum: Fixed Meteor Flames 2015-07-27 15:36:29 +02:00
Unholychick
f44364d72a Merge pull request #15164 from LuqJensen/mimiron
Scripts/Ulduar: Fix a visual issue with Mimirons Rocket Strike and Fix Mimiron DB target attacking players
(cherry picked from commit 66bbdfb82c)

Conflicts:
	sql/updates/world/2015_07_26_05_world.sql
2015-07-27 01:31:25 +01:00
Shauren
a7d9c4e720 Travis build fix 2015-07-27 00:03:32 +02:00
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
pete318
ef387cb6ff Implement correction from 3.3.5 into 6.x for runeforging skill learnt from
Death Knight quest.
2015-07-22 15:59:48 +01: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