aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-04Core/Spells: Fixed LoS checks for spells like shadowfuryShauren
2014-08-04Core/NetworkIO: Adjust more packet throttling valuesjackpoz
Adjust more packet throttling values by increasing some limits, this might fix some random kicks.
2014-08-04SQLs: Move world_database.sql to dev folderDDuarte
Simply because people can't read instruction guides...
2014-08-03Build/CMake: Compile the minimum of dependencies possibleDDuarte
mysql if SERVERS, zlib, g3d and recast if SERVERS or TOOLS
2014-08-03Core/Spell: Correct the hit and miss counters in WriteSpellGoTargetsDuarte Duarte
Fixes a client crash when spells hit (or miss) more than 255 targets (it was capped at 256 in 80b61fa584b019a298e129764cddba9f) Thanks to @joschiwald for finding the mistake Closes #12733
2014-08-03CI/Travis: Do not use JemallocDuarte Duarte
It generates a lot of warnings and it is not useful to test build
2014-08-03DB/NPCs: Set basic immunities to most bossesDDuarte
Charm, Fear, Root, Sleep, Freeze, Polymorph and Sapped Thanks to Aokromes for the idea
2014-08-03DB/Creature: Chicken EscapeeDr-J
Closes #12606
2014-08-02Core/Server: Add mutex lock to PacketLogDDuarte
2014-08-02Core/Shared: Fix world and auth crash on shutdown (PCQ & DbWorker)DDuarte
Fixes #12704
2014-08-02DB/Quest: The Chain Gun and YouDr-J
Script by me, closes #1867
2014-08-02DB/Spells: Added missing sql in 479afc0ed04b7161c5460f3e1aed83c4241fd7fcVincent-Michael
2014-08-02Core/Spells: Fix Bloodworms summon countVincent-Michael
2014-08-02Core/Trade: Fix warningsVincent-Michael
2014-08-01Core/Trade: Replaced SendNotification hacks with proper trade packetsShauren
2014-07-31DB/SAI: entries up to 10000 now using CMC where required.Malcrom
2014-07-31DB/Creature: Set the proper faction for KormokKinzcool
* Closes #12716
2014-07-31DB/SAI: Rise Obsidion (3.3.5 Script update)Dr-J
A video of this quest from 2009 came to light, which showed a few things * One text is yell not say, updated * Added 2 missing texts first text and an emote text * Dorius will now despawn when Lathoric enters * Added some cooldown to event so event cannot be spammed, wont work again for minimum 60 seconds once started * Lathroic the Black wont spawn until just before Dorius despawns Closes #12712
2014-07-31Core/Loot: Fixed pickpocket refill timer and use send proper loot error ↵Shauren
packets to master looter
2014-07-31Core/Waypoints: Fixed memory leaks happening when loading waypoints with ↵Shauren
invalid move_type
2014-07-31DB/Waypoints: A few paths for Shadowmoon ValleyMalcrom
2014-07-31DB/SAI: Plagued Lands 2118Dr-J
Fix 2118 Plagued Lands http://www.wowhead.com/quest=2118/plagued-lands http://youtu.be/wj8CiZAaP8E, Script in SAI, Kill credit and way bear gets captured may need to be changed in the future but at this moment the server side spells have no effects in spell_dbc. Id Name 9372 Bear Enters Auberdine 9439 Bear Captured in Trap,
2014-07-31DB/SAI: Sholazar Guardians (Update)Dr-J
Update my previous scripts for Zepik, Dajik, Moodle, Jaloot, Lafoo and Goregek as the spells which that these must cast in order to ping treasure, chickens abd the sholazar guardian heartbeat aura which was needed to trigger some texts was failing when just casting on summon, changing so these spells are cast periodically.
2014-07-31DB/QUEST: Foolish Endeavors (Update)Dr-J
Update to my previous script for this, fixes a couple of things * Getry is less likely to bug out leaving him at bottom with no quest flags if player leaves grid after event started, can still happen but much rarer (This has had 7 months of testing) * And preventing event been started if varidus is currently dead as this will also cause event to bug out.
2014-07-31DB/SAI: More SAI corrected to use CMC. All entries up to 7000 requiri… ↵Malcrom
…ng caster movement control now using CMC
2014-07-30DB/SAI: More SAI corrected to use CMC. All entries up to 7000 requiring ↵Malcrom
caster movement control now using CMC
2014-07-31Merge pull request #12707 from dr-j/masterDr-J
Remove redundant Eversong_woods cpp
2014-07-31Update CMakeLists.txtDr-J
2014-07-31Update ScriptLoader.cppDr-J
2014-07-31Delete zone_eversong_woods.cppDr-J
2014-07-31Remove Script from zone_eversong_woods.cppDr-J
This cpp is now currently redundant
2014-07-31DB/SAI: Powering Our DefensesDr-J
Powering Our Defenses SAI version, finally gets this quest working Blizzlike, * Deletes the permament DB spawns of enraged wraith (these are not spawned randomly by script as they should be) * Correct faction for infused crystal so now the Enraged Wraiths will actually attack it * Fixes the despawning/text spamming issue
2014-07-30SQL: Fix typo (thx @Wulfr)Vincent-Michael
2014-07-30Rename 2014_07_30_04_world_waypoints.sql5 to 2014_07_30_05_world_waypoints.sqlMalcrom
2014-07-30Rename 2014_07_30_05_world_waypoints.sql to 2014_07_30_06_world_waypoints.sqlMalcrom
2014-07-30Rename 2014_07_30_06_world_waypoints.sql to 2014_07_30_07_world_waypoints.sqlMalcrom
2014-07-30DB/Waypoints: Add missing Swamprat Guard Pathing. Thanks to kittnz :)Malcrom
2014-07-30DB/Waypoints: Pathing for Bloodscale Sentries. Thanks to kittnz :)Malcrom
2014-07-30DB/Waypoints: Pathing for Darkcrest Sentries, Zangarmarsh. Thanks to Kittnz :)Malcrom
2014-07-30Tools/MMaps: Fix static analysis issuesjackpoz
Fix static analysis issue spotted by Coverity "Structurally dead code found"
2014-07-30DB/SAI: Fix some more SAI in Outlands to use CMC and allow random movement.Malcrom
2014-07-30DB/Misc: Fixup Ango'rosh Stronghold in Zangarmarsh. Fix spawns, SAI, auras, ↵Malcrom
and pathing
2014-07-30Build/CMake: Fix build on older cmakes that don't support the recently added ↵DDuarte
policy
2014-07-30Build/CMake: Mute a CMake Warning (dev) in mysqllite projectDDuarte
2014-07-30Fixed buildjoschiwald
2014-07-30DB/SAI: Apprentice MirvedaDr-J
Noticed this after commit, bad phase mask a remnant from how I originally intended to script this, event phase 4 now never gets set.
2014-07-30Remove Script from zone_eversong_woods.cppDr-J
Remove Apprentice Mirvedas script from eversong woods cpp scripts as is not longer required.
2014-07-30DB/Creature: Apprentice MirvedaDr-J
Rescript Apprentice Mirveda in SAI to resolve some issues with this NPC Closes #8026 Closes #11240
2014-07-30DB/Waypoints: Add waypoints for Marsh Walkers, Ango'rosh Shaman, & Ango'rosh ↵Malcrom
Sentry in Zangarmarsh
2014-07-30Core/PacketLog: Save session ip and port information in saved packetsDDuarte
This data is put into the "optional data" part of each packet of the PKT 3.1 format It will be used with WPP to debug some networking issues