home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Software / Vyzkuste / dosbox / NEWS < prev    next >
Text File  |  2002-10-26  |  3KB  |  70 lines

  1. 0.56:
  2.   - added support for a configclass/configfile
  3.   - added support for writing out the configclass into a configfile
  4.   - removed the language file and made it internal
  5.   - added support for writing the language file (will override the internal one)
  6.   - improved mousesupport
  7.   - updated readme
  8.   - support for screenshots
  9.   - some cpu-bug fixes
  10.   - dma changes
  11.   - Real Sound support
  12.   - EMM fixes and new functions.
  13.   - VGA fixes
  14.   - new wildcompare
  15.   - support for size and disktype at mount.
  16.   - added new debugger functionalities: start/trace into INTs, write processor status log, 
  17.     step over rep and loop instructions, breakpoint support without using INT 03 (heavy debugging switch)
  18.   - Added more cpu instructions and changed the string operations.
  19.   - Added classes for most of the internal dos structures.
  20.   - Rewrote most of the fcb calls to use normal dos calls.
  21.  
  22.  
  23.  
  24. 0.55: 
  25.     - changed basedir handling. (linux/winXP)
  26.     - added some FCB-calls 
  27.     - improved support for user mousehandlers
  28.     - fixed EGA graphics
  29.     - fixed VGA graphics
  30.     - fixed the displaying of text in some graphics modes
  31.     - fixed write with size 0
  32.     - changed memory management.
  33.     - added full emm 3.2 support.
  34.     - fixed and cleaned up the cpu flags.
  35.      changed interrupt handler.
  36.     - speeded up the graphics.
  37.     - speeded up the cpu-core
  38.     - added new features to the debugger: breakpoint support / data view / command line    
  39.      - partial support of list of lists (dos info block)
  40.     - partial emm 4.0 support
  41.     - fixes to graphics core fonts (text in sierra games is now correct)
  42.     - changed dma 
  43.     - improved dma streams from emm memory
  44.     - added some cga videomodes
  45.       - added more funtions to the keyboard handler
  46.  
  47. 0.50: 
  48.       -added F3 to repeat the last typed command.
  49.       -made it possible to change the shellmessages(dosshell). so 
  50.       you can costumize it.(dosbox.lang)
  51.       -changed cpu core.
  52.       -Fixed a lot of errors with the keyboard: shift-f1 and 
  53.       alt-f1 now works.
  54.       -Fixed some division errors.
  55.       -made a plugin system.
  56.       -added a lot of real 386 mode instructions.
  57.       -made it possible to resize the screen.
  58.       -Mayor source cleanup/reorganisation.
  59.       -Complete rewrite of the graphics routines. Should make it
  60.       possible to implement more fancy things like 2xsai,interpolation.
  61.       -changed the sound playback.
  62.       -Changed the vga drawing to only draw on memory changes, instead
  63.       of drawing an entire frame. 
  64.       -fixes to the soundblaster/dma code should be able to play 4-bit
  65.       adpcm compressed sounds.
  66.       -added the correct time to dir.
  67.       -bugfixes to batch-file handling.
  68.       -Lot's of small bugfixes.(Dune1&2,wolf3d, many more).
  69.       -Released the source.
  70.