| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-18 | Core: Move some MMAPS-related INFO-messages to DEBUG | click | |
| (cherry picked from commit a854e1769036a51c35daec6e4175609fc24d3cd0) | |||
| 2015-03-18 | Core: Change some map-specific INFO-messages over to to DEBUG or ERROR | click | |
| (cherry picked from commit ec6bec6bc4e5b799c128992f68d429f068654b6e) Conflicts: src/server/game/Maps/Map.cpp | |||
| 2015-03-18 | Core: Move some more INFO-level logentries to DEBUG | click | |
| (cherry picked from commit db302c28c24a5bc9f77463555453bb09ca4b094a) Conflicts: src/server/game/Spells/Spell.cpp src/server/game/Spells/SpellEffects.cpp | |||
| 2015-03-18 | Core/PacketLog: Avoid unneeded calls with disabled packet logs | jackpoz | |
| Avoid calling GetOpcodeNameForLogging() when packet logs are disabled. (cherry picked from commit 5e7d4a44e0d6b92da8ba68a00be00c530a72c873) Conflicts: src/server/game/Server/WorldSocket.cpp | |||
| 2015-03-18 | Shared/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-18 | Shared/Logs: Improve log performances | jackpoz | |
| 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-18 | Core/Player: Optimize Player::HaveAtClient() performance | jackpoz | |
| 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-18 | Core/Collision: Fix crash when loading invalid vmap data | jackpoz | |
| 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-18 | Core/CrashHandler: Fix char[] without '\0' handling | jackpoz | |
| Fix char[] without a NULL character '\0' in the array reading over the char[] bounds (cherry picked from commit fd844e3d7e18212d6e8dd6531eac1f198527926b) | |||
| 2015-03-17 | Scripts/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-17 | DB/Creature: Silithus Spawn | Rushor | |
| This contains: * All Creaturespawns * All Gameobjectspawns * All CreatureSAIs * All visual Auras * All Rndmmovement * All Waypoints | |||
| 2015-03-17 | Merge pull request #14386 from Gigi1237/SpeedAck | Duarte Duarte | |
| Core/PacketIO: Updated and enabled _SPEED_CHANGE_ACK | |||
| 2015-03-16 | SQL: Fix import | Vincent-Michael | |
| 2015-03-16 | Core/Packets: Enable opcode CMSG_BANKER_ACTIVATE / SMSG_SHOW_BANK | Vincent-Michael | |
| 2015-03-16 | DB/Quest: Navarax's Gambit | Rushor | |
| 2015-03-16 | DB/Quest: A slimy Situation | Rushor | |
| 2015-03-16 | Merge pull request #14391 from Luzifix/opcode-3 | Duarte Duarte | |
| Core/PacketIO: update & enable CMSG_QUESTGIVER_HELLO | |||
| 2015-03-16 | Core/PacketIO: update & enable CMSG_QUESTGIVER_HELLO | Luzifix | |
| 2015-03-16 | DB/Quest: Ever so lonely | Rushor | |
| by @Killyana closes #13770 | |||
| 2015-03-16 | DB/Quest: Escaped From Gilneas & Annihilate the Worgen | Rushor | |
| by @Killyana closes #13771 | |||
| 2015-03-16 | DB/Creature: Darnell | Rushor | |
| by @Exodius and @Killyana closes #13761 | |||
| 2015-03-16 | DB/Creature: Aradne - Summon Event | Rushor | |
| Thanks to @Killyana closes #13756 | |||
| 2015-03-16 | DB/Creature: Winterspring Movement | Rushor | |
| 2015-03-16 | DB/Creature: Shade of the Spiritspeaker | Rushor | |
| 2015-03-16 | DB/Quest: Boulder delivery | Rushor | |
| 2015-03-16 | DB/Quest: Tree Delivery | Rushor | |
| 2015-03-16 | DB/Quest: Yetiphobia | Rushor | |
| 2015-03-15 | Core/PacketIO: Updated and enabled _SPEED_CHANGE_ACK | Gigi1237 | |
| Added packet structure for MovmentAck | |||
| 2015-03-15 | Merge pull request #14377 from DJScias/opcodes4 | Duarte Duarte | |
| Core/Packets: update and enable SMSG_SUPPRESS_NPC_GREETINGS | |||
| 2015-03-15 | Merge pull request #14372 from DJScias/opcodes2 | Duarte Duarte | |
| Core/Packets: update CMSG_QUESTLOG_REMOVE_QUEST and enabled some quest o... | |||
| 2015-03-15 | Core/Enums: Update TutorialAction for 6.1.0 | Vincent-Michael | |
| 2015-03-15 | Merge pull request #14382 from Luzifix/opcode-3 | blub | |
| Core/PacketIO: Update and enable delete character for 6.1 | |||
| 2015-03-15 | Core/PacketIO: Update and enable delete character for 6.1 | Luzifix | |
| 2015-03-15 | Core/Enums: Update ResponseCodes for 6.1.0 | Vincent-Michael | |
| 2015-03-15 | Core/Packets: Fix typo | Vincent-Michael | |
| 2015-03-15 | Core/Packets: Update some opcodes and enable this | Vincent-Michael | |
| 2015-03-15 | Core/Packets: Update some opcodes and enable this | Vincent-Michael | |
| 2015-03-15 | Fix typo in MovementStatus (read/write) | Vincent-Michael | |
| todo 6.x use this infos | |||
| 2015-03-15 | Core/Packets: Added SMSG_TRANSFER_ABORTED / SMSG_TRANSFER_PENDING opcodes ↵ | Vincent-Michael | |
| for 6.1.0 and enable this | |||
| 2015-03-15 | Core/Packets: Update some opcodes and enable this | Vincent-Michael | |
| 2015-03-15 | Core/Packets: Update some opcodes and enable this | Vincent-Michael | |
| 2015-03-15 | Core/Packets: Enable CMSG_SET_ACTIONBAR_TOGGLES opcode for 6.1.0 | Vincent-Michael | |
| 2015-03-15 | Merge pull request #14376 from DJScias/opcodes3 | Carbenium | |
| Core/Packets: update and enable SMSG_HEALTH_UPDATE | |||
| 2015-03-15 | Core/Packets: update and enable SMSG_SUPPRESS_NPC_GREETINGS | DJScias | |
| 2015-03-15 | Core/Packets: update and enable SMSG_HEALTH_UPDATE | DJScias | |
| 2015-03-14 | Core/Packets: update CMSG_QUESTLOG_REMOVE_QUEST and enabled some quest opcodes | DJScias | |
| 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). | |||
| 2015-03-14 | Merge pull request #14368 from DJScias/opcodes | Duarte Duarte | |
| Core/Packets: updated and enabled CMSG_QUESTGIVER_ACCEPT_QUEST | |||
| 2015-03-14 | Merge pull request #14352 from Luzifix/opcode-2 | Duarte Duarte | |
| Core/PacketIO: updated and enabled CMSG_SET_TITLE | |||
| 2015-03-14 | Core/Packets: updated and enabled CMSG_QUESTGIVER_ACCEPT_QUEST | DJScias | |
| 2015-03-14 | Core/Player: Updated sending completed quests data to client | Shauren | |
