1
0
Fork 0
Commit graph

132 commits

Author SHA1 Message Date
Peter Veenstra
57f5ce73ad Some license info
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2971
2007-08-17 18:00:09 +00:00
Sebastian Strohhäcker
0c24e87fdc silence some warnings, add most of sf patch #1185267 by Moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2883
2007-06-12 20:22:09 +00:00
Sebastian Strohhäcker
6198a00920 don't crash when closing the console window (win only), thanks to etil for the patch
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2866
2007-06-03 10:59:46 +00:00
Sebastian Strohhäcker
e54e2cd8d5 set variables correctly for some fallback code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2849
2007-05-01 20:00:45 +00:00
Sebastian Strohhäcker
d104eea175 fix windib fallback; fix ddraw->surface fallback
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2837
2007-04-15 10:34:02 +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
Sebastian Strohhäcker
e529cae446 Add beta2 patch: enable full joystick remapping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2747
2007-01-10 15:01:15 +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
cd64154623 Warning instead of exit when joystick init fails. Fixes bug:1577125
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2716
2006-10-31 17:29:32 +00:00
Peter Veenstra
54b29e831c Change configfile loading support. Introduce some sort of global configfile parsing and add some additional settings from local configuration files. Allow multiple configuration files to be specified at the commandline like patch 1513790.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2705
2006-10-08 19:26:04 +00:00
Sebastian Strohhäcker
fcd1a96808 implement different joystick querying, reduce polling intervall (thanks hal for the ideas)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2676
2006-07-22 18:32:29 +00:00
Sebastian Strohhäcker
dca519a601 fix keyboard handling for sdl windib driver as far as possible
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2670
2006-07-10 19:32:15 +00:00
Peter Veenstra
7cac8ec376 Make gcc happy. (thanks Ludwig).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2664
2006-06-29 19:05:54 +00:00
Sebastian Strohhäcker
97470261fb tweak size of auto-cycle interval (ih8regs);
switch to auto-cycle guessing if appropriate


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2660
2006-06-25 18:49:32 +00:00
Peter Veenstra
f0ddb8d464 More informative description.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2652
2006-06-12 19:11:14 +00:00
Peter Veenstra
866211408b Add patch 1503983 "quit during sdl_pause" by ykhwong and patch 1500664 "Auto-pause on minimise/focus loss" by philpem.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2651
2006-06-12 08:24:28 +00:00
Peter Veenstra
550e61640f keep it compiling with msvc.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2594
2006-04-12 18:52:50 +00:00
Peter Veenstra
132bbffb68 Add part of patch 1235377 of msharov and fix a few small bugs in the return values of the cpu cores
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2593
2006-04-11 19:02:33 +00:00
Peter Veenstra
f34300a4f4 Better safe then sorry.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2571
2006-03-29 12:26:07 +00:00
Peter Veenstra
38fb9ee6fc scale a log message down.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2565
2006-03-28 10:18:13 +00:00
Peter Veenstra
84edd8ef0e original is a setting for windowresolution as well. Made the choice logic more simple.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2562
2006-03-28 06:44:09 +00:00
Peter Veenstra
3d06ae7bd9 Remove fullfixed. enable usescancodes by default
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2558
2006-03-27 19:40:25 +00:00
Peter Veenstra
545d465167 spaces + windowresolution documentation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2527
2006-02-27 21:00:27 +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
Peter Veenstra
1446999784 SDL under vsc doesn't close console ?(kekko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2505
2006-02-15 14:48:41 +00:00
Peter Veenstra
4ab4344906 Make cycles=auto look more beautiful ;)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2504
2006-02-14 13:04:02 +00:00
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
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
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
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
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
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
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
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
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
2b828867f7 change ctrl-pause to alt-pause
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2434
2006-01-22 14:13:00 +00:00
Peter Veenstra
19f535dbb8 OS/2 support. windib workaround from with in DOSBox. pause changed to ctrl-pause.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2397
2005-12-02 10:02:03 +00:00
Peter Veenstra
b318eb1324 a few tiny fixes to the logic determining the video graphics.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2371
2005-11-08 19:41:04 +00:00
Peter Veenstra
300514b10e and the last one
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2364
2005-11-01 15:53:39 +00:00
Peter Veenstra
4a6719a725 some vs2005 fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2363
2005-11-01 11:09:14 +00:00
Peter Veenstra
5783f7ff82 Add patch 1335753 from virtualdub. Fixes a lost surface problem in ddraw mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2360
2005-10-31 10:21:45 +00:00
Sebastian Strohhäcker
5e08378445 add possibility to use scancodes rather than symkeys
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2355
2005-10-24 17:27:37 +00:00
Sebastian Strohhäcker
b5336f32d1 add F11/F12, fix pause functionality
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2314
2005-09-18 19:50:03 +00:00
Sebastian Strohhäcker
206a21502e prevent crashes when unexpectedly forced to exit fullscreen mode
(e.g. using windows keys in fullscreen)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2251
2005-07-28 19:53:43 +00:00
Peter Veenstra
c7c2ee5d5a Add patch 1239754 from Moe. This patches fixes a few crashes by checking the SDL_SetMode return value and it changes strncopy to a safe_strncopy which adds a 0 to each string copied
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2240
2005-07-19 19:45:33 +00:00
Peter Veenstra
d23d71add8 fix crashes with E_Exit in debug mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2211
2005-05-18 21:59:58 +00:00
Peter Veenstra
9b7ffd1010 vs.net2005 beta2
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2184
2005-04-21 18:51:54 +00:00
Peter Veenstra
460908f0e7 don't print to stdout when there is no stdout. Fixes some bug with -noconsole in a read-only envirionment
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2127
2005-03-08 09:34:27 +00:00