aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-05Core/Player: Implement CharSections.dbc and serverside checksCarbenium
Ported from 6d4c672fb1b799e1888881282e40992a9e15a006 Original work by @ariel-
2015-04-05Core/PacketIO: Updated and enabled collision height opcodesShauren
* Removed old 4.3.4 movement structures
2015-04-05Core/DBUpdater: Remove some constructors accidently merged in 455eee9392acNaios
2015-04-05Core/DBUpdater: Exit clean if a query failed to apply.Naios
* Fix some \W4 warnings about constructors. (cherry picked from commit de490674ff1205d908301b94f5644247562b43cb)
2015-04-05Core/Log: Remove some unnecessary std::move's.Naios
* This are r-value references already. * Thanks @Shauren for noticing (cherry picked from commit 85d6ff9570869bce368e9bbcf881755c6c89cb55)
2015-04-05Merge pull request #14491 from doctaweeks/fixes-for-6.xCarbenium
Fixes for 6.x
2015-04-05Update README.mdCarbenium
Requirement raised to VS 2013 Update 4 (Windows only)
2015-04-04Core/PacketIO: Enabled CMSG_MOVE_KNOCK_BACK_ACK, SMSG_MOVE_UPDATE_KNOCK_BACK ↵Shauren
and SMSG_MOVE_UPDATE
2015-04-04Core/PacketIO: Updated cooldown packetsShauren
2015-04-04Core/Packets: rename classes to match standardsMitchesD
2015-04-04Core/PacketIO: SMSG_ZONE_UNDER_ATTACK, SMSG_THREAT_CLEAR and enabled some ↵MitchesD
opcodes
2015-04-04Core/PacketIO: Updated and enabled SMSG_SPELL_CHANNEL_START and ↵Shauren
SMSG_SPELL_CHANNEL_UPDATE
2015-04-04Build fixShauren
2015-04-04Core/PacketIO: Updated and enabled RaF packetsShauren
2015-04-04Misc: Fixed license header formattingShauren
2015-04-04Update to 6.1.2 19831Carbenium
2015-04-04Core/Players: Updated tradingShauren
* 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-03Core/PacketIO: updated SMSG_LOOT_RELEASE and enabled CMSG_OPEN_ITEMMitchesD
2015-04-03Core/Networking: Cleanup CloseSocket calls from read failures in WorldSocketShauren
2015-04-02Remove BOM from connection_patcherDaniel M. Weeks
2015-04-02Switch abs to std::absDaniel M. Weeks
2015-04-02Add missing override keyword in scriptsDaniel M. Weeks
2015-04-02Add missing override keyword in gameDaniel M. Weeks
2015-04-02Add missing override keyword in bnetserverDaniel M. Weeks
2015-04-02Rename variables to fix C++11 keyword collisionDaniel M. Weeks
2015-04-02Remove old ACE referenceDaniel M. Weeks
2015-04-02Update README.mdVincent-Michael
2015-04-02Core: Fix non pch buildVincent-Michael
2015-04-02Core/Packets: Fix writing WorldPackets::Duel::DuelCompleteDDuarte
2015-04-02Core/World: Remove va_list from World::RecordTimeDiff.Naios
* 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-02Core/Database: Remove va_list from PreparedStatement::PAppend.Naios
(cherry picked from commit 1939367108b50eb1de2bb0a9cc017eea6423cf29)
2015-04-02Core/Database: Remove va_args from DatabaseWorker::Execute methods.Naios
* Also delegate SQLQueryHolder::SetPQuery into SetQuery. (cherry picked from commit df4723af25900b3638a2b5921cf67e1838cbaf64) Conflicts: src/server/shared/Database/QueryHolder.h
2015-04-02Dep/CppFormat: Update cppformat to cppformat/cppformat@aab64b55a4c5db5Naios
* fixes argument limit, argument count is unlimited now. (cherry picked from commit 589296da9044be13f921724e8c2b1312bebde4c8)
2015-04-02Core/Packets: Fix writing WorldPackets::Duel::DuelCountdownDDuarte
2015-04-02Core/SAI: fix typoMitchesD
2015-04-02Core/Packets: Fix writing WorldPackets::Duel::DuelRequestedDDuarte
2015-04-02Core/Packets: Updated and enabled duel opcodesxerkoss
Closes #14438
2015-04-02Core/SmartScripts: added SMART_ACTION_SET_COUNTER and SMART_EVENT_COUNTER_SETMitchesD
as per request of DB developers
2015-04-02Merge pull request #14486 from Gigi1237/MailPacketDuarte Duarte
Core/PacketIO: Enabled and updated Mail
2015-04-02Core/Unit: Fix crash introduced by 930a6af70a85f0d14b9befd74f33e0ad24f74875Carbenium
2015-04-02Core/PacketIO: updated CMSG_LOOT_ROLLMitchesD
2015-04-02Core/Unit: Implement SMSG_HEALTH_UPDATECarbenium
2015-04-01Fixed compileRat
2015-04-01Core/PacketIO: Enabled and updated MailGigi1237
2015-04-01Core/Arenas: Removed arena team related opcodes and methods that were only ↵Shauren
used by them
2015-04-01Core/PacketIO: Uncommented all switches on opcodesShauren
2015-04-01Core/Networking: Fixed deadlock in HandlePing if the client is about to be ↵Shauren
kicked for overspeed pings
2015-04-01Core/PacketIO: Updated all client opcode valuesShauren
2015-03-31Core/Handlers: prevent sending empty packet in npc text query if no ↵Rat
BroadcastTextID is set in db, to prevent wrong client caching. writes error instead
2015-03-31Core/Quests: updated SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE packetRat
- updated gossip window handling