aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-01Fix for crash that occurs in the unarj's fallback code - _uncompressedData ↵Filippos Karapetis
is not allocated when ARJ files have not been opened svn-id: r32480
2008-06-01DS: Removed some duplicate file content (thanks to Qvist for pointing this out)Max Horn
svn-id: r32479
2008-06-01Add MD5's and packed file overrides for original packed files of the ↵Filippos Karapetis
Multilingual English/German/French CD of Drascula svn-id: r32478
2008-06-01Enable file fallback for drascula. Now old uncompressed games should work.Eugene Sandulenko
svn-id: r32477
2008-06-01Implement file fallback for archivesEugene Sandulenko
svn-id: r32476
2008-06-01Now whole game could be run from original packed files.Eugene Sandulenko
svn-id: r32475
2008-06-01Fixed MSVC warningsFilippos Karapetis
svn-id: r32474
2008-06-01More ArjFile usageEugene Sandulenko
svn-id: r32473
2008-06-01Speed up decoding by memory cachingEugene Sandulenko
svn-id: r32472
2008-06-01Fix bug #1981402: "BS1: grammatical error in the Italian menu"Eugene Sandulenko
svn-id: r32471
2008-06-01Tweaks to DS makefiles.Robin Watts
1) It wouldn't build at all for me, because source/fat had been missed off the INCLUDES line. 2) Stray whitespace removed (to stop emacs warning on saving) 3) DS_BUILD flag selection reworked slightly. Now do: make all SCUMM_BUILD=x (where x is a,b,c,d,e,f,g) and it'll select that version and build it. If no x is supplied or x is not a-g, then version a will be built. 4) New allbuilds target. In backends/platform/ds, do: make allbuilds and versions A-G are built in turn (version G does not complete currently due to lack of logo g). This uses a 'semiclean' target in each makefile to clean just the files that change between versions. svn-id: r32470
2008-06-01CleanupJohannes Schickel
svn-id: r32469
2008-06-01Some paranoia checks in TIMInterpreter::refreshTimersAfterPause.Johannes Schickel
svn-id: r32468
2008-06-01- fix 'order of evaluation' bug (MSVC release build)Florian Kagerer
svn-id: r32467
2008-06-01Got rid of the static arrays for initialization of parsers and exec opcodes, ↵Nicola Mettifogo
to make returning to launcher easier. The code has been borrowed by Kyra, after suggestion by LordHoto. svn-id: r32465
2008-06-01- fix regression in non-interactive HOF demoFlorian Kagerer
svn-id: r32464
2008-06-01- (hopefully) fix valgrind warning for installer file decompressionFlorian Kagerer
- some more pauseEngineIntern code for Hof svn-id: r32462
2008-06-01WIP for hooking unarj in order to play unmodified files from CD.Eugene Sandulenko
Will break your game unless you put packet.001 into game directory. Not everything has been hooked and files fallback and detection is not yet implemented svn-id: r32461
2008-06-01Unarj code based on unarj 2.62. Used by Drascula engineEugene Sandulenko
svn-id: r32460
2008-06-01Add Blue's 123 Time Activities.Travis Howell
svn-id: r32459
2008-06-01Correct HE version for Blue's 123 Time Activities.Travis Howell
svn-id: r32457
2008-06-01Fix bug #1973247 - DIG: Subtitle glitch (Regression).Travis Howell
svn-id: r32456
2008-06-01Add Blue's 123 Time Activities.Travis Howell
svn-id: r32454
2008-06-01Ooops, intialize variables properly.Sven Hesse
svn-id: r32453
2008-05-31Added error calls when out of memory while uncompressing HoF installer files.Johannes Schickel
svn-id: r32449
2008-05-31More endianness fixesEugene Sandulenko
svn-id: r32445
2008-05-31Endianness fixes in FLI playerEugene Sandulenko
svn-id: r32444
2008-05-31Cleanup.Johannes Schickel
svn-id: r32443
2008-05-31cleanupFlorian Kagerer
svn-id: r32441
2008-05-31fix hof installer file loadingFlorian Kagerer
svn-id: r32440
2008-05-31- Fixed possible invalid memory access in Resource::loadFileToBufJohannes Schickel
- Reworked compressed installer files handling - Updated HoF installer file code (thanks to _athrxx for that) svn-id: r32439
2008-05-31Added ADGF_CD to Italian fan translation of kyra1 cd.Johannes Schickel
svn-id: r32438
2008-05-31DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the ↵Max Horn
right spot svn-id: r32437
2008-05-31DS: Fix compilation rule in Makefile to not compile everything twiceMax Horn
svn-id: r32436
2008-05-31Avoid some warnings when compiling in non-DEBUG mode (i.e. with assert() ↵Max Horn
disabled) svn-id: r32435
2008-05-31DS: Adjust some compiler warningsMax Horn
svn-id: r32434
2008-05-31DS: Removed some pointless -I compiler directivesMax Horn
svn-id: r32433
2008-05-31DS: The SpriteEntry::atributes array has only 3 elements; also removed some ↵Max Horn
apparently not needed #includes svn-id: r32432
2008-05-31DS: Use DEVKITPRO env var to find DevKitPro files, as the DevKitPro manual ↵Max Horn
suggests; it does not make sense to hardcode Neil's development environment paths by default svn-id: r32431
2008-05-31DS: Fixed a warning; simplified & fixed the way scummvm_main gets invokedMax Horn
svn-id: r32430
2008-05-31DS: registers_alt.h is not neede with current libnds; added a FIXMEMax Horn
svn-id: r32429
2008-05-31Fixing various warnings in the DS portMax Horn
svn-id: r32428
2008-05-31Use --enable-auto-import when linking dynamic plugins with MinGW.Johannes Schickel
svn-id: r32427
2008-05-31Patch #1980689: "DRASCULA: ENGLISH GRAMMAR/SPELLING" thanks to sanguineheartsEugene Sandulenko
svn-id: r32426
2008-05-31x_igor/y_igor -> igorX/igorYFilippos Karapetis
talk_dr_izq -> talk_drascula Merged talk_drascula and talk_dr_dch svn-id: r32425
2008-05-31Simplified calls to updateScreen()Filippos Karapetis
svn-id: r32424
2008-05-31CleanupFilippos Karapetis
svn-id: r32423
2008-05-31Remove trailing spacesEugene Sandulenko
svn-id: r32422
2008-05-31x_pantalla/y_pantalla -> screenX/screenYFilippos Karapetis
y_de_signos -> signY pos_texto -> textPos svn-id: r32421
2008-05-31Fix bug #1979579: "DRASCULA: typo in Spanish verbs"Eugene Sandulenko
svn-id: r32420