Commit graph

  • 2363b18807
    Merge bc605b861c into 1b3795fcd8 oroblu 2026-08-13 07:34:41 -07:00
  • 8c4bb85574
    Merge aa87f574f8 into 1b3795fcd8 bdebaere 2026-08-12 06:35:50 +02:00
  • edda5a1fdd
    Merge b20d7b951c into 1b3795fcd8 insuna 2026-08-12 06:35:09 +02:00
  • 9131e8b5a4
    Merge 82dba11be6 into 1b3795fcd8 dependabot[bot] 2026-08-11 14:53:30 +00:00
  • 1b3795fcd8 CI: Fix empty date in Windows release title master Cyberium 2026-08-11 16:45:53 +02:00
  • 7f98ba0f0b [z2837] Chat: Fix gobject near crash and finish dyngo link backport killerwife 2026-08-10 22:07:56 +02:00
  • 9bdeb5ec78
    Bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11 (#645) dependabot[bot] 2026-08-10 23:24:35 +02:00
  • 10942d91a1 Scripts: Change SCRIPT_COMMAND_MOVE_TO flag usage killerwife 2026-08-09 15:02:33 +02:00
  • 03b88254da
    Merge 20ce456f0b into ead2f062b6 bdebaere 2026-08-05 14:07:22 +02:00
  • ead2f062b6 Movement: Fix player case of sending smsg monster move from charm movement commit killerwife 2026-08-04 07:21:56 +02:00
  • 7ad1d86564 Fix db build due to mistake in process killerwife 2026-08-04 07:22:15 +02:00
  • 9c4fb55565 Creature: Properly use AP with damage multiplier to fix ingame dmg diff killerwife 2026-07-12 11:06:07 +02:00
  • 101a87e2a6 [z2836] Rework CLS formulae killerwife 2026-03-22 19:48:08 +01:00
  • 94bb160b32
    Bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11 dependabot[bot] 2026-08-03 06:21:51 +00:00
  • 14fe6a306c PetAI: Adjust selfcast case with target nullptr for area aura check killerwife 2026-06-14 12:44:49 +02:00
  • 3b0d4e84bb Spell: fix castspell server crash (#819) Velite12 2026-06-14 06:34:16 -04:00
  • 080084ef0f PetAI: Prevent autocast area aura spam from blood pact type spells killerwife 2026-06-13 13:52:03 +02:00
  • f8ce5c3114 [z2835] Refactor PetAI Yury 2026-01-24 09:50:41 +01:00
  • 3b08b4d552 Movement: Fix charms and possess sending packets to themselves killerwife 2026-08-01 14:57:56 +02:00
  • cec5d348bf Spell: Remove drain spell log from power burn based on evidence killerwife 2026-08-02 19:14:07 +02:00
  • e39543ecdd Implement passing of bag slot for EQUIP_ERR_ITEM_DOESNT_GO_INTO_BAG2 killerwife 2026-04-28 15:29:10 +02:00
  • fae655c8aa [z2834] Add column rename from wotlk work killerwife 2026-07-23 18:47:24 +02:00
  • 137de11cba Fix port compilation killerwife 2026-07-23 18:52:07 +02:00
  • 49f8ff39ba Creature: Also for DoScriptText killerwife 2026-07-20 16:24:59 +02:00
  • bf55221465 fix(spells): use std::equal for SpellVisual array comparison Tristan Cormier 2026-05-09 12:55:02 -04:00
  • 60b5534d08 build: fix Boost bind deprecation warning Tristan Cormier 2026-05-09 12:50:26 -04:00
  • c74f057c40 Dialogue: Separate broadcast_text entries out in Dialogue Helper steps insunaa 2026-05-14 09:36:53 +02:00
  • b65a02eda1 Fix crash due to unported MoveSplineInitArgs::Validate logging code killerwife 2026-06-15 21:47:58 +02:00
  • 48275eca61 Add missing ! to logic for combat check in GameObject::CanUseNow killerwife 2026-05-12 18:38:19 +02:00
  • 48c0bb892f Fix erasing items in loop ssj17vegeta 2026-04-23 12:24:14 +02:00
  • e76616c329 GameObject: Add a couple more checks to CanUseNow killerwife 2026-04-21 09:52:26 +02:00
  • b1906186b8 GameObject: Add rest of CanUseNow for GO checks killerwife 2026-04-21 08:42:50 +02:00
  • aa7ddd2d94 GameObject: Add CanUseNow logic to gameobject use packet killerwife 2026-04-19 20:52:37 +02:00
  • 38ad365c81 PlayerAI: Add check against mandatory target killerwife 2026-06-13 14:03:30 +02:00
  • 2fe23564c2 Fix cooldowns (#647) ssj17vegeta 2026-04-19 08:57:32 +02:00
  • 5b64366c05 Remove redundant double call to mod value killerwife 2026-04-12 16:54:03 +02:00
  • 4fd5a9e285 Fix for talents that modify AP based on another stat ssj17vegeta 2026-04-10 02:06:29 +02:00
  • 60be4d2610 Unit: Use pos/neg enum for 0 and 1 for easier impact search killerwife 2026-04-12 16:48:13 +02:00
  • c2d43df414 Reimplement Mend Pet using spell script killerwife 2026-04-12 16:26:58 +02:00
  • 14717bbcef Fix client crashes after a session is reused slnz00 2026-01-24 21:03:53 +01:00
  • 2c1eee6537 Fix compiler warnings about enums and arithmetics (#634) ssj17vegeta 2026-04-06 18:03:22 +02:00
  • 2872ec958f Code quality : overrides. (#632) ssj17vegeta 2026-04-06 18:02:15 +02:00
  • 8050f1e1b3 Fix undefined behavior by adding missing va_end. ssj17vegeta 2025-12-22 10:47:35 +01:00
  • 0166c81d6a Various (very minor) fixes suggested by CppCheck ssj17vegeta 2025-12-25 23:54:22 +01:00
  • 447297886f Add spell s.14108 change to fix selfapply for proc killerwife 2026-08-02 18:46:49 +02:00
  • 978993034e Tweak conditional compilation and linking for MinGW compatibility Safonov Aleksandr 2025-08-31 16:32:15 +03:00
  • cbd26aee81 Spell: Fix uninit values in spellcastargs killerwife 2025-12-20 08:04:59 +01:00
  • 733b909f69 Player: Add slot safety check for CMSG_BUY_BANK_SLOT killerwife 2025-11-24 07:16:53 +01:00
  • cf92f1748c Player/Item: Implement use of SMSG_OPEN_CONTAINER killerwife 2025-11-24 07:58:54 +01:00
  • 7937b5450a Spell: Again change SMSG_SPELL_UPDATE_CHAIN_TARGETS with more evidence killerwife 2025-11-26 16:34:42 +01:00
  • 7d7ed27adb Spell: Adjust SMSG_SPELL_UPDATE_CHAIN_TARGETS with new evidence killerwife 2025-11-25 19:58:22 +01:00
  • 915b940d40 Fix SMSG_SUMMON_REQUEST to send area not zone killerwife 2025-11-27 14:27:38 +01:00
  • aa09222a26 AV: Fix honor reward post refactor killerwife 2025-11-28 11:57:46 +01:00
  • 21fb99db3a Spell/Targeting: Fix case of event effect consuming target for subsequent killerwife 2025-12-06 22:32:56 +01:00
  • 28434e27ec Add notes and new item flag killerwife 2026-01-14 09:40:08 +01:00
  • de631b6ec7 Creature: Increase say range proportionally to large/gigantic aoi killerwife 2026-07-20 16:22:15 +02:00
  • 7cd99ec832 Strat: Add threat wipe to ice tomb on maleki the pallid killerwife 2026-07-19 17:31:52 +02:00
  • 920879bb22 Spell/Targeting: Mark TARGET_FLAG_UNIT filled effects as neutral for CheckTarget killerwife 2026-07-18 10:27:05 +02:00
  • 12bc8ce1a8 Spell: Add missing break to fishing req killerwife 2026-07-14 12:02:08 +02:00
  • bc4dc09264 Unit: Fix crash due to rewrite of trigger aggro linking event killerwife 2026-07-11 16:21:33 +02:00
  • bbc93ce846 Creature: Fix call for help not caching receivers on pull as previously intended killerwife 2026-07-09 11:31:46 +02:00
  • a7ba01274e Fixes "Auto-Shot" spamming clipping itself. insunaa 2026-07-08 11:49:44 +02:00
  • d13f5d4f77 Player: Add random skillup component to deterministic fishing killerwife 2026-07-04 19:00:14 +02:00
  • 8b8406979c Spell: Add all per-zone area fishing requirements killerwife 2026-07-04 18:56:19 +02:00
  • f1d8112d06 Scripts: Add Initial SCRIPT_COMMAND_SPAWN_SPAWN_GROUP (#835) _daanieL 2026-06-29 10:58:18 +02:00
  • 32bc1f855b SpawnGroup: Split ignoring respawn time from forced on ::Spawn killerwife 2026-06-28 12:12:21 +02:00
  • f5bc5acd02 Unit: Unify assistance between family and linkage on aggro to avoid duplicate event doing same thing killerwife 2026-06-27 17:55:41 +02:00
  • 2e24a228b4 Spell: Fix rule mirror for applying and removal of SPELL_EFFECT_APPLY_AREA_AURA_PARTY with SPELL_ATTR_EX_AURA_UNIQUE killerwife 2026-06-26 18:53:27 +02:00
  • e12c8be613 AI: Fix combat only root not working as intended in connection with UNIT_STAT_NO_COMBAT_MOVEMENT killerwife 2026-06-26 17:58:29 +02:00
  • 54327c8fa3 Script more on death avenger spells killerwife 2026-06-23 17:28:11 +02:00
  • 68e7c9269a EAI: Implement retreat killerwife 2026-06-20 10:07:23 +02:00
  • 01f539619d Disable SetFacingTo to prevent animation interruption during channel (#827) Velite12 2026-06-15 03:10:58 -04:00
  • ecddb763ac Fix compilation of playerai commit killerwife 2026-06-13 14:22:43 +02:00
  • 643590bd3a Include pets for SelectAttackingTarget ATTACKING_TARGET_RANDOM Velite12 2026-06-13 04:13:25 -04:00
  • cf41641645 Fix wrong use of looting UNIT_FIELD_FLAGS field Khallil 2026-06-11 10:20:30 +02:00
  • 9ba2ca4580 Movement: Send movement packets to all who see me rather than grid search killerwife 2026-06-10 18:39:08 +02:00
  • 90f155e1c8 Spell: Fix buggy display of aura max duration clientside on aura refresh killerwife 2026-06-10 15:59:49 +02:00
  • 09beee82f6 Player/Quest: Move QUEST_FLAGS_STAY_ALIVE to release killerwife 2026-06-08 21:43:55 +02:00
  • 60c29a0774 Spell: Move AURA_INTERRUPT_FLAG_ITEM_USE to spell code, to properly account for SPELL_ATTR_EX_ALLOW_WHILE_STEALTHED and SPELL_ATTR_EX2_ALLOW_WHILE_INVISIBLE killerwife 2026-05-31 17:47:44 +02:00
  • 8b02461a12 Remove email field from lookup player email command result (change previouse PR) Crocolisk 2026-05-18 16:30:27 -04:00
  • 13aa63bb45 Fix compilation warnings. Change Location to Position. SpawnLocation, WaveLocation single def. Crocolisk 2026-05-01 18:33:00 -04:00
  • b4d553c82a Fix compilation warnings. ++ on volatile variable, arithmetic on dif enums, start change Location to Position Crocolisk 2026-05-01 16:43:46 -04:00
  • c43bb24b8e Fix compilation warning (writing 36 bytes into a region of size 12) Crocolisk 2026-05-01 14:56:18 -04:00
  • ebdb5ec0f5 Follow comments to PR. ORDER BY come back, variable limit renamed to (players/accounts)Limit Crocolisk 2026-05-01 14:48:05 -04:00
  • 4fec0191b5 Revert some changes of previous commit. Remove spaces between parenthesis. Crocolisk 2026-05-01 14:26:07 -04:00
  • 77c7d7db2f Remove compilation warnings. Type mismatch and global namespace bind placeholders Crocolisk 2026-05-01 07:13:21 -04:00
  • 6494f8927d Fix commands lookup.account and lookup.player Crocolisk 2026-04-30 17:47:27 -04:00
  • 62a4459aca SpawnGroup: Mark spawn group linking aggro ass no call assistance killerwife 2026-05-28 19:23:06 +02:00
  • 914c785943 Network: fix nullptr in WorldSession::HandleMoveWorldportAckOpcode (#820) Velite12 2026-05-28 01:05:21 -04:00
  • 6a6bd14e00 Fix Spelllist Loading garbage values Velite12 2026-05-25 16:03:20 -04:00
  • 7de7f0fe89 Player: Update comment to be more useful killerwife 2026-05-26 20:03:12 +02:00
  • 63ba563e16 Hunter: Reimplement script for tame beast and add level check killerwife 2026-05-24 17:02:02 +02:00
  • 75b8b368e2 Scripts: Add persistence support to movepoint and dynamic in scripts killerwife 2026-05-24 17:00:41 +02:00
  • 58691a9c2c SpawnGroup: Fix no reaction on hellfire channelers killerwife 2026-05-17 12:09:26 +02:00
  • b37631fd41 Spell: Swap hook use to fix functionality killerwife 2026-05-17 09:18:23 +02:00
  • 4fa5e7726c [z2833] Implement effect inverse mask for spell_threat killerwife 2026-05-13 08:05:01 +02:00
  • fff315c00f Fix epic typo killerwife 2026-05-10 21:04:00 +02:00
  • 5e645778b8 Warrior: Move intimidating shout to spell script and add it to three creature spells killerwife 2026-05-10 20:14:23 +02:00
  • bc605b861c cleanup: review round 2 - Hungarian notation removed, bundle UX, robustness fixes oroblu 2026-08-02 16:08:25 +00:00
  • 86811e7ba0 SpawnGroup: Only mark as eligible guids in dungeon for non-squad on first pick case killerwife 2026-05-09 15:05:04 +02:00