Commit Graph

25416 Commits

Author SHA1 Message Date
Incorrect
1aa30d3cce Core/Spells: Fixed overwriting summon requests
Closes #17049
2016-05-01 12:31:55 +02:00
KarrokDC
775b03bf6f Core/Scripts: Cleanup cs_modify.cpp
* Removed a chunk of duplicate code
* Generalized Message notification
* Generalized checking of resources modification with a min-max
* Generalized checking of single value modification
* Closes #16858
2016-04-30 01:06:05 +02:00
Naios
5b15b714ab Core/Utilities: Inherit env vars when starting external processes 2016-04-30 01:06:00 +02:00
Killyana
17e661fd2d DB/Creature: Add accessory to Frigid Proto-Drake 2016-04-29 02:44:55 +02:00
Killyana
b3a26fc485 DB/Quest: The Drakkensryd
Closes #1350
by Txknight
2016-04-29 02:21:09 +02:00
Killyana
e130593e85 DB/Script: The Etymidian
Fix Meeting a Great One quest
2016-04-28 18:15:43 +02:00
kelno
3b925ab97f Update CONTRIBUTING.md (#17042)
(cherry picked from commit 8424e73a10)
2016-04-28 16:28:07 +01:00
Shauren
bee6525d1b Core/Misc: Fixed -Wmisleading-indentation warnings
(cherry picked from commit 3ac33163db)

# Conflicts:
#	src/server/game/Server/Protocol/PacketLog.cpp
2016-04-28 16:22:51 +01:00
Shauren
40b0f03d5c Core/Misc: Fixed warnings found by GCC 6
(cherry picked from commit 67fd3ee726)

# Conflicts:
#	src/server/game/Spells/Auras/SpellAuras.cpp
2016-04-28 16:21:20 +01:00
Dr-J
b82ffb88f7 DB/Pathing:
Full paths for : -

http://www.wowhead.com/npc=24516/bjomolf
http://www.wowhead.com/npc=24517/varg
http://www.wowhead.com/npc=24277/garwal
2016-04-26 22:25:16 +01:00
Shauren
5bbc58f32d Core/Misc: Use steady_clock instead of system_clock for calculating ms timers. This makes update diffs immune to systemwide time changes
(cherry picked from commit 406ac4f4b4)
2016-04-26 18:15:10 +02:00
Killyana
b641d7ba25 DB/Creature: Dark Iron Land Mines
By adeutscher
Closes #17019
2016-04-26 15:21:36 +02:00
Dr-J
30db03205c DB/Creature: Shadowmoon Harbringer
Same as with Zealots (we were missing a lot of spawns)
2016-04-26 12:44:37 +01:00
Aokromes
f9582ed09d DB/Creature: add few missing flag_extra 2016-04-26 03:46:18 +02:00
Dr-J
61999b125a DB/Creature: Shadowmoon Zealot
Respawn http://www.wowhead.com/npc=21788/shadowmoon-zealot as noticed we were missing quiet a few of these.
2016-04-26 00:31:56 +01:00
Trond B Krokli
329006d310 Core/authserver.conf.dist: missing description line (#17038)
This line is missing from authserver.conf.dist :
`#                     MySQL server and their own thread on the MySQL server.`

I have copied this description text line from the matching description in
`worldserver.conf.dist` (line 108 in the 3.3.5 worldserver source file).

This line is also missing in bnetserver.conf.dist , but the files are different
in line number, filename and folder, so bnetserver needs a separate commit.
2016-04-25 23:26:04 +01:00
Mikhail Redko
d5f04f5a38 Core/Misc: Move STOP_TIME_FOR_PLAYER value to config. (#17024) 2016-04-25 22:33:26 +01:00
Killyana
79df25e402 DB/Quest: Blast the Gateway
Closes #2548
2016-04-25 19:42:09 +02:00
Dr-J
2640f37c66 DB/Quest: A Lesson in Fear
Properly script http://www.wowhead.com/quest=11282/a-lesson-in-fear#comments so that you actually have to kill Winterskorn Defenders to get the named npcs to spawn, added missing texts for the yell for when they spawn
2016-04-25 14:15:08 +01:00
Aokromes
99ec5076a9 DB/Creature: Force martyr stalker reputation to be invisible
Closes #17036
2016-04-25 14:16:35 +02:00
Aokromes
aa9129f55d Update worldserver.conf.dist 2016-04-25 11:54:21 +02:00
Rushor
e869ccb297 Merge pull request #16503 from Rushor/evading
[3.3.5][6.x]Core/Unit: Do not remove auras from Pets and Guardians after evading
2016-04-25 11:46:00 +02:00
jackpoz
ebafa2fdea Merge pull request #16494 from Rushor/calc
Core/Spell: Magic Absorption Calculation
2016-04-25 10:32:02 +02:00
Killyana
e70cdca0a1 DB/Creature: Steam Pump Overseer
Closes #16840
2016-04-24 19:34:39 +02:00
Killyana
7b66ce6e08 DB/Spell: Fix Hand of Salvation breaking invisibility
Closes #16635
2016-04-24 18:06:39 +02:00
joschiwald
9e371b766c Core/Utils: replaced std::random_shuffle with our own implementation using SFMT random generator 2016-04-24 01:15:56 +02:00
Killyana
6392887f2b DB/Creature: Fix some npc flags 2016-04-23 19:20:25 +02:00
jackpoz
3e73ba9da5 Core/Misc: Fix issues reported by static analysis 2016-04-23 18:20:18 +02:00
Naios
2698d1ff48 Core/Common: Fix a std::string -> char* -> std::string conversion
* Thanks jackpoz for noticing
2016-04-23 18:13:42 +02:00
DevQuad
5ac000f1e9 Core/Scripts: Process the reset of Mandokir (ZulGurub)
* Closes #16640
2016-04-23 17:20:55 +02:00
Naios
dadc02d77a Core/Updater: Correct the config key hint of a log message 2016-04-23 17:13:38 +02:00
joschiwald
25da16ba44 Core/SpellScripts: allow to modify target destination of all target type 2016-04-23 16:13:12 +02:00
lafoniz
a05a871d7c Core/SmartScripts: Improve SMART_EVENT_DISTANCE_CREATURE so it can be used with SMART_TARGET_ACTION_INVOKER
Closes #16752
2016-04-23 14:45:05 +02:00
joschiwald
64675dc03a Merge pull request #16876 from chaodhib/move_chase_follow_repositioning_fix
Core/Movement: Fix a bug related to unit movements
2016-04-23 14:41:54 +02:00
joschiwald
029527365f Scripts/Spells: fixed Decahedral Dwarven Dice and Worn Troll Dice
#Closes 16866
2016-04-23 13:53:07 +02:00
joschiwald
9ee67b42f3 Core/Authserver: removed obsolete code 2016-04-23 12:25:34 +02:00
Killyana
d12aab8c3a DB/Quest: Hellscream's Vigil
By Xanvial and DRJ
Closes #16926
2016-04-23 01:19:38 +02:00
Aokromes
ddf8925bde Rename 2016_04_22_00_world.sql to 2016_04_22_00_world.sql 2016-04-22 23:53:10 +02:00
Dr-J
bf4727c0f8 DB/Creature:Gymer
* 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.
2016-04-22 20:31:17 +01:00
Killyana
02d7df6aa4 DB/SAI: Add immune to npc to Wintergarde Mine Bomb
Closes #16996
2016-04-20 19:44:57 +02:00
Killyana
fb6611dee8 DB/Creature: Trial of The Crusader Spectators cosmetics
Closes #16994
By Nawuko
2016-04-20 18:49:27 +02:00
Killyana
c6e4e8fc23 DB/Gameobject: Fix respawn time for objects used for The Alchemist's Apprentice quest
Closes #17002
By Tauriella
2016-04-20 18:04:44 +02:00
Killyana
83dd92491f DB/SAI: Add missing Silvermoon Magister/Gnomeregan Conjuror SAI
Closes #17007
By Kodekc
2016-04-20 17:28:07 +02:00
Patrick L
514b908170 Core/PacketIO: Missing changes from 548aa119ac that could result in a crash due to double Locking (#17008)
Socket will be closed because of ReadDataHandlerResult::Error.
2016-04-20 17:03:40 +02:00
Chaouki Dhib
636c487704 Scritpts: Fix warning in the build regarding overriden method in boss_gluth.cpp. (#17005) 2016-04-19 20:26:37 +01:00
Lopfest
5cdc870acc Core/Spells: enabled SPELL_EFFECT_160 (#16987)
(cherry picked from commit ff3e176eb1)
2016-04-19 12:05:19 +01:00
DDuarte
91671a26e8 Scripts: Add missing override 2016-04-19 01:31:19 +01:00
Gacko
eda6254d47 Scripts: Add missing overrides.
(cherry picked from commit aac868a6d9)
2016-04-19 00:37:34 +02:00
Naios
86b0fcf67a Core/Scripting: Use the path of the worldserver executable to search for the scripts dir
* Fixes issues when starting the worldserver not in the bin directory
  or the CMAKE_INSTALL_PREFIX directory using the -c option.
2016-04-18 21:02:01 +02:00
Naios
081720b5dd Core/Scripting: Use the systems temporary path for caching shared libs
* Disables the shared library caching on platforms completely which
  never block files on usage (like linux).
2016-04-18 21:02:00 +02:00