Commit Graph

3422 Commits

Author SHA1 Message Date
Paweł Kołodziejski
6c9b798611 fixed cordinates in the Dig opcode 0xE1
svn-id: r6886
2003-03-30 12:34:36 +00:00
Paweł Kołodziejski
2d55c99997 corrected opcode 0xE1 in the dig (bug in the IDB)
svn-id: r6885
2003-03-30 11:04:11 +00:00
Max Horn
df82b6881b fixed verb regression in older games
svn-id: r6884
2003-03-29 20:48:57 +00:00
Paweł Kołodziejski
6dd0b2d9bb changed printf to debug
svn-id: r6883
2003-03-29 15:56:42 +00:00
Paweł Kołodziejski
69723edd1e hack for proper description redraw in the dig while scrolling room
svn-id: r6882
2003-03-29 15:48:25 +00:00
Paweł Kołodziejski
1c2d5878f6 fix y position of text description in the dig
svn-id: r6881
2003-03-29 14:03:20 +00:00
Paweł Kołodziejski
848c566d50 fix for wrong(or rather unset) mouse 0,0 (x,y) position when joystick is plugged
when code handle joystick motion and mapping to mouse motion, it should also
set mouse x,y position

svn-id: r6880
2003-03-29 09:56:51 +00:00
Paweł Kołodziejski
c13452c7b6 stdafx.cpp is not needed
svn-id: r6879
2003-03-29 07:16:46 +00:00
Max Horn
0e0fb2e0c3 some comments on actorHit
svn-id: r6878
2003-03-28 23:53:07 +00:00
Max Horn
af2e2fff7a cleanup
svn-id: r6877
2003-03-28 23:08:36 +00:00
Max Horn
e0a880addb this should fix one of those nasty deadlocks, I hope
svn-id: r6876
2003-03-28 22:42:48 +00:00
Max Horn
fe58fd4d1e small optimization (do three memory reads instead of five)
svn-id: r6875
2003-03-28 19:13:59 +00:00
Max Horn
fb7fdc8e7e fixed verb drawing in COMI (and maybe FT, too?)
svn-id: r6874
2003-03-28 19:11:16 +00:00
Paweł Kołodziejski
4819f360da fixed compilation under VC6
svn-id: r6873
2003-03-27 07:13:29 +00:00
Jonathan Gray
a8212179eb add back removed checks for definitions of mouse scrolling buttons before using them as we don't want to depend on sdl >= 1.2.5
svn-id: r6872
2003-03-27 04:20:17 +00:00
Max Horn
ddb1173bf8 grow default buttons size & browser dialog to accomodate for spanish games
svn-id: r6871
2003-03-26 22:41:12 +00:00
Max Horn
c842edb5bd long standing evil bug (luckily hardly has any effect since almost everything has 2 byte alignment; but if the motion/button structs are ever changed, this would have gone broke)
svn-id: r6870
2003-03-26 22:02:25 +00:00
Max Horn
2f5cc865fe cleanup; added SDL_VIDEOEXPOSE
svn-id: r6869
2003-03-26 21:56:30 +00:00
Max Horn
0042dd73ec sys/types.h only needed on OS X to work non-POSIX compliance in system headers; use getcwd instead of getwd
svn-id: r6868
2003-03-26 21:17:14 +00:00
Max Horn
f5360cbb6c Hook up the midi driver selection popup; disable GFX popup for now, till we modify the backends to properly allow for it's support
svn-id: r6867
2003-03-26 20:43:58 +00:00
Oliver Kiehl
b3a20b29ba get scummvm to compile on unix != macosx as well
svn-id: r6866
2003-03-26 17:12:56 +00:00
Max Horn
c5cc9d8f60 cleanup
svn-id: r6865
2003-03-26 12:30:41 +00:00
Max Horn
3b1d4e4c06 Make it possible to disable popups/checkboxes
svn-id: r6864
2003-03-26 12:30:20 +00:00
Max Horn
c409895483 make the volume controls in the global options dialog work
svn-id: r6863
2003-03-25 15:55:27 +00:00
Max Horn
023d84a6a3 added some meat to the global options dialog (no prefs are stored yet, though)
svn-id: r6862
2003-03-25 15:32:36 +00:00
Travis Howell
e1851fc07f Commit as binary
svn-id: r6861
2003-03-25 12:57:29 +00:00
Travis Howell
76f1cd1444 *** empty log message ***
svn-id: r6860
2003-03-25 12:56:23 +00:00
Travis Howell
2ef250423a Bug fix from ludde
svn-id: r6859
2003-03-25 12:25:06 +00:00
Max Horn
76548862f9 default to current directory (instead of FS root)
svn-id: r6858
2003-03-25 12:14:14 +00:00
Max Horn
b25a47ffc5 Patch #691696: Possible fix for Adlib regression
svn-id: r6857
2003-03-25 00:28:09 +00:00
Max Horn
a50bbdd7f7 cleanup
svn-id: r6856
2003-03-25 00:26:53 +00:00
Max Horn
c98130a0a6 cleanup
svn-id: r6855
2003-03-24 21:56:29 +00:00
Joost Peters
12c0a6834a Some more cleanup, loadFile now returns a uint8*/byte* so no casting is needed anymore.
svn-id: r6854
2003-03-24 10:55:58 +00:00
Jonathan Gray
eb31490e39 use description to set window title if one is specified
svn-id: r6853
2003-03-24 08:48:41 +00:00
Max Horn
d89b2be0fc Patch #708384: Off-by-one bug which causes inventory problems in COMI
svn-id: r6852
2003-03-23 19:28:12 +00:00
Jonathan Gray
0d93d1b36f Because khalek said so.
svn-id: r6851
2003-03-23 14:49:33 +00:00
James Brown
ca0489deb4 Because Kirben said so.
svn-id: r6850
2003-03-23 14:36:28 +00:00
James Brown
a2b7675536 Quick update of NEWS
svn-id: r6849
2003-03-23 14:33:48 +00:00
Jonathan Gray
3af1183c5a move language enum to gameDetector.h
svn-id: r6848
2003-03-23 13:44:59 +00:00
Max Horn
be47bc121e cleanup
svn-id: r6847
2003-03-23 13:14:54 +00:00
Max Horn
2c579c25ce updated Mac OS X static build rule
svn-id: r6846
2003-03-23 13:11:55 +00:00
Jonathan Gray
8166d8e529 add comment to language enum I meant to do a while back
svn-id: r6845
2003-03-23 12:54:18 +00:00
Travis Howell
27828682ee Add Spanish quit key for Simon games
svn-id: r6844
2003-03-23 12:40:40 +00:00
Paweł Kołodziejski
bc78170ce4 moved delay stuff outside of lock mutex
svn-id: r6843
2003-03-21 09:18:38 +00:00
Jonathan Gray
2359897cc1 convert tabs to space...
svn-id: r6842
2003-03-21 06:10:02 +00:00
Jonathan Gray
8dd0db2ebb update readme with some more game targets
svn-id: r6841
2003-03-21 05:48:38 +00:00
Max Horn
3121e8c45d updated to plist 1.0
svn-id: r6840
2003-03-20 23:02:52 +00:00
Travis Howell
c36c32fd39 simon1amiga should be disabled for now
svn-id: r6839
2003-03-20 13:47:26 +00:00
Paweł Kołodziejski
c4ee1cdf00 take lock mutex mechanism also processKbd() and waitForTimer().
I hope it will finally solve locking gfx resources

svn-id: r6838
2003-03-20 10:58:10 +00:00
Max Horn
dcd6a8d29d use a mutex to sync smush screen updates (should avoid crash caused by a race condition)
svn-id: r6837
2003-03-19 19:09:51 +00:00