- Apr 02, 2020
-
-
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
-
-
deuce authored
-
deuce authored
It's not unlikely that any utilities using SDL will have new issues... you may want to hold off on updates for a bit until this settles unless you don't use SDL mode.
-
rswindell authored
-
deuce authored
-
rswindell authored
- min_password_length (currently hard-coded to 4) - max_password_length (currently hard-coded to 40) Remove 2 unused system properties (nobody uses PostLink/UTI drivers any more): - psname - psnum
-
rswindell authored
(should default to current behavior: Yes). Set to No to not require the system password while logging in as a system operator (level >= 90). The system password will be required while logged-on and performing administrative-like operations. Added by request from Altere. Also a little code clean-up: replacing repeated constants with uifcYesNoOpts.
-
rswindell authored
(should default to current behavior: Yes). Set to No to not require the system password while logging in as a system operator (level >= 90). The system password will be required while logged-on and performing administrative-like operations. Added by request from Altere.
-
rswindell authored
-
deuce authored
-