Commit Graph
86814 Commits
Author SHA1 Message Date
James Brown e4ce428bdd Patch 610257jamieson630/Windows MMSYSTEM error reclassification
svn-id: r4955
2002-09-17 04:41:46 +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
Paweł Kołodziejski 1e236d4c35 fixed crash at release mode under VC6 and cleanup
svn-id: r4952
2002-09-16 14:43:13 +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
Paweł Kołodziejski 29811c5fad simon also use class File
svn-id: r4948
2002-09-16 08:22:30 +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
Ruediger Hanke 37d7a52c47 Compile fixes
svn-id: r4944
2002-09-15 09:16:28 +00:00
Jonathan Gray 9ce78dd66e apply patch #609508 real fix for MI2 Dialog Box crash, by CCCP at Endy's request
svn-id: r4943
2002-09-15 09:06:58 +00:00
Paweł Kołodziejski e6751d0d8f new smush player need bigger buffer
svn-id: r4942
2002-09-15 06:19:33 +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 fb91bdd21d fixed stream in mixer, not completed yet - bad wrap around.
svn-id: r4940
2002-09-14 12:12:25 +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
Max Horn f2da602963 factored out the case-insensitive fopen into its own function - makes it easier to adapt all the code to use it. TODO: improve it to work like in exult, i.e. sometimes other parts of the path have to be changed to upper/lower case (e.g. video vs. VIDEO)
svn-id: r4935
2002-09-13 18:02:34 +00:00
Jonathan Gray f43ecbf628 eriktorbjorn's loom intro sync patch
svn-id: r4934
2002-09-13 16:29:07 +00:00
Marcus Comstedt b507b166e4 Stubs for new functions.
svn-id: r4933
2002-09-13 15:01:20 +00:00
Marcus Comstedt ed17565f6c Hide the ronin declaration of Timer to avoid conflict with the Timer class.
svn-id: r4932
2002-09-13 14:36:07 +00:00
Marcus Comstedt 095640be3d Updated for new directory layout.
svn-id: r4931
2002-09-13 14:27:03 +00:00
Marcus Comstedt f76527f4bf Added build dirs.
svn-id: r4930
2002-09-13 14:22:42 +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 fd91bb67dc ugh! yes, negative offsets for seek do occur! Thus using an unsigned isn't such a good choice for the offset parameter
svn-id: r4927
2002-09-13 12:16:03 +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
James Brown f26cd0e2b2 [15:55] <trin> well endy hasn't submitted anything for month ;)
Bah! :o)

svn-id: r4923
2002-09-11 01:44:33 +00:00
Max Horn 5a01787840 removing debug message
svn-id: r4922
2002-09-10 11:52:37 +00:00
Paweł Kołodziejski e6a2c59843 fixed compilation, but not sure about this
svn-id: r4921
2002-09-10 08:26:52 +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 395b98a3e2 fixed a crasher when re-opening the save/load dialog
svn-id: r4919
2002-09-09 20:28:48 +00:00
Max Horn 22e2df20c2 added String constructor which takes (and clones) a ConstString
svn-id: r4918
2002-09-09 11:42:24 +00:00
Max Horn f277bb9fcd fixed bug in remove() (could cause crashes)
svn-id: r4917
2002-09-09 11:41:13 +00:00
Max Horn 126dec89e6 added missing destructor; fixed clearNodes; fixed parameter of merge()
svn-id: r4916
2002-09-09 11:23:31 +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
Max Horn c72bfca50d please be careful when commiting every modified file instead of only commiting selected files :-)
svn-id: r4912
2002-09-09 09:59:26 +00:00
Paweł Kołodziejski a6109b9e75 updated VC6 files again
svn-id: r4911
2002-09-09 06:15:32 +00:00
Paweł Kołodziejski 83a61c1680 updated VC6 project files
svn-id: r4910
2002-09-09 06:04:07 +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 c0df1c2df2 changed the way listbox draw selected items; list box now has a frame & different spacing; clicking outside any widget doesn't cause the focus widget to loose focus; other tweaks
svn-id: r4906
2002-09-08 16:00:13 +00:00