1
0
Fork 0
Commit graph

329 commits

Author SHA1 Message Date
Peter Veenstra
b29e06c006 Add patch 3161987 from Jason C. Penney: Add (optional) SoundFont support to midi_coreaudio synth. Added some extra info to dosbox.conf to describe this
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3733
2011-07-21 14:26:16 +00:00
Sebastian Strohhäcker
0ae27e9b4a year/info update for some other files as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3701
2011-04-26 15:00:36 +00:00
Peter Veenstra
999f33de27 Update year. Remove CVS tags
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3700
2011-04-26 09:34:55 +00:00
Peter Veenstra
b25d481e66 Fix startup detection of numlock and capslock.
Improve behaviour with SDL 1.2.14 with respect to lock keys.
What works:
- dosbox compiled against SDL < 1.2.14 used with SDL < 1.2.14
- dosbox compiled against SDL < 1.2.14 used with SDL >= 1.2.14
- dosbox compiled against SDL >=1.2.14 used with SDL >= 1.2.14
What doesn't work:
- dosbox compiled against SDL >=1.2.14 used with SDL < 1.2.14
- debian/ubuntu SDL < 1.2.14. (Check comment in src/gui/sdlmain.cpp on how to fix it.)
Untested:
- debian/ubuntu SDL >=1.2.14.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3689
2011-03-24 10:46:56 +00:00
Peter Veenstra
38a357021c Include correct headers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3688
2011-03-23 09:50:13 +00:00
Peter Veenstra
63bcf1d2ed Add option to delay sysex processing for sensitive real midi devices. Patch 3159289 from jczorkmid and rcblanke (slightly modified).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3687
2011-03-23 08:55:07 +00:00
Sebastian Strohhäcker
2efab7ece3 update svn properties
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3653
2010-10-29 21:33:50 +00:00
Ralf Grillenberger
143beec6b1 Add new features to the config command for control of the config file:
- manipulate the autoexec section
- display information on sections and values
- show the used config files and startup command line parameters 
- restart capability
- save config files either in the config or program directory

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3651
2010-10-28 17:35:45 +00:00
Peter Veenstra
0d7b792d05 Check return code of SDL_LockYUVOverlay. Should fix some rare crashes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3650
2010-10-18 13:49:31 +00:00
Sebastian Strohhäcker
70cda9f577 minor typos
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3645
2010-09-27 21:07:54 +00:00
Peter Veenstra
175b1c2b92 Nicer line ends on Windows. Might break old mapper files with 0.74, which might actually be good.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3605
2010-05-10 18:45:49 +00:00
Peter Veenstra
5d22234ace bring in line with documentation again.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3600
2010-05-09 11:08:38 +00:00
Peter Veenstra
969ab8aeb0 Add -userconf to force loading of user specific configfile.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3598
2010-05-09 07:52:01 +00:00
Peter Veenstra
9d0ef05f8d some mapper reset clarifications
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3597
2010-05-07 19:54:17 +00:00
Peter Veenstra
044521630e A missing (. Thanks Tryton.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3596
2010-05-07 18:31:08 +00:00
Peter Veenstra
a87bb27faa Improved layout designed by tryton.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3595
2010-05-05 19:26:23 +00:00
Peter Veenstra
79f692235a Add some more descriptive texts, add aliases resetconf and resetmapper. Change titlebar to always include percentage. (rc3t2 changes)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3590
2010-05-04 14:40:11 +00:00
Ralf Grillenberger
74ddc23daf Allow the renderer to abort a screen. Fixes crashes occurring with certain output modes, platforms and games.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3576
2010-04-07 21:07:17 +00:00
Peter Veenstra
953cf4d318 Change default name again.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3565
2010-04-03 16:16:27 +00:00
Peter Veenstra
ae1be112a2 To work or not to work...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3564
2010-04-03 16:13:51 +00:00
Peter Veenstra
e19e93e5c2 Add + document option to remove mapperfile used by a clean configuration.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3553
2010-02-26 15:18:56 +00:00
Peter Veenstra
a78b2c4f8b Update year
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3548
2010-02-11 13:36:50 +00:00
Peter Veenstra
e4666d2baf basic SDL 1.2.14 support.(Still testing)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3546
2010-02-10 20:33:31 +00:00
Peter Veenstra
ad03dd1cb1 To prevent problems in the future and to make things more identical. rename mapper.txt to mapper-version.conf
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3528
2010-01-08 19:03:48 +00:00
Sjoerd van der Berg
6352cfa88b Disable 8bpp love
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3492
2009-11-06 13:43:48 +00:00
Peter Veenstra
9ad4fb5c5b Keep it compiling. SF:2875962
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3485
2009-10-18 18:06:28 +00:00
Peter Veenstra
9cab1737b8 This is more pretty accoring to the experts *cough*
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3462
2009-09-05 11:38:15 +00:00
Peter Veenstra
eca7e8600f Some mapper fixes related to interfacing with mapper overlay. Fixes missing keyups etc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3414
2009-06-01 10:25:51 +00:00
Peter Veenstra
16d14b78e1 Some year and version numbers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3410
2009-05-27 09:15:42 +00:00
Peter Veenstra
f427a52f11 Add the functionality.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3405
2009-05-25 16:29:36 +00:00
Sebastian Strohhäcker
b01982bf3d cleanup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3400
2009-05-22 20:56:35 +00:00
Peter Veenstra
0e589b8b89 Add splash and various new configuration file functionality
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3399
2009-05-20 18:26:35 +00:00
Peter Veenstra
1ecf32e267 Make it possible to compile with Xlib headers. Pray nobody does that who has evdev installed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3384
2009-05-14 18:01:25 +00:00
Peter Veenstra
903a10ef9d disable timidity port by default. timiditys default configuration on Ubuntu gives a high load when used with dosbox in idle mode ( -B2,8 )
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3370
2009-04-27 17:33:12 +00:00
Peter Veenstra
076a8e78b8 Fix compilation under gcc 4.4
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3366
2009-04-27 09:17:03 +00:00
Sjoerd van der Berg
75da889c3e Fix rounding errors with aspect correction
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3364
2009-04-26 19:14:50 +00:00
Peter Veenstra
8516e5d4bf Remove dirent.h dependency.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3359
2009-04-26 18:24:36 +00:00
Peter Veenstra
5f6236ee35 Try to open 128:0 Timidity port as well.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3354
2009-04-25 15:57:07 +00:00
Peter Veenstra
b35f4027cc Fix some warnings in pedantic mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3350
2009-04-25 06:59:54 +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
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
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
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
a81b9ffa5c counting is hard
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3270
2009-01-22 21:44:14 +00:00
Peter Veenstra
5c0ae73150 Add experimental evdev detection.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3269
2009-01-22 13:14:33 +00:00
Sebastian Strohhäcker
a5bbd753a1 update displayed copyright year
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3262
2009-01-17 21:31:21 +00:00