Christopher Lees

Results 530 comments of Christopher Lees

Large processes- Try **top** from a root terminal, instead of the GUI version. At a guess, I'd try `killall mono*` to terminate the rouge.

No real good ideas at the minute I'm afraid. If it fails to release the memory after killing all Mono processes, that suggests we're triggering a bug somewhere inside Mono,...

No trouble. There are a lot more places and similar bits that can be added (color parser for one, used in the objects, panels etc), & I'd consider this low...

This PR is now about 50% of the way towards replacing the parse calls. A lot of the rest of these use the negative response to set some sort of...

My AI appears to be working OK at the minute. Still playing.... You may sometimes see a very small (~2km/h or so) overshoot / undershoot in hitting the speed limit,...

~~Now that's seriously odd. Open the menu, and the message shows. Close it and it vanishes....~~ Time acceleration affecting timeouts, but that's another issue.

I think the commit above should solve the messages problem, by detecting if the train falls below the required speed and resetting the message trigger. First section issue was due...

That sounds highly logical to me with regards to the AI behaviour. I know I had to fix it so it actually stopped properly on a station with an uphill...

Interestingly, at this point the background thread seems to be slower... Creating the list copies is likely to be costly, but needs to be done to ensure thread safety :/...

If you want to fork or distribute as open-source, then public domain is appropriate, apart from any newer code, which is covered by the BSD-2 licence specifically, and which will...