aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-18Core: More INFO -> DEBUG/WARN/ERROR manglingclick
(cherry picked from commit 15e56ed0b3a43afd43760a26844567083427c544)
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
Type safe logging
2015-03-18Core: More INFO -> DEBUG changes (WorldSession/WorldSocket)click
(cherry picked from commit 132d4ede37f849ef3803dda85ae3c7087a51cc83) Conflicts: src/server/game/Server/WorldSession.cpp src/server/game/Server/WorldSocket.cpp
2015-03-18Core: Move LOG_INFO -> LOG_DEBUG level for achievementsclick
(cherry picked from commit 8562be602bda60f5767b9e263287edb660177972) Conflicts: src/server/game/Achievements/AchievementMgr.cpp
2015-03-18Core: Move some MMAPS-related INFO-messages to DEBUGclick
(cherry picked from commit a854e1769036a51c35daec6e4175609fc24d3cd0)
2015-03-18Core: Change some map-specific INFO-messages over to to DEBUG or ERRORclick
(cherry picked from commit ec6bec6bc4e5b799c128992f68d429f068654b6e) Conflicts: src/server/game/Maps/Map.cpp
2015-03-18Core: Move some more INFO-level logentries to DEBUGclick
(cherry picked from commit db302c28c24a5bc9f77463555453bb09ca4b094a) Conflicts: src/server/game/Spells/Spell.cpp src/server/game/Spells/SpellEffects.cpp
2015-03-18Core/PacketLog: Avoid unneeded calls with disabled packet logsjackpoz
Avoid calling GetOpcodeNameForLogging() when packet logs are disabled. (cherry picked from commit 5e7d4a44e0d6b92da8ba68a00be00c530a72c873) Conflicts: src/server/game/Server/WorldSocket.cpp
2015-03-18Shared/Logs: Add support to .server set loglevel command after ↵jackpoz
003d67708b9a279da3d37e5ef06eb32ceab53964 Update the lowest log level when using ".server set loglevel" command. (cherry picked from commit 43f74fd8cfbab8f8fecf128e5d8d5d44ae767988)
2015-03-18Shared/Logs: Improve log performancesjackpoz
Improve Log::ShouldLog() performances by saving the lowest log level across all loggers and discarding any log with lower level than that. (cherry picked from commit 003d67708b9a279da3d37e5ef06eb32ceab53964)
2015-03-18Core/Player: Optimize Player::HaveAtClient() performancejackpoz
Change m_clientGUIDs from std::set to std::unordered_set to reduce by 2.7x times the cpu usage in Player::HaveAtClient() (cherry picked from commit 49ececf03830ca1d3df45bec1cd7f657d309450b)
2015-03-18Core/Collision: Fix crash when loading invalid vmap datajackpoz
Fix array overflow when loading Models from vmap tiles with wrong/outdated/bad data. Try extracting again vmaps if you see this error. Closes #14255 (cherry picked from commit 3035a4218bddb4362efa81a12c6bafb3c1b727bf)
2015-03-18Core/CrashHandler: Fix char[] without '\0' handlingjackpoz
Fix char[] without a NULL character '\0' in the array reading over the char[] bounds (cherry picked from commit fd844e3d7e18212d6e8dd6531eac1f198527926b)
2015-03-17Scripts/Undercity: Update Lady Sylvanas' script and also implement few ↵Nyeriah
missing things to Journey to Undercity's quest end event Closes https://github.com/TrinityCore/TrinityCore/pull/14094 Thanks to @Killyana @Rushor @jaredjones and all others who helped with this (cherry picked from commit a76722ccef8ffb719d5736e9220a94415bd88a5d)
2015-03-17DB/Creature: Silithus SpawnRushor
This contains: * All Creaturespawns * All Gameobjectspawns * All CreatureSAIs * All visual Auras * All Rndmmovement * All Waypoints
2015-03-17Merge pull request #14386 from Gigi1237/SpeedAckDuarte Duarte
Core/PacketIO: Updated and enabled _SPEED_CHANGE_ACK
2015-03-16SQL: Fix importVincent-Michael
2015-03-16Core/Packets: Enable opcode CMSG_BANKER_ACTIVATE / SMSG_SHOW_BANKVincent-Michael
2015-03-16DB/Quest: Navarax's GambitRushor
2015-03-16DB/Quest: A slimy SituationRushor
2015-03-16Merge pull request #14391 from Luzifix/opcode-3Duarte Duarte
Core/PacketIO: update & enable CMSG_QUESTGIVER_HELLO
2015-03-16Core/PacketIO: update & enable CMSG_QUESTGIVER_HELLOLuzifix
2015-03-16DB/Quest: Ever so lonelyRushor
by @Killyana closes #13770
2015-03-16DB/Quest: Escaped From Gilneas & Annihilate the WorgenRushor
by @Killyana closes #13771
2015-03-16DB/Creature: DarnellRushor
by @Exodius and @Killyana closes #13761
2015-03-16DB/Creature: Aradne - Summon EventRushor
Thanks to @Killyana closes #13756
2015-03-16DB/Creature: Winterspring MovementRushor
2015-03-16DB/Creature: Shade of the SpiritspeakerRushor
2015-03-16DB/Quest: Boulder deliveryRushor
2015-03-16DB/Quest: Tree DeliveryRushor
2015-03-16DB/Quest: YetiphobiaRushor
2015-03-15Core/PacketIO: Updated and enabled _SPEED_CHANGE_ACKGigi1237
Added packet structure for MovmentAck
2015-03-15Merge pull request #14377 from DJScias/opcodes4Duarte Duarte
Core/Packets: update and enable SMSG_SUPPRESS_NPC_GREETINGS
2015-03-15Merge pull request #14372 from DJScias/opcodes2Duarte Duarte
Core/Packets: update CMSG_QUESTLOG_REMOVE_QUEST and enabled some quest o...
2015-03-15Core/Enums: Update TutorialAction for 6.1.0Vincent-Michael
2015-03-15Merge pull request #14382 from Luzifix/opcode-3blub
Core/PacketIO: Update and enable delete character for 6.1
2015-03-15Core/PacketIO: Update and enable delete character for 6.1Luzifix
2015-03-15Core/Enums: Update ResponseCodes for 6.1.0Vincent-Michael
2015-03-15Core/Packets: Fix typoVincent-Michael
2015-03-15Core/Packets: Update some opcodes and enable thisVincent-Michael
2015-03-15Core/Packets: Update some opcodes and enable thisVincent-Michael
2015-03-15Fix typo in MovementStatus (read/write)Vincent-Michael
todo 6.x use this infos
2015-03-15Core/Packets: Added SMSG_TRANSFER_ABORTED / SMSG_TRANSFER_PENDING opcodes ↵Vincent-Michael
for 6.1.0 and enable this
2015-03-15Core/Packets: Update some opcodes and enable thisVincent-Michael
2015-03-15Core/Packets: Update some opcodes and enable thisVincent-Michael
2015-03-15Core/Packets: Enable CMSG_SET_ACTIONBAR_TOGGLES opcode for 6.1.0Vincent-Michael
2015-03-15Merge pull request #14376 from DJScias/opcodes3Carbenium
Core/Packets: update and enable SMSG_HEALTH_UPDATE
2015-03-15Core/Packets: update and enable SMSG_SUPPRESS_NPC_GREETINGSDJScias
2015-03-15Core/Packets: update and enable SMSG_HEALTH_UPDATEDJScias
2015-03-14Core/Packets: update CMSG_QUESTLOG_REMOVE_QUEST and enabled some quest opcodesDJScias
Documentation used: - These were tested in-game, you can start/accept a quest and abandon them properly. - The enables are due to fixes Shauren did in regards to sending quest data. - I found CMSG_QUESTLOG_REMOVE_QUEST due to mashing my "Abandon" button, it checks out (tested).