Commit Graph
86814 Commits
Author SHA1 Message Date
Jonathan Gray 8f8d1967c9 convert the file routines to use the File class
svn-id: r13607
2004-04-23 11:40:51 +00:00
Torbjörn Andersson 0ac8c4bd3f I forgot to clear the reference counter when a resource is forcibly removed
and I may as well clear it when a resource is read from disk as well.

svn-id: r13606
2004-04-23 11:36:06 +00:00
Paweł Kołodziejski 729ccc0ac7 update
svn-id: r13605
2004-04-23 09:31:02 +00:00
Jonathan Gray d044393235 remove old zak256 target, if you're still using this its time to start using the zakTowns target
svn-id: r13604
2004-04-23 09:23:17 +00:00
Torbjörn Andersson 8f8185f035 Major revamping of the BS2 memory manager and, some small changes to the
resource manager. All new code! All new bugs!

svn-id: r13603
2004-04-23 07:02:11 +00:00
Michael Pearce fd38da7f13 Might as well update this stuff too
svn-id: r13602
2004-04-22 18:44:17 +00:00
Michael Pearce b1cca1ed94 Couple of discrepancies
svn-id: r13601
2004-04-22 18:35:08 +00:00
Torbjörn Andersson dfe25fbfd8 Added note that the previous commit probably fixed bug #933610 as well.
svn-id: r13599
2004-04-20 07:21:25 +00:00
Torbjörn Andersson ac967bde63 Increased _numNewNames from 50 to 100 to prevent overflow in MI2 endgame.
This should fix bug #936323. (There are still some game versions that use
50, but that can be fixed later, if the need arises.)

svn-id: r13598
2004-04-20 07:10:13 +00:00
Max Horn 9defe4fc18 Removed XOR encoding stuff from File class; instead the new Scumm::XORFile class provides this functionality now
svn-id: r13597
2004-04-17 16:29:03 +00:00
Max Horn ae50adfd31 Fix byte reads
svn-id: r13596
2004-04-17 12:42:40 +00:00
Max Horn e17a15d96e Introduce ReadStream and WriteStream (as explained in my File class design mails on scummvm-devel)
svn-id: r13595
2004-04-17 09:57:15 +00:00
Travis Howell 9b904682b1 Amiga Monkey Island 1 sound update from Quietust:
Allows MP3 music support in demo and full game.

svn-id: r13593
2004-04-17 07:22:02 +00:00
Jonathan Gray 1ee83cdead 2nd pass at install/uninstall targets
svn-id: r13592
2004-04-17 03:32:03 +00:00
Max Horn 40afd9b566 Fixed const iterator
svn-id: r13591
2004-04-16 22:04:32 +00:00
Max Horn f8d9bc6bcd Revert debug levels
svn-id: r13590
2004-04-16 21:05:09 +00:00
Max Horn bcb7878f10 Unify some code
svn-id: r13589
2004-04-16 20:49:14 +00:00
Chris Apers 5af7979f0b Fixed illegal access to protected/private member on PalmOS (??)
svn-id: r13588
2004-04-16 12:47:55 +00:00
Chris Apers 9c55e7247c Rename this function and associate data with COMMON file
svn-id: r13587
2004-04-16 12:12:37 +00:00
Jonathan Gray e398103f58 more phony targets
svn-id: r13586
2004-04-16 08:41:57 +00:00
Jonathan Gray 45dd6a4ae6 initial pass at adding install/uninstall support to configure script, also use DIR instead of PFX while here for consistency with autoconf like output
svn-id: r13585
2004-04-16 08:30:57 +00:00
Jonathan Gray c8e331e9b4 Makefile.mingw is no longer used
svn-id: r13584
2004-04-16 06:56:28 +00:00
Jonathan Gray 22cd3dbcf9 update phony target list
svn-id: r13583
2004-04-16 06:49:52 +00:00
Torbjörn Andersson 0d2d884bb7 Cleanup
svn-id: r13582
2004-04-16 06:46:03 +00:00
Jonathan Gray 0a1cefb04e Fix regression introduced with the mac loom copy protection changes in rev 1.155, afaik all non mac versions of loom should be using that check not just pc. Fixes bug #934913
svn-id: r13581
2004-04-16 05:48:31 +00:00
Torbjörn Andersson 2de9cbf9fd Changed the type of value from char to int8. Otherwise, if char happens to
be unsigned, the test for if value == -31 will always fail.

svn-id: r13580
2004-04-15 15:56:21 +00:00
Torbjörn Andersson 3a4536e2e2 Cleanup. (Mostly of the comments.)
svn-id: r13579
2004-04-14 07:12:10 +00:00
Paweł Kołodziejski fae6675c5b forgot that
svn-id: r13578
2004-04-14 06:37:00 +00:00
Paweł Kołodziejski 6ea29bc7f8 added support for compressed FOBJ chunks in smush movie files.
the *.san files from 'data' dir in FT can NOT be compressed !

svn-id: r13577
2004-04-13 19:20:16 +00:00
Eugene Sandulenko 881c86c1e7 File is not needed
svn-id: r13576
2004-04-13 09:45:09 +00:00
Torbjörn Andersson be5c529487 Fixed warning.
svn-id: r13575
2004-04-13 09:25:54 +00:00
Torbjörn Andersson e03cca03d4 Fixed warning.
svn-id: r13574
2004-04-13 09:18:36 +00:00
Torbjörn Andersson 7f0adec96e Fixed warning. (There are plenty of warnings in the SAGA engine, but this
one was obvious how to fix. :-)

svn-id: r13573
2004-04-13 09:14:19 +00:00
Paweł Kołodziejski e6766d413a update
svn-id: r13572
2004-04-13 06:36:31 +00:00
Paweł Kołodziejski 6c94b42f90 added experimental and buggy pull method to imuse, it's disabled by default, to enable uncoment in dimuse.h define #ENABLE_PULLMETHOD
svn-id: r13571
2004-04-13 06:29:34 +00:00
Paweł Kołodziejski 6680c5368d added CustomProcInputStream
svn-id: r13570
2004-04-13 05:57:52 +00:00
Paweł Kołodziejski e42c1f0483 disabled SAGA
svn-id: r13569
2004-04-13 05:27:35 +00:00
Eugene Sandulenko 7284700741 File is not needed
svn-id: r13568
2004-04-12 22:37:54 +00:00
Eugene Sandulenko 6055328d27 oops. Forgot the file
svn-id: r13567
2004-04-12 22:26:48 +00:00
Eugene Sandulenko 3fc1da7291 More headers
svn-id: r13566
2004-04-12 21:54:02 +00:00
Eugene Sandulenko 975a9015e8 Forgot to add header.
Please, remove SAGA engine from MSVC builds. It should be broken there until
porting to OSystem is finished

svn-id: r13565
2004-04-12 21:51:26 +00:00
Eugene Sandulenko f3d340fb0c WIP for SAGA engine.
o text formatting is not consistent with rules, just indent utility is too
   dumb for that
 o it does not use OSystem, i.e. it runs on direct SDL calls
 o it may not even compile on your box
 o if you enable it, expect zillions of warnings
 o no sound

Now it runs ITE intro as reinherit did

svn-id: r13564
2004-04-12 21:40:49 +00:00
Max Horn 0a0a0c7b06 Updated to match scale2x 2.0
svn-id: r13563
2004-04-12 21:16:32 +00:00
Paweł Kołodziejski 8d6a1c1245 disabled wait in stopAllSounds in imuse digital, it can cause deadlock
svn-id: r13562
2004-04-12 13:34:34 +00:00
Oliver Kiehl c572348706 Enable hack for old games too. don't pass larger size on to resfile_read
svn-id: r13558
2004-04-12 12:25:51 +00:00
Jonathan Gray 2b15428030 this no longer exists
svn-id: r13557
2004-04-12 04:47:08 +00:00
Max Horn 3b206ee83e Skeleton unit test for array class
svn-id: r13556
2004-04-12 01:19:39 +00:00
Max Horn 2a02291537 simple double linked list template class (completely untested)
svn-id: r13555
2004-04-12 01:19:26 +00:00
Max Horn fd3ff5b58a Workaround for bug #847827 (FOA: Wrong sprite z-order at specific place)
svn-id: r13553
2004-04-11 23:19:19 +00:00
Max Horn 8fc35a9a84 Fixing up the mess I made out of the branches <sigh>
svn-id: r13551
2004-04-11 22:20:41 +00:00