- Apr 09, 2020
-
-
deuce authored
-
- Apr 08, 2020
-
-
deuce authored
Only allow clicking the exact cell, not the surrounding ones.
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
nightfox authored
Version 1.30: The message list features now uses DDLightbarMenu rather than the internal lightbar menu code. Requires the latest dd_lightbar_menu.js (in sbbs/exec/load). Later I also plan to update the area chooser code to also use DDLightbarMenu and remove the internal lightbar chooser code from DDMsgReader altogether.
-
- Apr 07, 2020
- Apr 06, 2020
-
-
deuce authored
Also, `* appears to be the same as `^, you just can't normally use it because it's the node number variable. Add comment that when converting to ANSI, `* sets the background colour as well as the foreground, but it clearly doesn't do that for output.
-
deuce authored
-
deuce authored
-
rswindell authored
no messages in the syncdata sub. Fix a cosmetic (extra space) in the "Top Winners" string.
-
rswindell authored
Used by exec/install-xtrn.js
-
rswindell authored
-
rswindell authored
Each section name must be unique (the rules of INI).
-
- Apr 05, 2020
-
-
nightfox authored
Changed DDLightbarMenu call to GetTopItemIdxToTopOfLastPage -> GetTopItemIdxOfLastPage. Requires the latest dd_lightbar_menu.js.
-
- Apr 04, 2020
-
-
nightfox authored
Speed optimizaiton: Made use of the updated DDLightbarMenu, which allows replacing the NumItems() and GetItem() functions to let the menu use a differnet list of items, to avoid adding/copying a bunch of items via DDLightbarMenu's Add() function. Requires the latest dd_lightbar_menu.js in sbbs/exec/load.
-
- Apr 03, 2020
-
-
nightfox authored
Version 1.29: When reading a message, if a message is written to the current user, the 'To' username in the header above the message is now written in a different color. Also, there are new color settings available in the theme configuration file (see the readme for descriptions): msgHdrMsgNumColor, msgHdrFromColor, msgHdrToColor, msgHdrToUserColor, msgHdrSubjColor, msgHdrDateColor
-
- Apr 01, 2020
-
-
nightfox authored
Version 1.06: Scrollbars are now enabled in some menus where it would be useful. Requires the latest dd_scrollbar_menu.js.
-
- Mar 30, 2020
-
-
nightfox authored
Version 1.05: Added a null check for the value returned by msgbase.get_index() before using the value wherever get_index() is called.
-
- Mar 29, 2020
-
-
rswindell authored
-
rswindell authored
a couple operator menu items, and even the IGMs currently in CVS (each/all optional). This does require the latest and greatest jsexec, libsbbs.so/sbbs.dll, et al.
-
rswindell authored
(a 'Y' to a No/yes prompt). This allows us to install a "Reset LORD" program option (for the Operator) without risking accidental fat-finger reset of the game.
-
- Mar 28, 2020
- Mar 26, 2020
-
-
rswindell authored
install Minesweeper into your Synchronet system, e.g. $ jsexec install-xtrn ../xtrn/minesweeper
-
- Mar 23, 2020
-
-
echicken authored
Possibly fix dupe dummy score on first run. Didn't test lol. Added 'N' for immediate next wave. ESC to quit still works, but now Q does too. Tidied up a bit, but wow ... this is pretty bad. You'd think I wrote most of it over the course of a drunken evening seven years ago or something.
-
rswindell authored
Resolve a couple of CPU-sucking while(!console.inkey()); loops.
-
- Mar 15, 2020
-
-
deuce authored
-
- Mar 14, 2020
-
-
rswindell authored
!JavaScript /sbbs/xtrn/lord2/lord2.js line 2264: ReferenceError: draw_menu is not defined
-
- Mar 10, 2020
- Mar 07, 2020
-
-
deuce authored
Reported by belthesar... thanks!
-
- Feb 24, 2020
-
-
deuce authored
-
- Feb 10, 2020
-
-
nightfox authored
Version 1.04: Internal change only (no change in behavior for the user) - Updated the way AddAdditionalQuitKeys() is called in the DDLightbarMenu objects, due to the change in dd_lightbar_menu.js
-
- Jan 18, 2020
-
-
deuce authored
-