Commit Graph
26276 Commits
Author SHA1 Message Date
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 66ce97c87e347ab9426ffbd60b6fe5aa90a96b9b)
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 6d4c672fb1b799e1888881282e40992a9e15a006
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 de490674ff1205d908301b94f5644247562b43cb)
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 85d6ff9570869bce368e9bbcf881755c6c89cb55)
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
MitchesD be016b94aa Core/PacketIO: updated SMSG_LOOT_RELEASE and enabled CMSG_OPEN_ITEM 2015-04-03 20:07:45 +02:00
Shauren 18343a7309 Core/Networking: Cleanup CloseSocket calls from read failures in WorldSocket 2015-04-03 15:38:03 +02:00
Daniel M. Weeks 96c6ed1867 Remove BOM from connection_patcher 2015-04-02 22:28:43 -04:00
Daniel M. Weeks 8476c2ac5a Switch abs to std::abs 2015-04-02 22:28:13 -04:00
Daniel M. Weeks b948a4275e Add missing override keyword in scripts 2015-04-02 22:28:05 -04:00
Daniel M. Weeks 3613f6971e Add missing override keyword in game 2015-04-02 22:27:51 -04:00
Daniel M. Weeks 2951e0ccb1 Add missing override keyword in bnetserver 2015-04-02 22:27:43 -04:00
Daniel M. Weeks 573cda7b52 Rename variables to fix C++11 keyword collision 2015-04-02 22:27:18 -04:00
Daniel M. Weeks 18acb9914a Remove old ACE reference 2015-04-02 22:25:22 -04:00
Vincent-Michael a6247102fd Update README.md 2015-04-02 23:52:11 +02:00
Vincent-Michael ceedea0e42 Core: Fix non pch build 2015-04-02 23:49:13 +02:00
DDuarte 47eaed682f Core/Packets: Fix writing WorldPackets::Duel::DuelComplete 2015-04-02 22:46:21 +01:00
Naios 2acd2f1d97 Core/World: Remove va_list from World::RecordTimeDiff.
* also split it in ResetTimeDiffRecord() and RecordTimeDiff() to avoid passing of null values.

(cherry picked from commit c9b0c8a0ca6183f11d026fb8d6caaa7b476159ce)

Conflicts:
	src/server/game/World/World.cpp
2015-04-02 22:55:55 +02:00
Naios 3e5025b773 Core/Database: Remove va_list from PreparedStatement::PAppend.
(cherry picked from commit 1939367108b50eb1de2bb0a9cc017eea6423cf29)
2015-04-02 22:55:54 +02:00
Naios 6d0f0bf5fa Core/Database: Remove va_args from DatabaseWorker::Execute methods.
* Also delegate SQLQueryHolder::SetPQuery into SetQuery.

(cherry picked from commit df4723af25900b3638a2b5921cf67e1838cbaf64)

Conflicts:
	src/server/shared/Database/QueryHolder.h
2015-04-02 22:55:52 +02:00
Naios 3486f15352 Dep/CppFormat: Update cppformat to cppformat/cppformat@aab64b55a4
* fixes argument limit, argument count is unlimited now.

(cherry picked from commit 589296da9044be13f921724e8c2b1312bebde4c8)
2015-04-02 22:55:50 +02:00
DDuarte 39078a9fd9 Core/Packets: Fix writing WorldPackets::Duel::DuelCountdown 2015-04-02 20:59:57 +01:00
MitchesD 9ed21eb5b1 Core/SAI: fix typo 2015-04-02 21:27:27 +02:00
DDuarte 7c776ddadf Core/Packets: Fix writing WorldPackets::Duel::DuelRequested 2015-04-02 18:58:35 +01:00
xerkoss ae9f9f5de6 Core/Packets: Updated and enabled duel opcodes
Closes #14438
2015-04-02 18:44:27 +02:00
MitchesD 23b1c042ad Core/SmartScripts: added SMART_ACTION_SET_COUNTER and SMART_EVENT_COUNTER_SET
as per request of DB developers
2015-04-02 18:02:34 +02:00