- Apr 17, 2020
-
-
deuce authored
-
rswindell authored
so put the 64-bit integer stuff in an #ifndef __MSDOS__ block to enable the build to succeed.
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
uifc.lib(uifc32.obj) : error LNK2001: unresolved external symbol _cp_to_utf8 uifc.lib(uifc32.obj) : error LNK2001: unresolved external symbol _utf8_to_cp
-
rswindell authored
messages (telegrams) from 128 to 256 bytes to resolve observed truncation of download notification messages like this: "Guns N Roses - Hotel Brawl Jam (Live).mp3 was FTP-downloaded by Guest [89.245.6. 199] You were awarded 2,057,356 cred"
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Remove xlat. Rearrange Commdore fonts to match ASCII. Clean up C64 emulation a lot... Set the Commodore background to black in CTerm... it seems pretty much all terminals do this.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
function (don't leave it high-intensity white on accident).
-
rswindell authored
iniReadFile(): - enables the use of the !include directive in the read .in file - reduces rewinds/re-reads of the .ini file, speeding up the total operation I also removed the old crash dump comments from here.
-
deuce authored
-
- Apr 16, 2020
-
-
deuce authored
to/from screen codes. We can now use the ATASCII codepage which means copy/paste is working great for Atari now.
-
deuce authored
-
deuce authored
it's actually used.
-
deuce authored
ISO-8859-7, ISO-8859-1, CP866M2, CP866U, CP1131, ARMSCII8, HAIK8 Still to come... ATASCII and PETSCII unicode translations.
-
deuce authored
ISO-8859-5, CP850, CP865
-
deuce authored
-
deuce authored
getcliptext() and copytext() (ie: copy/paste) now work on UTF-8 strings. Not tested on Win32 yet.
-
deuce authored
This is planned to work with the built-in fonts... no real idea how to make this work with dynamic fonts at this time. We'll also need a line drawing set thing ala curses, but I'll worry about that when/if I update uifc32 for unicode.
-
deuce authored
races, etc.
-
deuce authored
-
deuce authored
-
rswindell authored
defaults to "automsg" (e.g. automsg.js). So now shells that use the Baja auto_message function (or call JS bbs.auto_msg()) will execute the module configured here automatically.
-
rswindell authored
defaults to "automsg" (e.g. automsg.js). So now shells that use the Baja auto_message function (or call JS bbs.auto_msg()) will execute the module configured here automatically. Deleted the old-crufty sbbs_t::automsg() implementation. We have the work-alike auto.js, but really it's time to totally overhaul that sucker into something modernish (e.g. allow *editing* the message you wrote <gasp>).
-
rswindell authored
current sub, executing the configured "List Msgs Module" if there is one configured in SCFG->System->Loadable Modules (e.g. msglist.js)
-
deuce authored
Fixes issue with large downloads over SSH.
-
deuce authored
No system seems to actually install en_??.IBM437, but that's what it should be called, and it falls back to C so good enough I guess.
-
deuce authored
*may* break all sorts of other things.
-
- Apr 15, 2020
-
-
deuce authored
a major regression for key input. :(
-