Sebastian Strohhäcker
c78a9f6c03
fix/work around some gcc Wall warnings
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3192
2008-08-06 18:34:21 +00:00
Peter Veenstra
45074288cf
Partial rewrite of the configsystem part 2. Should be usuable. Missing parts are cosmetic. (based on Moe his stuff). I hope everything works in visual C.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3098
2008-02-10 11:14:03 +00:00
Peter Veenstra
636f7c79d5
Fix crashes when changing scaler on startup.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2959
2007-08-11 12:19:00 +00:00
Sebastian Strohhäcker
8f76382e7d
add a define to disable additional scalers
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2914
2007-07-05 16:03:49 +00:00
Sebastian Strohhäcker
37914fb224
additional scaler reset checks, mention scaler forcing in the configuration file
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2910
2007-07-02 20:06:59 +00:00
Sebastian Strohhäcker
602b0aea94
add scaler forcing option (idea from ykhwong)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2908
2007-06-30 19:53:41 +00:00
Sjoerd van der Berg
a76a07d2c9
Finish the frame without drawing if there's screen reset
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2796
2007-02-03 13:00:16 +00:00
Sjoerd van der Berg
5660ee1856
Fixes to hercules emulation, better detection and bank switching
...
Fixes to tandy emulation, 640x200x16 mode and different sizes bank.
EGA/VGA memory changes detection for faster rendering added
Renderer does initial pass to check for needing to lock buffer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2781
2007-01-24 16:29:09 +00:00
Peter Veenstra
fdd16dea1a
Happy New Year\!
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2728
2007-01-08 19:45:42 +00:00
Sebastian Strohhäcker
26bc8da23d
favoured use of old simple core; default to automatic core selection;
...
some processor usage limiting capabilities for max cycles
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2721
2006-11-14 14:12:00 +00:00
Peter Veenstra
7db3da30f6
add patch 1485766 from Kronuz.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2682
2006-08-05 09:06:44 +00:00
Peter Veenstra
21ae8be729
Fix a typo. Thanks ykhwong\!
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2640
2006-05-27 07:01:33 +00:00
Peter Veenstra
7b71d46b4f
fix hangups when changing frameskip runtime
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2578
2006-03-29 14:17:27 +00:00
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