aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-08Core: WARN instead of INFO - this is actually something we'd want to be ↵click
informed of...
2015-03-08Core: And yet more INFO->DEBUG loggingclick
2015-03-08Core: Pet.cpp - INFO -> DEBUG level notifications...click
2015-03-08Core: More INFO -> DEBUG (Unit.cpp this time)click
2015-03-08Core: INFO->DEBUG cleanups in Player.cppclick
2015-03-08Core: More INFO -> DEBUG/WARN/ERROR manglingclick
2015-03-08Core: More INFO -> DEBUG changes (WorldSession/WorldSocket)click
2015-03-08Core: Move LOG_INFO -> LOG_DEBUG level for achievementsclick
2015-03-08Core: Move some MMAPS-related INFO-messages to DEBUGclick
2015-03-08Core: Change some map-specific INFO-messages over to to DEBUG or ERRORclick
2015-03-08Core: Move some more INFO-level logentries to DEBUGclick
2015-03-07Merge pull request #14012 from Rushor/ArcaMitchesD
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
2015-03-07Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr ↵D4R4
is moves across Closes #14131
2015-03-07Fixed typo in dea095a84bb0ecd3814069f6a8894e66f1fc21a7joschiwald
2015-03-07Scripts/Nexus: commanders converted from SAI to C++MitchesD
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