Bernd Lörwald
fbfb294888
Core: Fix non-pch build
2014-11-08 20:47:20 +00:00
treak
aa5a002180
Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"
...
Signed-off-by: treak <goodfeelingzzz@gmail.com >
(cherry picked from commit 341e374c72 )
Conflicts:
src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp
Codestyle
(cherry picked from commit 3530b938a8 )
2014-11-08 19:53:11 +00:00
Mihapro
e5e8da85a1
Scripts/Instance: The Stonecore
...
(cherry picked from commit 50bf6cad6a )
2014-11-08 19:30:51 +00:00
Rat
efaf82a239
Core/Zmq: Added 50ms wait in the Run() loop to get rid of excessive cpu usage
...
(cherry picked from commit cbb6ca0339 )
(cherry picked from commit 34553afa95 )
2014-11-08 13:12:47 +00:00
joschiwald
f8e935a0b7
Core/NetworkIO: updated CMSG_RANDOMIZE_CHAR_NAME, SMSG_RANDOMIZE_CHAR_NAME, SMSG_CLIENTCACHE_VERSION, SMSG_MOTD
2014-11-08 02:55:45 +01:00
Shauren
b646c53aa8
Core/IPC: Fixed a possible crash on shutdown
2014-11-08 02:48:11 +01:00
jackpoz
f65b98f625
Core/LFG: Fix party members not being able to vote to kick Leader
...
(cherry picked from commit 1802fb3e1e )
2014-11-07 22:25:06 +01:00
Nyeriah
f1b163793d
Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievement
...
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example)
(cherry picked from commit 9838cbda1a )
2014-11-06 22:19:43 -02:00
joschiwald
eba9903265
Core/NetworkIO: updated CMSG_GUILD_QUERY and SMSG_GUILD_QUERY_RESPONSE
2014-11-06 22:41:44 +01:00
Shauren
b61e4feea5
Tools/Patcher
...
* Client patcher no longer has to be ran from administrator level command line to successfully create bnet module
* Set patched bnet module as readonly to prevent wow from deleting it
2014-11-06 21:22:50 +01:00
Shauren
e401f9c9e2
Core/PacketIO: Added SMSG_REDIRECT_CLIENT/ConnectTo packet structure
2014-11-06 18:49:19 +01:00
Shauren
5a5aa9dd5c
Core/Misc: Added const qualifier to HmacHash ctor arg
2014-11-06 18:12:28 +01:00
Shauren
7a18cc2987
Tools/Patcher: Removed "Connection" patch and added rsa modulus patch
2014-11-06 18:01:46 +01:00
joschiwald
db7c07246a
Core/NetworkIO: updated CMSG_REORDER_CHARACTERS packet and other opcode values
2014-11-06 02:59:59 +01:00
Intel
9267c78a77
Core: Fixed Non-PCH build
2014-11-05 02:26:34 +02:00
Nyeriah
26f0046ade
Core/Spells: Prevent Divine Intervention from removing death persistent auras
...
Such as Dungeon Deserter, Resurrection Sickness, etc
Closes #11009
(cherry picked from commit fbcd180716 )
2014-11-04 14:35:56 -02:00
DDuarte
e64da763db
Core/Conditions: Correct a misleading comment regarding CONDITION_AURA
2014-11-04 15:13:09 +00:00
Shauren
4e61b416d8
Core/PacketIO: Enabled SMSG_ADDON_INFO and SMSG_ACCOUNT_DATA_TIMES
2014-11-04 00:01:09 +01:00
Shauren
7256c7c2c7
Core/PacketIO: Updated SMSG_LOGIN_VERIFY_WORLD
2014-11-03 20:25:21 +01:00
Shauren
b8d1d9a733
Core/PacketIO: Minor refactor to writing server packets
2014-11-03 20:23:21 +01:00
joschiwald
52bd9a771e
Core/NetworkIO: implemented undelete opcodes and moved char create/delete packets to new packet classes
2014-11-03 19:11:14 +01:00
Shauren
064154c540
Core/PacketIO: Changed CMSG_PLAYER_LOGIN handler signature for new packet clasess
2014-11-03 18:30:23 +01:00
Vincent-Michael
48d47998d9
Core: Fix warnings
2014-11-03 17:25:56 +01:00
Shauren
839166eddf
Core/Packets: Added utility class for handlers using new packet classes
2014-11-03 02:11:15 +01:00
Shauren
e797133b0c
Core/Opcodes: Use a different magic number for invalid opcode (0 might be valid in a future build)
2014-11-03 00:39:52 +01:00
Shauren
2b0d411250
Core/Entities: Fixed transport data in update object for non-units
2014-11-02 18:53:15 +01:00
Kinzcool
b377527264
Core/Graveyards: Made the graveyard orientations loading from WorldSafeLocs.dbc
2014-11-02 11:53:45 -05:00
MitchesD
6647987651
Scripts/CoS: removed SetDespawnAtFar, fixed situation when Artas attacked some NPC and disappeared because he was out of range of players
...
With these lines it's almost impossible to finish properly this dungeon. For example when Arthas moves ahead to attack NPC and then returns back, when this happens, Arthas is despawned.
(cherry picked from commit 9cd59c258c )
2014-11-02 17:43:29 +01:00
Discover-
ed4feec276
Core/SAI: Allow dropping a specific amount of aura charges using SMART_ACTION_REMOVEAURASFROMSPELL (action_param2).
2014-11-02 17:30:44 +01:00
Shauren
97692b4cc1
Core/PacketIO: Enabled SMSG_UPDATE_OBJECT
2014-11-02 16:21:33 +01:00
Shauren
2a22db2388
Core/PacketIO: Updated SMSG_UPDATE_OBJECT
2014-11-02 14:56:16 +01:00
Shauren
292c8b7818
Core/Logging: Updated build written to packet log
2014-11-02 12:23:33 +01:00
Shauren
9c30152652
Core/PacketIO: Fixed structure for SMSG_AUTH_CHALLENGE
2014-11-02 12:23:15 +01:00
Nyeriah
6733dc9d88
Scripts/ToC: Remove a safe-measure call that caused issues
...
Closes #11874
(cherry picked from commit 3f094b9116 )
2014-11-02 01:22:24 -02:00
Kinzcool
2a763cc175
Core/AreaTriggers: Make the loading for areatrigger teleports from WorldSafeLocs.dbc
2014-11-01 22:20:40 -04:00
Vincent-Michael
bb6f46b0fd
Core/NetworkIO: Enable CMSG_CHAR_CREATE / SMSG_CHAR_CREATE opcodes
2014-11-02 02:19:48 +01:00
Shauren
6584995c11
Auth/Battle.net Added missing build check to JoinRequest handler
2014-11-01 11:40:17 +01:00
DDuarte
521ff3dffe
Build/Tools: Fix linker errors (zlib and pthread)
2014-11-01 09:51:39 +00:00
Nyeriah
f4a318b109
Scripts/ToC: Few codestyle changes and clean ups
...
(cherry picked from commit f6896c9a3a )
2014-11-01 02:09:13 -02:00
Nyeriah
98700474b5
Scripts/ToC: Twin Val'kyr
...
- Script rewritten to EventMaps
- Implemented random special ability sequence
- Adjusted timer for special abilities to 45 seconds
- Misc clean up.
Closes #7546
(cherry picked from commit e5da0dccfa )
2014-11-01 00:53:11 -02:00
Shauren
dd040c5992
Core/NetworkIO: Fixed packet compression
2014-10-31 22:36:43 +01:00
Duarte Duarte
7f7108815f
Merge pull request #13477 from bloerwald/map_extractor/nicer_output_on_errors
...
Map extractor: nicer output on errors
2014-10-31 16:14:10 +00:00
joschiwald
f6f800447a
Core/NetworkIO: update opcodes to 6.0.3.19103 and disable all handlers
2014-10-31 15:49:23 +01:00
joschiwald
310c33d96f
Core/NetworkIO: update SMSG_CHAR_ENUM and CMSG_PLAYER_LOGIN
2014-10-31 14:47:56 +01:00
Kinzcool
b485dc78b1
SQL: Changed data fields in gameobject_template to allow int32s
2014-10-30 22:21:06 -04:00
Shauren
7de1356085
Core/NetworkIO: Moved SMSG_AUTH_CHALLENGE and CMSG_AUTH_SESSION to packet claases, added SMSG_COMPRESSED_PACKET
2014-10-31 01:20:53 +01:00
Shauren
398068e3de
Fixed gcc build
2014-10-30 20:59:07 +01:00
Shauren
785f0bf5c0
Core/GameObjects: Updated GameObjectTemplate data structure
2014-10-30 20:02:42 +01:00
DDuarte
7b2274a744
Core/Networking: PoC changes to the way packets are handled
...
This is a rewrite of the way we send SMSG opcodes, the reasoning behind this is to make fixing packets sent in multiple places easier, and allow for clearer documentation of the packet fields.
Included SMSG_AUTH_RESPONSE and SMSG_AUCTION_COMMAND_RESULT as two examples.
2014-10-30 02:04:54 +00:00
Nyeriah
848c10e581
Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement "Hot Pocket"
...
(cherry picked from commit 21820b425b )
2014-10-29 21:58:16 -02:00