1
0
Fork 0
Commit graph

32 commits

Author SHA1 Message Date
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
Peter Veenstra
eb27ac8bba gcc warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@600
2002-12-22 18:27:40 +00:00
Sjoerd van der Berg
0f28c80907 Added render_support.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@594
2002-12-22 15:23:08 +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
Sjoerd van der Berg
565b8119e4 Support for doubling of width/height/both.
Moved frame skipping in here.
Support for direct rendering to display depth.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@592
2002-12-22 15:22:22 +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
Sjoerd van der Berg
741fccb0fd Added screenshot support.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@369
2002-10-19 17:33:46 +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
913513179e Error in maketables procuced double lines.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@107
2002-07-31 12:23:26 +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