index.html is pregenerated
new hosting
documented the available virtual VRAM area of VGA mode 12h
added vid12_vramcpy_8px()
added vid12_rawscanlines_to_plane()
added vid12_vline()
mdr_mouse_fetchrelease() accepts NULL arguments
added mdr_mouse_rawmotion()
added forgotten mda file
added the MDA module
explicit name for mdr_pcx_palentry so the struct can be reused by client programs
readrect() fix for non-square regions
readrect() fix for non-square regions
added vidx_readrect
added vidx_setpal() and integrated vidx into the lib build
removed unused variable declaration
moved vidx.h to the formal inc dir
added vidx_drawsprite()
history update
added vline and hline drawing + cosmetic documentation improvements
removed dos.h dependency (REGS and stuff)
renamed modex.c to vidx.c for consistency
added header file + cleanups and moved test function to a separate obj
cleanup, clarifications, documentation
link to the online sourceforge browser + stylistic fixes and overall improved text flow
video_detect_ega() returns 0 when EGA is *NOT* found
fixed return code when packet driver is not found
mdr_pktdrv_send() takes a const buffer
mdr_cout_close() restores the cursor if it has been hidden
added mdr_cout_scrollup()
typo fix and svn url changed from osdn to sourceforge
bumped release year
readme note about pktdrv
bumped version and copyright dates + updated the project url in headers
added the pktdrv module
make sure to clean up before building release files
frozen ver 2024 to tags
bumped version
include the inc directory within the distributed binary release
last pre-release changes
getkey2 rewritten as a pragma aux to save some bytes
refactored some internals into pragma aux for more compact code
improved mdr_cout_cursor_hide() so it works well on VirtualBox
improved doc
improved function description
improved function description
updated project's url
mdr_dos_truename() fails gracefully on DOS 2.x