aboutsummaryrefslogtreecommitdiff
path: root/kitten.c
AgeCommit message (Collapse)AuthorFilesLines
7 daysembed language & unicode tables into main executablesJavier1-615/+141
use KITTENC to embed all NLS files into executable KITTENC does not allow loading external files anymore... embed the cp???uni.tbl (codepage -> unicode conversion tables) into the main executable too. however, we will still try to find them in PATH if user cp is missing from the internal ones. this means the distribution zip/flp now contain much fewer files. con: some utilities now need to built in the host (kittenc & unitbl2c) this may make the build less portable; so far unix and dos/386 still work.
11 daysreadd hack to kitten to load files from exe path, update vbmouse help ↵Javier1-2/+35
message & nls files
12 dayssplit bda from int10vga.h , update kitten version to latest from freedosJavier1-480/+389
2022-11-27search first for .tbl and kitten files in same path as exeJavier1-2/+28
2022-07-14Localization supportEduardo Casino1-0/+696