aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-11-02Core/Network: Build fix for older boost versionsShauren
2025-11-02Tools/vmaps_extractor: Include cleanupShauren
2025-11-02Scripts/Arenas: Implement Black Rook Hold Arena (#31430)Jeremy
2025-11-02Scripts/Arenas: Implement Tiger's Peak (#31436)Jeremy
2025-11-02Scripts/Arenas: Implement Tol'Viron Arena (#31437)Jeremy
2025-11-01Core/Vmaps: Bump vmap versionShauren
2025-11-01Tools/vmaps_extractor: Clean up filename normalizationShauren
2025-11-01Tools/vmaps_extractor: Use multiple threads to extract dataShauren
2025-11-01Core/Vmaps: Remove tile X/Y coord swappingShauren
2025-11-01Tools/vmap_extractor: Preserve destructible models to use them in ↵Shauren
mmaps_generator
2025-10-31Core/Vmaps: Don't ignore gameobject model rotation when calculating liquid levelShauren
2025-10-31Tools/mmaps_generator: Remove confusing tile X/Y coord swappingShauren
2025-10-31Scripts/Arenas: Implement Ashamane's Fall (#31410)Jeremy
2025-10-31Scripts/Arenas: Implement Nagrand Arena (Legion) (#31406)Jeremy
2025-10-29Core/Misc: Remove large functions from headersShauren
2025-10-29Core/Spells: Name SpellCategoryFlags with official names and implement ↵Aqua Deus
ResetCooldownUponEndingEncounter flag (#31415)
2025-10-28Core/DataStores: Remove db2 id startup checks, compatibility validation is ↵Shauren
done on layout hash already Closes #31413
2025-10-28Core/Miscc: Fix compile warning with clang on windowsShauren
2025-10-28Core/Miscc: Add file/line/function information to ASSERT_NOTNULLShauren
2025-10-27Core/CrashHandler: Fix clang warningsShauren
2025-10-26Tools/map_extractor: Minor cleanupShauren
* Make temporary tile variables local to ConvertADT * std::string -> std::string_view for adt chunk lookup * Replace the only std::ofstream with FILE* * Remove _CRT_SECURE_NO_DEPRECATE from source files (should only be set on command line)
2025-10-26Tools/mmaps_generator: Fix infinite loopShauren
2025-10-26Tools/mmaps_generator: Enable async console loggingShauren
2025-10-26Tools/map_extractor: Fix segfault with CONF_allow_float_to_int=false (#31353)Смердокрыл
2025-10-26Core/Creatures: Fix floating corpsesShauren
2025-10-26Core/Units: Fix movement status altering packets being sent to wrong unitsShauren
2025-10-26Tools/mmaps_generator: Replace G3D::Array with std::vectorShauren
2025-10-25Tools/mmaps_generator: Replace do while (false) loops with unique_ptr using ↵Shauren
custom deleter
2025-10-25Tools/mmaps_generator: Use unique_ptr to manage memoryShauren
2025-10-25Core/Vmaps: Rename VMapManager2 to VMapManagerShauren
2025-10-25Core/Vmaps: Remove VMapManager2 virtual interfaceShauren
2025-10-24Scripts/Spells: Update priest pvp talent TrinityShauren
2025-10-24Scripts/Spells: Removed outdated part of Atonement scriptCristian Vintila
2025-10-24Core/SAI: Support SMART_EVENT_FLAG_ACTIONLIST_WAITS in movement fall actionShauren
2025-10-24Core/SAI: Implement fall movement actioncarl3175
2025-10-24Core/SAI: Sync action enum with 3.3.5 branchShauren
2025-10-24Scripts/Spells: Update Power Word: Shield script (#31400)Cristian Vintila
2025-10-24Tools/mmaps_generator: Move TileBuilder to its own fileShauren
2025-10-24Tools/mmaps_generator: Switch to using Log instead of printfShauren
2025-10-23Core/Vmaps: Remove unused template argument from RegularGrid2DShauren
2025-10-23Core/Vmaps: Use unique_ptr in RegularGrid2D and DynamicTree classesShauren
2025-10-23Tools/mmaps_generator: Always rebuild tiles when debug output is enabledShauren
2025-10-22Core/Movement: Fixed spline packed delta limit checkShauren
2025-10-21Core/Vmaps: Replace G3D containers with std onesShauren
2025-10-21Scripts/Arena: Fix possible crash in Hook PointModoX
* 480aa30a1efbb6b6ce05aadcaa8724ffae3e3497 followup
2025-10-20Scripts/Arenas: Implement Hook Point (#31384)Jeremy
2025-10-20Core/PacketIO: Mark shop/token packets as ignored (don't log that they are ↵Shauren
unhandled)
2025-10-20Core/Players: Define new PlayerFlagsEx valueShauren
2025-10-19Scripts/Westfall: Implement Quest: "Livin' the Life" (#31327)Naddley
Co-authored-by: Ovahlord <18347559+Ovahlord@users.noreply.github.com>
2025-10-19Core/Scripts: Fix wrong startup errors with arena scriptsShauren