aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-07DB/Creature: Fix 2 runtime errorsAokromes
2015-03-07Merge pull request #14303 from danlapps/3.3.5Aokromes
remove king jotum vehicule of code as per Killyana request
2015-03-06fix buildLapps
2015-03-07DB/Spells: assign spellscript to some clone spells (also fixes an startup error)joschiwald
(cherry picked from commit 1e8b2ae52796b26589909770d2216269bb1bafa9)
2015-03-07Scripts/Rotface: moved mutated infection removal handling to spellscripts to ↵joschiwald
fix an startup error (cherry picked from commit 1dc60e8717bddab2a6bc39779a53e83c9fa3b339)
2015-03-06remove king jotum vehicule of code as per Killyana requestLapps
2015-03-03Core/PacketLog: Avoid unneeded calls with disabled packet logsjackpoz
Avoid calling GetOpcodeNameForLogging() when packet logs are disabled.
2015-03-03Shared/Logs: Add support to .server set loglevel command after ↵jackpoz
003d67708b9a279da3d37e5ef06eb32ceab53964 Update the lowest log level when using ".server set loglevel" command.
2015-03-02Shared/Logs: Improve log performancesjackpoz
Improve Log::ShouldLog() performances by saving the lowest log level across all loggers and discarding any log with lower level than that.
2015-03-02DB/Quest: The Tome of DivinityAokromes
By Killyana, closes #14240
2015-03-02DB/Quest: Rescuing EvanorDr-J
Event script by @Rushor and small part by @Killyana closes #5308
2015-03-02Fix conflicting guidDr-J
No idea why this guid was free for me
2015-03-02Iron Rune Constructs and You: Rocket JumpingDr-J
By @Frytiks / @Killyana Closes #3732
2015-03-02DB/Quest: Iron Rune Constructs and You: The BluffDr-J
By @Killyana Closes #14265
2015-03-02DB/Quest: Iron Rune Constructs and You: Collecting DataDr-J
By @Killyana closes #14264
2015-03-02DB/Quest: On Nethery WingsAokromes
By Killyana, closes #6210
2015-03-02DB/Conditions: Fix Taking of Mind Tricks for Alliance PlayersDr-J
Fix taking of http://www.wowhead.com/quest=13308/mind-tricks for alliance players previously this has previous quest set to Orgrims Hammer resulting in that quest was only available to horde players even though this quest should be available to both factions as long as Orgrims Hammer or The skybreaker is taken.
2015-03-01DB/Creature: Fix floating stealth creaturesAokromes
By Killyana, closes #14252
2015-03-01Core/Player: Optimize Player::HaveAtClient() performancejackpoz
Change m_clientGUIDs from std::set to std::unordered_set to reduce by 2.7x times the cpu usage in Player::HaveAtClient()
2015-03-01CMake: Allow specifying the mysql location by environment variable.leak
2015-03-01Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is ↵Shauren
shorter than requested size
2015-02-27Core/Collision: Fix crash when loading invalid vmap datajackpoz
Fix array overflow when loading Models from vmap tiles with wrong/outdated/bad data. Try extracting again vmaps if you see this error. Closes #14255
2015-02-27Core/CrashHandler: Fix char[] without '\0' handlingjackpoz
Fix char[] without a NULL character '\0' in the array reading over the char[] bounds
2015-02-27DB/Quest: A Rough RideAokromes
By Killyana, closes #14248
2015-02-27DB/Quest: Basic ChemistryAokromes
By Killyana, closes #14249
2015-02-27DB/Creature: Conditions for king jokkumAokromes
By ccrs, closes #14251
2015-02-25Core/Networking: Fixed IOCP define for linuxIntel
(cherry-picked from commit 518c744336fe7306a034beb46289d5009b959e7d)
2015-02-25DB/Creature: Add some missing gossipsAokromes
By Killyana, closes #12659 closes #12743 closes #12742 closes #12614 closes #12620 closes #12649 closes
2015-02-24Buildsystem/Genrev: Fixed revision generator not reading existing cmake ↵Shauren
cache variables
2015-02-24DB/Quest: Measuring Warp EnergiesDr-J
Disable los on Warp Measurement otherwise provided quest item only gives credit when literally standing right on top of spell focus object
2015-02-24DB/Conditions: Battered Storm HammerDr-J
Battered storm hammer can only be used on The Iron Watcher wowhead comments state this will not work on any other target.
2015-02-24DB/Quest: A Distraction for AkamaDr-J
By @Killyana closes #14166
2015-02-24DB/Item: Bountiful FeastDr-J
By @Killyana Part solves #3991
2015-02-24DB/Quest: The Battle of Darrowshire (3.3.5)Dr-J
By @Killyana closes #14172
2015-02-23DB/Creature: Northsea KrakenDr-J
By @killyana / @dr-j Closes #1596
2015-02-23DB/Misc: Crusader's Pinnacle PhasingDr-J
By @ccrs Closes #14125
2015-02-23DB/Quest: Krolmir, Hammer of StormsDr-J
By @ Killyana closes #6102
2015-02-23DB/Achievement: Flirt with Disaster (Faction change issue)Dr-J
By @Rohlik Closes 14201
2015-02-23DB/Spell: Elixir of Minor AccuracyDr-J
By @Killyana closes #13206
2015-02-23DB/Quest: Wanted: MurkdeepDr-J
By @Killyana Closes #1675
2015-02-23DB/Item: The Egg of Mortal EssenceDr-J
By @Killyana Closes #4485
2015-02-23Core/Achievements: pick more changes from 4.3.4/6.x branch, required after ↵joschiwald
abee9046a6d92e2f0ba9de9c97ce6304c2fcb883
2015-02-22DB/Creature: Skettis Waypoints 1Aokromes
By Kittnz, closes #14203
2015-02-22Core/Spells: Fix a float division issue in EffectLeapBackDuarte Duarte
Ref Coverity CID 1227511 (cherry picked from commit 709275eecbbe073cd9b9170debfcef476ef66a6c) Conflicts: src/server/game/Spells/SpellEffects.cpp
2015-02-22Core/Server: Catch exceptions in int main()Duarte Duarte
The exceptions is rethrown on debug mode. Ref Coverity CID 1010213, 1022574, 1227501, 1227502, 1227503, 1227504, 1227505, 1254536 and 1254612 (cherry picked from commit e68ca82d4d039a401d03de145111b0a738bb9dd7) Conflicts: src/server/bnetserver/Main.cpp
2015-02-22Merge pull request #14103 from Epicurus4/6.xDuarte Duarte
Added a player searcher (cherry picked from commit b7052d2ed735dca233b91c32f762b4156543aa97)
2015-02-22Core/Log: Move a few PetHandler INFO-notifications over to DEBUG-levelclick
2015-02-22Core/Log: Change periodic spell notificiations to DEBUG-level and set it as ↵click
a unique logging-mechanism named "spell.periodic"
2015-02-21DB/Achivement: Dinner ImpossibleDr-J
Thanks to @Joshiwald for fixing core to check db criteria for this achievement type to make this work properly, now achievement is only rewarded when a great feast has been laid in all 5 specified battlegrounds by player.
2015-02-21Core/Achievements: check db criteria data for all achievementsjoschiwald