Subversion Repositories SvarDOS

Rev

Rev 1385 | Rev 1542 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1385 mateusz.vi 1
version xxxx (xx xxx xxxx)
1443 mateusz.vi 2
- new mdr_dos_selfexe()
3
- new mdr_dos_truename()
4
- new mdr_coutraw_str() and mdr_coutraw_crlf()
5
- new mdr_dos_ctrlc_inhibit(), mdr_dos_ctrlc_enable(), mdr_dos_ctrlc_disable()
6
- renamed keyb_getkey() to mdr_dos_getkey()
7
- renamed keyb_flush() to mdr_dos_flushkeyb()
8
- new mdr_dos_getkey2(), same as mdr_dos_getkey() but immune to CTRL+C
9
- new mdr_dos_keypending()
10
- removed keyb_getkey_ifany(): use mdr_dos_keypending + mdr_dos_getkey instead
1385 mateusz.vi 11
 
12
version 2023 (29 Jul 2023)
13
- all routines are built as a library now
14
- advertising MDR version (MDR_VER_MAJOR and MDR_VER_MINOR in VER.H)
15
- added the SBDIGI driver (SoundBlaster Digitized sound)
16
- added the COUT module (text-mode console output)
17
- added the DOS module (mdr_dos_* functions)
18
- added the UNZIP module for iteration over ZIP archives
19
- added the BIOS module (with the mdr_bios_tickswait() function)
20
- vid12: fast VRAM copy (vid12_vramcpy_* functions)
21
- vid12: vid12_clrline()
22
- vid12: fixed color mapping in vid12_setpalette()
23
- vid12: added functions vid12_hline() and vid12_linepat()
24
- vid12: fixed reverting the previous video mode at vid12_close()
25
- vid12: optimized vid12_putpixel() - 17% faster
26
 
27
version 2022 (09 Oct 2022)
28
- initial public release