Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-31 | fix hof installer file loading | Florian Kagerer | |
svn-id: r32440 | |||
2008-05-31 | - Fixed possible invalid memory access in Resource::loadFileToBuf | Johannes Schickel | |
- Reworked compressed installer files handling - Updated HoF installer file code (thanks to _athrxx for that) svn-id: r32439 | |||
2008-05-31 | Added ADGF_CD to Italian fan translation of kyra1 cd. | Johannes Schickel | |
svn-id: r32438 | |||
2008-05-31 | DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the ↵ | Max Horn | |
right spot svn-id: r32437 | |||
2008-05-31 | DS: Fix compilation rule in Makefile to not compile everything twice | Max Horn | |
svn-id: r32436 | |||
2008-05-31 | Avoid some warnings when compiling in non-DEBUG mode (i.e. with assert() ↵ | Max Horn | |
disabled) svn-id: r32435 | |||
2008-05-31 | DS: Adjust some compiler warnings | Max Horn | |
svn-id: r32434 | |||
2008-05-31 | DS: Removed some pointless -I compiler directives | Max Horn | |
svn-id: r32433 | |||
2008-05-31 | DS: The SpriteEntry::atributes array has only 3 elements; also removed some ↵ | Max Horn | |
apparently not needed #includes svn-id: r32432 | |||
2008-05-31 | DS: 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-31 | DS: Fixed a warning; simplified & fixed the way scummvm_main gets invoked | Max Horn | |
svn-id: r32430 | |||
2008-05-31 | DS: registers_alt.h is not neede with current libnds; added a FIXME | Max Horn | |
svn-id: r32429 | |||
2008-05-31 | Fixing various warnings in the DS port | Max Horn | |
svn-id: r32428 | |||
2008-05-31 | Use --enable-auto-import when linking dynamic plugins with MinGW. | Johannes Schickel | |
svn-id: r32427 | |||
2008-05-31 | Patch #1980689: "DRASCULA: ENGLISH GRAMMAR/SPELLING" thanks to sanguinehearts | Eugene Sandulenko | |
svn-id: r32426 | |||
2008-05-31 | x_igor/y_igor -> igorX/igorY | Filippos Karapetis | |
talk_dr_izq -> talk_drascula Merged talk_drascula and talk_dr_dch svn-id: r32425 | |||
2008-05-31 | Simplified calls to updateScreen() | Filippos Karapetis | |
svn-id: r32424 | |||
2008-05-31 | Cleanup | Filippos Karapetis | |
svn-id: r32423 | |||
2008-05-31 | Remove trailing spaces | Eugene Sandulenko | |
svn-id: r32422 | |||
2008-05-31 | x_pantalla/y_pantalla -> screenX/screenY | Filippos Karapetis | |
y_de_signos -> signY pos_texto -> textPos svn-id: r32421 | |||
2008-05-31 | Fix bug #1979579: "DRASCULA: typo in Spanish verbs" | Eugene Sandulenko | |
svn-id: r32420 | |||
2008-05-31 | Oops | Filippos Karapetis | |
svn-id: r32419 | |||
2008-05-31 | Cleanup | Filippos Karapetis | |
svn-id: r32418 | |||
2008-05-31 | updateData -> updateVisible | Filippos Karapetis | |
num_ejec -> currentChapter svn-id: r32417 | |||
2008-05-31 | Eliminated more gotos | Eugene Sandulenko | |
svn-id: r32416 | |||
2008-05-31 | Fix old regression | Eugene Sandulenko | |
svn-id: r32415 | |||
2008-05-31 | Replace evil gotos with proper do-while loops. | Eugene Sandulenko | |
svn-id: r32414 | |||
2008-05-31 | Fix display of original load/save screen in the FM-TOWNS version of Loom. | Travis Howell | |
svn-id: r32413 | |||
2008-05-31 | Add Blue's Clues demos. | Travis Howell | |
svn-id: r32411 | |||
2008-05-31 | rompo_y_salgo -> breakOut | Filippos Karapetis | |
svn-id: r32410 | |||
2008-05-31 | tabernero -> bartender | Filippos Karapetis | |
anexo -> joined LimitaVGA -> adjustToVGA velas -> candles VelocidadDeFundido -> fadeSpeed anda_parriba -> walkUp anda_pabajo -> walkDown svn-id: r32409 | |||
2008-05-30 | The game's screensaver should now kick in correctly | Filippos 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-30 | Cleanup | Filippos Karapetis | |
svn-id: r32406 | |||
2008-05-30 | Updated the MSVC project files of the drascula engine | Filippos Karapetis | |
svn-id: r32405 | |||
2008-05-30 | - Renamed texts.cpp to staticdata.h and moved all game static data there | Filippos Karapetis | |
- Simplified room_0() - Some cleanup svn-id: r32404 | |||
2008-05-30 | Fix warnings | Max Horn | |
svn-id: r32403 | |||
2008-05-30 | LookForFree -> soundIsActive | Filippos Karapetis | |
soundIsActive returns a boolean value now svn-id: r32402 | |||
2008-05-30 | Cleanup | Filippos Karapetis | |
svn-id: r32401 | |||
2008-05-30 | Rewrote some more room logic | Filippos Karapetis | |
svn-id: r32400 | |||
2008-05-30 | - x_alakeva/y_alakeva -> destX/destY | Filippos Karapetis | |
- confirma_salir -> confirmExit - Used CLIP instead of if's svn-id: r32399 | |||
2008-05-30 | - Merged loadPic and decompressPic | Filippos Karapetis | |
- talk_pianista -> talk_pianist - Wrapped up talk_pianist, talk_wolf, talk_htel and talk_mus - Did some cleanup in room logic svn-id: r32398 | |||
2008-05-30 | Detect the full version of Blue's Reading Time Activities, based on old ↵ | Travis Howell | |
forum post. svn-id: r32397 | |||
2008-05-30 | Checked that opcodes 0x71-0x73 really do nothing else but read the ↵ | Kari Salminen | |
parameters in PC versions of Future Wars and Operation Stealth. Maybe they're used in the Amiga versions? svn-id: r32396 | |||
2008-05-30 | Simplified calls to playSound() | Filippos Karapetis | |
svn-id: r32395 | |||
2008-05-30 | Wrapped up talk_drunk | Filippos Karapetis | |
Some cleanup dir_escritura -> targetSurface targetScreen -> targetSurface plt (in decompressPic) -> colorCount funcion -> function svn-id: r32394 | |||
2008-05-30 | Implemented opcodes 0x04 (o1_mulObjectParam) and 0x05 (o1_divObjectParam). | Kari Salminen | |
svn-id: r32393 | |||
2008-05-30 | Wrapped up talk_igor_front, talk_igor_door, talk_igor_seated and talk_igor_wig | Filippos Karapetis | |
svn-id: r32392 | |||
2008-05-30 | Moved SSN frame definitions into their own enum and removed unused ↵ | Filippos Karapetis | |
definitions for the escape and F1-F10 keys svn-id: r32391 | |||
2008-05-30 | More simplification of talk code. Moved talk_dr_grande() from animation.cpp ↵ | Filippos Karapetis | |
to talk.cpp svn-id: r32390 |