Skip to content

Development Build(2024-11-16)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 06:35
· 1 commit to master since this release

Commits

  • 55fbc8e: Realm/Core: Implement realm category mapping using realm zone and major version (Exxenoz) #570
  • Enable 2FA on Classic #583 (insunaa)
  • change order, comment byte read bs-ery #583 (insunaa)
  • Simplify 1.12 ToTP support (insunaa)
  • Make guardian ai respect same implicits as normal ai (killerwife)
  • abd860a: Pet/Unit: Add unsummon of guardians on home reach (killerwife)
  • 5c6e613: Show quest greeting only if player has more than one menu option available, and add config value to keep previous behavior if so inclined. (Nytanath)
  • Fix compilation warning due to too many params (killerwife)
  • 6d25538: fix 3fadd9f (Eugene F)
  • Resolve VMAP manager race conditions with iInstanceMapTrees (killerwife)
  • Fix compilation and warnings (killerwife)
  • Fix error with string id and spawn group when buddy entry set and let spawn group use buddyentry (killerwife)
  • Fix some strings in previous commit (killerwife)
  • Only trigger cooldown if any aura procced and fix attributes for failure (killerwife)
  • Fix one wrong check with new preallocated ids (killerwife)
  • Refactor mmap manager dependancies and improve code (killerwife)
  • Add partial pre-loading on map init (killerwife)
  • Implement pre-load of mmap files for additional thread safety (killerwife)
  • 9c9abd7: Change default from previous commit (killerwife)
  • Codestyle changes for battleground adjacent code (killerwife)
  • Revert usage of SPELL_ATTR_EX3_TREAT_AS_PERIODIC as proc indicator (killerwife)
  • Make ScriptedAI::EnterEvadeMode call proper parent (killerwife)
  • Fix deadlock on shutdown and AHBot spam (insunaa)
  • Fix "The Missing Diplomat - Part 8" quest (#694) (_daanieL)
  • 0f29a8a: [Spell] Withering Poison Proc 13886 should not be removed on Evade (AnonXS)
  • 9b6dd9f: Missing bot-specific pathfinder modifications to allow for travel node generation. (#701) (mostlikely4r)
  • Add safeguard against too high pin count (killerwife)
  • f477cc2: Remove offending erroring combat conditions sql (killerwife)
  • Add cyclic graph trigger protection to spawn group aggro trigger (killerwife)
  • Mobs that are poly'd should not get help aggro until poly end (killerwife)
  • Expand help aggro to all of CC (killerwife)
  • Add automatic remount and speed change using MountEntry (killerwife)
  • Attempt to remedy dungeon spawn group creature entry gen (killerwife)
  • Fix infinite loop from previous commit (killerwife)
  • Make mincount also respond to other randomization types of entry (killerwife)
  • Reorder creature_spawn_entry code to stop double reroll for creature (killerwife)
  • 5361edf: [SD] Correct EscortFaction for 2769 npc_professor_phizzlethorpe (AnonXS)
  • d6d00d8: [SD] Corret EscortFaction for 2917 npc_prospector_remtravel (AnonXS)
  • e4dda73: World/Core: Instance id's being packed and shuffled after instance reset being started for old ids. (mostlikely4r)
  • 00b8356: Creature summon: Keep creature pet active so it can properly be removed from active during Map::Remove (mostlikely4r)
  • Fixed INSTALL target on windows having incorrect path for debug pdb and missing one of openssl dlls (Shauren)
  • fix mana absorb shield (insunaa)
  • deprecate ApplyPowerMod (insunaa)
  • Added a custom smart pointer type unique_trackable_ptr - a specialized variant of std::shared_ptr that enforces unique ownership (Shauren)
  • Use new unique_trackable_ptr for various classes exposed to scripts (not actually used anywhere currently) (Shauren)
  • 4d386d3: Add missing GetWeakPtr functions (#1) (Foe)
  • Defer GameEventUpdateCreatureDataInMapsWorker to map itself (killerwife)
  • Implement TRIGGERED_FORCE_COSTS and aura triggerflag support (killerwife)
  • Try to make power rounding accurate (killerwife)
  • Switch from ceilf to ceil (insunaa)
  • Loramus Thalipedes 7783 update (Grz3s)
  • Stone Watcher of Norgannon 7918 (Grz3s)
  • Implement Westfall GY as fallback graveyard (insunaa)
  • Add Crossroads as Horde default (pending confirmation) (insunaa)
  • Fix division by zero in pull effect (killerwife)
  • Add function to CallAssistance explicitly (insunaa)
  • Do not knock back when rooted (insuna)
  • Reset on home (insuna)
  • Implement FOREVER_CORPSE_DURATION (#535) (insuna)
  • Implement NO_MELEE_APPROACH (#539) (insuna)
  • Accept Chrono literals for ForcedDespawn (insunaa)
  • Allow setting RespawnDelay with chrono literals (insunaa)
  • Implement SPAWN_DEFENSIVE and IGNORE_COMBAT (#538) (insuna)
  • Add a timer for code-benchmarking with RAII (insunaa)
  • Prevent crash when killing a guard with a gameobject (like a trap) (#570) (mostlikely4r)
  • Implement DONT_REPOSITION_IF_MELEE_TARGET_IS_TOO_CLOSE (#547) (insuna)
  • c659b3a: Fix CodeBench guard macro (insunaa)
  • Fixed a crash loading an instanceId 1 which is reserved for ebon hold alliance. (mostlikely4r)
  • Prevent double login while player is teleporting. (mostlikely4r)
  • Compile fix for new quest weakptr #590 (mostlikely4r)
  • Rework BG queue to be asynchronous and resolve race conditions (killerwife)