Shauren
702cfefddb
Buildsystem: Initial changes to support building with vs clang toolset
...
(cherry picked from commit 4a3a178d7f )
2016-04-09 12:38:20 +02:00
Shauren
25b3564a9d
Travis: Configure fake user for tagging
...
(cherry picked from commit 373d7104c1 )
2016-04-09 12:36:53 +02:00
Shauren
6a8e926584
Travis: Fixed git version info output
...
(cherry picked from commit 03917c79cd )
2016-04-09 12:36:46 +02:00
Shauren
b197163a1d
Core/Commands: Prevent creating accounts containing '@' character with .account create command
...
(cherry picked from commit 4a679ba1be )
2016-04-09 12:36:27 +02:00
Shauren
b841546574
Core/Common: Moved MessageBuffer to common
...
(cherry picked from commit a81a204678 )
2016-04-09 12:31:04 +02:00
Shauren
778f1725f8
Core/Misc: Moved RealmList to shared
...
(cherry picked from commit cfe8a6a58b )
2016-04-09 12:30:00 +02:00
Shauren
3f7e6af49e
Properly rename the stand state method...
2016-04-08 22:32:15 +02:00
Shauren
6dfc4771a1
Core/Misc: Renamed getStandState to minimize differences between branches
2016-04-08 22:21:13 +02:00
Dr-J
76e4d418f4
DB/Quest: The Seer's Relic
...
Closes #16923
2016-04-08 18:10:52 +01:00
Killyana
7834d339ad
DB: Fix a DB error
2016-04-06 00:14:01 +02:00
Dr-J
d59e1b2a29
DB/Misc; corrections
2016-04-05 10:57:59 +01:00
Dr-J
4546fa118f
DB/Quest: Fhwoor Smash!
...
Closes #16850
2016-04-04 20:39:59 +01:00
treeston
476eb19f21
DB/Gameobject: Fix respawn time for quest GO "Daggerfen Poison Manual"
2016-04-03 23:54:59 +02:00
Dr-J
7491caca88
DB/Misc; Updates
...
1) "Crowleg" Dan closes #16903
2) Dead Man's Debt closes #16902
3) Proto-Drake egg closes #16900
2016-04-03 15:54:32 +01:00
treeston
a189da7108
DB/Creature: Remove a duplicate spawn
2016-04-03 03:44:25 +02:00
Shauren
a2344fba67
Core/DataStores: Fixed creating entries in sEmotesTextSoundMap if passed invalid arguments (also a data race, if done in multiple threads)
2016-04-02 19:12:14 +02:00
Shauren
e52878b6b5
Core/Spells: Renamed EnsureSpellInfo to AssertSpellInfo to minimize differences between branches
2016-04-02 17:05:46 +02:00
joschiwald
e241ff45c5
DB/Spells: Fixed Shadow Crash haste and mana reduce
...
Closes #16893
2016-04-02 14:42:48 +02:00
Dr-J
9ed4bb4ad1
DB/Misc: Misc Updates
...
1) Despawn npcs summoned by flight masters when ooc
2) Demon Portal Guardian Script by @Kodekc
3) Correct Broadcast text id for Vim'gol the Vile by @tkrokli closes #16882
2016-04-02 13:04:27 +01:00
Dr-J
1f7d6ee93a
DB/Misc: Exterminate some NPCS
...
Closes #16891
Condition is to shut up Wintersorn Berserker which otherwise still speaks ooc.
2016-04-02 12:39:31 +01:00
treeston
1cf1d4a1ea
- Clean up spell facing behavior a bit. Visual target behavior should now be a lot smoother.
...
- Clean up Creature.cpp. NULL -> nullptr, gotta love it.
- Renamed some recently added members of Creature to match code style.
2016-04-02 02:51:06 +02:00
Dr-J
ddb5c0bf96
DB/Misc: Grizzly Hills
...
* Few Updates for Grizzly Hills Giant and Runed Giant so these actually enter into combat and fight each other
* Grizzly Hills Giants above Thor Modan will throw the occasional tree as well as boulders
* Player texts for the Runic Prophecys
2016-04-01 22:40:54 +01:00
Dr-J
3a2dd76de2
DB/Creature: Recruitment Officer Carven
...
Script http://www.wowhead.com/npc=25222/recruitment-officer-carven
2016-04-01 21:07:02 +01:00
DDuarte
c9e3f2aa9a
Core/Config: Fix 3 more missing config warnings
...
Closes #16861
Thanks tkrokli
(cherry picked from commit 0afcefea27 )
2016-03-31 03:31:51 +01:00
DDuarte
9aadd97fba
Core/Config: Error logging for ptree_bad_data
...
Ref 6487e2f2d6 (commitcomment-16888976)
(cherry picked from commit 9431b94bff )
2016-03-31 03:31:46 +01:00
Treeston
8a050c574f
Merge pull request #16839 from chaodhib/spell_facing_fix
...
Adjustments to spell facing
2016-03-30 00:10:23 +02:00
Aokromes
396498b014
DB/Misc: Update event start dates 2016 for 3.3.5a
2016-03-29 00:05:39 +02:00
Kittnz
8d992a888c
Pet/Misc: Implement Baby Blizzard Bear
2016-03-28 12:30:36 +02:00
Aokromes
4afea55b2c
DB/Misc: Fix startup error
2016-03-28 05:47:41 +02:00
DDuarte
5f3262ff19
Core/Config: Remove references to Arena.QueueAnnouncer.PlayerOnly which hasn't been used since 3dd6fdedf7
...
Ref #16859
2016-03-28 03:12:41 +01:00
DDuarte
92be9ad7ad
Core/AHBot: Add missing AuctionHouseBot.Class.CLASS.Allow.Zero to config
...
Ref #16859
2016-03-28 02:21:09 +01:00
DDuarte
980f28d2ce
Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg instead of config
...
AuthSocketMgr doesn't need "Network.Threads" config
Fixes "Missing name Network.Threads in config file authserver.conf"
Ref #16859
2016-03-28 02:02:29 +01:00
DDuarte
6487e2f2d6
Core/Startup: Warn when a config key isn't found in the config files
...
Example: "Missing name Guild.SaveInterval in config file worldserver.conf, add "Guild.SaveInterval = 15" to this file"
(cherry picked from commit 06b3bca0d2 )
# Conflicts:
# src/common/Configuration/Config.cpp
2016-03-27 23:49:08 +01:00
Shauren
b2bd181a5f
Merge pull request #16848 from P-Kito/debuff_remove
...
[3.3.5/6.x] Scripts/Spells: Add generic spell to handle ClearDebuffs spell
2016-03-27 19:45:23 +02:00
Kito
8de7e12a6e
Scripts/Spells: Add generic spell to handle ClearDebuffs spell
2016-03-27 19:30:03 +02:00
Naios
924d59b372
Merge pull request #16854 from Rochet2/patch-2
...
Add missing GAME_API exports
2016-03-27 16:30:29 +02:00
Rochet2
2348613f7b
Add missing GAME_API exports
2016-03-27 17:02:31 +03:00
r00ty-tc
c136af8463
Adjustments to spell facing - Adjusted HaveAtClient to accept Object* (still accepts all subordinates) - Use grid searcher to find players in visibility range for unit - Use client cache instead of "See or Detect" to decide who to send updates to - Adjusted SendUpdateToPlayer to send createobject packet only if not known to client
...
(cherry picked from commit c0693a6ee52d31840ab2ee878c4881884b857638)
2016-03-27 00:35:28 +01:00
Kittnz
48a12cb2f5
DB/Instance: Karazhan Trash fix up SQL query
2016-03-26 09:49:16 +01:00
Kittnz
cc68fbeb11
DB/Instance: Pathing for Karazhan Trash
...
- Spectral Servant, Skeletal Waiter, Calliard <The Nightman>
by Saben65
2016-03-26 09:35:51 +01:00
treeston
dc39de0141
Scripts/Karazhan: Hackfix the Opera event script to make Wizard of Oz actually completable.
...
Doing it in script instead of removing the flags from DB because I'm pretty sure that the DB flags are correct and there's some RP event missing before she becomes attackable.
2016-03-26 00:21:21 +01:00
Dr-J
ff77741a61
DB/Creature: Correct some unit flags
...
Correct unit flags for some npcs at Stair of Destiny
Closes #16830
2016-03-24 19:22:13 +00:00
Nertx
c9751eb1f8
Core/Game: Fix Tremor Totem in LoS
...
* Closes #15012
Signed-off-by: Naios <naios-dev@live.de >
2016-03-24 14:59:47 +01:00
Killyana
52310f00eb
DB/Quest: Fix AllowableClasses for Armaments of War quests
...
Closes #16828
By Rhisk
2016-03-24 14:47:16 +01:00
sirikfoll
acf6681353
Core/AI Remove Reset() call from JustRespawned() hook
...
* Not needed, and causes trouble when using _DespawnAtEvade()
* Closes #16786
2016-03-24 14:31:53 +01:00
Naios
07d702e06e
Dep: Add efsw (entropia file system watcher)
...
* Uses system API's which reduces the overhead
instead of checking periodically for changes.
* Will be used in the hotswap system to reload
shared libraries on changes.
(cherry picked from commit 46daaf7689 )
2016-03-24 14:10:06 +01:00
Killyana
f835d16b2c
DB/Creature: Fix Moon Priestess Amara formation
2016-03-24 12:15:37 +01:00
Aokromes
654f4c9e73
Core/Pdump: Fix pdump load
2016-03-24 05:01:37 +01:00
Naios
46ab38c1bb
Core/Scripts: Link the script project always statically
...
(cherry picked from commit 428908b8db )
2016-03-24 02:47:12 +01:00
Naios
9f61b72679
Core/Game: Converted the game library to a shared library.
...
* There is still the possibility to static link against game.
(cherry picked from commit bf33159a70 )
2016-03-24 02:46:42 +01:00