Commit Graph

709 Commits

Author SHA1 Message Date
Chris Apers
59cddfc638 Missing stdafx.h
svn-id: r12557
2004-01-20 14:35:37 +00:00
Chris Apers
3bf6ddaa7b Added abort() function
svn-id: r12556
2004-01-20 14:33:03 +00:00
Chris Apers
6f525a42e5 Added DrawStatus function
svn-id: r12555
2004-01-20 14:32:01 +00:00
Chris Apers
747685521f Added copy protection and aspect ratio options
svn-id: r12554
2004-01-20 14:30:35 +00:00
Chris Apers
80ed622e64 Added FtSeqNames
svn-id: r12553
2004-01-20 14:29:08 +00:00
Chris Apers
1b968f657a Chenged max stack size
svn-id: r12552
2004-01-20 14:25:43 +00:00
Chris Apers
f86271e04c Moved MainForm stuffs to its own file
svn-id: r12551
2004-01-20 14:24:30 +00:00
Chris Apers
2c60f5f3bc Fixed list positioning, tapwave related stuffs
svn-id: r12550
2004-01-20 14:22:42 +00:00
Chris Apers
cc123e7e28 Updated with lastest CVS changes
svn-id: r12549
2004-01-20 14:18:08 +00:00
Chris Apers
b90139eae7 Missing stdafx.h
svn-id: r12548
2004-01-20 14:16:10 +00:00
Chris Apers
b243759207 Always create the log file, more ScummVM options supported
svn-id: r12547
2004-01-20 14:10:23 +00:00
Chris Apers
ebc71349db More PalmOS options + macros
svn-id: r12546
2004-01-20 14:08:31 +00:00
Chris Apers
79db0a1853 Fixed GamUnselect function, added GamJumpTo
svn-id: r12545
2004-01-20 14:03:50 +00:00
Chris Apers
89ae755bdc Disable tapwave code for now
svn-id: r12544
2004-01-20 14:01:45 +00:00
Chris Apers
ef14c7907b Removed unused stuffs, added ARM init functions
svn-id: r12543
2004-01-20 13:59:04 +00:00
Chris Apers
7955e4ce72 Missing stdafx.h
svn-id: r12542
2004-01-20 13:54:46 +00:00
Chris Apers
26483ce660 Updated resource files
svn-id: r12541
2004-01-20 13:52:44 +00:00
Chris Apers
a579418d78 Dont use full_screen on PalmOS, use ConfMan instead
svn-id: r12540
2004-01-20 13:50:43 +00:00
Joost Peters
11c8ff9544 Handle command 0xD0 (queen uses this) - thanks aholler.
svn-id: r12533
2004-01-20 10:51:53 +00:00
Nicolas Bacca
14126cde00 add_dirty_rect turned to virtual method for new CE backend
svn-id: r12460
2004-01-17 23:42:15 +00:00
James Brown
e9ca5a1b6d Forgot this :)
svn-id: r12439
2004-01-16 16:57:51 +00:00
Chris Apers
1fab23ad20 Renamed functions + a missing one
svn-id: r12244
2004-01-08 12:07:38 +00:00
Chris Apers
bda4d687f4 More iterations
svn-id: r12243
2004-01-08 12:05:48 +00:00
Chris Apers
984f4663cb Lastest Simon changes
svn-id: r12242
2004-01-08 12:04:11 +00:00
Chris Apers
ba34439ef9 Moved and renamed
svn-id: r12241
2004-01-08 12:02:33 +00:00
Max Horn
033ff78ae9 updated copyright notice
svn-id: r12176
2004-01-06 12:45:34 +00:00
Max Horn
c07a290d8c disable the reverb hack for now; at hacked in sound font support (specify 'soundfont' config option with path to a .SF2 file); simplify code a bit by using OpenDefaultComponent; allow usage of any music device, not just the DLSSynth (this may or may not help people with real MIDI devices)
svn-id: r11918
2003-12-25 17:23:49 +00:00
Max Horn
032d8ad52e fix various buglets (like, only 15 of the 16 channels were being inited; also, the 'All note off' code caused odd problems, not yet sure why. I am disabling it for now)
svn-id: r11884
2003-12-24 12:53:07 +00:00
Max Horn
e9b193f2e5 fix drum channel
svn-id: r11883
2003-12-24 02:25:59 +00:00
Nicolas Bacca
7ab78ea26a Preliminary support for queen in the old codebase ...
svn-id: r11852
2003-12-22 11:25:51 +00:00
Nicolas Bacca
a6fb0fd553 Added abort
svn-id: r11850
2003-12-22 11:22:51 +00:00
Nicolas Bacca
4ae44e1e04 Namespace fix
svn-id: r11849
2003-12-22 11:22:06 +00:00
Marcus Comstedt
d2bfdd8116 Invisible mouse pointer fix.
svn-id: r11840
2003-12-21 19:36:21 +00:00
Marcus Comstedt
9c9ee18ff8 Avoid Loom dupes.
svn-id: r11838
2003-12-21 19:06:57 +00:00
Marcus Comstedt
4cc5f3cd2a Avoid duplicate entries due to case.
svn-id: r11836
2003-12-21 18:58:25 +00:00
Marcus Comstedt
5b1783d154 Make sure plugins are loaded when the selector is running.
svn-id: r11832
2003-12-21 18:26:56 +00:00
Travis Howell
cd46aba223 Add header
svn-id: r11826
2003-12-21 17:07:07 +00:00
Marcus Comstedt
38bb448d70 Renames.
svn-id: r11818
2003-12-21 16:01:52 +00:00
Max Horn
d8fb44ffc5 Patch #862283 (Help X11 backend to compile on FreeBSD)
svn-id: r11749
2003-12-18 20:20:01 +00:00
Travis Howell
4884461011 Typo
svn-id: r11684
2003-12-16 12:04:47 +00:00
Travis Howell
6f6675ed8b Add capture mouse option, patch #860831
Uses Ctrl m to toggle, since that is closest to original games.
Disabled by default.

svn-id: r11680
2003-12-16 09:58:21 +00:00
Jonathan Gray
7c320d63de add config file parameter to specify the desired port when using the ALSA music driver
svn-id: r11583
2003-12-11 14:38:43 +00:00
Travis Howell
2ef887fd44 Missed one spot.
svn-id: r11570
2003-12-11 05:36:07 +00:00
Travis Howell
e11c741e82 Drop OpenGL backend, since it has no maintainer and is too buggy.
svn-id: r11569
2003-12-11 05:32:27 +00:00
Chris Apers
dfec3bba7f No more needed
svn-id: r11474
2003-12-02 11:22:30 +00:00
Chris Apers
f3f1c3b7ce Switch nosubtitles option to subtitles
svn-id: r11473
2003-12-02 11:19:31 +00:00
Chris Apers
182285508d Added memory auto-configuration
svn-id: r11471
2003-12-02 11:14:17 +00:00
Chris Apers
3c3ca2b2bd Removed unneeded stuffs
svn-id: r11470
2003-12-02 11:12:52 +00:00
Chris Apers
d903721eb5 Make this function global
svn-id: r11469
2003-12-02 11:12:03 +00:00
Chris Apers
08422d2fe5 Switch nosubtitles option to subtitles
svn-id: r11468
2003-12-02 11:08:07 +00:00