md5
5b488e4c79
SWORD25: Stop linking directly against zlib.
...
Also, don't compress game data in newer saves, as the whole saved game is
compressed anyway
2011-05-13 23:06:53 +03:00
Littleboy
c24f0775cd
CREATE_PROJECT: Handle paths with spaces in pre/post-build scripts
2011-05-13 15:49:59 -04:00
Littleboy
a08158a004
CREATE_PROJECT: Generate a default revision header when no revision can be determined
2011-05-13 15:49:57 -04:00
Littleboy
aa64280b55
LASTEXPRESS: Implement SoundManager::setupCache()
2011-05-13 15:49:55 -04:00
md5
2d3ad096ab
SWORD25: Fix compilation when libvorbis is not present
2011-05-13 21:09:31 +03:00
md5
ef96967285
SWORD25 (LUA): Whitespace fixes
2011-05-13 20:55:14 +03:00
md5
854783ea93
SWORD25 (LUA): Hopefully fixed compilation for the Android platform
2011-05-13 20:52:33 +03:00
md5
e3a487702a
CONFIGURE: Don't enable the sword25 engine if Zlib is not enabled
2011-05-13 20:35:39 +03:00
md5
9bbfa2846b
COMMON: Added compilation safeguards for the png decoder
2011-05-13 20:34:25 +03:00
md5
b3bc35c62a
SWORD25: Added a version field for savegame thumbnails
2011-05-13 19:19:58 +03:00
md5
7543c3ba5f
CONFIGURE: Don't disable the sword25 engine when libpng is not found
2011-05-13 18:52:51 +03:00
md5
3ec466853a
SWORD25: Replaced the PNG thumbnail encoding code, used in saved games
...
- Savegame thumbnails are now created using a flat image format,
instead of PNG. This allows us to remove the PNG encoding code used
in the engine. Note that the saved games we create cannot be used
with the original engine anyway, so this change does not break
savegame compatibility with the original game (it's already broken).
- Compatibility is preserved with older saved games that were made with
ScummVM.
- Moved the embedded thumbnail reading code out of the PNG loader class,
to stop it from needlessly checking every PNG file.
- With this change, libpng is no longer required for the sword25 engine
2011-05-13 18:49:14 +03:00
md5
bd2bfe85c9
SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is defined
2011-05-13 16:12:52 +03:00
Max Horn
9ec64a66fe
SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _resource member
2011-05-13 14:48:01 +02:00
Max Horn
cf513e3ed6
SCUMM: Get rid of the unused Resource::_globSize field
2011-05-13 14:40:45 +02:00
Max Horn
749a1beb35
SCUMM: Remove useless allocateArrays call, and make sure all resources are properly killed upon restart
2011-05-13 14:39:34 +02:00
Max Horn
4108f09543
SCUMM: Make it clearer that SCUMM's 'restart' feature leaks like hell
2011-05-13 14:33:22 +02:00
Max Horn
65a82610d1
DEVTOOLS: Remove obsolete TeX mode from credits.pl, mention Credits.rtf
2011-05-13 14:30:56 +02:00
Max Horn
d63c2d17c2
SCUMM: Improve and document res tag sanity check
2011-05-13 14:26:35 +02:00
Max Horn
1faf89c524
SCUMM: Improve ResTypeData doxygen comments
2011-05-13 14:26:09 +02:00
Max Horn
45207a52d4
SCUMM: Remove ResTypeData::_num
2011-05-13 14:12:00 +02:00
Max Horn
dfd6112403
SCUMM: Rename resTypeFromId -> nameOfResType
2011-05-13 14:04:59 +02:00
Max Horn
649f8e0a84
SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use both
2011-05-13 14:02:53 +02:00
Max Horn
aaf2c0e6eb
TSAGE: Fix warning when compiling in release mode
2011-05-13 11:47:13 +02:00
Max Horn
c02420df43
SCUMM: Add a Resource class, refactor res code around it
2011-05-13 11:47:13 +02:00
Max Horn
abaaf0cad9
SCUMM: Tweak sound res syncing
2011-05-13 11:47:12 +02:00
Max Horn
107e25ff5b
SCUMM: Document resource usage count / expiry a little bit
2011-05-13 11:47:12 +02:00
Max Horn
ff3087e56c
SCUMM: Remove obsolete TODO
2011-05-13 11:47:11 +02:00
Max Horn
82a6f2ee3c
SCUMM: Rename ResTypeData::tag to _tag, get rid of ResTypeData::name
2011-05-13 11:47:11 +02:00
Max Horn
0342ab3f1b
SCUMM: Rename ResTypeData::num to _num
2011-05-13 11:47:11 +02:00
Max Horn
75b9deb185
SCUMM: Get rid of the MemBlkHeader hack
...
This uncovered at least one potentially serious bug in the inventory
code, which still needs to be investigated and fixed.
2011-05-13 11:47:10 +02:00
Max Horn
0af2f71c71
SCUMM: Clean up ResourceManager initialization
2011-05-13 11:47:10 +02:00
Max Horn
7be0305da9
SCUMM: Rename saveLoadResource to loadResourceOLD, remove unused save code in it
2011-05-13 11:47:09 +02:00
Max Horn
26efa39d2c
SCUMM: Document and cleanup resource type mode
2011-05-13 11:47:09 +02:00
Max Horn
45e65d7ea0
SCUMM: Refactor how resource (types) are srepresented
...
Previously, we had a couple of arrays of size N (where N = number of
resource types), one for each attribute of a resource type (such as as
the number of resources of that type.
Now, we have one array of size N, whose elements are a record
aggregating all the attributes of each resource type.
2011-05-13 11:47:08 +02:00
Max Horn
b37463fe59
SCUMM: Move class ResourceManager to its own header
2011-05-13 11:47:08 +02:00
Max Horn
7773a17b0a
SCUMM: Unify & extend index block related debug messages
2011-05-13 11:47:08 +02:00
Max Horn
f05de5228f
SCUMM: Print SCUMM & HE version when starting a game in deug mode
2011-05-13 11:47:07 +02:00
Max Horn
068b4a5351
SCUMM: Move tmsk code into its own Gdi subclass
2011-05-13 11:47:07 +02:00
md5
c9cef5e971
SCI: Marked the sanity check inside processWorkList() as a workaround
...
The sanity check added in rev #35086fe17c fixes the crashes with that
code when an invalid reference is about to be processed, but these
references shouldn't be in the stack at all in the first place, so the
root cause seems to be somewhere else.
2011-05-13 00:15:41 +03:00
md5
a3c6439a1a
SCI: Added workarounds for bug #3292251 , instead of patching the script
...
This fixes bug #3295853
2011-05-13 00:10:44 +03:00
Bastien Bouclet
4f5ecc4861
MOHAWK: Implement Mechanical opcodes 101, 103 and 202. Singing Bird.
2011-05-12 20:53:53 +02:00
md5
35086fe17c
SCI: Fixed bugs #3299458 and #3295849
2011-05-12 12:52:12 +03:00
Tarek Soliman
33b1ca2b08
SCI: Fix signature of script patch qfg3DialogCrash (bug #3300241 )
2011-05-12 09:33:40 +02:00
md5
3b75ff9132
SCI: Added a warning for SCI0 games like in bug #3297881
...
LB1 Amiga doesn't contain MT-32 music tracks. Added a warning for this
situation
2011-05-12 04:34:20 +03:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Littleboy
7cc965d24b
CREATE_PROJECT: Only copy necessary data files in postbuild script
2011-05-11 18:13:22 -04:00
Littleboy
3cb7d4b1cc
NSIS: Add option to not include data files in the installer (they are now included in the exe by default)
2011-05-11 17:58:29 -04:00
Littleboy
217089adfa
CONFIGURE: Fix creation of the NSIS installer when building out of tree
2011-05-11 17:54:34 -04:00
Littleboy
b38d965fdf
LASTEXPRESS: Implement last part of inventory handling
2011-05-11 14:20:46 -04:00