- Apr 17, 2020
-
-
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
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Inherit the "name" value from the root section in the install item sections.
-
rswindell authored
- Name (name of the program) - Desc (description) - From (the 'By' line for author/programmer/publisher) - Cats (comma-separated list of applicable categories (e.g. "Games") - Subs (comma-separated list of applicable sub-categories (e.g. "Adventure") - Inst (Installer .ini file source/revision/author/date info)
-
rswindell authored
on the json-service.
-
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.
-
rswindell authored
-
rswindell authored
-
rswindell authored
This allows these modules to be called from something other than JSexec.
-
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.
-
rswindell authored
being installed (free-form text, up to 79 chars for pretty-print). Remove the "requires_service" key, replaced with: Add ability to install/update services. Add ability to add/update sections in .ini files with eval()'d key values. This allows the json-service dependant scripts to (mostly) be installable under all scenarios. tw2.js is still an exception.
-
deuce authored
-
deuce authored
it's actually used.
-
rswindell authored
a debug-level log message. For Nelgin. Requires debug-log level output enabled.
-
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.
-