joschiwald
36a205ec00
Core: fixed warning introduced in last commit
...
(cherry picked from commit fe0c07a6fe )
2015-10-31 19:13:05 +01:00
joschiwald
df88c7f278
Core/Misc: removed some useless map checks
...
(cherry picked from commit cf1e80e3d0 )
2015-10-31 19:11:41 +01:00
Dr-J
f7e6f7a105
DB/Text: Real texts and sounds ids for Headless Horseman
2015-10-31 17:59:56 +00:00
Shauren
635dc9c02a
Core/Players: Fixed automatic learning skills gained from learning spells when leveling
...
Closes #15391
(cherry picked from commit 3fceabfa11 )
2015-10-31 18:57:59 +01:00
joschiwald
3a4f33d007
Scripts/Ulduar/Algalon: fixed achievement "He Feeds On Your Tears"
...
Ref #6157
(cherry picked from commit d68e3325d5 )
2015-10-31 18:38:34 +01:00
Shauren
c5d36a3183
Core/Misc: Added a few stl header includes to Common.h
...
(cherry picked from commit 89b902b4e0 )
2015-10-31 18:37:54 +01:00
Shauren
b8e86b9b7a
Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring string conversions
...
(cherry picked from commit 3109ab2da0 )
2015-10-31 18:25:40 +01:00
David Carlos Manuelda
a410072d6d
Removed unneeded nullptr check
...
(cherry picked from commit 20215a8c42 )
2015-10-31 18:22:55 +01:00
David Carlos Manuelda
8dc10022a6
Fixed boss evade and doors closed by cr4st.
...
Should close #6377 and #15239
(cherry picked from commit e430f3f61a )
2015-10-31 18:21:23 +01:00
Shauren
f56bb2e0a6
Core/Spells: Extended spell required shapeshift masks to 64 bits and defined a new spell attribute
...
(cherry picked from commit 191d2c7262 )
2015-10-31 18:14:36 +01:00
StormBytePP
072375dbd8
Core/Spells: Fixed gcc-4.7.x compile
...
(cherry picked from commit 595bb841a9 )
2015-10-31 18:02:54 +01:00
David Girón
bc187f8760
Script/Commands: Add some sanity checks to cast commands
...
Closes #15061
(cherry picked from commit 15dec9a76c )
2015-10-31 18:02:32 +01:00
MitchesD
a968595977
Core/PacketIO: fixed instance binding of gamemasters
...
(cherry picked from commit 231fb1d322 )
2015-10-31 17:39:17 +01:00
Shauren
119c372dff
Dep: Silenced build warning in G3D header
...
(cherry picked from commit 22653c99f8 )
(cherry picked from commit cce7f1adf2 )
(cherry picked from commit d2795c98dd )
2015-10-31 17:33:35 +01:00
Shauren
7fb63478bb
Buildsystem: Added dependency on revision_data to common project. Simply including the header in GitRevision.cpp is not enough to rebuild that file after updating sources
...
Fixes having to build twice before GitRevision returns accurate info.
(cherry picked from commit 65999801d3 )
2015-10-31 17:30:59 +01:00
Shauren
1de03cf107
Core/Players: Implemented serverside validation of reserved/profane names
...
Closes #15357
New library dependency: Boost.Regex
(cherry picked from commit b564c10b13 )
2015-10-31 17:27:45 +01:00
Shauren
60da7c6552
Core/Networking: Fixed possible crashes happening if async query retrieving account data takes too long
...
Closes #14944
(cherry picked from commit 590c6e399d )
2015-10-31 16:04:14 +01:00
Shauren
97fe228334
Core/Threading: Fixed possible data races after making auth queries async by moving their processing to boost::asio::io_service::run threads
...
(cherry picked from commit f6bc87fe5d )
2015-10-31 15:56:02 +01:00
Shauren
b95648ae27
Core/Threading: Significantly reduced the severity of possible data race during player login
...
* This commit changes a data race on a pointer value to data race on integers (guid)
(cherry picked from commit dbe2051056 )
2015-10-31 15:41:32 +01:00
Shauren
517a30d7c1
Core/DBLayer: Sprinkle some async magic on worldserver auth/session load process
...
(cherry picked from commit 0e49eefe85 )
2015-10-31 15:36:48 +01:00
joschiwald
5e28a8e375
Core/PlayerDump: cherry picked refactoring from commit e49462fc1e)
...
Fixed reguiding items in character_equipmentsets on pdump load
2015-10-31 13:49:27 +01:00
Shauren
6c53f820ae
Core/Players: Fixed saving players with incorrect gender
2015-10-31 12:30:22 +01:00
Kittnz
16f9d4ceeb
Core/Player: Fixed tab issues
2015-10-31 00:03:38 +01:00
Kittnz
3c82b498cc
Core/Player: Set correct Gender by Modelid
...
An example: You are a blood elf female, you use [Iron Boot Flask], you turn into a male dwarf, you use [Orb of the Sin'dorei] and it will turn you into a blood elf male. This is the correct behavior like retail.
2015-10-30 23:57:23 +01:00
Killyana
144c545e36
DB/Creature: Fix some wrong models
...
Closes #15371
Closes #15770
2015-10-30 23:25:55 +01:00
Shauren
ba3c54323b
Travis: Upgrade clang to 3.5
2015-10-30 20:11:36 +01:00
Shauren
61094c911d
Core/Misc: Warning fix
2015-10-30 18:40:29 +01:00
Shauren
53d56551be
Travis: Added -k flag to make call so as many errors as possible are displayed instead of failing after the first one
2015-10-30 18:32:49 +01:00
Shauren
e62f091a4b
Core/Misc: Warning fix
2015-10-30 18:32:01 +01:00
Shauren
2e2bdec28f
Travis fix.
2015-10-30 18:20:33 +01:00
Killyana
dffcebdd05
DB/Creature: Fix Spell Click for Dead Mage Hunter
...
Replace ride spell for Flamebringer by the correct one
Closes #15783
2015-10-30 17:57:13 +01:00
Shauren
8c9ea7782a
Core/Corpses: Fixed a crash happening when a corpse is added to a grid that was not yet fully loaded
...
Closes #15684
2015-10-30 17:53:00 +01:00
Shauren
a94bdd00a9
Core/Corpses: Prevent deleting corpses by ObjectGridUnloader, fixes accessing freed memory in multiple places due to the corpse still being registered in Map containers
...
Closes #15775
Closes #15781
2015-10-30 17:51:19 +01:00
Shauren
4245c2c59d
SQL: syntax fix in characters_database.sql
2015-10-30 08:15:01 +01:00
Killyana
b72e723ace
DB/Creature: Fix wrong Dynamicflag for Winterskorn Rune-Seer
...
Fix a DB error
Closes #15774
2015-10-30 02:00:56 +01:00
Killyana
fdb1110e67
DB/Quest: The Thane of Voldrune
...
Closes #1006
2015-10-30 01:39:57 +01:00
Shauren
4a36850167
Core/World: Store account id in CharacterInfo to reduce the amount of database queries
...
(cherry picked from commit aaaa1c3441 )
2015-10-29 21:08:00 +01:00
Shauren
38c7a37530
Core/Crash reporting: Fixed windows version detection for 8.1 and newer
...
(cherry picked from commit 4c866a0af0 )
2015-10-29 18:59:24 +01:00
Shauren
c7bad70e55
Core/Players: Check if player can enter the instance during login before trying to add him to map
...
* Fixes name displaying as "Unknown"
(cherry picked from commit 45994a177c )
2015-10-29 18:59:06 +01:00
Shauren
b1b72dafd0
Warning fixes
...
(cherry picked from commit 82db416b5d )
2015-10-29 18:56:26 +01:00
Naios
d96db56f03
Core/Tools: Fix brutal linking in mmaps extractor.
...
* caused warnings with shared linking
* ref #15671
(cherry picked from commit 13654bac2c )
2015-10-29 18:56:25 +01:00
Naios
5736deb854
Core/Build: Never overwrite the msvc cxx flags in the cache
...
* Setting all compiler flags in the cache led to circular bloating of
msvc cxx parameters (was visible in console) which caused MSVC to
rebuild the whole solution even on a small CMake change.
It's not neccessary anyway to set the cxx parameters to the cache
to take effect.
* I'm not sure if the workarround is still needed for MSVC 12+.
* Cleaning the CMake cache is recommended!
* ref #15671
(cherry picked from commit 0946fcf2aa )
2015-10-29 18:56:24 +01:00
Shauren
31cf5ea305
Core/Misc: Removed manually defined ObjectGuid copy/move constructors. This will cause the compiler to automatically generate trivial constructors allowing them to be treated as simple integers
...
(cherry picked from commit 3fd15ed22a )
2015-10-29 18:52:00 +01:00
MitchesD
079c6b47f9
Core/Player: remove unused method prototypes
...
(cherry picked from commit 9617da7249 )
2015-10-29 18:50:30 +01:00
Shauren
1d17475791
Core/Corpses: Fixed map crash happening during map unload when there are corpses inside
2015-10-29 18:46:37 +01:00
Shauren
7dcddd90be
Core/Spells: Improved spell category cooldown handling
...
* Category cooldown is stored with the spell that started the cooldown (and only resetting cooldown on that spell will clear cooldowns on entire category - this fully mirrors client behavior)
* This significantly reduces the amount of data saved to database for cooldowns
* Spell casts from items that have a different category specified than on spell will now check for cooldown during the cast
(cherry picked from commit 1efb3f08e2 )
Closes #15766
Closes #15137
Closes #14837
2015-10-29 17:56:18 +01:00
Killyana
3f32307d37
DB/Objects: Add some missing objects on Eversong Woods
2015-10-29 17:20:03 +01:00
Shauren
20b4e6f03a
Core/Corpses: Fixed leaking corpses
...
Closes #15765
(cherry picked from commit bd16520ecc )
2015-10-28 21:56:40 +01:00
MitchesD
8e7012f076
Merge pull request #15736 from ShinDarth/deserters
...
BG Deserters tracking system
2015-10-28 20:40:25 +01:00
ShinDarth
d380c12c56
Core/Battleground: implement deserters tracker feature
2015-10-28 20:39:04 +01:00