5517 Commits

Author SHA1 Message Date
Max Horn
a681eb029e renamec string -> _string and sentence -> _sentence in class Scumm (I originally reworked StringTab, but then noticed the save game format depends on it <sigh>)
svn-id: r4995
2002-09-22 01:17:53 +00:00
Max Horn
45ce1d1113 don't tolerate warnings
svn-id: r4994
2002-09-22 00:38:02 +00:00
Max Horn
b5a4edf00c guess what? riiight! more warning fixes :-)
svn-id: r4993
2002-09-22 00:20:23 +00:00
Max Horn
e886ba64d2 yet more warning fixes
svn-id: r4992
2002-09-22 00:04:04 +00:00
Max Horn
9dfb497d75 more warning fixes
svn-id: r4991
2002-09-21 23:46:32 +00:00
Max Horn
a5ae66e206 fixed warning
svn-id: r4990
2002-09-21 23:39:09 +00:00
Paweł Kołodziejski
bb8401ab24 DIG: added hack to allow turn on light bridge
svn-id: r4989
2002-09-21 17:51:52 +00:00
Max Horn
6cfcd04682 trivial cleanup
svn-id: r4988
2002-09-21 16:20:52 +00:00
Travis Howell
ae353fae18 Added the following patch:
[ 598121 ] Cursor cosmetics

svn-id: r4987
2002-09-21 14:17:13 +00:00
Travis Howell
f1a273e092 Add the following patches:
[ 609649 ] Sound patch for GF_OLD256 games
[ 611997 ] RFC: Timer-based CD audio sync

svn-id: r4986
2002-09-21 13:48:03 +00:00
Paweł Kołodziejski
a2a3fb5636 added support for sound volume for smush samples(IACT) in the dig (propably bad)
svn-id: r4985
2002-09-21 09:21:50 +00:00
Max Horn
24533e6e2d partial fix for bug #605970
svn-id: r4984
2002-09-21 00:23:45 +00:00
Max Horn
b91da0e29f Patch #612277: text rendering crash + spacing issue
svn-id: r4983
2002-09-20 23:40:55 +00:00
Paweł Kołodziejski
c5feb37102 removed old smush player
svn-id: r4981
2002-09-20 05:57:07 +00:00
Paweł Kołodziejski
a4fc2c4174 fixed placement subtitles in smush(the dig)
svn-id: r4980
2002-09-20 05:46:03 +00:00
Max Horn
fcfc72296c based on my findings for guifont, I changed string.cpp to read the char width table for OLD256 games! yippi! some more code cleanup, and marked two struct values as 'to be removed when savegame format changes'
svn-id: r4978
2002-09-19 23:49:38 +00:00
Max Horn
f838473c25 NewGui now has its own mouse cursor code -> again one less dependency on Scumm; moved makeCursorColorTransparent to gfx.cpp where it belongs
svn-id: r4977
2002-09-19 23:06:54 +00:00
Max Horn
9939746022 removed even more scumm dependencies from NewGUI; fixed some redraw issues (this might help the inventory-display issue in The Dig, and definitly fixes the 'vanishing volcanoe' in the FOA extro)
svn-id: r4974
2002-09-19 21:45:56 +00:00
Max Horn
859ef578dc moved the Scumm specific dialogs to scumm/dialogs.*
svn-id: r4973
2002-09-19 17:44:41 +00:00
Max Horn
b46b35b544 renamed unk3/unk4 to scaleX/scaleY
svn-id: r4970
2002-09-19 11:06:10 +00:00
Max Horn
e80d5a866b patch #611449: Workaround for bug #604398
svn-id: r4969
2002-09-19 10:42:10 +00:00
Paweł Kołodziejski
b22489cf97 fixed for and added comments
svn-id: r4967
2002-09-18 18:48:54 +00:00
Paweł Kołodziejski
953f7112e3 applied patch: #610954
svn-id: r4966
2002-09-18 11:48:00 +00:00
Paweł Kołodziejski
e6352e3a32 moved warning, debug, checkheap to engine
svn-id: r4965
2002-09-18 10:56:23 +00:00
Paweł Kołodziejski
462d26937c Timer is handled in Engine now
svn-id: r4964
2002-09-18 10:22:36 +00:00
Paweł Kołodziejski
9280c6bfbd oops, forgot braces :)
svn-id: r4963
2002-09-18 08:38:29 +00:00
Paweł Kołodziejski
c8a63096ad fixed naming convention and added support 11khz for Smush sound channels
svn-id: r4962
2002-09-18 08:06:15 +00:00
Paweł Kołodziejski
c61b824942 added support for nonenglish the dig(dialogs, descriptions, warnings), not gui yet
svn-id: r4959
2002-09-17 15:33:31 +00:00
James Brown
978e879009 Fix newgui crash, and commit patch 600645: Loom flashlight fix
svn-id: r4958
2002-09-17 12:52:53 +00:00
Paweł Kołodziejski
ab2eb4d928 added framework for non-english version of the dig, not yet completed
svn-id: r4957
2002-09-17 09:18:47 +00:00
James Brown
79857fd7e8 Replace some exit()'s with a call to the OSystem quit method, as per 610251.
svn-id: r4956
2002-09-17 04:52:50 +00:00
Max Horn
733825fd94 patch #609859: Some general patches for string.cpp
svn-id: r4954
2002-09-16 23:48:42 +00:00
James Brown
66757f4d4d Patch 609563: eriktorbjorns drawBomp() rewrite.
Scaling + Alpha. Fixes Sam and Max and Dig bugs.

svn-id: r4953
2002-09-16 15:53:52 +00:00
James Brown
74448d3f77 Fix some odd regression issue.
Somewhere, recently, current_cd_sound has stopped being set for various things.

svn-id: r4951
2002-09-16 12:10:19 +00:00
Max Horn
a6c5762817 added some comments, cleanup
svn-id: r4950
2002-09-16 10:42:12 +00:00
Paweł Kołodziejski
ae871cd4a6 minor changes in source structure
svn-id: r4949
2002-09-16 09:52:21 +00:00
James Brown
02f9056b4a 609791: Sam and Max 'phantom sound' (precaching) hack.
svn-id: r4947
2002-09-16 08:22:05 +00:00
Paweł Kołodziejski
e0e7809518 removed additional directory in filename
svn-id: r4946
2002-09-15 20:16:25 +00:00
Paweł Kołodziejski
f7ff5c67fa improved open function in File class
svn-id: r4945
2002-09-15 19:28:34 +00:00
Paweł Kołodziejski
2f91c18b22 speed changes to play smush movies
svn-id: r4941
2002-09-15 05:38:04 +00:00
Paweł Kołodziejski
1816e4d7a3 changed speed in smush
svn-id: r4939
2002-09-14 12:10:02 +00:00
Max Horn
be39b94765 patch #608543 (fix for unkRoomFunc3)
svn-id: r4938
2002-09-13 23:37:22 +00:00
Max Horn
b17e5075bf fixed file header
svn-id: r4937
2002-09-13 23:29:38 +00:00
Max Horn
316afec6ff some changes to allow me to play The Dig directly from CD (be nice if upper case names are used...)
svn-id: r4936
2002-09-13 18:04:17 +00:00
Jonathan Gray
f43ecbf628 eriktorbjorn's loom intro sync patch
svn-id: r4934
2002-09-13 16:29:07 +00:00
Max Horn
14b16daf30 this was broken recently
svn-id: r4929
2002-09-13 12:28:53 +00:00
Max Horn
040b6c656a reducing some header dependencies
svn-id: r4928
2002-09-13 12:20:55 +00:00
Max Horn
ecdb98a0ee patch #608226 (Sam & Max sound fix)
svn-id: r4926
2002-09-13 11:59:43 +00:00
Max Horn
364806e4e4 patch #608138 (palManipulateInit code)
svn-id: r4925
2002-09-13 11:54:59 +00:00
Travis Howell
004c6ddec9 Commited the following patches
[ 606595 ] Fix for Sam & Max animation glitch
[ 607175 ] Possible fix for bug #590511
[ 607677 ] Partial workaround for bug #566062
[ 607713 ] patch for bug 580350 (MI2 F5 crash)

svn-id: r4924
2002-09-11 13:28:34 +00:00