aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-28nopch build fixShauren
2016-04-28DB/Creature:GymerDr-J
* Player mounts on gossip select rather than gymer only been summoned on gossip select and player still having to click vehicle to mount and sometimes a swarm of gymers been on spot * Creature texts group ids 8 & 9 are exactly the same text which was previously both been displayed in sniff only displayed once Creature text group 10 is dismount text but this never gets displayed as gymer despawns as soon as dismounted (this is bug as in sniff charmed by gets set to 0/0 and gymer says line then despawns a few seconds later on tc the vehicle despawns as soon as player dismounts, also Edit Delete post Report this post Information Quote Post#1 » 22 Mar 2016 19:04 Fix the mounting part of this so player gets mounted on gossip select instead of gossip only spawning and player still having to click gymer to actually mount once summoned Creature texts group ids 8 & 9 are exactly the same text which was previously both been displayed in sniff only displayed once Creature text group 10 is dismount text but this never gets displayed as gymer despawns as soon as dismounted (this is bug as in sniff charmed by gets set to 0/0 and gymer says line before despawn Use the correct spell to summon gymer, previous used the spell which is triggered by the one that is meant to be used get rid of the spellcast of ride vehicle hard coded as this is not used on this vehicle in sniff either. Also the line 'FREE!!! Soon you will feel the wrath of the storm king!'' is not part of script for the storm king's vengence as was previously scripted this is said on reward of http://www.wowhead.com/quest=12916/our-only-hope * Use the correct spell to summon gymer, previous used the spell which is triggered by the one that is meant to be used get rid of the spellcast of ride vehicle hard coded as this is not used on this vehicle in sniff either. (cherry picked from commit bf4727c0f8e72786337361391c980caf42724548) Rename 2016_04_22_00_world.sql to 2016_04_22_00_world.sql (cherry picked from commit ddf8925bdef5fe7b54f01fad2676abae7d07fe74)
2016-04-28SQLs: Correct format of SQL names added to the world dbPatrick L
Also moved a file to the correct SQL updates dir Renamed SQLs do not need to be reapplied Remainder: format for cherry-picked SQLs should be yy_mm_dd_id_dbName_yyOld_mmOld__ddOld_idOld_dbNameOld.sql
2016-04-27Core/Spells: Fixed Crackling Jade Lightning, initial pull request by ↵Shauren
@Infamous-devel Closes #17050
2016-04-26Core/Misc: Use steady_clock instead of system_clock for calculating ms ↵Shauren
timers. This makes update diffs immune to systemwide time changes
2016-04-26Update CONTRIBUTING.md (#17042)kelno
2016-04-25Core/Quests: Fixed quest log counter display for quests with more than 4 ↵Shauren
objectives
2016-04-25Dep/Protobuf: Quote a string in the CMakeListsNaios
* Prevents errors when the c or cxx flags are empty for some reason (which should never happen in proper configured environments). * Closes #17031
2016-04-24Core/Hotfix: Fixed startup in bc106abb07dc0afc69c2a9238267081464c05254Vincent-Michael
2016-04-24Core/Utils: replaced std::random_shuffle with our own implementation using ↵joschiwald
SFMT random generator (cherry picked from commit 9e371b766c75faf899cbbe24515b8b5c01716a50)
2016-04-24DB/Creature: Update creature templates for gimm batol normal modeKillyana
2016-04-24Core/Instances: Updated and enabled encounter packets and implemented combat ↵Ovalord
resurrection limit Closes #16966
2016-04-24Core/DataStores: Renamed unknown fieldsShauren
2016-04-23Core/Items: Fixed buildVincent-Michael
2016-04-23Core/Common: Fix a std::string -> char* -> std::string conversionNaios
* Thanks jackpoz for noticing (cherry picked from commit 2698d1ff48cd449e6d5350d8b306d345f83a5de9)
2016-04-23Core/Updater: Correct the config key hint of a log messageNaios
(cherry picked from commit dadc02d77a969ef97a6726c509a1851b5e4fed32)
2016-04-23Core/SpellScripts: allow to modify target destination of all target typejoschiwald
(cherry picked from commit 25da16ba44db9014d879f00a987d76c349469d22)
2016-04-23Core/SmartScripts: Improve SMART_EVENT_DISTANCE_CREATURE so it can be used ↵lafoniz
with SMART_TARGET_ACTION_INVOKER Closes #16752 (cherry picked from commit a05a871d7ce575e4e748c4dc65d4dc9609412efa)
2016-04-23Merge pull request #16876 from chaodhib/move_chase_follow_repositioning_fixjoschiwald
Core/Movement: Fix a bug related to unit movements (cherry picked from commit 64675dc03a2ce32eb1ca6e91621bf5714abd649e)
2016-04-23Scripts/Spells: fixed Decahedral Dwarven Dice and Worn Troll Dicejoschiwald
#Closes 16866 (cherry picked from commit 029527365f1763c45e8668c16ecd25ba7553bb22) # Conflicts: # src/server/game/Entities/Player/Player.cpp # src/server/game/Entities/Player/Player.h # src/server/game/Handlers/GroupHandler.cpp
2016-04-23Core/Misc: Fixed -Wmisleading-indentation warningsShauren
2016-04-22Core/Misc: Fixed warnings found by GCC 6Shauren
2016-04-20DB/SAI: Add immune to npc to Wintergarde Mine BombKillyana
Updates #16996
2016-04-20DB: Rename fileKillyana
2016-04-20DB/Creature: Trial of The Crusader Spectators cosmeticsKillyana
Updates #16994 By Nawuko
2016-04-20DB/Gameobject: Fix respawn time for objects used for The Alchemist's ↵Killyana
Apprentice quest Updates #17002 By Tauriella
2016-04-20DB/SAI: Add missing Silvermoon Magister/Gnomeregan Conjuror SAIKillyana
Updates #17007 By Kodekc
2016-04-19Core/Spells: Fixed spell effect value calculation for spells having ↵Shauren
MaxScalingLevel defined
2016-04-19Scripts: Add missing overrideDDuarte
2016-04-18Scripts: Add missing overrides.Gacko
2016-04-18Core/Scripting: Use the path of the worldserver executable to search for the ↵Naios
scripts dir * Fixes issues when starting the worldserver not in the bin directory or the CMAKE_INSTALL_PREFIX directory using the -c option. (cherry picked from commit 86b0fcf67aadc0d313253befb0590d00efd085bc)
2016-04-18Core/Scripting: Use the systems temporary path for caching shared libsNaios
* Disables the shared library caching on platforms completely which never block files on usage (like linux). (cherry picked from commit 081720b5dd5a80aa77181712d85d309d64d3ec03)
2016-04-18Core/Cryptography: Move the SHA1 calculate helper to the SHA1 headerNaios
(cherry picked from commit 3271f328de35f940f682a0dbe1d9466e29190182)
2016-04-18Core/Scripting: Add the info how much time the system took to reloadNaios
(cherry picked from commit 11b5de63cb7c5acd2f9385a4453b8ac76dec310e)
2016-04-18Core/Player: Defined new known byte field offsetShauren
2016-04-17Contrib: Fix the check_update scripts after the recent organization changesNaios
* Fixes the travis build * Ref 8778829a98e3d605
2016-04-17Dep/Protobuf: Link protobuf dynamically when building with shared libsNaios
* Fixes issues with linux and dynamic linking * Closes #16993
2016-04-17DB/Quest: Bring 'Em Back AliveKillyana
Updates #16976
2016-04-17DB/SAI: Vladek <Wolfcult Initiate>Killyana
Updates #16980 By Kodekc
2016-04-17DB/SAI: Rework Scourge DeathspeakerKillyana
Updates #16985 By Kodekc
2016-04-17DB/Gameobject: Fix some gameobjects respawn timeKillyana
Updates #16970 #16977 #16972 #16990
2016-04-17DB/Creature: Fix Leviathan Mk II health pointsKillyana
Updates #16983
2016-04-17Core/Items: Move Item::GetSkill to ItemTemplate::GetSkillDDuarte
Also moved some methods of ItemPrototype to .cpp Thanks to Yehonal for the original patch Closes #16884 (cherry picked from commit 0257aa05280651b48e07e89950ad6ad5becfe9d2) # Conflicts: # src/server/game/Entities/Item/Item.cpp # src/server/game/Entities/Item/ItemPrototype.h
2016-04-17Core/Scripting: Change the INFO logger of the hotswap system to enabledNaios
(cherry picked from commit 1fe4e09d1fbc28d84f2ee9f2851bd707238db704)
2016-04-17Changed supported version to 21463Shauren
2016-04-16Core/Scripting: Improve the error message when the script reloader fails to ↵6.2.4/21355Naios
create a cache entry
2016-04-16Core/Proto: Convert the proto project to a standalone shared libraryNaios
* Fixes issues with dynamic linking on linux * Closes #16981
2016-04-16Travis: Remove libzmq apt-getDDuarte
2016-04-16Core/Scripts: zone_shattrath_city cleanuptkrokli
- restore missing text lines for Sal'salabim and Raliq the Drunk - replace hardcoded text with DB gossip ID enum sections - move gossip ID, quest ID, spell ID (and so on) into enum - remove core script for Ishanah, High Priestess of the Aldor Closes #16684 (cherry picked from commit acdfc36a4e93dc422d5bb9015d5b2b673fbdb242)
2016-04-16SQLs: Update to the /sql/updates organizationDDuarte
Update SQL files should now be in a sub-folder equal to the current branch name /sql/updates/auth/*.sql -> /sql/updates/auth/6.x/*.sql /sql/updates/characters/*.sql -> /sql/updates/characters/6.x/*.sql /sql/updates/hotfixes/*.sql -> /sql/hotfixes/world/6.x/*.sql /sql/updates/world/*.sql -> /sql/updates/world/6.x/*.sql This facilitates merges between the version branches