| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-19 | CMake: Provide proper interface targets from dependencies | Naios | |
| * to make use of cmakes inherited link dependencies which imports all include directories/ definitions from the link library (cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763) | |||
| 2016-03-19 | Travis: Upgrade CMake to version 3.2 | Naios | |
| * Since we require at least version 3.0 now (cherry picked from commit 87bc353b3446fb95e141d44fe49da3e5059f7436) | |||
| 2016-03-19 | Core/Crypto: Renamed SHA1Randx/WardenKeyGeneration and made it a template class | Shauren | |
| 2016-03-18 | Core/PacketIO: Updated and enabled SMSG_DISPEL_FAILED | Shauren | |
| 2016-03-17 | Core/PacketIO: Updated and enabled CMSG_GM_TICKET_GET_CASE_STATUS, ↵ | Shauren | |
| CMSG_GM_TICKET_GET_SYSTEM_STATUS, SMSG_GM_TICKET_CASE_STATUS | |||
| 2016-03-16 | Merge pull request #16652 from Lopfest/phase | Shauren | |
| [6.x] Core/Phase: fixed phase update on area change | |||
| 2016-03-16 | Dep: Fix an oversight in f52495c6 | Naios | |
| * Thanks dobrMAN for noticing (cherry picked from commit 83f439ab4306bfa45df23be2bd80832ec0107c54) | |||
| 2016-03-16 | Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8c | Naios | |
| (cherry picked from commit f52495c66b1b219f82729221e8023a86b28d54bf) | |||
| 2016-03-15 | Core/PacketIO: Marked CMSG_LEAVE_GROUP as not threadsafe | Shauren | |
| 2016-03-14 | Core/PacketIO: Updated and enabled SMSG_QUEST_UPDATE_ADD_PVP_CREDIT (+added ↵ | Shauren | |
| explicit typing in appending values to bytebuffer in QuestPackets.cpp) | |||
| 2016-03-13 | Core/Misc: Removed OnUnknownPacketReceive script hook - it could never be called | Shauren | |
| 2016-03-12 | Core/Networking: Fixed DelayedCloseSocket when compiled without ↵ | Shauren | |
| TC_SOCKET_USE_IOCP (linux) Closes #16769 | |||
| 2016-03-11 | Merge pull request #16763 from mateusdemboski/patch-1 | Shauren | |
| Added locales id for "ptBR" and "itIT" on worldserver.conf.dist | |||
| 2016-03-11 | Core/Worldserver: Move the Realm instance into the game library | Naios | |
| 2016-03-11 | Core/Game: Move singleton instances into compilation units | Naios | |
| * Fixes issues when building shared libraries (prevents gcc and clang from providing several instance) | |||
| 2016-03-11 | Core/Database: Move singleton instances into compilation units | Naios | |
| * Fixes issues when building shared libraries (prevents gcc and clang from providing several instance) * Also instantiate the database worker pools in DatabaseEnv.cpp now. | |||
| 2016-03-11 | Core/Common: Generalize platform specific includes in common/Platform | Naios | |
| 2016-03-11 | Core/Common: Move singleton instances into compilation units | Naios | |
| * Fixes issues when building shared libraries (prevents gcc and clang from providing several instance) | |||
| 2016-03-11 | Update worldserver.conf.dist | Mateus Demboski | |
| 2016-03-10 | Core/Networking: Added new AsyncRead method to Socket class allowing to pass ↵ | Shauren | |
| a custom completion handler and refactor world socket initialization string handling | |||
| 2016-03-09 | Merge pull request #15140 from RelevantJesse/6.x | Shauren | |
| [Core/Pet] Spellcooldown in UpdateAI | |||
| 2016-03-08 | Core/Phase: phase update probably shouldn't be affected by quest_status. ↵ | Lopfest | |
| only via spells/manual update | |||
| 2016-03-08 | Core/Spell: changed target of spell 102445 Summon Master Li Fei | Lopfest | |
| 2016-03-08 | Merge pull request #16749 from soulfrost/6.x | Shauren | |
| Core: fixed typo at locale checking on GameTables loading | |||
| 2016-03-08 | Core: fixed typo at locale checking on GameTables loading | moJIto-ice | |
| 2016-03-08 | Merge pull request #16404 from Lopfest/6.x | Shauren | |
| Core/Scripts: SMSG_PLAY_ONE_SHOT_ANIM_KIT can now be used in waypoint_scripts | |||
| 2016-03-07 | Core/PacketIO: Updated and enabled SMSG_SET_FACTION_STANDING | Shauren | |
| 2016-03-07 | DB/Loot: Fix Rampaging Worgen | Aokromes | |
| By thomas33, closes #15440 | |||
| 2016-03-06 | Core/PacketIO: Updated and enabled SMSG_RAID_INSTANCE_MESSAGE | Shauren | |
| 2016-03-05 | Merge pull request #16716 from ariel-/conditionleak | Aokromes | |
| Core/Conditions: fix a memory leak | |||
| 2016-03-03 | Core/Misc: fix build | MitchesD | |
| 2016-03-03 | Core/Opcodes: enabled SMSG_PET_NAME_INVALID | MitchesD | |
| 2016-03-03 | Core/Debugging: Make abort() less bad on windows by forcing crash log generation | Shauren | |
| 2016-03-02 | Core/Conditions: fix a memory leak for CONDITION_SOURCE_TYPE_TERRAIN_SWAP | ariel- | |
| Reported by Aokromes. | |||
| 2016-03-03 | Core/Database: Use RAII for resource management in MySQLConnection | Naios | |
| * Prevents double deletion of MySQLConnection after errors * The object stays valid after an error and will wait for a reconnect * Also crash the server if 5 reconnects fail * Corrects an issue where the server was crashed after one reconnect because mysql_thread_id was invoked with an invalid handle (cherry picked from commit 62815c6e1c0427e1d0229d02b1ba70449654cded) | |||
| 2016-03-03 | Core/Database: Move DatabaseWorkerPool into it's own translation unit | Naios | |
| (cherry picked from commit 09fa0ab46a487ea85d475ac0b3495724c170fe1a) | |||
| 2016-03-03 | Core/Database: Use RAII instead of raw pointers for resource management | Naios | |
| * Corrects dirty usage of vectors with array indexes * Removes _connectionCount which is now handled through the vector size * Rename magic identifier "t" to "connection" (cherry picked from commit 5ed018099418099e23921409ff96dc6175b97062) | |||
| 2016-03-03 | Core/Database: Close the databases correctly when the DBUpdater fails | Naios | |
| * Also fixes a memory leak spotted by Aokromes (cherry picked from commit 7d3cffc297b6a1e24faf64a19b5167609ad8abbf) | |||
| 2016-03-02 | Core/Spells: Adjusted implicit targeting for SPELL_EFFECT_DESTROY_ITEM | Shauren | |
| 2016-03-02 | CMake/Revision: Use raw strings in path/executable #defines | DDuarte | |
| Fixes some possible warnings (e.g. "warning C4129: 's': unrecognized character escape sequence") especially on Windows | |||
| 2016-03-02 | Fix non PCH build after 67b977c86a0d5fcbe5b3c89e9a19275b775d31f7 | DDuarte | |
| 2016-03-02 | Minor 67b977c86a0d5fcbe5b3c89e9a19275b775d31f7 typo fix | DDuarte | |
| 2016-03-02 | Merge branch 'pets' of https://github.com/myran2/TrinityCore into myran2-pets | DDuarte | |
| # Conflicts: # src/server/game/Handlers/PetHandler.cpp # src/server/game/Handlers/SpellHandler.cpp # src/server/game/Server/Packets/PetPackets.cpp # src/server/game/Server/Packets/PetPackets.h # src/server/game/Server/Protocol/Opcodes.cpp # src/server/game/Server/WorldSession.h | |||
| 2016-03-01 | Core/PacketIO: Updated and enabled SMSG_PENDING_RAID_LOCK | Shauren | |
| 2016-02-29 | Core/PacketIO: Updated and enabled SMSG_OVERRIDE_LIGHT | Shauren | |
| 2016-02-29 | Github: Minor updates to issue and PR templates | DDuarte | |
| 2016-02-29 | And a typo fix :coffee: | DDuarte | |
| 2016-02-29 | Core/Packets: Move flushbits to the correct place in SpellDispellLog | DDuarte | |
| 2016-02-29 | Fix build and add a missing FlushBits to SpellDispellLog::Write() | DDuarte | |
| 2016-02-29 | Core/Packets: Updated and enabled SMSG_SPELL_DISPELL_LOG | DDuarte | |
