aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2024-04-08Core/Spells: "Fixed" Inescapable Torment talent dealing damage to priest when...Shauren
2024-04-08Scripts/Spells: Implemented Priest talent Unfurling Darkness (#29885)Mematoru
2024-04-07Scripts/Spells: Implemented Shadow Priest talent Mind Devourer (#29895)Mematoru
2024-04-07Core/Movement: Ensure land and takeoff animations even if gravity enabled/dis...Shauren
2024-04-06Core/Scripts: Integrate new ActionResultSetter with movement generators and s...Shauren
2024-04-05Core/Scripts: Added basic types for async script actionsShauren
2024-04-04Core/OutdoorPvP: Fixed shutdown crashShauren
2024-04-04Core/Misc: Replace shared_ptr with unique_ptr with deleter for cleanups in ma...Shauren
2024-04-04Core/Movement: Allow overriding speed for taxi movement generatorShauren
2024-04-03Core/Networking: Fixed Socket::DelayedCloseSocket not working if write queue ...Shauren
2024-04-03Fix codestyleShauren
2024-04-03Core/SAI: Allow gameobjects to be targeted by spell castsShauren
2024-04-02Scripts/Battleground: Implemented Battle for Gilneas (#29877)Jeremy
2024-04-02Core/Movement: Added Velocity field to waypoint_path table (#29837)ModoX
2024-04-01Core/Conditions: Fixed evaluation of CurrentPvpFaction outside arenas or batt...Meji
2024-04-01Removed unneccessary c_str() from previous commitShauren
2024-03-31Core/Entities: Make ObjectGuid formattable with fmt without using ToString()Shauren
2024-03-30Core/Pets: Removed overriding unit class for petsShauren
2024-03-30Core/Creatures: Changed the spawn health field in creature table to a percent...Meji
2024-03-28Core/Players: Use CharBaseInfo.db2 data to determine appropriate race for mer...Shauren
2024-03-28Core/Battlegrounds: Move to scripts (#29799)Jeremy
2024-03-27Core/Conditions: Extend circular references check for player condition condit...Shauren
2024-03-27Core/Conditions: Added CONDITION_SOURCE_TYPE_PLAYER_CONDITION (#29832)Meji
2024-03-27Core/GameObjects: Implement destructible_hitpoint table to store health info ...Jeremy
2024-03-26Core/Maps: Initialize instance faction using group leader (if available) inst...Shauren
2024-03-26DB/Mardum: Implement Quest "Give Me Sight Beyond Sight" (#29833)Naddley
2024-03-25Scripts/Stormwind: Implement RP Event for quest "Ancient Curses" (#29780)Naddley
2024-03-25Scripts/Spells: Fix Whispering Shadows target selection logic if there are le...Shauren
2024-03-25Scripts/Spells: Implemented Priest talent Whispering Shadows (#29776)Mematoru23
2024-03-24Core/GameObjects: Added dynamic highlight for GAMEOBJECT_TYPE_SPELL_FOCUS (#2...Meji
2024-03-24Core/Players: Slightly improve neutral player faction supportShauren
2024-03-24Core/Players: Fix console errors of wrong teamid for neutral pandaren raceaquadeus
2024-03-24Core/Loot: Fixed crashes when generating loot on map that has no MapDifficult...Shauren
2024-03-22Core/PacketIO: Fixed player updatefieldsShauren
2024-03-21Fix build with openssl 1.1.1Shauren
2024-03-21Core: Updated to 10.2.6.53840Shauren
2024-03-19Core/Logging: Fix intellisense errors - people don't like it when code glows ...Shauren
2024-03-18Scripts/Spells: Fix rhapsody talent (#29804)Aqua Deus
2024-03-15Core/Logging: Improved generated code for log statements (length of text is c...Shauren
2024-03-14Core/Scripts: Removed script calls from constructors and destructorsShauren
2024-03-14Core/Objects: Cook the copied pastaShauren
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
2024-03-14Core/Objects: Rename Object::m_isWorldObject and related functions to avoid c...Shauren
2024-03-13Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...Shauren
2024-03-12Core/Movement: FIxed followPathBackwardsFromEndToStart parameter of MotionMas...Shauren
2024-03-12Core/SmartAI: Load paths by their id now that SAI doesn't use a separate data...Shauren
2024-03-12Core/Movement: Minor refactor for WaypointManager data loadingShauren
2024-03-12Core/Movement: Removed a possible lifetime trap when passing a custom Waypoin...Shauren
2024-03-12Core/Movement: Make MovementGenerator not copyable and movableShauren
2024-03-12Core/Movement: Removed default arg values from MovementGenerator Pause and Re...Shauren