Difference between revisions of "Version0.50"

From DOSBoxWiki
Jump to navigationJump to search
(New page: = This is '''not''' the current release = This was the first Open Source release of DOSBox! (next release) == Changes == * added F3 to rep...)
 
Line 6: Line 6:
 
* made it possible to change the shellmessages(dosshell). so you can costumize it.(dosbox.lang)
 
* made it possible to change the shellmessages(dosshell). so you can costumize it.(dosbox.lang)
 
* changed cpu core.
 
* changed cpu core.
* Fixed a lot of errors with the keyboard: shift-f1 and alt-f1 now works.
+
* fixed a lot of errors with the keyboard: shift-f1 and alt-f1 now works.
* Fixed some division errors.
+
* fixed some division errors.
 
* made a plugin system.
 
* made a plugin system.
 
* added a lot of real 386 mode instructions.
 
* added a lot of real 386 mode instructions.
 
* made it possible to resize the screen.
 
* made it possible to resize the screen.
* Mayor source cleanup/reorganisation.
+
* mayor source cleanup/reorganisation.
* Complete rewrite of the graphics routines. Should make it possible to implement more fancy things like 2xsai,interpolation.
+
* complete rewrite of the graphics routines. Should make it possible to implement more fancy things like 2xsai,interpolation.
 
* changed the sound playback.
 
* changed the sound playback.
* Changed the vga drawing to only draw on memory changes, instead of drawing an entire frame.  
+
* changed the vga drawing to only draw on memory changes, instead of drawing an entire frame.  
 
* fixes to the soundblaster/dma code should be able to play 4-bit adpcm compressed sounds.
 
* fixes to the soundblaster/dma code should be able to play 4-bit adpcm compressed sounds.
 
* added the correct time to dir.
 
* added the correct time to dir.
 
* bugfixes to batch-file handling.
 
* bugfixes to batch-file handling.
* Lot's of small bugfixes.(Dune1&2,wolf3d, many more).
+
* lots of small bugfixes.(Dune1&2,Wolf3d, many more).
* Released the source.
+
* released the source.

Revision as of 03:44, 27 December 2007

This is not the current release

This was the first Open Source release of DOSBox! (next release)

Changes

  • added F3 to repeat the last typed command.
  • made it possible to change the shellmessages(dosshell). so you can costumize it.(dosbox.lang)
  • changed cpu core.
  • fixed a lot of errors with the keyboard: shift-f1 and alt-f1 now works.
  • fixed some division errors.
  • made a plugin system.
  • added a lot of real 386 mode instructions.
  • made it possible to resize the screen.
  • mayor source cleanup/reorganisation.
  • complete rewrite of the graphics routines. Should make it possible to implement more fancy things like 2xsai,interpolation.
  • changed the sound playback.
  • changed the vga drawing to only draw on memory changes, instead of drawing an entire frame.
  • fixes to the soundblaster/dma code should be able to play 4-bit adpcm compressed sounds.
  • added the correct time to dir.
  • bugfixes to batch-file handling.
  • lots of small bugfixes.(Dune1&2,Wolf3d, many more).
  • released the source.