View Issue Details

IDProjectCategoryView StatusLast Update
0000552Medieval EngineersEnhancementpublic2026-01-10 14:03
Reporterpeaceman Assigned Toequinox  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionduplicate 
PlatformWindows 
Summary0000552: Modding whitelist request for threading methods
Description

I would like to get VRage.ParallelWorkers added to the whitelist. Or you can also add these 2 methods to something like MyParallelTask

public void Sleep(int ms)
{
Thread.Sleep(ms);
}

public int Increment(ref int value)
{
return Interlocked.Increment(ref value);
}

TagsNo tags attached.

Relationships

duplicate of 0000550 closedequinox Modding whitelist request for threading methods  

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-01-10 14:02 peaceman New Issue
2026-01-10 14:03 equinox Assigned To => equinox
2026-01-10 14:03 equinox Status new => closed
2026-01-10 14:03 equinox Resolution open => duplicate
2026-01-10 14:03 equinox Relationship added duplicate of 0000550