Hondacrx
|
057673d00b
|
Fix build
|
2025-12-08 14:50:46 -05:00 |
|
Hondacrx
|
cef7237f8a
|
Core/MMaps: Improve mmap debugging experience for terrain swap maps
* Output terrain map id in `.mmap loc` command
* Suppress file not found errors for terrain swap maps
* Fix generating single tiles for terrain swap maps (--tile argument)
Port From (https://github.com/TrinityCore/TrinityCore/commit/6b41c3d3274653605b42f1144f554fe43eee344e)
|
2025-12-08 14:48:05 -05:00 |
|
Hondacrx
|
3e028633ba
|
Updated all spell scripts
|
2025-10-13 13:23:31 -04:00 |
|
Hondacrx
|
f5906bce10
|
Core/World: Refactor World::LoadConfigSettings to unify validation of all config options and reduce its impact on compile time
Port From (https://github.com/TrinityCore/TrinityCore/commit/b6d64447ba3a9aa4e3759e2c3582b07438da8633)
|
2025-09-04 22:30:57 -04:00 |
|
Hondacrx
|
3d23a9f162
|
Core/Groups: Fixes groups staying linked with players.
|
2025-09-02 22:43:56 -04:00 |
|
Hondacrx
|
c5cccdec10
|
Core/Objects: Unify Searcher classes into one common implementation
Port From (https://github.com/TrinityCore/TrinityCore/commit/261eb201bf107cef441d9b075e8f23bf0edfbaf0)
Port From (https://github.com/TrinityCore/TrinityCore/commit/526b16fea41fb69a302fdebe8a727e175949f04b)
Port From (https://github.com/TrinityCore/TrinityCore/commit/8b7dce6521323e788ebf28297ec941a6f9bf876f)
Port From (https://github.com/TrinityCore/TrinityCore/commit/5334467f493eb16141f4ad0bce956bc3e19244a0)
Port From (https://github.com/TrinityCore/TrinityCore/commit/1e7725c15b149baaf96731231239769e482ec2ed)
Port From (https://github.com/TrinityCore/TrinityCore/commit/21712f475383f6f3fae107706f5de5195f75b760)
|
2025-08-31 13:23:49 -04:00 |
|
Hondacrx
|
09dfce04b9
|
Core/PacketIO: Use original names in SMSG_INSPECT_RESULT structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/ebd4559ebc216fa5982b2e3033602f298ecef688)
|
2025-08-21 22:19:07 -04:00 |
|
Hondacrx
|
0a77e07705
|
Core/Scenarios: Allow scripts to set instance scenario by id
Port From (https://github.com/TrinityCore/TrinityCore/commit/c7f5696479bb85c8fc7ee0d9fdaeb92e2b32213f)
|
2025-08-19 21:35:28 -04:00 |
|
Hondacrx
|
877fb1a76f
|
Core/SpawnTracking: Allow linking a spawn to more than one quest objective
Port From (https://github.com/TrinityCore/TrinityCore/commit/138b1b1a21ff871b54f1f2bd815de30a93b803eb)
|
2025-08-19 17:18:59 -04:00 |
|
Hondacrx
|
8b82e1c494
|
Core/LFG: Change InstanceScript::UpdateLfgEncounterState to only pass valid dungeon encounter ids to LFGMgr
Port From (https://github.com/TrinityCore/TrinityCore/commit/db4af7ca4cd105b5a1dd1493fb1740cdd27329bb)
|
2025-08-18 20:52:49 -04:00 |
|
Hondacrx
|
2bbd77bd94
|
Core/Misc: Kill AnyPlayerInObjectRangeCheck (duplicate of AnyUnitInObjectRangeCheck)
Port From (https://github.com/TrinityCore/TrinityCore/commit/0f9a0accf17ba3a9f20d6a7575b51ed2cb09a73c)
|
2025-08-18 10:07:50 -04:00 |
|
Hondacrx
|
1f80df2465
|
Core/Misc: Added new CanSeeOrDetectExtraArgs to CanSeeOrDetect
Port From (https://github.com/TrinityCore/TrinityCore/commit/260fab23786917619ad3453677ed7d983a431cc4)
|
2025-08-14 20:37:45 -04:00 |
|
Hondacrx
|
9340c89bb1
|
Core/Players: Improve setting ActivePlayerData::TransportServerTime by including TIME_SYNC and CMSG_QUEUED_MESSAGES_END values in its calculation
Port From (https://github.com/TrinityCore/TrinityCore/commit/821ecf8fa3b6b922ba178cde7593ef5d84ef734b)
|
2025-08-10 17:05:31 -04:00 |
|
Hondacrx
|
59b507e93d
|
Fixed Server starting.
|
2025-06-09 00:04:23 -04:00 |
|
Hondacrx
|
ccc90edf69
|
Scripts: Remove unneccessary DoublePosition from AreaBoundary
Port From (https://github.com/TrinityCore/TrinityCore/commit/0f5d634e381b2bf6d4062c0ebd31551d98f64a32)
|
2025-06-08 18:57:38 -04:00 |
|
Hondacrx
|
d42c450423
|
Core/Maps: Implemented PolygonBoundary
Port From (https://github.com/TrinityCore/TrinityCore/commit/aed08b8a82cd4c14a6831ace7e9c4065ce29c5a4)
|
2025-06-08 18:50:11 -04:00 |
|
Hondacrx
|
e68519679e
|
Core/Auras: Use UnitListSearcher instead of WorldObjectListSearcher when searching for area aura targets
Port From (https://github.com/TrinityCore/TrinityCore/commit/84b0eca4476faa68d9cf06431bc60c9a61c6152f)
|
2025-06-03 21:23:23 -04:00 |
|
Hondacrx
|
2043ac37f9
|
Core/Misc: Implemented spawn tracking
Port From (https://github.com/TrinityCore/TrinityCore/commit/c9099c87567ead635811ef71b990ae7f19103509)
|
2025-05-25 20:13:24 -04:00 |
|
Hondacrx
|
1ea98d4f51
|
Core/Creature: Implement aggro grace period
Port From (https://github.com/TrinityCore/TrinityCore/commit/26d1337461114506ca57e2265d3dc5e96fd08f82)
|
2025-05-25 10:39:42 -04:00 |
|
Hondacrx
|
87df85cac7
|
Core/Objects: Allow more specific checks to include or exclude feign death units in CreatureWithOptionsInObjectRangeCheck::IsAlive check (#30361)
* this also extends SMART_TARGET_CLOSEST_CREATURE dead param
Port From (https://github.com/TrinityCore/TrinityCore/commit/92efc2523b75e4ca01be7d0894ed8bc979cb3049)
|
2025-05-19 11:08:47 -04:00 |
|
Hondacrx
|
ba80dede79
|
Core/Summons: Handle summons using SummonProperties.Control type 5 as vehicles
Port From (https://github.com/TrinityCore/TrinityCore/commit/23bb1a56b74191e131e41ad25edbe40ee4e76a96)
|
2024-11-17 12:09:17 -05:00 |
|
Hondacrx
|
76b0d747d3
|
Core/Transports: Fixed event timestamps for edge cases
Port From (https://github.com/TrinityCore/TrinityCore/commit/5872f032c906bdee5f292919808bd221994fad5e)
|
2024-11-11 21:17:57 -05:00 |
|
Hondacrx
|
3cca83e5bd
|
Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map changes
Port From (https://github.com/TrinityCore/TrinityCore/commit/f6c37f6791f1a28f5a077f251ec60a541cf0284f)
|
2024-11-11 11:03:24 -05:00 |
|
Hondacrx
|
3603e644af
|
Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for GAMEOBJECT_TYPE_FLAGSTAND
Port From (https://github.com/TrinityCore/TrinityCore/commit/0535a61cb7c9da97f05e5867ce181d91e3dd92eb)
|
2024-11-10 22:51:48 -05:00 |
|
Hondacrx
|
06979399fb
|
Core/Maps: Link instance map to LfgDungeons
Port From (https://github.com/TrinityCore/TrinityCore/commit/81276097648abe484d720c8ee9e3e77173825c8c)
|
2024-11-10 17:37:17 -05:00 |
|
Hondacrx
|
fbe4130a54
|
Core/Maps: Decrement map unload timer by correct (accumulated) time diff
Port From (https://github.com/TrinityCore/TrinityCore/commit/13a5d2d42d122415d56ba297ddf6ed9e16aaf30d)
|
2024-10-09 00:27:46 -04:00 |
|
Hondacrx
|
382b983820
|
Core/AreaTriggers: Added ActionSet flags for serverside areatriggers
Port From (https://github.com/TrinityCore/TrinityCore/commit/1426f58ff007eac2d9719b41f9189d82b733789e)
|
2024-09-01 17:25:52 -04:00 |
|
Hondacrx
|
86447c1692
|
Core/Instances: New ZoneScript hook - OnCreatureGroupDepleted
Port From (https://github.com/TrinityCore/TrinityCore/commit/ec2631eca3a397dffd2e525b34c131c283beb167)
|
2024-09-01 15:55:58 -04:00 |
|
Hondacrx
|
8edc440181
|
Core/Creatures: Create a CreatureGroup for every SummonCreatureGroup
Port From (https://github.com/TrinityCore/TrinityCore/commit/9a7a83ef3074faaad037cfb4c098784695f49d30)
|
2024-09-01 15:49:10 -04:00 |
|
Hondacrx
|
c2409af60b
|
Core/AreaTriggers: Fix triggering of client areatriggers for some shapes
Port From (https://github.com/TrinityCore/TrinityCore/commit/b070e63fa867f7f25e73e9ef3aafbe18902a50e9)
|
2024-08-25 19:11:12 -04:00 |
|
Hondacrx
|
f48b091380
|
Core/Maps: Fixed manual spawn groups being automatically spawned by conditions
Port From (https://github.com/TrinityCore/TrinityCore/commit/acf750cbff1242e50ab25c522511fa1e0a5a5b35)
|
2024-08-25 00:01:59 -04:00 |
|
Hondacrx
|
5a9714a375
|
Core/SAI: Added support for StringIds to creature and gameobject targets
Port From (https://github.com/TrinityCore/TrinityCore/commit/2ce40684595a0e49a7b2355012c2806952698ce4)
|
2024-08-05 17:23:37 -04:00 |
|
Hondacrx
|
e9b21a91be
|
Core/Battlegrounds: Move to scripts And a lot of misc commits i couldn't recover.
Port From (https://github.com/TrinityCore/TrinityCore/commit/d0d5d309bb5877dc2fcb27f6cb123707a31ec1e8)
|
2024-08-04 15:18:22 -04:00 |
|
hondacrx
|
227bc401ce
|
Fixes spam of instance reset messages.
|
2024-03-19 17:23:12 -04:00 |
|
hondacrx
|
8696e12f83
|
Fixes creatures not pathing though water.
|
2024-03-19 17:21:59 -04:00 |
|
hondacrx
|
1e421b9f53
|
Misc fixes
|
2024-03-19 17:21:32 -04:00 |
|
hondacrx
|
88f24c7791
|
Fixes alot of little errors.
|
2024-03-15 15:54:45 -04:00 |
|
hondacrx
|
9d7a84d3a3
|
Core/Objects: Added ToWorldObject and ToItem
Port From (https://github.com/TrinityCore/TrinityCore/commit/6f6af6a1a1508508d0e42b90f0acf4f363cf91bd)
|
2024-03-14 11:26:01 -04:00 |
|
hondacrx
|
4bbf49a17a
|
Core/Objects: Rename Object::m_isWorldObject and related functions to avoid conflicting with "WorldObject" class name
Port From (https://github.com/TrinityCore/TrinityCore/commit/9402c66e8423243d13dbc19e8713e298bea0ac7b)
|
2024-03-14 11:09:45 -04:00 |
|
hondacrx
|
5a2ef185c4
|
Fixes creatures moving to different cells/grids, Some work on fixing pets.
|
2024-03-13 23:35:24 -04:00 |
|
hondacrx
|
4b9b81c7e2
|
Core/Objects: Implemented vignettes
Port From (https://github.com/TrinityCore/TrinityCore/commit/fccf6fb72b60b08dfbe6d5fb17fba55239944fca)
|
2024-03-13 21:09:46 -04:00 |
|
hondacrx
|
2c008b2b70
|
Core/Players: Extend Player::SendInitialVisiblePackets to work with all WorldObject types
Port From (https://github.com/TrinityCore/TrinityCore/commit/1439535c6ac2ca8db13990e4fee29d4c1312f87a)
|
2024-03-13 09:15:57 -04:00 |
|
hondacrx
|
ccf73e23e3
|
Core/vmaps: Removed vmap lookup functions duplicating functionality of each other
Port From (https://github.com/TrinityCore/TrinityCore/commit/45ee989c70682c001d4467d97bf1ecedcf7dbcc3)
|
2024-03-12 23:04:13 -04:00 |
|
hondacrx
|
69d144c399
|
Core/Battlegrounds: Strand of the Ancients Rework
Port From (https://github.com/TrinityCore/TrinityCore/commit/3d56cdc08413a0682299136a763e13e67d38818b)
|
2024-03-06 17:19:02 -05:00 |
|
hondacrx
|
a4927ae941
|
Core/Instances: Added back missing cases to InstanceScript::SendEncounterUnit
Port From (https://github.com/TrinityCore/TrinityCore/commit/cc7e1bdcaed1ef1f6b4394378c99c56c8438b049)
|
2024-02-21 18:12:41 -05:00 |
|
hondacrx
|
0f4130704a
|
Core/Calendar: Implement different timezone support for ingame calendar
Port From (https://github.com/TrinityCore/TrinityCore/commit/b888b1b09f71a8b8b4a9d45c804a1f164fb65ac3)
|
2024-02-21 16:36:19 -05:00 |
|
hondacrx
|
3ac50cb7f4
|
Core/Maps: implement LIQUID_MAP_OCEAN_FLOOR to identify units that are on the bottom of a liquid
Port From (https://github.com/TrinityCore/TrinityCore/commit/97af0c31af13de23eabe4eb22ed3e71dd5602531)
|
2024-02-05 13:45:29 -05:00 |
|
hondacrx
|
34457719bc
|
Core/Maps: restored a hack in gridmap liquid status code to solve precision issues (#29544)
Port From (https://github.com/TrinityCore/TrinityCore/commit/bfb9fd8a2c777651c99568ba9c6a2d4a3a468955)
|
2024-02-05 13:37:54 -05:00 |
|
hondacrx
|
49cf411e04
|
Core/Battleground: Moved DoAction hook to ZoneScript
Port From (https://github.com/TrinityCore/TrinityCore/commit/22614d6bcc1a9c201d16779a93ee886facf6f7b4)
|
2024-02-05 13:27:36 -05:00 |
|
hondacrx
|
ad9b9eddb2
|
Core/Maps: Cleaned up incorrect error log
Port From (https://github.com/TrinityCore/TrinityCore/commit/f26a93a8c1bd0a7c3c3c3362f29ec809fb96a68b)
|
2024-02-04 16:32:52 -05:00 |
|