aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2015-03-31Core/Commands: Added more npc info to debug phase commandRat
2015-03-30Fix warningGacko
2015-03-30Core/Spells: Reset talent specialization when using reset talents commandRat
2015-03-30Core/PacketIO: Tested and enabled some opcodesRat
2015-03-30Core/Quests: updated questlog offsetRat
2015-03-30Core/Conditions: adjust logging code after recent phases changesjoschiwald
2015-03-30Core/Entities: Regenerated UpdateField data for build 19802Shauren
2015-03-30Core/PacketIO: Fix typo (thx @ExHunter)Vincent-Michael
2015-03-29Fix warningsGacko
2015-03-29Core/PacketIO: Sync with wppVincent-Michael
2015-03-29Sync changes from 3.3.5 non-pch build fix.Gacko
1995dcab7674c9ebae6ab8577e276cf27afeed4d
2015-03-29Merge pull request #14389 from streetrat/6.xRat
Core/Phases: Added new phasing system
2015-03-29Core/Phases: phaseMask remove part 1Rat
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2015-03-29Core/Phases: Defined default phaseIDRat
2015-03-29Fix non-pch buildGacko
2015-03-29Core/PacketIO: Fixed bad opcode nameShauren
2015-03-29CMake: Use source_groups to represent the source treeNaios
* 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-29Core/Phases: updated packet handling to new formatRat
2015-03-29Core/Database: Return an unknown error code instead of false (0) if ↵Naios
mysql_init failed. * Thanks @et65 for noticing. * ref #14139
2015-03-29Core/Misc: Revert a static analysis "fix"jackpoz
Revert assertion check added in 5dfd07fa4f1383105e1bdb8ece173a660c7dd3d2 , the issue reported by Coverity is a false positive.
2015-03-29Core/Database: Fix a mistake in 54ee5267244acac16Naios
* Also use proper errno instead of 0 when reconnecting. * Thanks @et65 for reporting * ref #14139