Commit Graph

  • e5d325bf82 Core/WorldStates: Migrate conditions and criteria to new worldstate api hondacrx 2022-06-27 15:54:38 -04:00
  • 9422b62dca Core/DataStores: Updated WorldStateExpression function enum to 9.2.5 hondacrx 2022-06-25 22:58:22 -04:00
  • f83817d679 Core/Criteria: Implemented worldstate requirements for criteria updates hondacrx 2022-06-25 22:53:25 -04:00
  • 7be2eb52cc Core/World: implement database support for default map and realm wide world states hondacrx 2022-06-25 22:52:20 -04:00
  • ed7a07d893 DB Updates hondacrx 2022-06-24 22:09:07 -04:00
  • e56f3792de Core/Conditions: Implemented conditions for spawn groups hondacrx 2022-06-24 22:08:58 -04:00
  • a0d4a4f522 Core/SpawnGroups: Renamed GetSpawnGroupsForInstance and its argument to not cause confusion with instance ids (equivalent to instance save id, not map id) hondacrx 2022-06-24 21:50:46 -04:00
  • 094d450ad8 Core/Players: Don't trigger quest objective and criteria updates for gold modifications before quest log and criteria progress are loaded hondacrx 2022-06-24 21:49:43 -04:00
  • 4154d41d6b Core/Conditions: Fixed CONDITION_AURA to allow effect index greater than 2 hondacrx 2022-06-24 21:48:38 -04:00
  • 2436ef0644 Core/Items: Fixed logic mistake in ItemTemplate::IsRangedWeapon hondacrx 2022-06-24 21:47:04 -04:00
  • 345b38352f Core/Spells: Fixed crash in triggered spells with SPELL_ATTR2_RETAIN_ITEM_CAST hondacrx 2022-06-24 21:45:48 -04:00
  • c81639bf56 Core/Conditions: Added CONDITION_SCENE_IN_PROGRESS, useful for cases where you need phase things when a scene is in progress. hondacrx 2022-06-24 21:43:24 -04:00
  • d4f5f39a46 Core/Movement: Fixed a crash hondacrx 2022-06-23 15:57:23 -04:00
  • b8ab80bfcc Core/Packets: Fixed sending way to many values in AvailableHotfixes. Which caused it not to get the blob data it needed. hondacrx 2022-06-23 15:57:04 -04:00
  • 0f655d09ca Core/VMaps: Fixes getting no area/zone info, which caused you to be dismounted. hondacrx 2022-06-23 15:55:45 -04:00
  • 9f77e39899 Core/Commands: Fixes not being able to use commands like .gm fly on hondacrx 2022-06-23 15:54:41 -04:00
  • 968190584d Fixes OnUse Items hondacrx 2022-06-22 16:21:56 -04:00
  • 86d7394010 Fixes scripts not working. hondacrx 2022-06-22 01:05:46 -04:00
  • 8b1e02759a Fixed transports. hondacrx 2022-06-21 22:35:20 -04:00
  • d42733e3b4 More cleanups, transports still not working. working on a fix. hondacrx 2022-06-21 15:43:35 -04:00
  • 63cbd18350 Fixed crashes and errors when loading into world. hondacrx 2022-06-21 14:56:22 -04:00
  • be8e18450e Core/Transports: Fixed stoppable elevator position calculation when going from first floor to third or higher hondacrx 2022-06-20 22:48:42 -04:00
  • f38dee890d Core: Updated allowed build to 9.2.5.44232 hondacrx 2022-06-20 22:47:45 -04:00
  • b204754f51 Core/Spells: Corrected unit flag checked with SPELL_ATTR6_CAN_TARGET_UNTARGETABLE hondacrx 2022-06-20 22:46:50 -04:00
  • 7d502f167d Core/Misc: Cleanup TaxiPathGraph hondacrx 2022-06-18 23:56:15 -04:00
  • 82c2d2fb2a EventMap: Switch internal timer over to TimeSpan type hondacrx 2022-06-18 17:48:30 -04:00
  • 1bb3a79b54 Core/Calendar: Improve calendar timezone handling hondacrx 2022-06-18 17:39:24 -04:00
  • c00d9572c7 DB update hondacrx 2022-06-16 22:33:41 -04:00
  • 6116d6f0a5 Scripts/Spells: Fix hunter talent Posthaste hondacrx 2022-06-16 22:33:32 -04:00
  • 71b7018590 Core/Player: Distinguish between ranged and non-ranged weapons in GetWeaponForAttack hondacrx 2022-06-16 22:28:50 -04:00
  • 9da9a7eb0e Scripts/Spells: Fix druid talent Lunar Inspiration hondacrx 2022-06-16 22:27:55 -04:00
  • 4981081039 Core: Updated allowed build to 9.2.5.44127 hondacrx 2022-06-16 14:08:54 -04:00
  • 37d62e3a32 Core/Transports: Localized transport objects within each map hondacrx 2022-06-16 14:08:22 -04:00
  • 30525b4567 Core: Updated allowed build to 9.2.5.44061 hondacrx 2022-06-15 22:57:14 -04:00
  • b9922d94b8 DB Updates hondacrx 2022-06-15 22:56:43 -04:00
  • 4038b93aa1 Core/Pools: Implemented pooling for instances hondacrx 2022-06-15 22:56:12 -04:00
  • 04caa3e757 Misc fixes hondacrx 2022-06-15 18:27:32 -04:00
  • 9636581ee9 Core/Units: Removed incorrect facing movement packet sent with every creature autoattack hondacrx 2022-06-15 18:25:39 -04:00
  • 3682957f4c Core/Spells: Correct flagging spell caster for pvp when healing/buffing friendly creatures - it should only happen if target is in combat hondacrx 2022-06-15 18:24:55 -04:00
  • c26e78c902 correctly apply npc pvp flags hondacrx 2022-06-15 18:21:44 -04:00
  • 8b976e7537 Scripts/Gossip: Fixed money not being removed when enabling/disabling experience gains hondacrx 2022-06-15 18:17:43 -04:00
  • 6a00ece6d4 Core/World: Allow specifying minimum world updates diff in config hondacrx 2022-06-15 18:15:15 -04:00
  • ed85b3ae55 Core/Movement: Allow waypoints to use 0 as valid facing value hondacrx 2022-06-15 18:12:42 -04:00
  • 0b1ce0fa05 Core/PacketIO: Require valid WorldSession for CMSG_KEEP_ALIVE hondacrx 2022-06-15 16:14:42 -04:00
  • 0224d95b91 Core/Spells: Increase search radius for avoid problems with some spells that can't find units with huge combat reach hondacrx 2022-06-15 16:09:33 -04:00
  • f91230ae33 Core/Movement: Delay creating MoveSplineInit objects used by GenericMovementGenerator to spline launch time hondacrx 2022-06-15 15:48:07 -04:00
  • 5ff87102ca Core/GameEventMgr: Spawn creatures and gameobjects in all active instances when event starts hondacrx 2022-06-14 23:20:28 -04:00
  • c60fa1d1a3 Core/Transmog: Implemented TransmogIllusionFlags::PlayerConditionGrantsOnLogin and fixed transmog illusion validation when transmogging items hondacrx 2022-06-14 23:15:49 -04:00
  • 286294a108 Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock them hondacrx 2022-06-14 23:07:23 -04:00
  • bf4bf6c321 Scripts/Spells: Fix paladin Righteous Protector cooldown reduction hondacrx 2022-06-14 22:44:19 -04:00
  • 53619fff1d Core/BattlePets: Move BattlePet stuff from SpellMgr to BattlePetMgr hondacrx 2022-06-14 18:12:28 -04:00
  • c989047700 Core/PacketIO: Implement CMSG_CANCEL_MOD_SPEED_NO_CONTROL_AURAS hondacrx 2022-06-14 18:03:15 -04:00
  • 86285f2531 Scripts/Spells: Update and fix Druid Survival Instincts script hondacrx 2022-06-14 18:00:07 -04:00
  • 793fbda3cd Core/SAI: Added Action SMART_ACTION_DO_ACTION for calling DoAction on target AI hondacrx 2022-06-14 17:57:47 -04:00
  • f95aec30d8 Core/Items: Fix weapon transmogrification hondacrx 2022-06-14 00:57:29 -04:00
  • 9e6ba222f5 Core/Battlegrounds: Updated positions and ids of Eye of the Storm bg objects hondacrx 2022-06-14 00:56:37 -04:00
  • bbe99e3be8 Core/Transports: Path generation rewrite v2 (needs testing) hondacrx 2022-06-14 00:40:57 -04:00
  • 9c015e71fa Core/Movement: Allow overwriting number of steps for spline length calculations hondacrx 2022-06-12 00:37:30 -04:00
  • cbae3b3248 Core/Players: Fixed incorrect function being used to modify ActivePlayerData::TransportServerTime hondacrx 2022-06-12 00:31:42 -04:00
  • f66c3aec14 Core/Players: Allow teleporting to a specific instance id hondacrx 2022-06-12 00:22:32 -04:00
  • bbaf66df51 More command system cleanups hondacrx 2022-06-11 21:44:18 -04:00
  • e0025794a5 Fixes most commands. hondacrx 2022-06-11 21:09:48 -04:00
  • 130444d893 add item xxxxx show to who was added item hondacrx 2022-06-10 14:10:53 -04:00
  • ed6a920954 Scripts/Commands: fix .learn all recipes hondacrx 2022-06-10 14:09:26 -04:00
  • bb58edb427 Scripts/Commands: account onlinelist hondacrx 2022-06-10 14:08:25 -04:00
  • 6ad85301ef Scripts/Commands: Convert argument parsing of instance commands to new system hondacrx 2022-06-10 13:59:00 -04:00
  • cf3b86ff76 Scripts/Commands: Convert title commands to new system hondacrx 2022-06-10 13:47:17 -04:00
  • 864c857141 Scripts/Commands: Convert rbac commands to new system hondacrx 2022-06-10 00:47:07 -04:00
  • ceb7ddbe1f fix build hondacrx 2022-06-10 00:28:06 -04:00
  • 24a8217565 Scripts/Commands: Minor improvements in .pinfo and .unban character commands hondacrx 2022-06-10 00:26:21 -04:00
  • 36865a41fc Scripts/Commands: Fix crashes with ".group revive" and ".group repair" hondacrx 2022-06-10 00:23:06 -04:00
  • cda3f96235 Misc cleanups hondacrx 2022-06-09 23:07:07 -04:00
  • 6a1d744d0b Scripts/Commands: Add ".list auras id <aura id>" and ".list auras name <name part>" subcommands hondacrx 2022-06-09 23:06:56 -04:00
  • 6ce95539b7 Group repair command attempt hondacrx 2022-06-09 22:50:10 -04:00
  • 4a0ed7a31e Group level up hondacrx 2022-06-09 22:47:59 -04:00
  • 0bd0095e2f Revive all command hondacrx 2022-06-09 22:42:52 -04:00
  • 34ace549e8 Core/Commands: Implemented command to teleport character to npc hondacrx 2022-06-09 21:15:23 -04:00
  • 452dd95e39 Scripts/Commands: Improve ".debug objectcount" hondacrx 2022-06-09 20:50:52 -04:00
  • 2dcbe3e840 Scripts/Commands: .learn adjustments hondacrx 2022-06-09 20:48:29 -04:00
  • 35569af2e8 Script/Commands: .character changeaccount now disconnects player before transferring hondacrx 2022-06-09 18:03:00 -04:00
  • 651cdf59c1 Core/Commands: Enable .debug loadcells on console and allow to load a specific tile hondacrx 2022-06-09 18:01:31 -04:00
  • 32e72d59f9 DB update hondacrx 2022-06-09 16:32:15 -04:00
  • ed79f93c7b 1eca51b follow-up, nuke command.permission from orbit; it was only duplicating data already stored in the core. hondacrx 2022-06-09 16:27:15 -04:00
  • 8edba61e49 Scripts/Commands: Correct some unexpected behavior in .level hondacrx 2022-06-09 13:15:16 -04:00
  • 65bcb653b0 Core/LFG: Restore ".lfg queue" command argument handling hondacrx 2022-06-08 17:33:31 -04:00
  • 69ffcfc8df Scripts/Commands: Convert argument parsing of lfg commands to new system hondacrx 2022-06-08 17:30:12 -04:00
  • 31b0815170 Scripts/Commands: Convert remaining debug commands hondacrx 2022-06-08 16:06:27 -04:00
  • e6db88fa14 Chat/Commands: Eradicate ChatHandler::extractOptFirstArg hondacrx 2022-06-08 15:49:43 -04:00
  • f54dd5bba1 Scripts/Commands: .character command conversion hondacrx 2022-06-08 13:38:50 -04:00
  • 3e0f40be0c Some cleanups to commands. hondacrx 2022-06-07 17:49:43 -04:00
  • 22e3faa502 [3.3.5] Scripts/Commands: .arena command conversion hondacrx 2022-06-07 17:47:02 -04:00
  • 96e3386cf4 Merge branch 'master' of github.com:CypherCore/CypherCore hondacrx 2022-06-06 21:40:04 -04:00
  • c3cca5da30 Trinity extractor uses upper case hex numbers for camera file names. Fabian König 2022-06-06 12:42:36 +02:00
  • 5473f9b82e Scripts/Commands: Convert argument parsing of .npc commands hondacrx 2022-06-04 18:24:49 -04:00
  • 91226121c4 Misc command updates. hondacrx 2022-06-04 17:45:09 -04:00
  • 011c31d8a3 Scripts/Commands: Convert argument parsing of gameobject commands hondacrx 2022-06-04 17:44:39 -04:00
  • 2d1f405655 Scripts/Commands: Convert argument parsing of some misc commands to new system hondacrx 2022-06-04 11:41:42 -04:00
  • fb84bc902e Scripts/Commands: Convert argument parsing of cast commands to new system hondacrx 2022-06-04 11:12:19 -04:00
  • 918974a891 Scripts/Commands: Convert argument parsing of message commands to new system hondacrx 2022-06-04 10:41:59 -04:00
  • c3f3cc1c7d Scripts/Commands: Convert argument parsing of most list commands to new system hondacrx 2022-06-04 10:28:57 -04:00