Sjoerd van der Berg
|
a590bad2d9
|
Add 32bit signed type for mixing
Change the mixer template to use a class type
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3322
|
2009-03-16 18:33:59 +00:00 |
|
Sebastian Strohhäcker
|
44fd168a61
|
adjust debug checking for int/call functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3321
|
2009-03-16 18:10:08 +00:00 |
|
Sebastian Strohhäcker
|
65396d5313
|
update porting docs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3320
|
2009-03-15 18:54:46 +00:00 |
|
Sebastian Strohhäcker
|
b8fa29c72a
|
remove obsolete define about vga memory size
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3319
|
2009-03-15 11:28:35 +00:00 |
|
Peter Veenstra
|
9b8d6f45eb
|
Linux fastdir support. Fix problems without fastdir support (closes: 2671401)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3318
|
2009-03-14 18:02:34 +00:00 |
|
Sebastian Strohhäcker
|
88d134b3a9
|
implement temp file creation function when used without a path (see sf bug #2665465)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3317
|
2009-03-14 16:10:00 +00:00 |
|
Peter Veenstra
|
48edfe5409
|
Add Get_arglength, make trim(string a bit more flexible with whitespace so that configfiles from windows can be used on linux without converting
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3316
|
2009-03-11 20:18:37 +00:00 |
|
Sebastian Strohhäcker
|
2fd9c8f349
|
use fast filesearch routines for directory cache
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3315
|
2009-03-04 21:08:22 +00:00 |
|
Sebastian Strohhäcker
|
904307ce5b
|
add custom fast filesearch routines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3314
|
2009-03-04 19:34:42 +00:00 |
|
Sebastian Strohhäcker
|
8fa4a2d43a
|
clear direction flag when entering ps2 irq routine (needed when irq happens if direction flag is set and the
user subroutine assumes DF to be clear), thanks to ripsaw for figuring this out
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3313
|
2009-03-03 18:30:41 +00:00 |
|
Sebastian Strohhäcker
|
614cec47ff
|
mscdex check sets some register that isn't mentioned in references (thanks to ripsaw, fixes part of judge dredd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3312
|
2009-03-01 15:40:30 +00:00 |
|
Peter Veenstra
|
d289485bdf
|
Forgot a ~
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3311
|
2009-02-28 14:28:10 +00:00 |
|
Sebastian Strohhäcker
|
e08513aece
|
fix file shortener ID of the drive cache (under rare conditions, bug recently introduced);
use better/faster method to copy the drive cache contents for findfirst, directly related to
the shortname bug found+analyzed by Alexander Katz (sf patch #2194354)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3310
|
2009-02-28 11:34:10 +00:00 |
|
Sebastian Strohhäcker
|
6934389b52
|
update displayed year entries
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3309
|
2009-02-25 19:58:11 +00:00 |
|
Sebastian Strohhäcker
|
ad13c63c32
|
avoid using stat calls if possible (reusing cached data if needed)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3308
|
2009-02-24 17:56:55 +00:00 |
|
Sebastian Strohhäcker
|
9725773407
|
keep drive cache lists sorted on insert to avoid full sort calls
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3307
|
2009-02-20 14:19:47 +00:00 |
|
Sebastian Strohhäcker
|
30cadccb6e
|
can't people just remove a simple call themselves and not opening hundreds of reports for dev sources before it's finished?
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3306
|
2009-02-19 10:52:53 +00:00 |
|
Sebastian Strohhäcker
|
54606df9dd
|
mouse min/max setting is signed, fixes Magic Maze (thanks to ripsaw)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3305
|
2009-02-16 20:33:11 +00:00 |
|
Peter Veenstra
|
5d7701ef67
|
Add cycles=number support. Based on patch of h-a-l-9000, but slightly better. Beautify the configfile a bit.(Beta2)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3304
|
2009-02-15 20:01:08 +00:00 |
|
Sebastian Strohhäcker
|
e639014e95
|
fix batch/shell IF handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3303
|
2009-02-15 10:45:01 +00:00 |
|
Sebastian Strohhäcker
|
9d45ed91b5
|
update zmbv installer (installs under vista64 as 32bit wow6432 codec)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3302
|
2009-02-12 21:38:23 +00:00 |
|
Sebastian Strohhäcker
|
e2d1fc598f
|
prevent stuck keys when exiting the mapper, due to the mapper event preceding the addkey one
(thanks to etillite, see sf bug #2581983 and posted patch)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3301
|
2009-02-11 22:16:05 +00:00 |
|
Sebastian Strohhäcker
|
384ca22a2b
|
update zmbv codec stats
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3300
|
2009-02-04 21:47:57 +00:00 |
|
Sjoerd van der Berg
|
9b70d00853
|
New adlib interface allowing for different emulation backends
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3299
|
2009-02-03 19:20:30 +00:00 |
|
Peter Veenstra
|
d25daebcb9
|
include stdlib for getennv.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3298
|
2009-02-03 08:27:47 +00:00 |
|
Peter Veenstra
|
a6363423b8
|
reenable hints for CHDIR. Thanks woody
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3297
|
2009-02-01 21:22:51 +00:00 |
|
Peter Veenstra
|
7dc248bec9
|
Mini optimalisation.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3296
|
2009-02-01 20:25:38 +00:00 |
|
Peter Veenstra
|
934bb53bd7
|
Fix compilation in debug mode.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3295
|
2009-02-01 19:28:58 +00:00 |
|
Peter Veenstra
|
4141de4aee
|
Add header for win32.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3294
|
2009-02-01 16:32:33 +00:00 |
|
Peter Veenstra
|
0c570b7b79
|
Disable menu, reintroduce pausedosbox. reintroduce -startmapper and keybindings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3293
|
2009-02-01 16:06:26 +00:00 |
|
Peter Veenstra
|
0c075b29fd
|
Renable mapper. Make it Prop_path
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3292
|
2009-02-01 16:05:28 +00:00 |
|
Peter Veenstra
|
1ea1b9cae5
|
no dir no glory.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3291
|
2009-02-01 15:52:53 +00:00 |
|
Peter Veenstra
|
9d16fb980e
|
empty input is empty realpath.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3290
|
2009-02-01 15:52:25 +00:00 |
|
Peter Veenstra
|
c90ebb3028
|
Header updates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3289
|
2009-02-01 14:24:38 +00:00 |
|
Peter Veenstra
|
4b1a5010f2
|
Split of sdl configuration part into seperate function. Add hopefully vista compatible configuration layout. Add -printconf and -editconf
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3288
|
2009-02-01 14:24:12 +00:00 |
|
Peter Veenstra
|
bc90f8429a
|
Rename midi elements.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3287
|
2009-02-01 14:22:41 +00:00 |
|
Peter Veenstra
|
177cbf42b6
|
Rename midi elements. Move configfile message to Init function so they are available as soon as possible. Make language and capture use Prop_path.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3286
|
2009-02-01 14:22:22 +00:00 |
|
Peter Veenstra
|
7a8c673267
|
Create directory if doesn't exist. Use Prop_path.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3285
|
2009-02-01 14:21:19 +00:00 |
|
Peter Veenstra
|
9ec3c20d7d
|
Headers, Add Prop_path which is capable of resolving paths relatively and absolutely.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3284
|
2009-02-01 14:19:20 +00:00 |
|
Peter Veenstra
|
4a26ec8d4c
|
headers, languagefile location new system. Fix console message which is unneeded.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3283
|
2009-02-01 14:18:12 +00:00 |
|
Peter Veenstra
|
77362e66f2
|
Added cross.cpp, which has functions for the configuration file locations.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3282
|
2009-02-01 14:16:52 +00:00 |
|
Peter Veenstra
|
21408ee979
|
Add new files.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3281
|
2009-02-01 14:14:51 +00:00 |
|
Peter Veenstra
|
c11d55a223
|
Reorder headers a bit. Add control.h and bios_disk.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3280
|
2009-02-01 14:11:45 +00:00 |
|
Peter Veenstra
|
bb4141a03a
|
headers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3279
|
2009-02-01 14:07:05 +00:00 |
|
Peter Veenstra
|
9b8cd3721f
|
Quick and dirty fix for IF. Needs revisiting later.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3278
|
2009-02-01 14:06:36 +00:00 |
|
Peter Veenstra
|
d584afc0ef
|
Rename mixer => sbmixer. Add Wari hack (beta2)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3277
|
2009-02-01 11:07:11 +00:00 |
|
Sebastian Strohhäcker
|
0b3d75997e
|
fix layout extraction
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3276
|
2009-01-29 23:17:59 +00:00 |
|
Peter Veenstra
|
5a228425fd
|
patch to latch bytepanning at display start. Fixes some graphic distortion with commanche. (Danke h-a-l-9000)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3275
|
2009-01-26 20:23:44 +00:00 |
|
Peter Veenstra
|
6945f3e81f
|
Enable directserial for BSD. (talked it over with the FreeBSD maintainer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3274
|
2009-01-26 20:15:58 +00:00 |
|
Sebastian Strohhäcker
|
70a150c2d6
|
hercules updates from hal (fixes jet)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3273
|
2009-01-25 12:00:52 +00:00 |
|