Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-15 | Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ↵ | Filippos Karapetis | |
mode is properly set in all cases where palette fadeout is used. Some code formatting svn-id: r28904 | |||
2007-09-11 | Removed an obsolete FIXME. The code in that part matches the original, so ↵ | Filippos Karapetis | |
there doesn't seem to be any obvious reason for that FIXME svn-id: r28891 | |||
2007-09-11 | Change SAGA engine to properly use KeyState structs for handling keyboard input | Max Horn | |
svn-id: r28889 | |||
2007-08-25 | Removed the showactors flag and substituted it with RF_DISABLE_ACTORS | Filippos Karapetis | |
svn-id: r28736 | |||
2007-08-24 | Updated some comments | Filippos Karapetis | |
svn-id: r28706 | |||
2007-08-22 | Sprite priorities are now calculated correctly for IHNM | Filippos Karapetis | |
svn-id: r28694 | |||
2007-08-20 | Fix for bug #1776993 - "ITE: Cannot exit a room (regression)" | Filippos Karapetis | |
svn-id: r28679 | |||
2007-08-01 | IHNM and ITE: ScummVM will no longer crash when loading games from the ↵ | Filippos Karapetis | |
command line svn-id: r28394 | |||
2007-07-31 | Implement some differences to the actor walking code in IHNM | Filippos Karapetis | |
svn-id: r28352 | |||
2007-07-14 | Fix graphics glitch in the rat caves in ITE. Closes bug #1735437 - "ITE: ↵ | Filippos Karapetis | |
Sprite priority in rat caves" svn-id: r28064 | |||
2007-07-07 | When loading a scene, start showing actors only after the scene background ↵ | Filippos Karapetis | |
has been shown. This prevents some cases where some actors are shown prematurely before the next scene is loaded (e.g. in IHNM, when entering a chapter, after AM finishes his speech) svn-id: r27946 | |||
2007-07-06 | Modified ticksToMSec in IHNM, so that it waits for the correct amount of ↵ | Filippos Karapetis | |
time. Many animations which were not displayed quite right are fixed now, including some small syncing issues with video and sound in some places svn-id: r27939 | |||
2007-06-28 | Added a workaround to prevent the making fire animation from breaking at the ↵ | Filippos Karapetis | |
beehive scene in ITE svn-id: r27756 | |||
2007-06-20 | Added a workaround in IHNM for the compact disk in Ellen's chapter | Filippos Karapetis | |
svn-id: r27557 | |||
2007-06-17 | Some more updates for saving/loading in IHNM | Filippos Karapetis | |
svn-id: r27512 | |||
2007-06-15 | Clear the forced text flag if it's set when a speech with forced text ↵ | Filippos Karapetis | |
finishes. Now, ScummVM won't wait forever when talking to an actor after using the computer screen in the elder's screen at Ben's chapter in IHNM svn-id: r27428 | |||
2007-06-14 | SAGA: Added sanity checks for speech box coordinates, like the original. ↵ | Filippos Karapetis | |
Now, there won't be missing subtitles in certain scenes svn-id: r27397 | |||
2007-06-13 | IHNM: Button textures are loaded correctly now for buttons in the option and ↵ | Filippos Karapetis | |
quit panel. Also, implemented the voices/subtitles toggle functionality and fixed widget placement a bit svn-id: r27388 | |||
2007-06-12 | Fixed several colors and fonts in IHNM | Filippos Karapetis | |
svn-id: r27382 | |||
2007-06-12 | Corrected actor walk speed when exiting from zones in IHNM | Filippos Karapetis | |
svn-id: r27379 | |||
2007-06-11 | Fix for stacked objects in IHNM. It is now possible to interact with the ↵ | Filippos Karapetis | |
chalk in Ted's chapter svn-id: r27337 | |||
2007-06-10 | Remove obsolete testing code | Filippos Karapetis | |
svn-id: r27306 | |||
2007-06-09 | fix IHNM protagonist state loading routine. now Ellen's animations are ↵ | Andrew Kurushin | |
showing well svn-id: r27263 | |||
2007-06-09 | Silence some unneeded warnings, remove some unneeded test code from ↵ | Filippos Karapetis | |
Actor::getActorFrameRange, as the function is the same in both ITE and IHNM svn-id: r27226 | |||
2007-06-08 | fix IHNM pathfinding engine. now TED(Chapter 5) interacts with the books ↵ | Andrew Kurushin | |
properly svn-id: r27225 | |||
2007-06-07 | Implement more Actor::calcScreenPosition differences for IHNM | Filippos Karapetis | |
svn-id: r27179 | |||
2007-06-06 | Implemented differences in Actor::calcScreenPosition for IHNM. Now the ↵ | Filippos Karapetis | |
stitching on the second floor of the zeppelin and the whiskey in the honky-tonk are shown correctly svn-id: r27124 | |||
2007-06-03 | The animation frame counter is updated correctly now, so all animations in ↵ | Filippos Karapetis | |
IHNM where the engine is waiting are displayed fully. Big thanks to sev, once again :) svn-id: r27070 | |||
2007-06-03 | Moved the updating of framecount to a more appropriate place | Filippos Karapetis | |
svn-id: r27060 | |||
2007-06-02 | Implemented the sfWaitFrames script function for IHNM. Many animations ↵ | Filippos Karapetis | |
should display more correctly now (e.g. actor "zapping" animations, Ben falling off the stairs). They're still not correct, as frameCount is not updated properly svn-id: r27055 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-29 | Corrected actor walk speed in IHNM | Filippos Karapetis | |
svn-id: r27003 | |||
2007-05-28 | Partial fix for walking speed in IHNM. | Eugene Sandulenko | |
svn-id: r26999 | |||
2007-05-10 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r26797 | |||
2007-05-09 | speedup SAGA::Actor::pathLine & SAGA::Actor::scanPathLine calculation | Andrew Kurushin | |
svn-id: r26791 | |||
2006-11-27 | Got rid of an 'unused variable' warning | Gregory Montoir | |
svn-id: r24792 | |||
2006-06-16 | Fix gcc warning. | Eugene Sandulenko | |
svn-id: r23149 | |||
2006-06-16 | fix bug id 1507216 "ITE: 15 second freeze in Prince's bedroom" | Andrew Kurushin | |
svn-id: r23148 | |||
2006-06-11 | Support of new subtitles code. Patch from salty-horse. | Eugene Sandulenko | |
svn-id: r23031 | |||
2006-05-13 | extract GameDescriptions to separate files (this will help compress_saga ↵ | Andrew Kurushin | |
tool to detect sound resource) svn-id: r22433 | |||
2006-05-08 | Changed abs() to ABS() | Torbjörn Andersson | |
svn-id: r22389 | |||
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko | |
svn-id: r21608 | |||
2006-03-08 | Fixed tons of format string warnings for debug/error calls (including ↵ | Max Horn | |
several errors where the format string didn't match the number of arguments to the call) svn-id: r21141 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |