aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-13DB/Quest: Battle at Valhalas: Fallen HeroesKillyana
Spawn positions fix and linked aggro
2020-04-13DB/Quest: Battle at Valhalas: The Return of Sigrid IcebornKillyana
Closes #22578
2020-04-12DB/Quest: Improve Devout Bodyguard behavior related to the quest A Fall From ↵Killyana
Grace
2020-04-12DB/Creature: Fel Orc NeophyteKillyana
Add immune to pc/npc for cosmetic spawns to avoid accident aggro
2020-04-12Core/Gameobjects: Improve stealth detection (#24417)Gildor
* Core/Gameobjects: Improve stealth detection * fix warning: private field 'i_funit' is not used * Code cleanup * add comment Co-authored-by: jackpoz <giacomopoz@gmail.com>
2020-04-12Improvements to Pyroguard Emberseer (UBRS) script (#24405)Sven
* UBRS: Improve Pyroguard Emberseer script * Remove whitespaces * More whitespaces removed * Addressing change requests Removed cast from constructor Removing unused member field * That should be the last white spaces * Forgot to remove the declaration * Update boss_pyroguard_emberseer.cpp * Add break to For loop * War on white spaces Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-04-11DB/Quest: Danger! Explosives!Killyana
Closes #22490
2020-04-11Core/PacketIO: updated SMSG_FEATURE_SYSTEM_STATUS (#24403)ForesterDev
* Core/Packets: updated SMSG_FEATURE_SYSTEM_STATUS (cherry picked from commit 231207970bf9c28971def453d2622aa17fe36b43) # Conflicts: # src/server/game/Battlegrounds/ArenaTeam.cpp # src/server/game/Entities/Player/Player.cpp # src/server/game/Entities/Player/Player.h # src/server/game/Handlers/CharacterHandler.cpp # src/server/game/Handlers/GroupHandler.cpp # src/server/game/Handlers/SpellHandler.cpp # src/server/game/Server/Packets/SpellPackets.cpp # src/server/game/Server/Packets/SpellPackets.h # src/server/game/Server/Packets/SystemPackets.cpp # src/server/game/Server/Packets/SystemPackets.h # src/server/game/Server/Protocol/Opcodes.cpp # src/server/game/Server/Protocol/Opcodes.h # src/server/game/Server/WorldSession.h * Define complaint status values and replace magic numbers * Add missing header Co-authored-by: joschiwald <joschiwald.trinity@gmail.com>
2020-04-11Core/Opcodes: updated CMSG_SET_SHEATHED to new packet class (#24393)ForesterDev
* Core/Packets: Added SMSG_LEARNED_SPELLS packet (cherry picked from commit 51026f28bd908664f6d47daadf790f84359b8288) Co-authored-by: chemicstry <chemicstry@gmail.com> * Core/Opcodes: updated CMSG_SET_SHEATHED to new packet class (cherry picked from commit 7eb02e945f973ef3e5881cc1674123581f6750d4) # Conflicts: # src/server/game/Entities/Unit/Unit.cpp # src/server/game/Handlers/CombatHandler.cpp # src/server/game/Server/Packets/CombatPackets.cpp # src/server/game/Server/Packets/CombatPackets.h # src/server/game/Server/Protocol/Opcodes.cpp * rename opcode name CMSG_SETSHEATHED -> CMSG_SET_SHEATHED * Revert "Core/Packets: Added SMSG_LEARNED_SPELLS packet" This reverts commit 7beefdfb162f503067a519193f704ac15809779f. Co-authored-by: chemicstry <chemicstry@gmail.com>
2020-04-11Scripts/Pets: Mojo (#24431)Sorikoff
* Mojo * Update * Rename 9999_99_99_99_world.sql to 2020_04_11_01_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-04-11Core/PacketIO: Updated CMSG_REQUEST_PET_INFO (#24420)NoName
cherry-picked fd162fb6046ba399d12f71a69905dbc3503ae58e Co-authored-by: Carbenium <carbenium@outlook.com>
2020-04-11Core/Pools: Fix crash on startupjackpoz
2020-04-11DB/SAI: Replace the action 70 by 41 to despawn gobsKillyana
Years ago the action 70 was used to despawn/respawn gobs but it's no longer the case , it must only be used to respawn gobs with negative respawntime
2020-04-11Core/Pooling: Remove respawn times from the database when despawning a pool ↵Giacomo Pozzoni
(#24422) * Core/Pooling: Remove respawn times from the database when despawning a pool Remove respawn times from the database when despawning a pool. This is needed when a Game Event ends but there are still some respawn times saved in the database. * Remove respawn time of active pool objects even if they are not spawned
2020-04-11Core/Misc: Fix linux buildjackpoz
2020-04-10Core/Unit: Ceil damage instead of rounding itjackpoz
a0d508885000327f23b9c04ed454d513aec91fa1 followup, use std::ceil instead of std::round . This ensures at least 1 damage point will be done after applying armor reducing.
2020-04-10DB/Creature: Drakkari Raptor MountKillyana
Non heroic version level fix from master DB
2020-04-10DB/Creature: TechbotKillyana
It's not a boss just a npc outside the dungeon and drop a quest item https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?quest=2922
2020-04-10Creature: Gorkun Ironskull & Martin Victus in The Pit of SaronKillyana
Still some events are missing in this instance
2020-04-10Misc: Deprecate mysql 5.6Aokromes
2020-04-10Scripts/Eye of Eternity: Fixed The Focusing Iris not respawning on wipeShauren
Closes #22948
2020-04-10Core/Spells: Fixed checking free inventory space for some spells that have ↵Shauren
bad dbc data Closes #24423
2020-04-10Core/Unit: Round damage instead of truncating itjackpoz
Round damage instead of truncating it when calculating armor-reduced damage. This fixes some level 1 creatures doing 0 damage (displayed as "Miss" ingame)
2020-04-09DB/SAI: Har'koaKillyana
2020-04-09DB/Creature: Ahn'kahar WatcherKillyana
2020-04-09DB/Quest: Add a missing text for the quest Rescuing Evanor and fix a gob flagKillyana
Reduce 25724 respawntime to 1min
2020-04-09DB/SAI: Improvements for Writhing Mound eventdr-j
2020-04-09Core/SAI: Allow SMART_TARGET_ACTION_INVOKER to target GameObjects (#24416)Giacomo Pozzoni
* Core/SAI: Allow SMART_TARGET_ACTION_INVOKER to target GameObjects * Include new Coalesce(..) template by @Shauren
2020-04-08DB/Quest: Hard to Swallowdr-j
Closes #23915
2020-04-08Core/PacketIO: Updated CMSG_DISMISS_CRITTER (#24412)NoName
based on cherry-pick 6fbfc61de1931f1e70aee80249535436e368c113 Co-authored-by: Carbenium <carbenium@outlook.com>
2020-04-08Core/Log: Log all character kicks to "network.kick" categoryjackpoz
2020-04-08Core/NetworkIO: Adjust more packet throttling valuesjackpoz
Thanks @Nefertumm at https://github.com/azerothcore/azerothcore-wotlk/commit/f5e38a7f5797dc04b2fd5a6710aabd9780751339 for the heads-up
2020-04-08Core/Movement: Add safety check to avoid C++ undefined behaviourjackpoz
2020-04-08Core/DBLayer: Fix compilation with mysql 8Shauren
2020-04-07Core/Objects: cache current liquid status of objects when updating position ↵Ovah
data and use it to replace unnecessary vmap lookups (#24399) * dropped unneeded IsUnderwater override for players since the default position data update considers collision height already so we don't have to rely on that tempfix anymore. This actually fixes breathing bars showing up depending on your characters size (gnomes get their breathing bar earlier, taurens later etc)
2020-04-07Missing rbac permissions (#24253)Shadow
* Added missing RBAC permissions to auth database * Rename 9999_99_99_99_auth.sql to 2020_04_07_00_auth.sql * Update 2020_04_07_00_auth.sql * Update auth_database.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-04-07Added the ability to use TLS when connecting to a database. (#24348)myuzhobcplidtkieno
* Added the ability to use TLS when connecting to a database. * Trying to kickstart CI checks * Revert the kickstart change Co-authored-by: myuzhobcplidtkieno <myuzhobcplidtkieno@github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-04-07CI/Circle CI: Show codestyle instructionsjackpoz
Show a short comment about how to fix the codestyle errors
2020-04-06DB/GameObject: Link "Floating, Medium - MFF" gobs to Midsummer Fire FestivalKillyana
Closes #24400
2020-04-06DB/Quest: Conversing With the DepthsKillyana
Fix the reset of the gob and allow the second action list to override the first one and fix the cosmetic npc trigger position
2020-04-06Core/PacketIO: Updated SMSG_LOGIN_VERIFY_WORLD (#24395)ForesterDev
(cherry picked from commit 7256c7c2c76aa07409d129c5dcab208ab93dbd46) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2020-04-06Update AuthSession.cpp (#24397)Lewis Brumby
2020-04-05Scripts/Guards: Fix spell cast spam after killing npc_air_force_bots guardsjackpoz
2020-04-05Core/Misc: Replace tabs with spacesjackpoz
2020-04-05CI/Circle CI: Add codestyle checkjackpoz
Tabs are not allowed, use 4 spaces instead
2020-04-05Core/Misc: Remove whitespace at the end of linesjackpoz
2020-04-05CI/Circle CI: Add codestyle checkjackpoz
Whitespace at the end of lines is not allowed
2020-04-05Core/Logs: Log full guid instead of just low guid, part 2Giacomo Pozzoni
2020-04-05CI/Circle CI: Add support to multiline regexjackpoz
2020-04-05Core/Logs: Log full guid instead of just low guidGiacomo Pozzoni