rickparrish
rickparrish
Sorry, I'm not sure that I'd be able to test this properly, let alone implement it, so it would take another programmer to tackle and submit a pull request I...
Sorry, I'm not sure that I'd be able to test this properly, let alone implement it, so it would take another programmer to tackle and submit a pull request I...
I try to follow the behaviour of other popular clients, primarily SyncTerm, so I'm curious what the behaviour is with it?
Took awhile before I got back to this, but yeah it looks like SyncTerm works as you've described, so I've just updated fTelnet to match.
Does this happen with the latest development build? It's available here: https://github.com/rickparrish/Usurper/releases/tag/latest And if it does happen with the latest development build, did it also happen with the v0.24 release...
I'd need to actually step through to confirm, but at quick glance this looks like an off-by-one bug. In LEVMAST.PAS the `master` array is [1..10], and Apollonia is the 6th...
There are three bits of code that are important to look at: First off, we want to know what the user is seeing when they choose the master. That's happening...
Sorry I didn't word that explanation well. The switch/case statements don't rely on order, so he could have handled `case 5` first then `case 3` next, etc. The issue is...
Is relocating everything into an app subdirectory required for things to work with Docker? Personally I'd prefer to see a new Docker subdirectory with the four new files saved there,...
I just realized I mis-read things. I see now that I must have ticked the "Place solution and project in the same directory" box when creating the project, as everything...