Re: dos_rescue2: Port patches for 3.1 projects 4.0
- Posted by Insolor May 02, 2011
- 2972 views
The most recent version of the dosrescue2: http://rghost.ru/5465760 (updated link)
What's new:
- The rest routines from image.e were implemented (save_image(), display_image(), read_bitmap(), save_bitmap(), save_screen(), set_active_page(), set_display_page, get_active_page(), set_active_page())
- pixel(), get_pixel() routines reimplemented using DIB sections, now work much faster.
- Solved problem with output of '\t' characters (using code from the ed.ex)
- scroll() routine optimized.
- Palette routines now affect on already drawn image.
- Added demos: bitmap.exw, sanity.exw, test_pages.exw, test_palette.exw.
- Fixed some bugs found with sanity.exw.
- More video modes added.
Thanks to Shawn Pringle for ideas about palette routines implementation.
P.S. Comments are welcome