index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
saga
/
actor.cpp
Age
Commit message (
Expand
)
Author
2007-09-18
Fixed Ellen's state when loading a saved game in her chapter
Filippos Karapetis
2007-09-15
Slight cleanup of the actor class: moved all of the actor walk code in a new ...
Filippos Karapetis
2007-09-15
Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ...
Filippos Karapetis
2007-09-11
Removed an obsolete FIXME. The code in that part matches the original, so the...
Filippos Karapetis
2007-09-11
Change SAGA engine to properly use KeyState structs for handling keyboard input
Max Horn
2007-08-25
Removed the showactors flag and substituted it with RF_DISABLE_ACTORS
Filippos Karapetis
2007-08-24
Updated some comments
Filippos Karapetis
2007-08-22
Sprite priorities are now calculated correctly for IHNM
Filippos Karapetis
2007-08-20
Fix for bug #1776993 - "ITE: Cannot exit a room (regression)"
Filippos Karapetis
2007-08-01
IHNM and ITE: ScummVM will no longer crash when loading games from the comman...
Filippos Karapetis
2007-07-31
Implement some differences to the actor walking code in IHNM
Filippos Karapetis
2007-07-14
Fix graphics glitch in the rat caves in ITE. Closes bug #1735437 - "ITE: Spri...
Filippos Karapetis
2007-07-07
When loading a scene, start showing actors only after the scene background ha...
Filippos Karapetis
2007-07-06
Modified ticksToMSec in IHNM, so that it waits for the correct amount of time...
Filippos Karapetis
2007-06-28
Added a workaround to prevent the making fire animation from breaking at the ...
Filippos Karapetis
2007-06-20
Added a workaround in IHNM for the compact disk in Ellen's chapter
Filippos Karapetis
2007-06-17
Some more updates for saving/loading in IHNM
Filippos Karapetis
2007-06-15
Clear the forced text flag if it's set when a speech with forced text finishe...
Filippos Karapetis
2007-06-14
SAGA: Added sanity checks for speech box coordinates, like the original. Now,...
Filippos Karapetis
2007-06-13
IHNM: Button textures are loaded correctly now for buttons in the option and ...
Filippos Karapetis
2007-06-12
Fixed several colors and fonts in IHNM
Filippos Karapetis
2007-06-12
Corrected actor walk speed when exiting from zones in IHNM
Filippos Karapetis
2007-06-11
Fix for stacked objects in IHNM. It is now possible to interact with the chal...
Filippos Karapetis
2007-06-10
Remove obsolete testing code
Filippos Karapetis
2007-06-09
fix IHNM protagonist state loading routine. now Ellen's animations are showin...
Andrew Kurushin
2007-06-09
Silence some unneeded warnings, remove some unneeded test code from Actor::ge...
Filippos Karapetis
2007-06-08
fix IHNM pathfinding engine. now TED(Chapter 5) interacts with the books prop...
Andrew Kurushin
2007-06-07
Implement more Actor::calcScreenPosition differences for IHNM
Filippos Karapetis
2007-06-06
Implemented differences in Actor::calcScreenPosition for IHNM. Now the stitch...
Filippos Karapetis
2007-06-03
The animation frame counter is updated correctly now, so all animations in IH...
Filippos Karapetis
2007-06-03
Moved the updating of framecount to a more appropriate place
Filippos Karapetis
2007-06-02
Implemented the sfWaitFrames script function for IHNM. Many animations should...
Filippos Karapetis
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-29
Corrected actor walk speed in IHNM
Filippos Karapetis
2007-05-28
Partial fix for walking speed in IHNM.
Eugene Sandulenko
2007-05-10
Removed unused variable.
Torbjörn Andersson
2007-05-09
speedup SAGA::Actor::pathLine & SAGA::Actor::scanPathLine calculation
Andrew Kurushin
2006-11-27
Got rid of an 'unused variable' warning
Gregory Montoir
2006-06-16
Fix gcc warning.
Eugene Sandulenko
2006-06-16
fix bug id 1507216 "ITE: 15 second freeze in Prince's bedroom"
Andrew Kurushin
2006-06-11
Support of new subtitles code. Patch from salty-horse.
Eugene Sandulenko
2006-05-13
extract GameDescriptions to separate files (this will help compress_saga tool...
Andrew Kurushin
2006-05-08
Changed abs() to ABS()
Torbjörn Andersson
2006-04-04
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn
[prev]