Subversion Repositories SvarDOS

Rev

Rev 1385 | Rev 1542 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1385 Rev 1443
1
version xxxx (xx xxx xxxx)
1
version xxxx (xx xxx xxxx)
2
- added mdr_dos_selfexe()
2
- new mdr_dos_selfexe()
-
 
3
- new mdr_dos_truename()
3
- added mdr_coutraw_str() and mdr_coutraw_crlf()
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
4
 
11
 
5
version 2023 (29 Jul 2023)
12
version 2023 (29 Jul 2023)
6
- all routines are built as a library now
13
- all routines are built as a library now
7
- advertising MDR version (MDR_VER_MAJOR and MDR_VER_MINOR in VER.H)
14
- advertising MDR version (MDR_VER_MAJOR and MDR_VER_MINOR in VER.H)
8
- added the SBDIGI driver (SoundBlaster Digitized sound)
15
- added the SBDIGI driver (SoundBlaster Digitized sound)
9
- added the COUT module (text-mode console output)
16
- added the COUT module (text-mode console output)
10
- added the DOS module (mdr_dos_* functions)
17
- added the DOS module (mdr_dos_* functions)
11
- added the UNZIP module for iteration over ZIP archives
18
- added the UNZIP module for iteration over ZIP archives
12
- added the BIOS module (with the mdr_bios_tickswait() function)
19
- added the BIOS module (with the mdr_bios_tickswait() function)
13
- vid12: fast VRAM copy (vid12_vramcpy_* functions)
20
- vid12: fast VRAM copy (vid12_vramcpy_* functions)
14
- vid12: vid12_clrline()
21
- vid12: vid12_clrline()
15
- vid12: fixed color mapping in vid12_setpalette()
22
- vid12: fixed color mapping in vid12_setpalette()
16
- vid12: added functions vid12_hline() and vid12_linepat()
23
- vid12: added functions vid12_hline() and vid12_linepat()
17
- vid12: fixed reverting the previous video mode at vid12_close()
24
- vid12: fixed reverting the previous video mode at vid12_close()
18
- vid12: optimized vid12_putpixel() - 17% faster
25
- vid12: optimized vid12_putpixel() - 17% faster
19
 
26
 
20
version 2022 (09 Oct 2022)
27
version 2022 (09 Oct 2022)
21
- initial public release
28
- initial public release
22
 
29