- Nov 03, 2024
-
-
DDMsgReader: When changing sub-boards, now supports cycling through sort options via [ and ] (for nelgin). Also, new scrolling window for help text for changing sub-boards.
-
- Nov 02, 2024
-
-
Rob Swindell authored
Lowered the intensity of the green '3' (happier on my red-green colorblindness). Result looks more like the original Windows versions of this game.
-
Eric Oulashin authored
ddfilelister: Clear the console line counter before any searching, etc., to prevent screen pauses. This should help with issue #806
-
Rob Swindell authored
Also if the help screen is exactly the right number of lines where auto-pause didn't leave any unviewed lines, don't pause twice.
-
- Nov 01, 2024
-
-
DDFileLister: Made 'view file' from the xfer menu actually work when used as a loadable module (FL_VIEW). Updated extended information view for files.
-
- Oct 31, 2024
-
-
ddfilelister: Fix for issue #806 - When scanning files, don't pause for user input between directories.
-
- Oct 30, 2024
-
-
Rob Swindell authored
Stripped trailing whitespace
-
- Oct 28, 2024
-
-
DDMsgReader: Sorting of sub-boards when changing to another sub-board (for nelgin). Toggleable behavior to only show sub-boards with new messages in the indexed-mode newscan (for kdi4hw). Internal: Updated for bbs.msg_number and bbs.smb_curmsg being write
-
Rob Swindell authored
-
- Oct 26, 2024
-
-
- Oct 19, 2024
-
-
Rob Swindell authored
Update date display format to be less ambiguous (more international). js.exec_dir is guaranteed to end in a slash, so no need to add one. Bump version to 3.00.
-
- Oct 18, 2024
-
-
Rob Swindell authored
Code beautification, no functional change other than we're not clearing mouse mode 1016 since I don't have a definiton for that mode yet.
-
Deucе authored
When starting, turn off all mouse modes, then turn on the ones we need instead of relying on the console object to do anything in particular. On exit, explicitly turn off the two modes we had enabled before changing the console setting. Maybe this will fix the SyncTERM bug 153
-
Deucе authored
It appears that cache operations in SyncTERM on Windows does not currently work with subdirectories for some reason (likely backslashes). Ensure that after sending a file to be cached, it correctly appears in the cache, and fall back to not using graphics. This will fix the blank board issue in minesweeper with a Windows SyncTERM and fallback to text mode. Once SyncTERM is fixed, it should work in graphics mode too.
-
- Oct 05, 2024
- Oct 03, 2024
-
-
Deucе authored
Can't seem to get it reliable using the SBBS mouse parsing... doing it all myself for now until I decide if it's neat enough. I'll need to try it from a remote location to see how the latenct impacts playability.
-
- Oct 01, 2024
-
-
Deucе authored
Force mouse support in graphics mode even if user disabled it for the BBS. It would be nice if mouse support in the menus was a separate option than "terminal doesn't support mouse", and we know the terminal supports the mouse when we detect graphics mode. Move top/margin/width calculations into separate functions. For level 1, center the playboard. Fix an apparent off-by-one drawing the title bar.
-
Deucе authored
Hidden behind the graphics option for now since there's still issues... the board is offset in the window, the level 1 board is framed wrong (since the graphics are always 2 cols), and it doesn't check the graphical resolution, so if you're in a weird mode, it can break. Also, the graphics are uninspired at best... just hacked them up in Gimp.
-
m j authored
increase player name width in uberblox lobby
-
- Sep 30, 2024
-
-
m j authored
-
- Sep 24, 2024
-
-
Deucе authored
Thanks Ree!
-
- Sep 22, 2024
-
-
Deucе authored
Keeps the display cleaner when things work and the shift in byte is displayed. Should be harmless in cases where shift in is interpreted per the standards.
-
- Sep 17, 2024
-
-
Eric Oulashin authored
DDFileLister: Fix for replacing cursor-right codes to allow finding & replacing all of them in a string
-
- Sep 16, 2024
-
-
DDFileLister: When displaying a file description, remove/replace cursor movement characters, which can corrupt the display
-
- Sep 14, 2024
-
-
DD file lister: Check for null when getting extended metadata from the DB (possibly caused by corruption). Also, allow changing the filename when editing file info/metadata.
-
- Sep 04, 2024
-
-
DDMsgReader: Fix for saving an ANSI message to the local BBS PC (undeclared variable error). Found by Amessyroom
-
- Aug 28, 2024
-
-
- Aug 17, 2024
-
-
- Aug 13, 2024
-
-
Eric Oulashin authored
-
- Aug 10, 2024
-
-
echicken authored
This is a rewrite of the Bullshit bulletin lister. Should have all the same features as v3, but much faster at lightbar navigation and especially better at scrolling large files. (frame.js has been replaced here by my new screen management library, 'swindows'.) Sysops don't need to concern themselves with the files in this commit; the build generated from these has been placed in the same location as the old 'bullshit.js' script. Just copy that one to wherever you normally run this from and it'll take over. Or you could run Bullshit from the repo if you like to live dangerously.
-
echicken authored
bullshit v4 build as in-place replacement for v3. On first run under the terminal server, your old bullshit.ini settings will be migrated to ctrl/modopts.d/bullshit.ini in a slightly different format.
-
echicken authored
-
echicken authored
-
Eric Oulashin authored
-
- Aug 05, 2024
-
-
Eric Oulashin authored
DDMsgReader Fix: Indexed newscan mode for new users now shows the number of new messages in sub-boards like it's supposed to. Reported by Nelgin.
-
echicken authored
-
- Jul 23, 2024
-
-
- Jul 22, 2024
-
-