1
0
Fork 0
Commit graph

44 commits

Author SHA1 Message Date
Sjoerd van der Berg
e098ad6d81 Make sure palette detection only occurs in 8bpp source input mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2573
2006-03-29 12:28:42 +00:00
Peter Veenstra
af25c4382d Add workaround for corrupted surface on exposure event.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2519
2006-02-26 16:04:35 +00:00
Sjoerd van der Berg
c7f66d9a40 Handle the gfx loving based on the source bpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2496
2006-02-13 08:22:18 +00:00
Sjoerd van der Berg
397220ea1d Rewrite the simple scalers to handle everything in one pass for less memory strain
Limit the complex scalers to a lower resolution and share some memory for framecache
fix image output to reduce FPS when capturing with frameskip


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2492
2006-02-12 23:43:54 +00:00
Peter Veenstra
df67775306 time passes on and on....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2480
2006-02-09 11:47:57 +00:00
Sjoerd van der Berg
69550d3db5 Fix some issues with 1024x768 resolutions
Add the adveinterp3x scaler, although not really doing much interpolating


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2469
2006-02-01 07:22:45 +00:00
Sjoerd van der Berg
6b7b66c0ec Improved clearing the cache a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2464
2006-01-30 19:05:05 +00:00
Sjoerd van der Berg
5866acbba2 Fix not giving bad updaterects during an unfinished screenupdate
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2462
2006-01-30 15:02:34 +00:00
Sjoerd van der Berg
3b74afe0c4 Scaler rewrite for detecting changes
New scalers for tv3x, rgb2x, rgb3x, scan2x, scan3x
Only updaterect the changed parts in sdl
Add support for 15/16/32bpp modes
Add support for highres 4bpp modes
Rewrite of vga page handlers for most other modes
AVI capturing using zmbv codec
New option for hardware scaled windows to try and reach a specified resolution


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2444
2006-01-30 09:58:07 +00:00
Peter Veenstra
eb1cda134d Whoooooops :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2358
2005-10-25 14:02:11 +00:00
Peter Veenstra
3bc50d7f6f Add some reordering optimalisation from ih8regs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2354
2005-10-24 14:43:53 +00:00
Peter Veenstra
7865e50411 Add modified patch for restartable renderer from moe.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2343
2005-10-09 15:50:09 +00:00
Peter Veenstra
75ee82edb4 fix screenshots that have only doubleheight set and not double width
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2297
2005-09-01 19:48:37 +00:00
Peter Veenstra
2094d8b985 Year update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
2005-02-10 10:21:12 +00:00
Peter Veenstra
ca409fd57c Typo in preamble
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
2004-08-04 09:12:57 +00:00
Peter Veenstra
94795e0fd4 Changed debugger key to Pause (was -)!!!!
If non-debug mode => pause pauses dosbox.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1886
2004-07-12 12:42:20 +00:00
Sjoerd van der Berg
0a13f2d0ed Changes for 1 global capture directory
Support for capturing raw midi
Support for capturing raw opl


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1866
2004-07-04 21:18:05 +00:00
Sjoerd van der Berg
9213fd5bd6 New rendering changes
New mapper changes


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1817
2004-06-10 07:18:53 +00:00
Sjoerd van der Berg
26eca9f1dc No longer use pitch when setting size
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1660
2004-02-07 18:50:27 +00:00
Sjoerd van der Berg
8a0520845e Fixed advmame2x scaler to work with new line mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1633
2004-01-31 22:38:27 +00:00
Peter Veenstra
18b0231f6a fixed compilation when no screenshots
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1627
2004-01-30 13:40:49 +00:00
Sjoerd van der Berg
9bf1cd50f5 Opengl output support in SDL
Removed threading support in SDL
Rewrite of VGA Drawing to work line for line
Rewrite of VGA Text drawing using lookup tables
Rewrite of render function to handle the new line for line drawing.
Changed CGA/TANDY/Hercules to be more like their original hardware.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1611
2004-01-28 14:39:05 +00:00
Peter Veenstra
fcbd0fe854 Copyright to 2004
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
2004-01-10 14:03:36 +00:00
Sjoerd van der Berg
ddd6c6531e Fix screenshot support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1548
2004-01-08 21:16:25 +00:00
Sjoerd van der Berg
a1e279829b Rendering rewrite for aspect correction and vga vertical stretching
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1411
2003-11-08 09:53:11 +00:00
Sjoerd van der Berg
e1dfb66baa MMX render only works when it can blit directly to 8bpp surface
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1338
2003-10-15 08:20:50 +00:00
Sjoerd van der Berg
77dda34be0 Remove help line and change an option
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1334
2003-10-14 23:32:32 +00:00
Sjoerd van der Berg
857b872857 New scaler name and removed keepsmall
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1320
2003-10-14 15:27:39 +00:00
Peter Veenstra
d079c8388a Added title support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1274
2003-09-29 21:05:59 +00:00
Peter Veenstra
54ef7a5825 Warning cleanup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1147
2003-07-24 12:42:17 +00:00
Sjoerd van der Berg
c0ddbe1da3 -scaler command line option.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@829
2003-03-28 23:38:48 +00:00
Peter Veenstra
9a6d254943 changed the help string in the configfile
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@804
2003-03-27 19:48:33 +00:00
Peter Veenstra
fd1e05cb25 Documentation update added command intro
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@785
2003-03-23 19:54:00 +00:00
Sjoerd van der Berg
e60ffa00e4 Set certain render types to use shadow surfaces
Add some more support for screenshot messages and fix a bug with pngl structures getting allocated before testing if screenshot file can be made.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@779
2003-03-19 22:41:30 +00:00
Peter Veenstra
0e35a7dfe2 added sys/types.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@752
2003-03-12 12:58:15 +00:00
Sjoerd van der Berg
fbda2d52aa Use strcasecmp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@742
2003-03-10 23:42:44 +00:00
Sjoerd van der Berg
3adae7c555 Added Scale2x rendering.
Enabled screenshot support again.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@727
2003-03-09 18:17:19 +00:00
Sjoerd van der Berg
b36c835664 Changed keyboard modifiers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@706
2003-03-02 21:50:42 +00:00
Peter Veenstra
f79eaaba75 updates for new logging system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@695
2003-02-27 19:56:22 +00:00
Sjoerd van der Berg
b4fe560bd7 Async graphics updates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@621
2003-01-05 12:32:37 +00:00
Sjoerd van der Berg
565b8119e4 Support for doubling of width/height/both.
Moved frame skipping in here.
Support for direct rendering to display depth.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@592
2002-12-22 15:22:22 +00:00
Sjoerd van der Berg
741fccb0fd Added screenshot support.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@369
2002-10-19 17:33:46 +00:00
Sjoerd van der Berg
913513179e Error in maketables procuced double lines.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@107
2002-07-31 12:23:26 +00:00
Sjoerd van der Berg
42e5d0b779 First CVS upload.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00