205 Commits

Author SHA1 Message Date
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
Paweł Kołodziejski
dcf05149fe changed scumm file io to class File
svn-id: r4920
2002-09-10 07:34:27 +00:00
Max Horn
7738fbde72 oops, my brain was backwards :-)
svn-id: r4915
2002-09-09 11:23:25 +00:00
Max Horn
0320b8aa28 some Indy 3 mods (sound is still not working properly, though)
svn-id: r4914
2002-09-09 11:15:44 +00:00
Max Horn
0643635d0e cleanup
svn-id: r4913
2002-09-09 11:15:12 +00:00
Michael Pearce
0fbefc72aa Applied roever's screen effects patch (#602595) and fixed LethalWP's Makefile ;)
svn-id: r4909
2002-09-09 05:56:11 +00:00
Jean-Yves Simon
5b8eb34406 patch attempts to fix the MI2 music bug pointed out in bug report #551028
svn-id: r4908
2002-09-09 05:03:55 +00:00
Michael Pearce
c7eff375c5 Applied eriktorbjorn's 'largo' monkey2 sfx fix
svn-id: r4907
2002-09-09 04:54:54 +00:00
Max Horn
523d8e64c0 rewrote config class; cleanup; code restructuring
svn-id: r4903
2002-09-08 01:08:12 +00:00
Matt Hargett
0069fb1072 Fix heap corruption. Fix compiler warning.
svn-id: r4901
2002-09-07 19:55:16 +00:00
Paweł Kołodziejski
ca03c9b5fc changed file io in sounds to class File
svn-id: r4896
2002-09-02 07:53:43 +00:00
Paweł Kołodziejski
34386f1292 changed to rtRoom constant
svn-id: r4894
2002-09-01 16:07:10 +00:00
Paweł Kołodziejski
daa997fab2 fixes to resolutions
svn-id: r4893
2002-09-01 15:01:40 +00:00