aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-05-31OopsFilippos Karapetis
svn-id: r32419
2008-05-31CleanupFilippos Karapetis
svn-id: r32418
2008-05-31updateData -> updateVisibleFilippos Karapetis
num_ejec -> currentChapter svn-id: r32417
2008-05-31Eliminated more gotosEugene Sandulenko
svn-id: r32416
2008-05-31Fix old regressionEugene Sandulenko
svn-id: r32415
2008-05-31Replace evil gotos with proper do-while loops.Eugene Sandulenko
svn-id: r32414
2008-05-31Fix display of original load/save screen in the FM-TOWNS version of Loom.Travis Howell
svn-id: r32413
2008-05-31Add Blue's Clues demos.Travis Howell
svn-id: r32411
2008-05-31rompo_y_salgo -> breakOutFilippos Karapetis
svn-id: r32410
2008-05-31tabernero -> bartenderFilippos Karapetis
anexo -> joined LimitaVGA -> adjustToVGA velas -> candles VelocidadDeFundido -> fadeSpeed anda_parriba -> walkUp anda_pabajo -> walkDown svn-id: r32409
2008-05-30The game's screensaver should now kick in correctlyFilippos Karapetis
svn-id: r32408
2008-05-30- Simplified font mapping (in print_abc and print_abc_opc)Filippos Karapetis
- Moved checkFlag to rooms.cpp - x_de_letra/y_de_letra -> letterX/letterY - Made itemLocations a const - Removed loads of now unneeded letter descriptions svn-id: r32407
2008-05-30CleanupFilippos Karapetis
svn-id: r32406
2008-05-30Updated the MSVC project files of the drascula engineFilippos Karapetis
svn-id: r32405
2008-05-30- Renamed texts.cpp to staticdata.h and moved all game static data thereFilippos Karapetis
- Simplified room_0() - Some cleanup svn-id: r32404
2008-05-30Fix warningsMax Horn
svn-id: r32403
2008-05-30LookForFree -> soundIsActiveFilippos Karapetis
soundIsActive returns a boolean value now svn-id: r32402