MantisBT - Zandronum
View Issue Details
0004182Zandronum[All Projects] Bugpublic2024-01-08 02:112024-01-08 15:50
BinaryCode 
 
normaltweakalways
newopen 
3.1 
 
0004182: [Bug] APROP_MeleeRange cannot be set by SetActorProperty
If you try to set APROP_MeleeRange by using SetActorProperty, it will not be set at all.
Spawn the "MeleePropertyTest" actor with the provided minimal example PK3.
No tags attached.
? Minimal_APROPMeleeRange.pk3 (1,088) 2024-01-08 02:11
/tracker/file_download.php?file_id=2878&type=bug
patch APROP_MeleeRange_Set.patch (1,382) 2024-01-08 02:12
/tracker/file_download.php?file_id=2879&type=bug
Issue History
2024-01-08 02:11BinaryCodeNew Issue
2024-01-08 02:11BinaryCodeFile Added: Minimal_APROPMeleeRange.pk3
2024-01-08 02:12BinaryCodeFile Added: APROP_MeleeRange_Set.patch
2024-01-08 02:12BinaryCodeNote Added: 0022976
2024-01-08 15:48KaminskyNote Added: 0022977
2024-01-08 15:48KaminskyProduct Version4.0-beta => 3.1
2024-01-08 15:50KaminskyNote Edited: 0022977bug_revision_view_page.php?bugnote_id=22977#r14030

Notes
(0022976)
BinaryCode   
2024-01-08 02:12   
I have included a patch that should fix the issue.
(0022977)
Kaminsky   
2024-01-08 15:48   
(edited on: 2024-01-08 15:50)
For the record, this is the GZDoom commit that adds the same changes:'https://github.com/ZDoom/gzdoom/commit/79d9a573bb2520355d387f4b02fc6fc455b1c146 [^]'

It's better if we transplant the GZDoom commit into our repository instead. It should be easy enough to do.