0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Nov 20, 2024 — Nov 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
provide our own implementation of setenv (myman_setenv) and getenv (myman_getenv) which fall back to an internal environment list when the system setenv() fails or does not exist; use guess.h in all .c files More... over 16 years ago
start to support Win16 (maybe) More... over 16 years ago
shorter More... over 16 years ago
point to page with PML port More... over 16 years ago
links for graph.h and newt More... over 16 years ago
oops! void that. More... over 16 years ago
usleep void More... over 16 years ago
Leopard Rez is dumb and does not know how to read the resource description file from stdin More... over 16 years ago
do not leave an orphan label More... over 16 years ago
open watcom has no <sys/socket.h>, at least for MS-DOS More... over 16 years ago
documented more recent drivers More... over 16 years ago
+graph.h More... over 16 years ago
documented graph.h driver More... over 16 years ago
detect screen size and color at startup More... over 16 years ago
better guesses for Open Watcom More... over 16 years ago
embed the compiler flags for future reference More... over 16 years ago
works with owcc -bDOS -zm -mtune=i086 -O3 -mcmodel=h More... over 16 years ago
make sure usleep replacement returns a value More... over 16 years ago
still does not work More... over 16 years ago
added a wrapper for <graph.h> as found in Open Watcom More... over 16 years ago
add CONIOCURSES support More... over 16 years ago
add graphcur More... over 16 years ago
add --with-graph More... over 16 years ago
keep spaces literal in the base case More... over 16 years ago
68k-compatible branch islands More... over 16 years ago
generate branch islands at link time so that relative 16-bit branches don't need to span our entire executable More... over 16 years ago
typo! More... over 16 years ago
refactor a bit More... over 16 years ago
add newlines to help and info text to work around a bug in the pager which leaves transparent areas at the end of the text when the last line is not empty More... over 16 years ago
factor out gamehelp() ('?') and gameinfo() ('!') More... over 16 years ago