Commit Graph

42017 Commits

Author SHA1 Message Date
Shauren
a18e3ef20a Core/Misc: Minor code modernization - kill std::bind
(cherry picked from commit 78bcc3f52a)
2023-12-12 08:44:42 +01:00
Meji
c8e87e59e0 Core/Spells: Fixed target radius calculation for TARGET_DEST_*_RANDOM (#29479)
(cherry picked from commit 87f3ab11d3)
2023-12-12 08:44:09 +01:00
Shauren
9e317a047a Core/Auction House: Added missing nullptr check in AuctionHouseObject::SendAuctionInvoice
(cherry picked from commit d9e4eccf92)
2023-12-12 08:42:59 +01:00
Shauren
b0a198c19f Build: Fixed finding openssl 3.2 on windows
(cherry picked from commit 94aed68968)
2023-12-05 20:51:04 +01:00
Shauren
10544e4406 Core/Players: Learn parent skilllines if they are missing while learning child skills
Closes #29482

(cherry picked from commit 9022f23748)
2023-12-05 20:50:49 +01:00
Odyssey
ecf714e93c Scripts/Commands: Restore worldserver port output in .server debug (#29466)
(cherry picked from commit 1f7ee02def)
2023-12-05 20:23:40 +01:00
Shauren
ba3af8d98d Core/PacketIO: Fixed server time sent in CalendarRaidLockoutAdded
(cherry picked from commit b4778a4d72)
2023-12-05 20:23:25 +01:00
Ovahlord
21d6e598a5 Core/Misc:
* removed various unused opcode and aura effect handlers
* removed a bunch of deprecated spell scripts
* dropped TraitHandler
* fixed several warnings which have emerged as a result of downgrading the systems
2023-12-04 21:31:24 +01:00
Ovahlord
281d946c40 Revert "Core/Players: Repop players at instance entrance when they release spirit (#29014)"
This reverts commit 9e9f67d6bd.
2023-12-04 20:48:37 +01:00
Ovahlord
da36e58965 Core/Config: fixed commentary of the EnableAELoot option 2023-12-04 15:57:41 +01:00
Ovahlord
5e1211c69e Core/Tools: removed garrison data extraction from PlayerDump 2023-12-04 15:56:27 +01:00
Ovahlord
474e4101f6 Core/Garrison: dropped Garrison implementation 2023-12-04 00:01:43 +01:00
Shauren
7e238a32fb Core/Misc: Added windows version checks during startup to avoid confusion about crashes when running on unsupported OS
(cherry picked from commit 333630b7de)
2023-12-01 23:29:27 +01:00
Shauren
33510fafd8 Core/Instances: Prevent sending PendingRaidLock in instances that don't have a InstanceScript
Closes #29470

(cherry picked from commit 75a306e422)
2023-12-01 23:29:27 +01:00
Shauren
845667ca59 Core/Misc: Kill another synchronous db query in packet handlers
(cherry picked from commit 7e76e91152)
2023-12-01 23:29:27 +01:00
ModoX
0af520b10b Scripts/Conditions: Fallback to other targets to get map if first target is invalid
* fixes crash in Ulduar when reaching Assembly of Iron / Kologarn / Algalon area

(cherry picked from commit b1c5e3809c)
2023-12-01 23:29:27 +01:00
ModoX
fbe0ef9f32 Core/Spells: Pass customArg from missiles to its triggered spell
(cherry picked from commit 441a102dc3)
2023-12-01 23:29:27 +01:00
Shauren
04f25ef64c Core/Creatures: Don't require creature.modelid to be one of linked creature_template models
(cherry picked from commit 7cafeb46b3)
2023-12-01 23:29:27 +01:00
Meji
3a33dede9a Core/Units: Update PlayHoverAnim state when flying or hovering (#29434)
(cherry picked from commit c1b36eec56)
2023-12-01 23:29:27 +01:00
Shauren
49b13c8d32 Core/Locales: Revert back to using C locale for number formatting
(cherry picked from commit 1c6ee8a6bd)
2023-12-01 23:29:27 +01:00
Ovahlord
79b2ff56fa Core/Spells: Implement spell queue (#29409)
(cherry picked from commit 27019a62a4)
2023-12-01 23:29:27 +01:00
ModoX
477bd4b0d7 Core/Waypoints: Drop waypoint_scripts table (#29437)
(cherry picked from commit 3f6f683ce4)
2023-12-01 23:29:27 +01:00
Shauren
543d7d5001 Core/Locales: Set active code page and locale used by c string functions to utf8
Closes #29455

(cherry picked from commit b299902881)
2023-12-01 23:28:35 +01:00
Shauren
fa7b01bec7 Core/Auras: Fixed crash happening when a periodic aura tick triggers SPELL_AURA_SPLIT_DAMAGE_PCT
Closes #29450

(cherry picked from commit 3a50bc50a2)
2023-12-01 23:28:35 +01:00
Shauren
7aa5ffa1fa Core/Phasing: Fixed startup crash caused by accessing uninitialized global variable
Closes #29449

(cherry picked from commit 35ab7dfa8e)
2023-12-01 23:28:35 +01:00
Shauren
65bb6217aa nopch fix
(cherry picked from commit 5052fa3ea1)
2023-12-01 23:28:35 +01:00
Shauren
070cd23b6c Core/Calendar: Implement different timezone support for ingame calendar
Closes #8390
Closes #29427

(cherry picked from commit b888b1b09f)
2023-12-01 23:28:35 +01:00
Shauren
b6e346eaf0 Core/Scripts: Add start/fail asset values from criteria to valid game event ids
Closes #29447

(cherry picked from commit 8c072b93af)
2023-12-01 23:28:35 +01:00
Shauren
21b75530a6 Core/CrashHandler: Add a timeout to retrieving windows version from WMI
(cherry picked from commit 36a6488405)
2023-12-01 23:28:35 +01:00
Shauren
33fcde6383 Tools/Map extractor: Minor optimization in MCNK parsing loop - look up end iterator once
(cherry picked from commit 54d969713b)
2023-12-01 23:28:35 +01:00
Shauren
b45fa04a05 Core/Instances: Fixed initializing instance id sequence generator
(cherry picked from commit 4eb6b0156d)
2023-12-01 23:28:35 +01:00
Ovahlord
10c9196849 DB/Misc: removed spawns from non-existing maps and emptied/downgraded several database tables 2023-11-29 21:23:22 +01:00
Ovahlord
28730d495e Core/Creatures: restore the PetSpellDataId field in creature_template 2023-11-29 15:31:06 +01:00
Ovahlord
a7d29b6c7c Core/Packets: fixed structure of SMSG_GOSSIP_MESSAGE 2023-11-29 14:55:22 +01:00
Ovahlord
6c8561fb49 Core/Creatures: added Civilian field back into creature_template 2023-11-29 14:25:40 +01:00
Ovahlord
90b963c27d DB/Creatures: removed all creatures from the database that have not been present in the 3.3.5 database 2023-11-29 13:23:38 +01:00
funjoker
b6703b3846 Core/PacketIO: Fix SMSG_WORLD_SERVER_INFO structure 2023-11-28 12:31:40 +01:00
Ovahlord
00c1f57c8b Core/Items: restore item random properties handling 2023-11-28 02:00:51 +01:00
Ovahlord
bbb320f390 Core/DataStores: load ItemRandomProperties.db2 and ItemRandomSuffix.db2 2023-11-27 22:04:39 +01:00
Ovahlord
cb5f57a8b3 Core/Packets: corrected data sent in SMSG_SET_PCT_SPELL_MODIFIER 2023-11-27 10:22:19 +01:00
Ovahlord
50a4f6ec36 Core/Items: fixed gem socket bonus checks 2023-11-25 23:39:20 +01:00
Ovahlord
bee9294901 Core/Items: downgrade gems part 1: dropped gem item levels and post classic handlings 2023-11-25 22:38:34 +01:00
Ovahlord
87d88e3788 DB/GameObjects: fixed inserting gameobject template addons 2023-11-25 20:56:54 +01:00
Ovahlord
d8f87a45ee DB/GameObjects: migrate gameobject_template from 3.3.5 branch 2023-11-25 13:06:41 +01:00
Ovahlord
abfe02c5e0 Core/Player: agility will now grant armor again and corrected initial stat calculation for stamina and mana bonus 2023-11-24 17:39:12 +01:00
Ovahlord
cfaec0a08a Core/Units: downgraded armor damage reduction 2023-11-24 17:27:50 +01:00
Ovahlord
2c6a018079 Core/Players: initial work on downgrading attack power 2023-11-24 17:23:56 +01:00
Ovahlord
34f67b9bb8 Core/Items: use the min and max damage columns from item.db2 to determine weapon damage 2023-11-24 16:37:06 +01:00
funjoker
3da898de04 DB: Add map_corpse_position table 2023-11-23 22:48:40 +01:00
funjoker
7580e4a35a DB/Hotfixes: Update locale hotfixes except asia
can't get hotfixes from asia, instant kick on login
2023-11-23 21:57:14 +01:00