1
0
Fork 0
Commit graph

35 commits

Author SHA1 Message Date
Sjoerd van der Berg
5f45f5ec90 Moved the MACOSX check below the header includes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@823
2003-03-28 00:28:44 +00:00
Ulf Wohlers
75b0c0fe54 Added SDL_INIT_CDROM
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@815
2003-03-27 21:18:42 +00:00
Peter Veenstra
e7f3e596de added killswitch
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@802
2003-03-26 20:27:01 +00:00
Peter Veenstra
1193b4ef50 hack for macOSX environ
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@799
2003-03-26 12:29:04 +00:00
Sjoerd van der Berg
ebaa08a204 Use environment strings for settings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@791
2003-03-24 11:29:26 +00:00
Peter Veenstra
89051332ef autoclose on error
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@784
2003-03-23 19:51:54 +00:00
Sjoerd van der Berg
a209676ec6 Support for shadow surface flag when setting screen size..
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@780
2003-03-19 22:42:29 +00:00
Sjoerd van der Berg
60c35559f9 Ascii foreign keyboard support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@703
2003-03-02 21:42:43 +00:00
Peter Veenstra
f79eaaba75 updates for new logging system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@695
2003-02-27 19:56:22 +00:00
Sjoerd van der Berg
1c0611c1b0 Signal the thread to kill itself, to fix some bugs with pthreads in SDL.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@679
2003-02-22 12:00:14 +00:00
Ulf Wohlers
ade6f33cd7 fixed tab key stuck when switching tasks (no keyboard response)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@658
2003-01-30 15:40:57 +00:00
Sjoerd van der Berg
b2af34aa58 some changes for locking screen in fullscreen
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@648
2003-01-20 19:03:37 +00:00
Peter Veenstra
34188f9e14 renamed Thread to thread as else the linux filesystem couldn't find it
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@625
2003-01-07 18:11:11 +00:00
Sjoerd van der Berg
b4fe560bd7 Async graphics updates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@621
2003-01-05 12:32:37 +00:00
Sjoerd van der Berg
3442926a79 Removed frame skipping support.
Added support for special flags when setting up resolution, to support the new rendering operations.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@593
2002-12-22 15:22:59 +00:00
Ulf Wohlers
3350fc0c86 if mouse is autolocked, ignore first button click
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@585
2002-12-19 14:03:44 +00:00
Ulf Wohlers
22f9949b9d Be sure not to draw sdl mouse pointer in fullscreen
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@580
2002-12-17 14:13:01 +00:00
Sjoerd van der Berg
5229f349f0 Removed multithreaded video updates.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@515
2002-11-17 08:51:15 +00:00
Peter Veenstra
9a3ccda025 friendlier when an E_Exit is done
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@484
2002-11-06 14:26:10 +00:00
Peter Veenstra
f1d0fac4ef fixed bug #629219
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@483
2002-11-06 11:11:47 +00:00
Sjoerd van der Berg
d5d60cdba5 Fixed frame skipping mutex.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@433
2002-10-25 21:32:23 +00:00
Ulf Wohlers
26582bf90d debug_shutdown method now registered in section.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@422
2002-10-25 16:42:43 +00:00
Ulf Wohlers
b4dd2c93ca seperate debugger console setup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@420
2002-10-25 16:02:55 +00:00
Sjoerd van der Berg
14577b3324 Auto unlocking of the mouse on exit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@419
2002-10-25 15:47:55 +00:00
Ulf Wohlers
174ed12a92 Added ShutDown call for debugger
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@410
2002-10-25 15:15:17 +00:00
Sjoerd van der Berg
7d764b2077 New mouse automatic locking scheme
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@398
2002-10-23 21:51:15 +00:00
Peter Veenstra
18ae21e866 added help messages for the configfile and updated the readme and install to reflect libpng and zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@396
2002-10-22 17:52:38 +00:00
Sjoerd van der Berg
e0ced0c1b3 Some primitive frame skipping support and fixed support for the -fullscreen command line option.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@370
2002-10-19 17:35:02 +00:00
Peter Veenstra
56faf852a6 added support for Warninglevel
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@317
2002-10-16 14:07:52 +00:00
Sjoerd van der Berg
eac604d32f SDL now manages the control functions and it sets up the CommandLine class. Also made it possible to have a -fullscreen command line switch.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@297
2002-09-18 16:33:11 +00:00
Peter Veenstra
b5d4c88ad7 added a switch to windowed mode in E_Exit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@257
2002-09-03 13:43:44 +00:00
Sjoerd van der Berg
76ab53be5c New config #if's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@170
2002-08-19 12:51:42 +00:00
Sjoerd van der Berg
9e6f36a09b Show SDL Error message
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@93
2002-07-29 13:17:06 +00:00
Peter Veenstra
ce98694674 fixed disable-joystick (for FreeBSD)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@90
2002-07-29 10:05:40 +00:00
Sjoerd van der Berg
42e5d0b779 First CVS upload.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00