aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-21DB/Misc: Hellfire Peninsula AgainDr-J
1) Respawn Shredder Parts for Outland Sucks 2) Fix How to Serve Goblins so Moh, Manni and Jakk walk out of cage and say line instead of doing nothing 3) Script Foreman Razelcraz, Maiden of Grief, Gan''arg Sapper and Camera Shaker 4) Script a couple of turn in events.
2016-03-21Core/Util: Extracted GetPID to separate functionShauren
2016-03-20Core/Spells: cherry picked relevant changes from commit ↵joschiwald
c498966d23933e323685c3a767d3fe334a60af22 to minimize differences between branches
2016-03-20Scripts: Added combat abilities to trash mobs in Ruby Sanctumjoschiwald
Thx @sirikfoll SAI by @Keader Closes #16703 (cherry picked from commit ef7a91d1938becb53fc9201275f0b5f02248765c)
2016-03-20Dep: Removed zmqpp from package listShauren
2016-03-20Core/Dep: Removed ZMQ dependency in preparation for future changesShauren
2016-03-20Core/Game: Fix no PCH buildNaios
* ref 680c12a
2016-03-19Core/Shared: Fix no PCH buildNaios
(cherry picked from commit 5ac4507c877e9a6b73ca8bd3e2f44254eb06ab4a)
2016-03-19CMake: Fix detection of AppleClangNaios
* Since CMake 3.0 CMAKE_<LANG>_COMPILER_ID is set to "AppleClang" (cherry picked from commit 174efd0b6b04b243b58bc533999ad2d7b45f383d)
2016-03-19CMake/Revision: Use a raw string literal in cmake command defineNaios
* Ref 849c906014b98f (cherry picked from commit 6faddded680202adc74607c653f5707c778b58dd)
2016-03-19CMake: Disable incremental linking in msvc debug buildsNaios
* Requested by Shauren (cherry picked from commit fbc23c0713e98cb16d601c64e2e3e2a7716d2ab8)
2016-03-19CMake: Remove the workaround for source groups below CMake 2.8.12Naios
* Set the default option to hierarchical * Add a new "hierarchical-folders" option which enables folders inside IDE's. (cherry picked from commit bf773ccc417b47d01502c8151cea6188e33e16aa)
2016-03-19CMake: Use inherited dependencies in worldserver and authserverNaios
* Closes #1679 (cherry picked from commit 03d249f0631c3561070ebbdd7301115507c68876)
2016-03-19CMake: Use inherited dependencies in scriptsNaios
* Removes the circular dependency between game <-> scripts (cherry picked from commit 96bc31924a5a418d37bd961ef2880f9072126348)
2016-03-19CMake: Use inherited dependencies in database, shared and gameNaios
(cherry picked from commit 469f2d3ade168de0b5be18112008c337067a8e03)
2016-03-19CMake: Use inherited dependencies in common and toolsNaios
(cherry picked from commit abda7a910a760687f9c1b9e0893314e04982c0f1)
2016-03-19CMake: Add inherited include directories and definitions to precompiled headersNaios
(cherry picked from commit 2413a82b9343178b613bc6309125eecec8aa9123)
2016-03-19CMake: Provide proper interface targets from dependenciesNaios
* 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-19Travis: Upgrade CMake to version 3.2Naios
* Since we require at least version 3.0 now (cherry picked from commit 87bc353b3446fb95e141d44fe49da3e5059f7436)
2016-03-19Core/Crypto: Renamed SHA1Randx/WardenKeyGeneration and made it a template classShauren
2016-03-18Core/PacketIO: Updated and enabled SMSG_DISPEL_FAILEDShauren
2016-03-17Core/PacketIO: Updated and enabled CMSG_GM_TICKET_GET_CASE_STATUS, ↵Shauren
CMSG_GM_TICKET_GET_SYSTEM_STATUS, SMSG_GM_TICKET_CASE_STATUS
2016-03-16Merge pull request #16652 from Lopfest/phaseShauren
[6.x] Core/Phase: fixed phase update on area change
2016-03-16Dep: Fix an oversight in f52495c6Naios
* Thanks dobrMAN for noticing (cherry picked from commit 83f439ab4306bfa45df23be2bd80832ec0107c54)
2016-03-16Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8cNaios
(cherry picked from commit f52495c66b1b219f82729221e8023a86b28d54bf)
2016-03-15Core/PacketIO: Marked CMSG_LEAVE_GROUP as not threadsafeShauren
2016-03-14Core/PacketIO: Updated and enabled SMSG_QUEST_UPDATE_ADD_PVP_CREDIT (+added ↵Shauren
explicit typing in appending values to bytebuffer in QuestPackets.cpp)
2016-03-13Core/Misc: Removed OnUnknownPacketReceive script hook - it could never be calledShauren
2016-03-12Core/Networking: Fixed DelayedCloseSocket when compiled without ↵Shauren
TC_SOCKET_USE_IOCP (linux) Closes #16769
2016-03-11Merge pull request #16763 from mateusdemboski/patch-1Shauren
Added locales id for "ptBR" and "itIT" on worldserver.conf.dist
2016-03-11Core/Worldserver: Move the Realm instance into the game libraryNaios
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
* Fixes issues when building shared libraries (prevents gcc and clang from providing several instance)
2016-03-11Core/Database: Move singleton instances into compilation unitsNaios
* 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-11Core/Common: Generalize platform specific includes in common/PlatformNaios
2016-03-11Core/Common: Move singleton instances into compilation unitsNaios
* Fixes issues when building shared libraries (prevents gcc and clang from providing several instance)
2016-03-11Update worldserver.conf.distMateus Demboski
2016-03-10Core/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-09Merge pull request #15140 from RelevantJesse/6.xShauren
[Core/Pet] Spellcooldown in UpdateAI
2016-03-08Core/Phase: phase update probably shouldn't be affected by quest_status. ↵Lopfest
only via spells/manual update
2016-03-08Merge pull request #16749 from soulfrost/6.xShauren
Core: fixed typo at locale checking on GameTables loading
2016-03-08Core: fixed typo at locale checking on GameTables loadingmoJIto-ice
2016-03-08Merge pull request #16404 from Lopfest/6.xShauren
Core/Scripts: SMSG_PLAY_ONE_SHOT_ANIM_KIT can now be used in waypoint_scripts
2016-03-07Core/PacketIO: Updated and enabled SMSG_SET_FACTION_STANDINGShauren
2016-03-07DB/Loot: Fix Rampaging WorgenAokromes
By thomas33, closes #15440
2016-03-06Core/PacketIO: Updated and enabled SMSG_RAID_INSTANCE_MESSAGEShauren
2016-03-05Merge pull request #16716 from ariel-/conditionleakAokromes
Core/Conditions: fix a memory leak
2016-03-03Core/Misc: fix buildMitchesD
2016-03-03Core/Opcodes: enabled SMSG_PET_NAME_INVALIDMitchesD
2016-03-03Core/Debugging: Make abort() less bad on windows by forcing crash log generationShauren
2016-03-02Core/Conditions: fix a memory leak for CONDITION_SOURCE_TYPE_TERRAIN_SWAPariel-
Reported by Aokromes.