Commit Graph

26297 Commits

Author SHA1 Message Date
Vincent-Michael
ee8e850fc3 DB/Hotfixes: Added missing update for 9dbe55b319 2015-04-06 23:38:47 +02:00
Vincent-Michael
e6a07bd8ff SQL: Update auth_database 2015-04-06 23:20:15 +02:00
Vincent-Michael
28944aaa25 DB/BattleNet: Update to 6.1.2 19865 2015-04-06 23:18:51 +02:00
Vincent-Michael
9dbe55b319 DB/Hotfixes: Added all current blizz hotfixes - 19831 - 04/06/2015 18:09:50.328 2015-04-06 23:17:09 +02:00
Shauren
a825deccca Core/DataStores: Actually load SpellPowerDifficulty.db2, oops. 2015-04-06 22:36:58 +02:00
Vincent-Michael
c0e3b0bb98 DB/Hotfixes: Added chr_upgrade_* table 2015-04-06 21:47:49 +02:00
Rat
9b746368db Core/Database: removed old questItem fields 2015-04-06 21:03:50 +02:00
Rat
11f6b9af0b Core/Spells: small cleanup in EffectDestroyItem 2015-04-06 19:50:21 +02:00
Rat
e248d5a406 Core/DataBase: implemented creature_questitem and gameobject_questitem tables 2015-04-06 19:49:39 +02:00
Rat
e7000a49ec Core/Packets: fixed usage if ItemDrop field in quest query response 2015-04-06 19:43:11 +02:00
Shauren
568a217c2d Core/PacketIO: Updated and enabled vehicle opcodes 2015-04-06 14:12:28 +02:00
Vincent-Michael
6d743652fc DB/Hotfixes: Change gameobjects data fields to signed 2015-04-06 14:02:52 +02:00
Rat
0685033834 Core/Spells: implemented SPELL_EFFECT_DESTROY_ITEM 2015-04-06 14:01:39 +02:00
Rat
c5bbc9287d Core/GameObjects: fixed build in gcc 2015-04-06 13:11:35 +02:00
Rat
23e8a3ce29 Core/GameObjects: fixed typo and logic (0 is a valid invisibility type) 2015-04-06 12:14:25 +02:00
MitchesD
449ae2b00e DB/Spawns: The Wandering Isle (Pandaren starting zone)
* added all creatures and gameobjects
* there might be some double spawns, but they are intended, due to phasing a quest progress
* event with skyseeker is spawned only from Alliance side, can't be spawned from both sides, due to mobs are spawned from triggers and depend on selected quests (mobs are here just for DB devs who will script this event)
2015-04-06 10:56:54 +02:00
Vincent-Michael
514a9b57c7 DB/Hotfixes: Update gameobjects for 6.1.2 2015-04-06 05:49:31 +02:00
Vincent-Michael
321b1f2d03 DB/Hotfixes: Update creature difficulty for 6.1.2 2015-04-06 04:14:04 +02:00
Shauren
01cc5d8c05 Core/PacketIO: Updated and enabled SMSG_SET_VEHICLE_REC_ID and SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA
* Implemented SMSG_MOVE_SET_VEHICLE_REC_ID and CMSG_MOVE_SET_VEHICLE_REC_ID_ACK
2015-04-06 00:40:56 +02:00
Shauren
38fcea46da Core/PacketIO: Fixed creature movement on transports (and vehicle enter/exit) 2015-04-06 00:39:29 +02:00
Rat
9d59d038f8 Core/GameObjects: Implemented gameobject_addon table, you can now set invisibility for gameobjects for quests 2015-04-05 23:51:46 +02:00
Vincent-Michael
e7eab4bd07 DB/World: Update quest template for 6.1.2 2015-04-05 22:00:12 +02:00
Vincent-Michael
b4cb5f1471 DB/Hotfixes: Update broadcast text for 6.1.2 2015-04-05 21:55:27 +02:00
Naios
f48b6f286c Dep/CppFormat: Update cppformat to cppformat/cppformat@fd53bb6fb8
* fixes /W4 warning spamming.

(cherry picked from commit 66ce97c87e)
2015-04-05 21:31:31 +02:00
Rat
51f58e8b30 Core/Quests: fixed targeting of quest reward auras, mostly used for quest invisibility detection auras 2015-04-05 20:57:55 +02:00
Rat
f8c9784dbf Core/Commands: fixed crash in gobject target command 2015-04-05 20:55:49 +02:00
Shauren
832c3d7a09 Core/Misc: Removed unused variables 2015-04-05 16:54:26 +02:00
Shauren
3a4b633ada Core/PacketIO: Added missing FlushBits call 2015-04-05 16:54:09 +02:00
Shauren
64333ef142 SQL: Recreated quest_poi and quest_poi_point dumps to be importable with much smaller max_allowed_packet config and timeout 2015-04-05 16:50:51 +02:00
Shauren
e7deae947c Build fix for GCC 4.7 2015-04-05 11:32:34 +02:00
Vincent-Michael
8c4c267de1 Core: Fix typo (i should really sleep) :( 2015-04-05 06:44:46 +02:00
Vincent-Michael
7b34fd4b43 Core: Fix warnings 2015-04-05 06:37:26 +02:00
Vincent-Michael
4359c4c758 Core/PacketIO: Updated and enabled CMSG_QUEST_POI_QUERY / SMSG_QUEST_POI_QUERY_RESPONSE 2015-04-05 05:54:53 +02:00
Carbenium
d1902b4095 Core/Player: Implement CharSections.dbc and serverside checks
Ported from 6d4c672fb1
Original work by @ariel-
2015-04-05 01:48:45 +02:00
Shauren
0878a42b7e Core/PacketIO: Updated and enabled collision height opcodes
* Removed old 4.3.4 movement structures
2015-04-05 01:39:32 +02:00
Naios
9d6c837004 Core/DBUpdater: Remove some constructors accidently merged in 455eee9392 2015-04-05 01:02:19 +02:00
Naios
455eee9392 Core/DBUpdater: Exit clean if a query failed to apply.
* Fix some \W4 warnings about constructors.

(cherry picked from commit de490674ff)
2015-04-05 00:25:20 +02:00
Naios
2b6c086576 Core/Log: Remove some unnecessary std::move's.
* This are r-value references already.
* Thanks @Shauren for noticing

(cherry picked from commit 85d6ff9570)
2015-04-05 00:25:14 +02:00
Carbenium
6252330a77 Merge pull request #14491 from doctaweeks/fixes-for-6.x
Fixes for 6.x
2015-04-05 00:16:36 +02:00
Carbenium
f09af70583 Update README.md
Requirement raised to VS 2013 Update 4 (Windows only)
2015-04-05 00:11:36 +02:00
Shauren
14b475e865 Core/PacketIO: Enabled CMSG_MOVE_KNOCK_BACK_ACK, SMSG_MOVE_UPDATE_KNOCK_BACK and SMSG_MOVE_UPDATE 2015-04-04 23:49:14 +02:00
Shauren
38b326d27b Core/PacketIO: Updated cooldown packets 2015-04-04 20:24:31 +02:00
MitchesD
e7e940db22 Core/Packets: rename classes to match standards 2015-04-04 19:52:53 +02:00
MitchesD
786834600f Core/PacketIO: SMSG_ZONE_UNDER_ATTACK, SMSG_THREAT_CLEAR and enabled some opcodes 2015-04-04 18:03:56 +02:00
Shauren
b66d2da2c7 Core/PacketIO: Updated and enabled SMSG_SPELL_CHANNEL_START and SMSG_SPELL_CHANNEL_UPDATE 2015-04-04 16:04:40 +02:00
Shauren
e2abc9edf8 Build fix 2015-04-04 14:54:02 +02:00
Shauren
250d85b559 Core/PacketIO: Updated and enabled RaF packets 2015-04-04 13:33:58 +02:00
Shauren
76cbf05a2e Misc: Fixed license header formatting 2015-04-04 13:11:32 +02:00
Carbenium
2d3f99c521 Update to 6.1.2 19831 2015-04-04 00:57:16 +02:00
Shauren
89007ac1d0 Core/Players: Updated trading
* Use special Uniq ObjectGuid::TradeItem for enchanting trade items
* Added additional validation of trade state
* Fixed an ancient bug in trade display causing pending enchantment to never update clientside if too many operations were done in a trading session
2015-04-04 00:07:16 +02:00