Ryan Thoryk
Ryan Thoryk
Currently I'm working with OpenMPI to see if I can get it to manage a cluster of servers running the Skyscraper server application. I've attached a graph of the current...
Here's the current startup messages of the server application, currently it launches an SBS engine which shows it's banner, and then enters a runtime loop. ``` ryan@arcturus:/data/src/skyscraper/server$ bin/server Server initializing......
I'm planning on going a different direction with this for the time being, I decided that the multiserver model for the sim engines might be too complex for starting out,...
Thanks for those findings, I'll work on them. For the first issue, that's mainly because the controller is using the standard elevator routing functions to operate the elevators, and so...
I've fixed the pool elevator call panel and some other panel issues.
The indicators and chimes should now be working fine again.
The first issue has been fixed, I just have to test the functionality more to make sure it doesn't break the existing elevator functions. The elevator would close it's doors...
The floor button lighting issue is now fixed. I also added a new call type for destination dispatch calls, where they'll show up as "Destination" calls when you display the...
Fire Phase 1 has been fixed.
Some of that is due to the fact that I don't know exactly how DD is supposed to behave, it's better when someone like you provides input since you know...