| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-05 | Core/Player: Implement CharSections.dbc and serverside checks | Carbenium | |
| Ported from 6d4c672fb1b799e1888881282e40992a9e15a006 Original work by @ariel- | |||
| 2015-04-05 | Core/PacketIO: Updated and enabled collision height opcodes | Shauren | |
| * Removed old 4.3.4 movement structures | |||
| 2015-04-05 | Core/DBUpdater: Remove some constructors accidently merged in 455eee9392ac | Naios | |
| 2015-04-05 | Core/DBUpdater: Exit clean if a query failed to apply. | Naios | |
| * Fix some \W4 warnings about constructors. (cherry picked from commit de490674ff1205d908301b94f5644247562b43cb) | |||
| 2015-04-05 | Core/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-05 | Merge pull request #14491 from doctaweeks/fixes-for-6.x | Carbenium | |
| Fixes for 6.x | |||
| 2015-04-05 | Update README.md | Carbenium | |
| Requirement raised to VS 2013 Update 4 (Windows only) | |||
| 2015-04-04 | Core/PacketIO: Enabled CMSG_MOVE_KNOCK_BACK_ACK, SMSG_MOVE_UPDATE_KNOCK_BACK ↵ | Shauren | |
| and SMSG_MOVE_UPDATE | |||
| 2015-04-04 | Core/PacketIO: Updated cooldown packets | Shauren | |
| 2015-04-04 | Core/Packets: rename classes to match standards | MitchesD | |
| 2015-04-04 | Core/PacketIO: SMSG_ZONE_UNDER_ATTACK, SMSG_THREAT_CLEAR and enabled some ↵ | MitchesD | |
| opcodes | |||
| 2015-04-04 | Core/PacketIO: Updated and enabled SMSG_SPELL_CHANNEL_START and ↵ | Shauren | |
| SMSG_SPELL_CHANNEL_UPDATE | |||
| 2015-04-04 | Build fix | Shauren | |
| 2015-04-04 | Core/PacketIO: Updated and enabled RaF packets | Shauren | |
| 2015-04-04 | Misc: Fixed license header formatting | Shauren | |
| 2015-04-04 | Update to 6.1.2 19831 | Carbenium | |
| 2015-04-04 | Core/Players: Updated trading | Shauren | |
| * 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-03 | Core/PacketIO: updated SMSG_LOOT_RELEASE and enabled CMSG_OPEN_ITEM | MitchesD | |
| 2015-04-03 | Core/Networking: Cleanup CloseSocket calls from read failures in WorldSocket | Shauren | |
| 2015-04-02 | Remove BOM from connection_patcher | Daniel M. Weeks | |
| 2015-04-02 | Switch abs to std::abs | Daniel M. Weeks | |
| 2015-04-02 | Add missing override keyword in scripts | Daniel M. Weeks | |
| 2015-04-02 | Add missing override keyword in game | Daniel M. Weeks | |
| 2015-04-02 | Add missing override keyword in bnetserver | Daniel M. Weeks | |
| 2015-04-02 | Rename variables to fix C++11 keyword collision | Daniel M. Weeks | |
| 2015-04-02 | Remove old ACE reference | Daniel M. Weeks | |
| 2015-04-02 | Update README.md | Vincent-Michael | |
| 2015-04-02 | Core: Fix non pch build | Vincent-Michael | |
| 2015-04-02 | Core/Packets: Fix writing WorldPackets::Duel::DuelComplete | DDuarte | |
| 2015-04-02 | Core/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-02 | Core/Database: Remove va_list from PreparedStatement::PAppend. | Naios | |
| (cherry picked from commit 1939367108b50eb1de2bb0a9cc017eea6423cf29) | |||
| 2015-04-02 | Core/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-02 | Dep/CppFormat: Update cppformat to cppformat/cppformat@aab64b55a4c5db5 | Naios | |
| * fixes argument limit, argument count is unlimited now. (cherry picked from commit 589296da9044be13f921724e8c2b1312bebde4c8) | |||
| 2015-04-02 | Core/Packets: Fix writing WorldPackets::Duel::DuelCountdown | DDuarte | |
| 2015-04-02 | Core/SAI: fix typo | MitchesD | |
| 2015-04-02 | Core/Packets: Fix writing WorldPackets::Duel::DuelRequested | DDuarte | |
| 2015-04-02 | Core/Packets: Updated and enabled duel opcodes | xerkoss | |
| Closes #14438 | |||
| 2015-04-02 | Core/SmartScripts: added SMART_ACTION_SET_COUNTER and SMART_EVENT_COUNTER_SET | MitchesD | |
| as per request of DB developers | |||
| 2015-04-02 | Merge pull request #14486 from Gigi1237/MailPacket | Duarte Duarte | |
| Core/PacketIO: Enabled and updated Mail | |||
| 2015-04-02 | Core/Unit: Fix crash introduced by 930a6af70a85f0d14b9befd74f33e0ad24f74875 | Carbenium | |
| 2015-04-02 | Core/PacketIO: updated CMSG_LOOT_ROLL | MitchesD | |
| 2015-04-02 | Core/Unit: Implement SMSG_HEALTH_UPDATE | Carbenium | |
| 2015-04-01 | Fixed compile | Rat | |
| 2015-04-01 | Core/PacketIO: Enabled and updated Mail | Gigi1237 | |
| 2015-04-01 | Core/Arenas: Removed arena team related opcodes and methods that were only ↵ | Shauren | |
| used by them | |||
| 2015-04-01 | Core/PacketIO: Uncommented all switches on opcodes | Shauren | |
| 2015-04-01 | Core/Networking: Fixed deadlock in HandlePing if the client is about to be ↵ | Shauren | |
| kicked for overspeed pings | |||
| 2015-04-01 | Core/PacketIO: Updated all client opcode values | Shauren | |
| 2015-03-31 | Core/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-31 | Core/Quests: updated SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE packet | Rat | |
| - updated gossip window handling | |||
