2573 Commits

Author SHA1 Message Date
Max Horn
645c5418d6 cleanup
svn-id: r5933
2002-12-13 17:12:02 +00:00
Max Horn
fc124552b8 fix for bug #647844, but this shadowPalette stuff needs investigation
svn-id: r5932
2002-12-13 16:44:00 +00:00
Max Horn
4bf96d1c8b changed OSystem to allow RBG<->16bit color conversion to be done in the backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes)
svn-id: r5931
2002-12-13 16:15:58 +00:00
Max Horn
7bcbcde994 nitpick
svn-id: r5930
2002-12-13 16:11:23 +00:00
Jamieson Christian
2b8882427e Bug [651727] fix:
Initial implementation of do_command(20).

svn-id: r5929
2002-12-13 15:49:30 +00:00
Jamieson Christian
5e74661254 Added latest new files to VC++ build
svn-id: r5928
2002-12-13 15:18:09 +00:00
Jamieson Christian
caf0eccb2d Bug [622895] fix:
Fixed do_command(256) implementation.

svn-id: r5927
2002-12-13 15:16:40 +00:00
Max Horn
ddca690c28 cleaned up autosave code
svn-id: r5926
2002-12-13 03:23:17 +00:00
Max Horn
1f64278abb fixup dummy options dialog a bit
svn-id: r5925
2002-12-13 01:42:31 +00:00
Max Horn
5e0db4cb8c Patch #649356, INDY3: Possible intro fix
svn-id: r5924
2002-12-13 01:33:23 +00:00
Max Horn
85a4c53a1a fix for the arrow bug in MonkeyVGA (see also bug #599442 and patch #643464)
svn-id: r5923
2002-12-13 01:30:22 +00:00
Max Horn
6d948c4f52 removed debug code I accidentally left in
svn-id: r5922
2002-12-13 00:55:42 +00:00
Max Horn
4ca8f4cc48 cleanup
svn-id: r5921
2002-12-13 00:52:14 +00:00
Max Horn
f4d78cd330 added timeout for popup; fixed notifcation sent when popup item is chosen
svn-id: r5920
2002-12-12 23:31:58 +00:00
Max Horn
2af8f20344 added a dummy global options dialog; PopUpWidget tweaks
svn-id: r5919
2002-12-12 23:22:48 +00:00
Max Horn
f6de146c5e changed the slider widget, better suited to represent volume settings this way (IMO)
svn-id: r5918
2002-12-12 23:21:29 +00:00
James Brown
307bb1048e kill obsolete file
svn-id: r5917
2002-12-12 16:38:13 +00:00
James Brown
b1411f9187 MSVC project file update
svn-id: r5916
2002-12-12 16:35:15 +00:00
James Brown
ce4690c7c6 Tidy one or two things up for future V1/V2/V8 SCUMM support.
svn-id: r5915
2002-12-12 16:29:21 +00:00
Max Horn
57d8bb978f added PopUpWidget; hacked it into the edit game dialog just to show how to use it; note: this is NOT finished by any means, the look will change, the code will change, this is just an early preview :-)
svn-id: r5914
2002-12-12 12:07:46 +00:00
Travis Howell
6338b96639 Fix error in last commit
svn-id: r5913
2002-12-12 11:23:43 +00:00
Travis Howell
a454add929 Small code cleanup
svn-id: r5912
2002-12-12 11:07:01 +00:00
Jonathan Gray
6c20dc48c7 fix up alsa after recent midi changes
svn-id: r5911
2002-12-12 03:22:30 +00:00
Travis Howell
1b10fcbdbb Remove fixme which is no longer required
svn-id: r5910
2002-12-12 02:55:57 +00:00
Jamieson Christian
d577b2ece6 Changed handling of malformed pitchbend events.
Added related warning output for future reference.

svn-id: r5909
2002-12-12 02:39:33 +00:00
Jamieson Christian
8f419dcaa8 Fixed VC++ errors in Windows driver after streaming capability was removed.
svn-id: r5908
2002-12-12 01:35:57 +00:00
Max Horn
89fa8addef Patch #652194: Handling Ctrl-<key>
svn-id: r5907
2002-12-11 20:56:49 +00:00
Max Horn
6e5f8e0111 Patch #651882: Noir mode fix
svn-id: r5906
2002-12-11 20:48:32 +00:00
Max Horn
bf62494fd5 ripped out obsolete midi streaming code from backends (this may break Alsa/SEQ/Windows/Morphos compile, I tried my best, but you'll have to clean up after me)
svn-id: r5905
2002-12-11 16:09:58 +00:00
Travis Howell
5bf87dd368 Simon 2 music correction
svn-id: r5904
2002-12-11 15:02:12 +00:00
Jamieson Christian
44925416e6 Added windows.cpp
svn-id: r5903
2002-12-11 02:56:16 +00:00
Max Horn
0602c7ed49 fixed legal header
svn-id: r5902
2002-12-11 02:38:38 +00:00
Jamieson Christian
7d3a423df7 Separated Windows MIDI driver into its own file
svn-id: r5901
2002-12-11 02:08:32 +00:00
Jamieson Christian
14834cf645 Fixed myriad VC++ compile/link problems.
PLEASE DON'T MAKE CHANGES TO THE ACTUAL PROJECT FILES
UNLESS YOU MAKE THEM FOR *ALL* PRIMARY PORTS!

svn-id: r5900
2002-12-11 01:25:15 +00:00
Max Horn
3d39db9c55 added a helpe func for color weight computation; made createSpecialPalette use it, too
svn-id: r5899
2002-12-10 23:44:59 +00:00
Max Horn
58ea0648e5 Fix for bug #651310: Crash when saving
svn-id: r5898
2002-12-10 11:14:40 +00:00
Oliver Kiehl
6582e62e14 fixed compile error in VC++
svn-id: r5897
2002-12-10 09:50:22 +00:00
Max Horn
098b1d52ca change CFLAGS to CXXFLAGS
svn-id: r5896
2002-12-09 13:38:01 +00:00
Travis Howell
90b844d95e Compile fix
svn-id: r5895
2002-12-09 02:40:22 +00:00
Max Horn
c168f62bbd cleanup; only now do I see how similiar setupShadowPalette, the new setupShadowPalette and createSpecialPalette are. Throw in remapPaletteColor and darkenPalette and maybe we should restructure the code to have less duplication?
svn-id: r5894
2002-12-09 02:14:17 +00:00
Max Horn
0720fa80c8 cleanup
svn-id: r5893
2002-12-09 01:27:40 +00:00
Oliver Kiehl
2345aa0307 Gui now detects simon games with trailing periods
svn-id: r5892
2002-12-08 23:16:38 +00:00
Oliver Kiehl
4598518dbc now simon versions with trailing dots after filenames also load correctly
svn-id: r5891
2002-12-08 23:06:11 +00:00
Oliver Kiehl
a112545d7e split alsa from mididrv
svn-id: r5890
2002-12-08 20:47:42 +00:00
Max Horn
0ac3214fd5 started to split out the midi drivers
svn-id: r5889
2002-12-08 20:19:01 +00:00
Max Horn
3a9ab20092 removed obsolete stuff
svn-id: r5888
2002-12-08 19:50:36 +00:00
Max Horn
4dc93957da fix backspace key on OS X
svn-id: r5887
2002-12-08 19:43:11 +00:00
Max Horn
bdd479f47d ignore more weird MIDI events, this time for Simon
svn-id: r5886
2002-12-08 19:36:20 +00:00
Max Horn
4ddecdad58 Patch #650085: Make saveload system extensible
svn-id: r5885
2002-12-08 16:14:29 +00:00
Travis Howell
2986adb53d Correct error in last commit
svn-id: r5884
2002-12-08 15:39:57 +00:00