- Apr 02, 2021
-
-
Rob Swindell authored
ignore .vscode See merge request !119
-
Deucе authored
Broken with the poll() update
-
Michael J. Ryan authored
-
Deucе authored
-
- Apr 01, 2021
-
-
echicken authored
-
echicken authored
If true, and if this is our first input, and if the users types something that would otherwise have been appended to the default text, then the default text is deleted first.
-
echicken authored
o from help screen no longer causes go-for to shit its pants in dramatic fashion. s and w are now aliases for tab and ` respectively (item nav).
-
Rob Swindell authored
Another Coverity-issued-fixed-introduced-bug. Failure to remove a non-existant file is not reason for failure.
-
Deucе authored
Basically, assume left is correct, and calculate the correct width to fill the screen to the esge.
-
Deucе authored
ARE YOU HAPPY NOW CYAN?!?!
-
- Mar 31, 2021
-
-
Deucе authored
Fixes *nix builds of Win32 programs.
-
Deucе authored
Looks like I was partially restoring old code before I stopped.
-
Deucе authored
Rather than depending on _WIN32 which is silly, make it clear what exactly is being done and why. Note that the spy socket stuff and some external stuff on *nix have had the select() implementation removed. To support using select() on !Win32 will require de-refactoring that's not really worth doing. Instead, just use #error and reference the commit where the old code can be found.
-
Deucе authored
Rather than defaulting to zero lines high and the width of the title, default to the entire screen area.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
- Mar 30, 2021
-
-
Deucе authored
Still needs updates in services_thread(), CGI stuff in websrvr.c, and sbbs_t::external()
-
Deucе authored
Found by digging through headers... Apple doesn't document this.
-
Synchronet authored
Just some more macOS silliness.
-
Deucе authored
-
Deucе authored
- Mar 29, 2021
-
-
Deucе authored
Sometimes the comment wasn't redrawn. Also, remove configurable mouse actions stuff, not implemented in 13 years, I suspect I'll never do it.
-
- Mar 28, 2021
-
-
Rob Swindell authored
Just in case it was read as a string (e.g. had a ; comment following the value)
-
Rob Swindell authored
caused it to be represented as JS string rather than number causing an issue with login.js: Node 1 terminal not detected, reducing inactivity hang-up timeout to 0 seconds
-
- Mar 27, 2021
- Mar 26, 2021
-
-
Deucе authored
When a players map is set, it automatically triggers a player record write. When a new player is being created, the map is set before the player is added via @addchar. This attempted to write record number undefined in the player file, which threw an exception. Since exceptions are being caught, logged, and ignored, this did not cause a problem, but did log an error when it wasn't necessary.
-
Deucе authored
This should never actually be done though since the map would be completely empty.
-
Deucе authored
Prevents a who's online list from aborting early when it encounters and invalid player record.
-
Deucе authored
Used by gcc in warnings.
-
- Mar 25, 2021
-
-
Deucе authored
If a '\r' is the last thing in the previous receive buffer.
-
- Mar 23, 2021
-
-
Deucе authored
-