Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct font names. Now, how on earth did this work on my system? | tg | 2001-07-26 | 1 | -3/+3 |
| | |||||
* | Rewrite video emulation. Features: | tg | 2001-07-24 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | - slightly more accurate VGA hardware emulation; - more int 10 functions, especially wrt to palette handling; - first shot at graphics support; - mode switching. Bugs: - graphics too slow; - only 16 color modes work for now; - works only under X, and only with 16 bit TrueColor visuals; - far from being genuinely useful (I can play an old EGA game now, though (mahjongg.exe)). Also, the code has been cleaned up a bit (more to come in a separate commit). | ||||
* | Install a VGA font for the X11 mode. Use a line like | tg | 2000-06-23 | 1 | -0/+2 |
xset fp+ /usr/libdata/doscmd/fonts in your .xsession to activate it. Document X11_FONT option in .doscmdrc. Open window if $DISPLAY is set. |