| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 | |||
| 2015-03-31 | Core/Commands: Added more npc info to debug phase command | Rat | |
| 2015-03-30 | Fix warning | Gacko | |
| 2015-03-30 | Core/Spells: Reset talent specialization when using reset talents command | Rat | |
| 2015-03-30 | Core/PacketIO: Tested and enabled some opcodes | Rat | |
| 2015-03-30 | Core/Quests: updated questlog offset | Rat | |
| 2015-03-30 | Core/Conditions: adjust logging code after recent phases changes | joschiwald | |
| 2015-03-30 | Core/Entities: Regenerated UpdateField data for build 19802 | Shauren | |
| 2015-03-30 | Core/PacketIO: Fix typo (thx @ExHunter) | Vincent-Michael | |
| 2015-03-29 | Fix warnings | Gacko | |
| 2015-03-29 | Core/PacketIO: Sync with wpp | Vincent-Michael | |
| 2015-03-29 | Sync changes from 3.3.5 non-pch build fix. | Gacko | |
| 1995dcab7674c9ebae6ab8577e276cf27afeed4d | |||
| 2015-03-29 | Merge pull request #14389 from streetrat/6.x | Rat | |
| Core/Phases: Added new phasing system | |||
| 2015-03-29 | Core/Phases: phaseMask remove part 1 | Rat | |
| 2015-03-29 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x | Rat | |
| 2015-03-29 | Core/Phases: Defined default phaseID | Rat | |
| 2015-03-29 | Fix non-pch build | Gacko | |
| 2015-03-29 | Core/PacketIO: Fixed bad opcode name | Shauren | |
| 2015-03-29 | CMake: Use source_groups to represent the source tree | Naios | |
| * It let ide's (like vs) display the source tree. * Disabled by default. * Soft requirement is cmake >= 2.8.12 . * Offers 2 modes: flat & hierarchical. * For detailed description see #14471 * Thanks @click for help and advises. * Closes #14471 (cherry picked from commit c386711972260aa7b877cdc8cb49d24576ce1902) Conflicts: src/server/authserver/CMakeLists.txt | |||
| 2015-03-29 | Core/Phases: updated packet handling to new format | Rat | |
| 2015-03-29 | Core/Database: Return an unknown error code instead of false (0) if ↵ | Naios | |
| mysql_init failed. * Thanks @et65 for noticing. * ref #14139 | |||
| 2015-03-29 | Core/Misc: Revert a static analysis "fix" | jackpoz | |
| Revert assertion check added in 5dfd07fa4f1383105e1bdb8ece173a660c7dd3d2 , the issue reported by Coverity is a false positive. | |||
| 2015-03-29 | Core/Database: Fix a mistake in 54ee5267244acac16 | Naios | |
| * Also use proper errno instead of 0 when reconnecting. * Thanks @et65 for reporting * ref #14139 | |||
