| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-31 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| 2014-07-31 | DB/Waypoints: A few paths for Shadowmoon Valley | Malcrom | |
| 2014-07-31 | DB/SAI: Plagued Lands 2118 | Dr-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-31 | DB/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-31 | DB/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-31 | DB/SAI: More SAI corrected to use CMC. All entries up to 7000 requiri… ↵ | Malcrom | |
| …ng caster movement control now using CMC | |||
| 2014-07-30 | DB/SAI: More SAI corrected to use CMC. All entries up to 7000 requiring ↵ | Malcrom | |
| caster movement control now using CMC | |||
| 2014-07-31 | Merge pull request #12707 from dr-j/master | Dr-J | |
| Remove redundant Eversong_woods cpp | |||
| 2014-07-31 | Update CMakeLists.txt | Dr-J | |
| 2014-07-31 | Update ScriptLoader.cpp | Dr-J | |
| 2014-07-31 | Delete zone_eversong_woods.cpp | Dr-J | |
| 2014-07-31 | Remove Script from zone_eversong_woods.cpp | Dr-J | |
| This cpp is now currently redundant | |||
| 2014-07-31 | DB/SAI: Powering Our Defenses | Dr-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-30 | SQL: Fix typo (thx @Wulfr) | Vincent-Michael | |
| 2014-07-30 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| 2014-07-30 | Rename 2014_07_30_04_world_waypoints.sql5 to 2014_07_30_05_world_waypoints.sql | Malcrom | |
| 2014-07-30 | Rename 2014_07_30_05_world_waypoints.sql to 2014_07_30_06_world_waypoints.sql | Malcrom | |
| 2014-07-30 | Rename 2014_07_30_06_world_waypoints.sql to 2014_07_30_07_world_waypoints.sql | Malcrom | |
| 2014-07-30 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| Conflicts: src/server/game/Server/WorldSocket.cpp src/server/scripts/OutdoorPvP/OutdoorPvPEP.cpp src/server/scripts/OutdoorPvP/OutdoorPvPEP.h | |||
| 2014-07-30 | DB/Waypoints: Add missing Swamprat Guard Pathing. Thanks to kittnz :) | Malcrom | |
| 2014-07-30 | DB/Waypoints: Pathing for Bloodscale Sentries. Thanks to kittnz :) | Malcrom | |
| 2014-07-30 | DB/Waypoints: Pathing for Darkcrest Sentries, Zangarmarsh. Thanks to Kittnz :) | Malcrom | |
| 2014-07-30 | Tools/MMaps: Fix static analysis issues | jackpoz | |
| Fix static analysis issue spotted by Coverity "Structurally dead code found" | |||
| 2014-07-30 | DB/SAI: Fix some more SAI in Outlands to use CMC and allow random movement. | Malcrom | |
| 2014-07-30 | DB/Misc: Fixup Ango'rosh Stronghold in Zangarmarsh. Fix spawns, SAI, auras, ↵ | Malcrom | |
| and pathing | |||
| 2014-07-30 | Build/CMake: Fix build on older cmakes that don't support the recently added ↵ | DDuarte | |
| policy | |||
| 2014-07-30 | Build/CMake: Mute a CMake Warning (dev) in mysqllite project | DDuarte | |
| 2014-07-30 | Fixed build | joschiwald | |
| 2014-07-30 | DB/SAI: Apprentice Mirveda | Dr-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-30 | Remove Script from zone_eversong_woods.cpp | Dr-J | |
| Remove Apprentice Mirvedas script from eversong woods cpp scripts as is not longer required. | |||
| 2014-07-30 | DB/Creature: Apprentice Mirveda | Dr-J | |
| Rescript Apprentice Mirveda in SAI to resolve some issues with this NPC Closes #8026 Closes #11240 | |||
| 2014-07-30 | DB/Waypoints: Add waypoints for Marsh Walkers, Ango'rosh Shaman, & Ango'rosh ↵ | Malcrom | |
| Sentry in Zangarmarsh | |||
| 2014-07-30 | Core/PacketLog: Save session ip and port information in saved packets | DDuarte | |
| 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 | |||
| 2014-07-29 | DB/Misc: Some SAI, Waypoints, and emote fixes for Outlands. | Malcrom | |
| 2014-07-30 | Scripts/OutdoorPvP: dropped redundand code | joschiwald | |
| 2014-07-30 | DB/SAI: Eversong woods scripts | Dr-J | |
| A couple of quest complete scripts for eversong woods * The Fallen Courier * Abandoned Investigations | |||
| 2014-07-29 | DB/SAI: More updates to SAI. A lot of non working SAI fixed. | Malcrom | |
| 2014-07-29 | DB/SAI: Some SAI updates to use CMC | Malcrom | |
| 2014-07-29 | DB/TEXT: Replace incorrect text | Dr-J | |
| Replace text on infused crystal http://www.wowhead.com/npc=16364 with correct emote text which should be used by this npc during quest powering our defenses, Leaving https://github.com/TrinityCore/TrinityCore/issues/12696 open though as there are sill more issues with this quest. | |||
| 2014-07-29 | Scripts/OutdoorPvP: replaced some chat texts with proper defense messages | joschiwald | |
| 2014-07-29 | DB/SAI: Some SAI updates to use CMC | Malcrom | |
| 2014-07-29 | DB/Waypoints: Pathing for Unending Voidwraith at Manaforge Ultrus. Only ↵ | Malcrom | |
| Visual but nice to have done :) | |||
| 2014-07-29 | Scripts/BloodmystIsle: Fix StartUp Errors | Vincent-Michael | |
| 2014-07-29 | DB/Misc: Kill some startup errors V2 | Dr-J | |
| Resubmit for errors fixed in https://github.com/TrinityCore/TrinityCore/commit/7aff8037b50d2167596de976d12e8c947c9d3a9e from https://github.com/TrinityCore/TrinityCore/commit/e594630d30a831acf5562bf5f964ea4f33c9ace2 | |||
| 2014-07-29 | Core/Authserver: Fixed invalid memory access when AsByteArray returns less ↵ | Shauren | |
| bytes than expected | |||
| 2014-07-29 | Update 2014_07_28_13_world_sai.sql | Dr-J | |
| Kill some startup errors. | |||
| 2014-07-29 | Core/Conditions: Added more infos for CONDITION_SPELL error log | Vincent-Michael | |
| 2014-07-29 | Core/Chat: Restored split alliance and horde chat channels | Shauren | |
| Closes #12664 | |||
| 2014-07-29 | Core/Channels: Do not allow creation of channels starting with digits | DDuarte | |
| 2014-07-29 | DB/SAI: Add some missing texts | Dr-J | |
| * adds texts for Bimble Longberry * Rescripts Miles Sidney and Wright Williams so texts are said in order of dialect rather than just random texts, also adds the missing texts. | |||
