18 years, 10 months ago
Highlights
Seeing as it runs OK on a single core CPU makes me think it's a race condition. On a single core CPU the threads never are actually run in parallel, so the you will gen…
18 years, 10 months ago
20 years, 11 months ago
Can you pass a struct created in script without using the 'any' type? ie, do I have to do this: struct my_struct { int foo; }; void scriptfunc( any this_any ) { my_struct @this_…
20 years, 11 months ago