Commit Graph
137148 Commits
Author SHA1 Message Date
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
Max Horn 27bfe32f16 decreased double click interval
svn-id: r4905
2002-09-08 12:56:44 +00:00
Max Horn 78f2f9e505 Added ConstString class; not yet used, but will allow us to reduce the overhead involved when passing in string constants as parameters taking a String ref right now
svn-id: r4904
2002-09-08 11:46:42 +00:00
Max Horn 523d8e64c0 rewrote config class; cleanup; code restructuring
svn-id: r4903
2002-09-08 01:08:12 +00:00
Matt Hargett 943de561bf Change snprintf to sprintf to be consistent with surrounding code.
svn-id: r4902
2002-09-07 20:59:56 +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 5b4f2cefef added write support to File
svn-id: r4900
2002-09-02 22:06:26 +00:00
Paweł Kołodziejski e0dcf4d8ec removed (+ pos)
svn-id: r4899
2002-09-02 21:12:57 +00:00
Paweł Kołodziejski bb6bff1b5e corrected lower/upper changes in File
svn-id: r4898
2002-09-02 20:53:12 +00:00
Paweł Kołodziejski 687e82c0fa fixes
svn-id: r4897
2002-09-02 20:15:14 +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 97ef7c2a34 more resolution fixes
svn-id: r4895
2002-09-01 16:37:08 +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
Ruediger Hanke a2ab750f88 Awww, that should have been 25
svn-id: r4892
2002-08-31 23:02:14 +00:00
Ruediger Hanke 79c1f284b7 Limit number of update rects to keep
svn-id: r4891
2002-08-31 22:59:26 +00:00
Paweł Kołodziejski 93b630dcfe commited patch: #601899
svn-id: r4890
2002-08-31 21:23:28 +00:00