Gabriel

Results 16 comments of Gabriel

In case the continuation of that thread at CodeWalrus was not clear enough, I never managed to fix the issue with the CG50, in part because I never managed to...

No, I think you can just use the trick signs and display mods use, which is to have one texture per character, then composing that texture in a bigger one...

Actually, I forgot to mention, but displays inside trains would be part of the idea (I thought that would be hard). But they would display different things from the outer...

Apparently the problem is that right now, the arrows in the ATC rails are pointing the wrong direction. If it looks into that then I'm sure that once I rotate...

I'm having some trouble getting the automated line to work again because in the queue of trains that lined up behind the one that unexpectedly stopped, two of the trains...

It was hard to select each train (each with six wagons) because they were only half a block apart, but I think I managed to get into both and neither...

Yes, it was more or less my mistake all along. Although I'm still convinced the ATC rails rotated by themselves... anyway, it didn't happen again. You should probably also fix...

That's a subject for another issue

I don't think `DB.Close()` should obtain the `batchMu`, as this means `batch.run()` will wait forever waiting to obtain `batchMu`. However, if the batch is triggered from `DB.Close()` but without acquiring...