Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-30 | CinE Engine support (backport) | Kostas Nakos | |
svn-id: r23625 | |||
2006-07-30 | - fixes bug in fileData (introduced with last commit) | Johannes Schickel | |
- show mouse cursor in Screen::setMouseCursor if it's allready shown - a little bit more kyra3 init stuff svn-id: r23623 | |||
2006-07-30 | - fixes copyright of kyra3.h | Johannes Schickel | |
- implements a bit more init functions for kyra3 - removes hacked mouse cursor - changes Resource::fileData to accept a null pointer for size svn-id: r23622 | |||
2006-07-29 | Another little formatting and a typo fix. | Johannes Schickel | |
svn-id: r23621 | |||
2006-07-29 | Adding comment about forced MQ on small devices. | Johannes Schickel | |
svn-id: r23620 | |||
2006-07-29 | Some formatting 'fixes' | Johannes Schickel | |
svn-id: r23619 | |||
2006-07-29 | Small fix for the symbian port | Max Horn | |
svn-id: r23618 | |||
2006-07-29 | Added _quitFlag test to Kyra 2 animation and to waitForEvent(). | Torbjörn Andersson | |
svn-id: r23617 | |||
2006-07-28 | Little cleanup. | Johannes Schickel | |
svn-id: r23616 | |||
2006-07-28 | Updating msvc8 project files. | Johannes Schickel | |
svn-id: r23615 | |||
2006-07-28 | Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to ↵ | Oystein Eftevaag | |
WSAMovie2 (kyra2 uses the same format), renames a define in kyra3.h for consistency, and adds a case for CMDS in the VQA player to avoid the constant warning (the tag is always present and empty). Credit/blame for the last one goes to Clemmy :). Starting kyra2 will now show the title animation. svn-id: r23614 | |||
2006-07-27 | Oops it should never be renamed to c1_* but to o1_* changing this now. | Johannes Schickel | |
svn-id: r23613 | |||
2006-07-27 | - renaming all opcodes from cmd_* to c1_* | Johannes Schickel | |
- changing ScriptHelper functions so it will be useable for kyra2 and kyra3 too - unbreaking savegames (increasing the VERSION number since the game flags table got resized to be useable for kyra3) svn-id: r23612 | |||
2006-07-27 | - moving KyraEngine_v3 declaration to newly added kyra3.h | Johannes Schickel | |
- implements a little bit init stuff - implements some music handling svn-id: r23610 | |||
2006-07-27 | Workaround for bug #1498221 ("KYRA1: Glitches when meeting Zanthia"). | Johannes Schickel | |
svn-id: r23608 | |||
2006-07-26 | Make the midi player threadsafe (this should fix bug #1506583 "KYRA1: Crash ↵ | Johannes Schickel | |
on exceeded polyphony"). svn-id: r23605 | |||
2006-07-26 | Fade out the music when using the Kyra 3 menu to exit. (The original does, and | Torbjörn Andersson | |
it might make a useful test case for the fade-out code.) svn-id: r23604 | |||
2006-07-26 | End the Kyra 3 menu screen if _quitFlag is set. | Torbjörn Andersson | |
svn-id: r23603 | |||
2006-07-26 | hotfix for bug #1519449 (scaling/crash issue) (backport) | Kostas Nakos | |
svn-id: r23602 | |||
2006-07-26 | fix bug 1521718 (dpad mouse emulation) (backport) | Kostas Nakos | |
svn-id: r23600 | |||
2006-07-26 | Removed unnecessary #include | Torbjörn Andersson | |
svn-id: r23598 | |||
2006-07-26 | Skips scroll down sequence then the user wishes to skip the intro. | Johannes Schickel | |
svn-id: r23596 | |||
2006-07-26 | Nicer quit handling in the intro sequences. | Johannes Schickel | |
svn-id: r23594 | |||
2006-07-25 | Add support for looping the kyra3 main menu. | Johannes Schickel | |
svn-id: r23593 | |||
2006-07-25 | Check uppercase and lowercase, when confirming quit in Simon the Sorcerer 1/2 | Travis Howell | |
svn-id: r23591 | |||
2006-07-24 | Fix bug #1496523 - MM: Weird Ed appears backwards at door | Travis Howell | |
svn-id: r23589 | |||
2006-07-24 | Documenting Common::File a bit. | Johannes Schickel | |
svn-id: r23588 | |||
2006-07-24 | Fix bug #1527630 - ZAK FM-TOWNS: Actor (Caponian) picks wrong line | Travis Howell | |
svn-id: r23586 | |||
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson | |
for consistency with other #includes. svn-id: r23585 | |||
2006-07-23 | Changed __lure_res_h__ to LURE_RES_H etc for consistency. | Torbjörn Andersson | |
svn-id: r23584 | |||
2006-07-23 | Changed SAGA_ACTOR_H__ to SAGA_ACTOR_H etc for consistency. | Torbjörn Andersson | |
svn-id: r23583 | |||
2006-07-23 | String class usage cleanup | Max Horn | |
svn-id: r23582 | |||
2006-07-23 | Removed GCC_PACK that must have been re-added by accident. | Torbjörn Andersson | |
svn-id: r23581 | |||
2006-07-23 | Added extra hotspot flags bytes needed for asking Ratpouch for an object, ↵ | Paul Gilbert | |
and changed differing word read macros to use a single standard svn-id: r23579 | |||
2006-07-23 | Initial commit of tool to create lure.dat file | Paul Gilbert | |
svn-id: r23578 | |||
2006-07-23 | Add kyra skip intro key (backport). | Kostas Nakos | |
svn-id: r23577 | |||
2006-07-23 | The GUI now uses the cursor palette for all themes. Therefore, it shouldn't be | Torbjörn Andersson | |
necessary to set up a "dummy" palette for the cursor any more. If an engine wants to display an error message without using the GUI, it can set up its own palette. With this change, ScummVM no longer sets a palette before _screen is created in the SDL backend. svn-id: r23575 | |||
2006-07-23 | Initialise the screen before creating the music driver. The MT-32 driver wants | Torbjörn Andersson | |
to draw to the screen. svn-id: r23574 | |||
2006-07-23 | Warn if copyRectToScreen() is called before _screen is created, since it's | Torbjörn Andersson | |
almost certainly a programming error. (Used to be silently ignored.) Warn if setPalette() is called before _screen is created, but allow it (for now) since we don't actually set the palette until later. It could still be a programming error, though. Don't crash if updateScreen() is called with a "dirty" palette before _screen is created. svn-id: r23573 | |||
2006-07-23 | No need for packing SaveInfoSection and ThumbnailHeader anymore. | Johannes Schickel | |
svn-id: r23572 | |||
2006-07-22 | Clear the active domain when (re)opening the launcher dialog. This fixes bug | Torbjörn Andersson | |
#1523050. svn-id: r23571 | |||
2006-07-22 | Adding unit test for struct packing | Max Horn | |
svn-id: r23570 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 | |||
2006-07-22 | Added some warnings if md5_file is used on an illegal FilesystemNode. | Johannes Schickel | |
svn-id: r23568 | |||
2006-07-22 | Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to ↵ | Johannes Schickel | |
-devel for more information. svn-id: r23567 | |||
2006-07-22 | Part of the FreeMiNT patch | Max Horn | |
svn-id: r23566 | |||
2006-07-22 | Hardcoding header size of the Thumbnail and of the Info section of scumm games. | Johannes Schickel | |
(because packed struct handling changed and gcc seems not to be happy with it) This should unbreak new save games made after this commit. svn-id: r23565 | |||
2006-07-22 | Fixing compiler warnings under amd64. | Johannes Schickel | |
svn-id: r23564 | |||
2006-07-22 | Removing '/' at pathsnames of calls to "File::addDefaultDirectory" since it ↵ | Johannes Schickel | |
can't be assumed that the FS code uses '/' as path separators (and it shouldn't break anything) svn-id: r23563 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in the ↵ | Johannes Schickel | |
fileclass too, then again this doesn't *have* to work. (check FilesystemNode documentation) svn-id: r23562 |