1
0
Fork 0
Commit graph

298 commits

Author SHA1 Message Date
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
Sebastian Strohhäcker
a5e74da117 suppress key activation when forwarding numlock/capslock state during startup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3255
2009-01-09 23:10:44 +00:00
Sebastian Strohhäcker
4c781ee429 add evdev-kbd compatible scancode remapping (disabled atm)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3251
2008-12-31 16:33:46 +00:00
Peter Veenstra
5de6a70750 Prioritize realtime messages.(Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3238
2008-11-10 15:30:25 +00:00
Sebastian Strohhäcker
163dce9a45 fix a few windib alternative key scancodes (thanks etillite, see sf bug #2209440)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3235
2008-11-09 10:38:21 +00:00
Peter Veenstra
74b5d82ccf fix numlock/capslock status on focus loss.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3218
2008-09-10 16:20:04 +00:00
Sebastian Strohhäcker
c994a9a25e fix some msvc64bit warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3217
2008-09-07 10:55:16 +00:00
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
a82bd865f0 workaround for debian/ubuntu sdl changes. force mouse release on more events.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3163
2008-05-28 09:14:06 +00:00
Sebastian Strohhäcker
d0dbfbaad2 reject joysticks with bad specs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3162
2008-05-26 19:13:42 +00:00
Peter Veenstra
b5db3bf635 Add patch [ 1934824 ] Mac OS X CoreAudio driver update. Update configure.in to give an error if there is no curses and debugmode is specified.(was a warning which people sometimes missed)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3143
2008-04-16 18:37:08 +00:00
Peter Veenstra
f209b02e6b Add some modified version of some uncommited part of moe his patch. which add helptexts in the configfile.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3130
2008-03-19 20:35:18 +00:00
Sebastian Strohhäcker
cb1b1fcbce release special alt-state when starting the gui (fixes tab-completion bug)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3107
2008-02-21 19:25:34 +00:00
Peter Veenstra
5bb96c2dba don't need writemode when reading the file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3102
2008-02-16 20:47:41 +00:00
Peter Veenstra
8ca07ff1f0 Make core_audio default again and add some extra headers. Mac OS X 10.5.x users please test if it still works.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3101
2008-02-13 14:06:22 +00:00
Peter Veenstra
ff3634a5d9 Add "hack" to display the initial values of the prop_multival entries.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3100
2008-02-10 18:55:23 +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
e0c08be26f Part of the configurating changes. Value is a class now. Some cleanups and support functions to make this transition smooth. It compiles and works, but it's not finished yet.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3088
2008-01-26 15:50:19 +00:00
Sebastian Strohhäcker
ae447b6477 prevent auto cycle adjusting to lower the cycles too much on heavy background load
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3080
2008-01-16 20:17:15 +00:00
Peter Veenstra
1cf6ec64cc Forgot to mention it here
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3068
2007-12-27 13:22:02 +00:00
Peter Veenstra
a1b4e1c778 Add (modified) version of patch 1490638: Coremidi support by Peter McCombs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3062
2007-12-12 19:18:39 +00:00
Peter Veenstra
ecb56a96ac Sync mouse on fullscreen startup.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3061
2007-12-12 13:37:38 +00:00
Sebastian Strohhäcker
5cdc1cd683 forward state of caps/numlock to mapper event system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3045
2007-11-07 17:41:32 +00:00
Peter Veenstra
362f920521 Fix problems with visual C.net 2003
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3043
2007-11-06 20:25:36 +00:00
Peter Veenstra
134b7f8ef2 Fix printfing the same string twice. Makes it possible to print %d
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3042
2007-11-06 20:08:34 +00:00
Peter Veenstra
6182b08be9 Make some visual C compiler happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3031
2007-10-31 11:45:14 +00:00
Peter Veenstra
7da84582f6 Fix PropertyEditorString when compiling with g++ 3.4. (name the wanted explicitly)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3030
2007-10-31 11:37:38 +00:00
Peter Veenstra
c4f26c724b Add menu to dosbox. V8 from Moe, with some fixes inspired by ykhwong
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3028
2007-10-28 16:36:42 +00:00
Peter Veenstra
5c9a311f7b Disable buildin icon loading on os x
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2990
2007-08-26 18:03:25 +00:00
Peter Veenstra
189b269dfc small fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2976
2007-08-18 16:32:04 +00:00
Peter Veenstra
169cf5b3a7 Feedback when loading a mapperfile.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2972
2007-08-17 18:49:56 +00:00
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