Commit Graph

  • c968aa3c39 Fix build master Fabian 2026-01-08 22:34:11 +01:00
  • 2dc53f3425 Core: Updated allowed build to 11.2.5.63796 Hondacrx 2025-12-16 14:04:46 -05:00
  • ec448a7cdd DB Updates Hondacrx 2025-12-16 14:03:41 -05:00
  • 7ba62b6ef1 Core/Movement: Fix teleports to transports within the same map Hondacrx 2025-12-16 14:03:14 -05:00
  • 7b0016d508 Core/Entities: Fixed relative position calculation formula in Position::GetPositionOffsetTo Hondacrx 2025-12-16 14:01:15 -05:00
  • 1a6ce863af Core/PacketIO: Fixed SMSG_GOSSIP_MESSAGE structure Hondacrx 2025-12-16 13:59:34 -05:00
  • 8b9a4c33b2 Core/Database: Escape "OFFSET" MariaDB keyword in prepared statements Hondacrx 2025-12-16 13:57:50 -05:00
  • 3a890782b5 Core: Updated to 11.2.5.63704 Hondacrx 2025-12-16 13:57:09 -05:00
  • ed33a88776 Core/Items: Implemented new item bonus types: ITEM_BONUS_OVERRIDE_CAN_SALVAGE, ITEM_BONUS_OVERRIDE_CAN_RECRAFT, ITEM_BONUS_OVERRIDE_CANNOT_TRADE_BOP and ITEM_BONUS_ITEM_LEVEL_BASE Hondacrx 2025-12-08 16:17:17 -05:00
  • f01f61c464 Core/Items: Implemented new item bonus types: limit category and pvp item level Hondacrx 2025-12-08 16:09:02 -05:00
  • b962dc7a48 Fix build Hondacrx 2025-12-08 15:55:43 -05:00
  • d4677ae863 Misc cleanup Hondacrx 2025-12-08 15:25:55 -05:00
  • 6da69c8263 Core/AI: Implement OnAuraApplied and OnAuraRemoved hooks Hondacrx 2025-12-08 15:10:55 -05:00
  • a478baf421 Core/AreaTrigger: Fix crashes happening if areatrigger is despawned in OnUnitEnter script Hondacrx 2025-12-08 14:54:52 -05:00
  • be495a1228 Core/Conditions: Fix CONDITION_AURA incorrectly allowing ConditionValue3 to be set in database (it doesn't do anything) Hondacrx 2025-12-08 14:52:59 -05:00
  • 08258f89c7 Scripts/AreaTrigger: Fixed possible crash when spell is null for areatriggers on creation Hondacrx 2025-12-08 14:51:27 -05:00
  • 057673d00b Fix build Hondacrx 2025-12-08 14:50:46 -05:00
  • cef7237f8a Core/MMaps: Improve mmap debugging experience for terrain swap maps Hondacrx 2025-12-08 14:48:05 -05:00
  • 34e6130754 Scripts/Commands: Improve .debug arena Hondacrx 2025-12-08 14:47:43 -05:00
  • 17759869bb Fix build Hondacrx 2025-12-08 14:23:56 -05:00
  • 97e2643eae Core/Auras: Implemented new proc ppm modifier - SPELL_PPM_MOD_AURA Hondacrx 2025-12-08 14:23:02 -05:00
  • dc89a5e8e0 Scripts/Spells: Update Lava surge script Hondacrx 2025-12-08 14:21:49 -05:00
  • 1811d83ccd Core/Transmog: Mark tracking quests as completed when completing transmog sets Hondacrx 2025-12-08 14:12:41 -05:00
  • 2802504f76 Core/Units: Remove unused argument from Unit::SetRooted Hondacrx 2025-12-08 14:10:01 -05:00
  • 1047cd825d Core/Misc: Rename AreaTriggerStruct to AreaTriggerTeleport Hondacrx 2025-12-08 14:08:14 -05:00
  • bb9d8b50fc Core/Auras: Implement SPELL_AURA_MOD_HONOR_GAIN_PCT (SPELL_AURA_491) Hondacrx 2025-12-08 14:04:32 -05:00
  • b3b42d29ad Core/Auras: Corrected SPELL_AURA_MOD_HONOR_GAIN_PCT implementation - it should only increase honor gains from some sources Hondacrx 2025-12-08 14:03:10 -05:00
  • b267c12273 Core/Auras: Implement SPELL_AURA_INTERFERE_ALL_TARGETING (SPELL_AURA_486) Hondacrx 2025-12-08 10:25:40 -05:00
  • 06bb95cb6d Core/GameEvents: Added holiday/event world state field Hondacrx 2025-12-08 10:21:57 -05:00
  • 8df85c90d7 Core/AreaTriggers: Implement AreaTriggerActionSetFlag::DontRunOnLeaveWhenExpiring Hondacrx 2025-12-08 10:14:29 -05:00
  • 464609d5eb Core/Objects: Preserve phaseUseFlags, terrainSwapMap, ScriptName and StringId columns when saving creature and gameobject spawns in database Hondacrx 2025-12-08 10:05:57 -05:00
  • e353cf5497 Core/Players: Implement SetToMaxOnInitialLogIn power flag Hondacrx 2025-12-08 09:58:34 -05:00
  • 4715a7b1bd Scripts/Spells: Implement hunter talent Lock and Load Hondacrx 2025-12-08 09:56:28 -05:00
  • ad874bcd49 Scripts/Spells: Implement mage talent "Heat Shimmer" Hondacrx 2025-12-08 09:53:48 -05:00
  • 0e6cc3bd17 Scripts/Spells: Implement mage talent "Pyrotechnics" Hondacrx 2025-12-08 09:46:52 -05:00
  • b01291a370 Scripts/Spells: Implement mage talent Hot Streak Hondacrx 2025-12-08 09:44:14 -05:00
  • da953c07ab Core/Spells: Allow spell scripts to access other scripts attached to a spell Hondacrx 2025-12-08 09:43:35 -05:00
  • f5fabb8134 Scripts/Spells: Implement mage talent Fiery Rush Hondacrx 2025-12-08 09:28:41 -05:00
  • 6ea0167c48 Scripts/Spells: Merge spell_mage_wildfire_crit script classes Hondacrx 2025-12-08 09:26:31 -05:00
  • c3aec6cfca Core/Spells: Implement mage talent "Wildfire" Hondacrx 2025-12-08 09:22:41 -05:00
  • 3b21acac1a Core/AreaTriggers: Use Optional<bool> for speedIsTime argument in movement functions Hondacrx 2025-12-08 09:15:28 -05:00
  • 16f79297c7 Core/AreaTriggers: Implemented SpeedIsTime parameter for areatrigger splines and orbit Hondacrx 2025-12-07 23:46:36 -05:00
  • 7f2baab1da Start using OneOf<>for unions/variant Hondacrx 2025-12-07 23:34:34 -05:00
  • 8cc270b895 Core/AreaTriggers: Refactor AreaTriggerShapeInfo to use std::variant instead of union Hondacrx 2025-12-07 23:07:54 -05:00
  • b022cd1cc4 Core/AreaTriggers: Remove unused fields from AreaTriggerCreateProperties and merge movement data into a variant Hondacrx 2025-12-07 18:14:44 -05:00
  • 89d14774da Core/Spells: Don't set CAST_FLAG_PENDING for spells that have OriginalCastID set but no triggered flag Hondacrx 2025-12-07 17:58:02 -05:00
  • 2572f775df Core/Events: Replace remaining packed time calculations with WowTime class Hondacrx 2025-12-07 17:54:16 -05:00
  • 6b6338efc9 Core/SAI: Add storedTargetId param to summon actions Hondacrx 2025-11-27 13:39:38 -05:00
  • 2eb60278f1 Merge branch 'master' of https://github.com/CypherCore/CypherCore Hondacrx 2025-11-24 10:17:40 -05:00
  • 8770fc63c3 Fix build Hondacrx 2025-11-24 10:10:44 -05:00
  • 14c3b846ea Scripts/Spells: Fix Heroic Leap Hondacrx 2025-10-13 16:26:23 -04:00
  • 9734e9ab8c Core/Conditions: Allow ConditionTypeOrReference to be 0 for conditions that have ScriptName set Hondacrx 2025-10-13 16:20:27 -04:00
  • aa2b2599b2 Core/Spells: Implemented setting spell to cast on arrival from SPELL_EFFECT_JUMP_CHARGE in database Hondacrx 2025-10-13 16:19:14 -04:00
  • b7eacd869e Core/Spells: Simplify SortTargetsWithPriorityRules Hondacrx 2025-10-13 14:28:02 -04:00
  • 43aab94a35 Core/Spells: Add a helper function to sort spell targets based on custom scripted sorting rules Hondacrx 2025-10-13 13:51:38 -04:00
  • 3e028633ba Updated all spell scripts Hondacrx 2025-10-13 13:23:31 -04:00
  • 3c4602e4a1 Fixes database updater Hondacrx 2025-10-12 12:08:16 -04:00
  • aaae1d95b4 Core: Updated allowed build to 11.2.0.63003 Hondacrx 2025-09-05 21:16:27 -04:00
  • ab276a0550 DB Updates Hondacrx 2025-09-05 21:16:17 -04:00
  • d7e3e5ed5b Core/PacketIO: Fixed CMSG_CAST_SPELL/CMSG_PET_CAST_SPELL/CMSG_USE_ITEM/CMSG_USE_TOY structure Hondacrx 2025-09-05 21:15:26 -04:00
  • dbf160fbdf Core/AreaTriggers: Handle exit areatrigger on player map change Hondacrx 2025-09-05 21:14:36 -04:00
  • 217bccde02 Fixes being logged out as soon as you get into world. Hondacrx 2025-09-04 23:55:38 -04:00
  • 0279fa9a0d Fix start up errors Hondacrx 2025-09-04 22:57:43 -04:00
  • f5906bce10 Core/World: Refactor World::LoadConfigSettings to unify validation of all config options and reduce its impact on compile time Hondacrx 2025-09-04 22:30:57 -04:00
  • 9f05b762ad Core/SAI: Implemented action type SMART_ACTION_DESTROY_CONVERSATION Hondacrx 2025-09-03 21:27:53 -04:00
  • f1f6c4055b Core/Database: Fix database auto updater when using MySQL 9.4 Hondacrx 2025-09-03 08:35:45 -04:00
  • 3d23a9f162 Core/Groups: Fixes groups staying linked with players. Hondacrx 2025-09-02 22:43:56 -04:00
  • 6531cd9dc1 Core/AuctionHouse: Updated AuctionHouseFilterMask and implemented current expansion filter Hondacrx 2025-09-02 13:01:36 -04:00
  • 656ef4636f Core/AuctionHouse: Skip own account commodity listing when buying Hondacrx 2025-09-02 12:57:02 -04:00
  • ca8b9e6642 Updated Proto files Hondacrx 2025-09-02 10:38:28 -04:00
  • 100a9d74e7 Misc fixes Hondacrx 2025-09-01 22:41:28 -04:00
  • 7faf096ba9 Core/Chat: Improve ingame language translation Hondacrx 2025-09-01 22:30:38 -04:00
  • a2d86ff4d2 DB Updates Hondacrx 2025-09-01 17:15:46 -04:00
  • 57459eacf3 Core/Players: Fixed buying bank tabs Hondacrx 2025-09-01 17:15:37 -04:00
  • 737cdc7a63 Core/Reputation: Fix ReputationMgr crash at first character login due to AllReputation config Hondacrx 2025-09-01 16:58:36 -04:00
  • 6fd46762fc Core/Vehicles: Prevent bad database data in vehicle_template from crashing the server when vehicle despawns Hondacrx 2025-09-01 16:57:21 -04:00
  • e1adc77447 Core: Updated allowed build to 11.2.0.62876 Hondacrx 2025-09-01 16:53:55 -04:00
  • 0cd489e402 Core/Spells: Support spells that have both charge recovery and separate cooldown Hondacrx 2025-09-01 16:52:40 -04:00
  • 4be7b55672 Core/Commands: Added missing hyperlink system. Hondacrx 2025-09-01 16:48:59 -04:00
  • 2903501994 Core/Auction House: Fixed sorting items with itemlevel greater than 255 Hondacrx 2025-08-31 13:44:22 -04:00
  • 04ae85c5be Fixes a index out of range crash Hondacrx 2025-08-31 13:26:11 -04:00
  • a43b9fc947 Fixes names not showing for npcs when they say Hondacrx 2025-08-31 13:24:34 -04:00
  • c5cccdec10 Core/Objects: Unify Searcher classes into one common implementation Hondacrx 2025-08-31 13:23:49 -04:00
  • 59c983d3ff Core/Bags: Fixed crash when loading items in bags Hondacrx 2025-08-28 23:33:47 -04:00
  • 27c5c5647e Core/Realmlist: Fixes getting disconnected when trying to switch realms. Hondacrx 2025-08-28 22:39:22 -04:00
  • 431faefbcb Core/Logs: Fixes packet logs having wrong client size for data Hondacrx 2025-08-28 22:38:37 -04:00
  • c7dcae5825 DB Updates Hondacrx 2025-08-27 23:17:57 -04:00
  • f4e90f3c41 Core/Items: Define new socket color Hondacrx 2025-08-27 23:17:49 -04:00
  • af5bde1bea Core/Commands: Add .guild list GM command to list all guilds Hondacrx 2025-08-27 23:16:11 -04:00
  • 869af17b23 Fixes crash with AreaTriggers Hondacrx 2025-08-27 22:06:57 -04:00
  • bf3ae44c36 Fixes crash when accepting quests Hondacrx 2025-08-27 21:20:11 -04:00
  • 9fc908cc5f Fixes creature health not being updated in client Hondacrx 2025-08-27 21:19:53 -04:00
  • 799f8a13c6 Core/PacketIO: Fixed field initialization in InspectResult. Fabian 2025-08-27 20:22:57 +02:00
  • f7e4b27dea Implement IComparable for ChrCustomizationChoice. Fixes character creation. Fabian 2025-08-27 20:10:39 +02:00
  • 2207823ab8 Core: Updated allowed build to 11.2.0.62748 Hondacrx 2025-08-26 22:38:04 -04:00
  • ec4f2a49d4 Fixed world login Hondacrx 2025-08-26 22:37:42 -04:00
  • 7bb4769eee DB Updates Hondacrx 2025-08-25 22:19:57 -04:00
  • c3e853a14b Core/Misc: Update some enums with 11.2 values Hondacrx 2025-08-25 22:18:55 -04:00
  • 187876ceb5 Core/PacketIO: Fixed updatefields structure for 11.2.0 Hondacrx 2025-08-25 22:08:58 -04:00
  • 94e60194ae Core/BattlePets: Fix using moved-from variable when adding new pet Hondacrx 2025-08-25 22:05:35 -04:00