Commit Graph

26307 Commits

Author SHA1 Message Date
Vincent-Michael
a2dbcf2a22 DB/World: Update quest template for 6.1.2 19865 part 3 2015-04-08 14:38:34 +02:00
Vincent-Michael
9dc2263e99 DB/World: Update quest template for 6.1.2 19865 part 2 2015-04-08 14:21:14 +02:00
Vincent-Michael
3c0b814c67 DB/World: Update quest template for 6.1.2 19865 2015-04-08 13:45:01 +02:00
Shauren
fd257a6e00 Core/Opcodes: Defined 1 more opcode 2015-04-08 12:11:51 +02:00
Vincent-Michael
20ab76a2cb Core: Whitespace cleanup 2015-04-08 02:27:20 +02:00
Vincent-Michael
41a9ef55db DB/Hotfixes: Added all current blizz hotfixes - 19865 04/07/2015 23:15:33 2015-04-07 23:17:20 +02:00
blub
f827720c1f Merge pull request #14515 from DJScias/showopcodes
Core/Packets: enable CMSG_SHOWING_CLOAK and CMSG_SHOWING_HELM
2015-04-07 18:13:05 +02:00
DJScias
b7630caa35 Core/Packets: enable CMSG_SHOWING_CLOAK and CMSG_SHOWING_HELM
Someone probably forgot to re-enable them, as they do in fact work with the current opcode values. (Tested & confirmed)
2015-04-07 18:08:20 +02:00
Shauren
ecf30d1871 Core/Opcodes: Added more (looks like deprecated) garrison opcodes 2015-04-07 00:08:40 +02:00
Vincent-Michael
a063f5e974 DB/Hotfixes: Added BattlePetSpecies hotfixes for 9dbe55b319 2015-04-07 00:07:11 +02:00
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