offl
e13dc980a2
Scripts/AuchenaiCrypts: Modernize Shirrak script ( #30938 )
2025-05-17 13:22:45 +02:00
offl
d5470b9ea7
Scripts/Mechanar: Modernize scripts
2025-05-17 13:20:21 +02:00
offl
0604168756
Scripts/TheSlavePens: Modernize scripts
2025-05-17 13:20:21 +02:00
offl
9897255017
Scripts/SethekkHalls: Modernize scripts ( #30935 )
2025-05-17 13:12:48 +02:00
offl
d1fa9cbc47
Scripts/TheBotanica: Modernize Thorngrin script ( #30943 )
2025-05-17 13:08:00 +02:00
offl
86f8a1e43f
Scripts/TheArcatraz: Modernize scripts ( #30945 )
2025-05-17 13:03:45 +02:00
offl
f7f64edbbe
Scripts/SteamVault: Modernize scripts ( #30948 )
2025-05-17 12:57:22 +02:00
offl
2f331b2fe2
Scripts/TheBlackMorass: Modernize scripts
2025-05-17 12:53:43 +02:00
offl
e2eb8c2b32
Scripts/EscapeFromDurnholdeKeep: Modernize scripts
2025-05-17 12:53:43 +02:00
offl
763dc107bb
Scripts/Scholomance: Modernize scripts ( #30920 )
2025-05-17 12:44:24 +02:00
ModoX
b3698c4870
Core/Spells: Reserved custom spell attribute SPELL_ATTR0_CU_CAN_TARGET_ANY_PRIVATE_OBJECT
2025-05-11 21:11:19 +02:00
offl
71a8e05fed
Scripts/Spells: Implement generic spell script to cancel aura by id from spell effect basepoints ( #30908 )
2025-05-09 20:18:02 +02:00
offl
5ed83ed27c
Scripts/Spells: Get rid of some database spell scripts ( #30915 )
2025-05-09 00:10:43 +02:00
CraftedRO
7b0d1f0913
Core/Misc: Minor corrections to urls and grammar in logs and comments ( #30917 )
2025-05-08 18:52:04 +02:00
offl
da2adb6138
Scripts/Spells: Implement Putrid Mushroom Primer spell ( #30914 )
2025-05-08 18:45:15 +02:00
CraftedRO
4a6b73782b
Scripts/Dire Maul: Allow players to open The Prince's Chest if Prince Tortheldrin is killed ( #30866 )
2025-05-03 21:38:41 +02:00
CraftedRO
e5b8798a4b
Scripts/Shadowfang Keep: Check boss state and door state before opening Arugal door ( #30891 )
2025-04-28 18:41:24 +02:00
Shauren
ae78761462
Dep/Boost: Support boost 1.88
...
(cherry picked from commit 1b353abbf7 )
2025-04-13 19:05:27 +02:00
Shauren
9c22e1df93
Core/Common: Catch and log child process creation errors
...
(cherry picked from commit fff12eafdf )
2025-04-13 19:05:27 +02:00
Shauren
25be3cdc3b
Core/Common: Output stdout/stderr from child process without waiting for it to finish
...
(cherry picked from commit f270686201 )
2025-04-13 19:05:27 +02:00
Shauren
bbc8e2213b
Core: Remove boost iostreams dependency
...
(cherry picked from commit dbe8d1f11e )
2025-04-13 19:05:27 +02:00
Shauren
9807e9d450
Build: Fixed CMake 3.30 FindBoost deprecation warning
...
(cherry picked from commit ab5fab5ee9 )
2025-04-13 19:05:27 +02:00
Shauren
8cbb263c14
Build: CMake cleanup
...
* Migrate all add_definitions to target_compile_definitions
* Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway)
* Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used
* Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file
* Remove ancient manual link flag settings for worldserver
(cherry picked from commit 77fe2745fe )
2025-04-13 19:05:21 +02:00
Shauren
3a2bb2fcfd
Build: Normalize executable locations in build directory for all platforms
...
(cherry picked from commit a7c42f1ed5 )
2025-04-13 18:22:53 +02:00
Shauren
9d945f0db0
Core/Crypto: Rename our Argon2 to avoid possible conflict with library file on some configurations
...
(cherry picked from commit 4f6b49cccf )
2025-04-13 18:18:15 +02:00
Shauren
53f0579cca
Core/Database: Silence deprecation warning on mysql_stmt_bind_param
...
(cherry picked from commit 5c44ac1787 )
2025-04-13 18:07:21 +02:00
Shauren
0d027afe18
Core/Guilds: Fix setting guild notes
2025-04-13 13:02:16 +02:00
CraftedRO
1c10fdfa1d
Core/Auth: Do not close Authserver at startup when no valid realms found
2025-03-27 21:44:46 +01:00
Shauren
4d0903c61c
Core/Misc: Reduce differences between branches
2025-03-14 19:09:15 +01:00
CraftedRO
e79228533e
Core/Spells: Updates autoshoot spell target in case of client-side target change ( #30695 )
2025-03-13 12:27:01 +01:00
CraftedRO
91473e7f5c
Scripts/BlackrockDepths: In the Lyceum both braziers have to be used in order to open both doors. ( #30731 )
...
* 1st
* write less, do none
* Update blackrock_depths.cpp
2025-03-11 11:36:41 +01:00
CraftedRO
1e7f741416
Scripts/Scarlet Monastery: Do not start path for npc_scarlet_trainee if combat ( #30709 )
2025-03-09 15:23:54 +01:00
Shauren
059b1b3cf2
Core/Objects: Fix orientation for non-unit transport passengers in SMSG_UPDATE_OBJECT and define missing update flag
2025-03-09 15:11:05 +01:00
Shauren
8c76ccac6a
Core/Spells: Correct implementation of SPELL_ATTR2_TRIGGERED_CAN_TRIGGER_PROC, SPELL_ATTR3_TRIGGERED_CAN_TRIGGER_PROC_2, SPELL_ATTR3_CAN_PROC_WITH_TRIGGERED and rename them (SPELL_ATTR2_ACTIVE_THREAT, SPELL_ATTR3_NOT_A_PROC, SPELL_ATTR3_CAN_PROC_FROM_PROCS)
...
(cherry picked from commit b6bc8a50ac )
2025-03-08 15:52:58 +01:00
Shauren
b8582e71ca
Core/Battlegrounds: Fix possible shutdown crash
...
Closes #30725
2025-03-04 16:03:32 +01:00
Ovahlord
c9ba09a644
Core/Scripts: updated more documentation comments for spell script hooks to match with the rest
...
(cherry picked from commit 71ec8c93ac )
# Conflicts:
# src/server/game/Spells/SpellScript.h
2025-02-22 07:57:47 +01:00
Shauren
fab59abb05
DB: Fix db startup errors related to 48baec04df
...
Closes #30704
2025-02-20 23:45:45 +01:00
Shauren
114b84d821
Core/Transports: Fixed wrong transport guid generator initialization
2025-02-20 23:42:23 +01:00
Shauren
88a9a1a25d
Core/Misc: Reduce differences between branches
2025-02-20 23:42:00 +01:00
Shauren
6522446c1d
Core/Players: Name some unknown player flags
2025-02-20 23:41:35 +01:00
Shauren
caa058d496
Core/PacketIO: Implemented CMSG_CORPSE_MAP_POSITION_QUERY/SMSG_CORPSE_MAP_POSITION_QUERY_RESPONSE
2025-02-20 14:01:11 +01:00
Shauren
48baec04df
Core/Players: Fixed wrong spell id of Seal of Righteousness being given to players who don't know Judgement of Light
...
Closes #30642
2025-02-20 13:51:31 +01:00
Shauren
b4168ee833
Core/Spells: Reduce differences between branches (port refactors from c0602889b5)
2025-02-19 19:32:55 +01:00
Shauren
b32ff0c8b6
Scripts/Spells: Fix wrong proc target for spell 23552
...
Closes #30697
2025-02-18 16:51:32 +01:00
Mykhailo Redko
81ab02d6f8
Core/Spells: Remove ProcEventInfo::GetProcTarget to avoid confusion. ( #30435 )
2025-02-18 16:35:32 +01:00
Shauren
1942647c0d
Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timer
...
(cherry picked from commit c81183a660 )
2025-02-18 15:39:41 +01:00
Gildor
8785c0d5a5
Core/Groups: align the player's dungeon/raid difficulty with the group's difficulty upon joining, regardless of the player's level. ( #30699 )
2025-02-18 12:36:04 +01:00
CraftedRO
de3ba5229f
Core/GameObject: Activated world chests will now despawn after 5 minutes ( #30269 )
...
Co-authored-by: Kaytotes <kaytotes@users.noreply.github.com >
2025-02-16 19:56:32 +01:00
Stephan T. Lavavej
939ca92ac8
Core/Misc: Remove non-portable hack of including <__msvc_chrono.hpp> - will break in future MSVC release ( #30460 )
...
(cherry picked from commit 96956b0e5b )
2025-02-15 19:41:05 +01:00
CraftedRO
d2c1841960
Core/Battlegrounds: Corrected Arathi Basin near victory sound and score threshold ( #30690 )
2025-02-14 20:29:36 +01:00