- Apr 02, 2020
-
-
rswindell authored
hour in the future. This allows for small adjustments in the local system clock.
-
rswindell authored
Added a valid emamil for AmigaNet coordinator. Updated VKRadio net entry. Hopefully that echolist URL will be valid soon.
-
rswindell authored
Give the sysop an opportunity to abort the app-mail send. Support fidonet address ("fido" key) in .ini file, for network coordinator (this is separate from the Othernet/hub addrss "addr" key). Handle exceptions i HTTPRequest().get(). Fix the HTTP response code reporting (typo). Give opportunity to abort the retry cycle of http download failures. Don't try to import 0-byte echolist files. Give the sysop the opportunity to send an application netmail to the network coordinator's fidonet address (if defined) if they did't send to the Othernet addres.
-
rswindell authored
set the entire section/object all in one go. This is more intuitive than the (still supported) userprops.set(section, null, object) syntax.
-
deuce authored
the renderer. Fixes crash when there's fewer screen pixels than in the window.
-
deuce authored
-
- Apr 01, 2020
-
-
deuce authored
This allows the saved scaling to work again, and makes the mouse not weird when scaling is secretly set differently.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
Previously, an atexit() function could call exit() (for non-SyncTERM utils) causing the program to occasionally crash rather than exit cleanly.
-
rswindell authored
- that's not nice.
-
deuce authored
when such a size is selected. META-<arrow> keys now change the window size in SDL mode... left and up make the window smaller, and down and right make it larger. On Windows, the META key is the Windows key... On Apple systems, maybe it's the Apple key? *shrug*
-
deuce authored
-
deuce authored
This allows Lt. Blue on Blue for C64, Green on bright black for C128 40 col, and Light grey on black for C128. Commodore modes are no longer capable of blinking, which I believe is accurate.
-
rswindell authored
Use the cached text.js. Use the cached userprops.js. Use const where applicable. Call bbs.nodesync() before the command prompt. Display sent-mail in reverse order (newest at top).
-
rswindell authored
-
rswindell authored
Also add an areatag_prefix and echolist filename for VKRadio net.
-
rswindell authored
email (via Internet). Support code_prefix's from the init-fidonet.ini. If undefined (not present), the default will be used (e.g. "<netname>_"), if blank, non will be used - for the creation of the new message group during setup.
-
rswindell authored
in their echolists. Obscure Wilfred's email address - can't email him with the script now.
-
rswindell authored
(if desired). Read the sbbsecho.ini for the existing sysop name setting and the existing uplink/hub settings. This make re-running this script (e.g. after receiving your permanent node address) less of a headache.
-
rswindell authored
-
deuce authored
-
deuce authored
Remove CIOLIB_MODE_SDL_YUV* macros, these modes have no point anymore Fix SDL prototypes Use _beginthread() instead of SDL_CreateThread(). For some reason, using CreateThread() sometimes caused an application crash (ie: when using -?) Everyhing else uses _beginthread() so there's no reason for this to be special, especially when it breaks stuff.
-
rswindell authored
-
rswindell authored
procedure. The echolist in the .ini file may now be just a filename or other URL-type. Re-ordered somethings and changed some wording slightly.
-
nightfox authored
The tag line selection now uses DDLightbarMenu instead of SlyEdit's own internal choice menu. Requires the latest dd_lightbar_menu.js. This way, the behavior for the tag line menu is more consistent with the SlyEdit dictionary selection in the user settings and any other script that uses DDLightbarMenu.
-
nightfox authored
-
nightfox authored
Version 1.06: Scrollbars are now enabled in some menus where it would be useful. Requires the latest dd_scrollbar_menu.js.
-
nightfox authored
Scrollbar functionality finally exists now, even though there was already a property to toggle a scrollbar from the beginning.. A scrollbar can be useful to visually show how far the user is in the list of items, particularly if the list is long. You can enable the display of a scrollbar by setting the scrollbarEnabled property to true. By default, it is false. For instance (assuming the menu object is lbMenu): lbMenu.scrollbarEnabled = true; When enabled, the scrollbar will appear on the right side of the menu. If borders are enabled, the scrollbar will appear just inside the right border. Also, if the scrollbar is enabled but all the items would fit in a single "page" in the menu, then the scrollbar won't be displayed. The scrollbar uses block characters to draw the scrollbar: ASCII character 176 for the background and ASCII 177 for the block that moves on the scrollbar. If you want to change those characters, you can change the scrollbarInfo.BGChar and scrollbarInfo.blockChar properties in the menu object. By default, the scrollbar colors are high (bright) black for the background and high (bright) white for the moving block character. If desired, those can be changed with the colors.scrollbarBGColor and colors.scrollbarScrollBlockColor properties in the menu object.
-
deuce authored
Win32 now (and it only runs main() from WinMain()). This shouldn't be necessary for MSVC builds.
-
rswindell authored
(metadata).
-
rswindell authored
anyway). Rather than hard-code the list of known FTN zones and othernets, use this easily-updated file.
-
deuce authored
-
deuce authored
-
deuce authored
load_sdl_funcs() is no longer called from SDL_win32_main() Further, the Handle thing doesn't exist anymore, so just remove it.
-
- Mar 31, 2020