1
0
Fork 0
Commit graph

2515 commits

Author SHA1 Message Date
Peter Veenstra
fd40723fd2 Give console a name
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2499
2006-02-14 08:49:30 +00:00
Peter Veenstra
fba1560397 Add render_simple.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2498
2006-02-13 11:12:29 +00:00
Sjoerd van der Berg
36f1182601 Handle window exposure to trigger a full redraw
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2497
2006-02-13 09:26:01 +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
Peter Veenstra
df62fa5c20 lock mouse on 0xc (define USR) (requested by wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2495
2006-02-13 07:48:25 +00:00
Sjoerd van der Berg
572b1ea551 New format for mapper handlers to support keeping keys pressed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2494
2006-02-12 23:55:53 +00:00
Sjoerd van der Berg
1ee4a87477 Fix some non-debug mapper handler to new format
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2493
2006-02-12 23:53:50 +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
Sjoerd van der Berg
2fb65fe0ee New format for mapper handlers to support keeping keys pressed.
Better support for double buffering with surface output with the new cached scalers


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2491
2006-02-12 23:39:37 +00:00
Sjoerd van der Berg
4a0acfb45a New format for mapper handlers to support keeping keys pressed.
Add unlocked speed hotkey
Add some sort of auto cycle guessing


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2490
2006-02-12 23:28:21 +00:00
Sjoerd van der Berg
03633e3a5c New format for mapper handlers to support keeping keys pressed.
Add png capturing of 15,16,32bpp input


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2489
2006-02-12 23:25:46 +00:00
Sjoerd van der Berg
b81c210530 New format for mapper handlers to support keeping keys pressed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2488
2006-02-12 23:23:52 +00:00
Sjoerd van der Berg
19985730a3 Disable LFB in 4bpp vesa modes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2487
2006-02-12 23:06:15 +00:00
Peter Veenstra
2315b01df0 Add patch:"
[ 1391443 ] directory iterators for the iso drive" from prompt


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2486
2006-02-12 13:32:30 +00:00
Peter Veenstra
d1db7843eb add lowest priority class. RFE 1306384
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2485
2006-02-12 13:19:58 +00:00
Peter Veenstra
234d45fabc Add patch: "
[ 1425902 ] Zipped Motion Block Vector VFW codec fixes" from virtualdub


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2484
2006-02-12 12:35:13 +00:00
Peter Veenstra
ecc77541f1 Add patch " 1428943 ] Fix for wrong ATTR flipflop state after INT10_SetVideoMode" from vasyl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2483
2006-02-12 12:30:54 +00:00
Sjoerd van der Berg
0e3603396e New mixer routine to handle speeding up emulator causing faster output
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2482
2006-02-11 09:37:16 +00:00
Sebastian Strohhäcker
f6efa75ba5 fix a few key combinations of the numblock when numlock enabled
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2481
2006-02-09 21:29:19 +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
Peter Veenstra
f29645ce69 Add icon + mention movie capturing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2479
2006-02-09 08:49:52 +00:00
Peter Veenstra
bb17ee6101 add icon to titlebar
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2478
2006-02-09 08:42:42 +00:00
Sebastian Strohhäcker
eb3209cc3a fix pcjr doublewidth of mode 0x0a
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2477
2006-02-08 19:03:52 +00:00
Peter Veenstra
b2ca61030e Fix ROM checksum. (was broken as setupvesa modifies the rom as well)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2476
2006-02-08 15:13:06 +00:00
Sjoerd van der Berg
3be8dfc37a Fix png output from generating too big files and being unreadable for certain viewers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2475
2006-02-08 07:16:15 +00:00
Peter Veenstra
163e4a81a2 Some special case for mode 6
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2474
2006-02-07 20:25:47 +00:00
Sebastian Strohhäcker
17e0c0b8c5 fix VESA_ScanLineLength subcall 1;
improve some vesa mode detection a bit


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2473
2006-02-07 20:12:27 +00:00
Sjoerd van der Berg
734c9856e1 New callback_setupat call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2472
2006-02-03 17:07:41 +00:00
Sjoerd van der Berg
ab78ad03e6 Fix some 32bpp colormask issues
Rewrite protected mode vbe2 interface
Fix set scanlength call somewhat


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2471
2006-02-02 17:57:08 +00:00
Peter Veenstra
5f4018f19d workaround bug in pdcurses
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2470
2006-02-01 07:59:54 +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
Peter Veenstra
2ac98a74ab Add patch 1210768 which reintroduces the lockfree mouse from Moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2468
2006-01-31 09:26:45 +00:00
Peter Veenstra
73530a5ed1 Added vga_s3
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2467
2006-01-31 07:31:45 +00:00
Peter Veenstra
dec67f0129 mention noautoexec
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2466
2006-01-30 19:55:21 +00:00
Peter Veenstra
0e9168b556 Fix some memory leaks. Fix double destruction of classes. Add some input checks on the environment reader
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2465
2006-01-30 19:37:49 +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
Peter Veenstra
3fc521c909 Fix compilation without png
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2463
2006-01-30 16:10:13 +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
Peter Veenstra
b33bfb80d9 Add a larger cache. Allocated when the dynamic core is selected.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2461
2006-01-30 14:01:52 +00:00
Peter Veenstra
e82452e6a9 added render_loops.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2460
2006-01-30 11:58:14 +00:00
Sjoerd van der Berg
5efb59c0aa Fix double height scaler
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2459
2006-01-30 11:56:55 +00:00
Sjoerd van der Berg
5190334069 Add video for windows control for zmbv codec
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2458
2006-01-30 11:29:06 +00:00
Sjoerd van der Berg
952f8f0d1d Fix some gcc compilation issues
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2457
2006-01-30 10:55:49 +00:00
Peter Veenstra
78f4e566bc fix a memleak
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2456
2006-01-30 10:45:49 +00:00
Peter Veenstra
6804f85609 add vga_23.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2455
2006-01-30 10:33:58 +00:00
Sjoerd van der Berg
b202a02f2e Remove SSE instrinsics include
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2454
2006-01-30 10:23:30 +00:00
Sjoerd van der Berg
16e30fb710 Add the missing losing focus call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2453
2006-01-30 10:20:25 +00:00
Sjoerd van der Berg
960f3b55ec new svgacard option
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2452
2006-01-30 10:11:18 +00:00
Sjoerd van der Berg
40c0e26781 ZMBV codec for avi capturing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2451
2006-01-30 10:10:04 +00:00
Sjoerd van der Berg
b032209b75 Support for 15/16/32 bpp and highres 4bpp
Added some lowres resolutions to the vesa modes


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2450
2006-01-30 10:07:19 +00:00