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
/
events.cpp
Age
Commit message (
Expand
)
Author
2009-01-17
Fixed bug #2057987 - "IHNM: Music stops in Ellen's chapter"
Filippos Karapetis
2009-01-02
- Split the IHNM script functions into a different file
Filippos Karapetis
2008-12-22
logicalWidth -> width
Filippos Karapetis
2008-12-22
- Split the SAGA resource manager in 3 different ones, depending on the resou...
Filippos Karapetis
2008-12-21
- Added some stubs for the SAGA2 games dino and fta2
Filippos Karapetis
2008-12-21
Cleaned up the mess with game IDs and game types: removed game types, reduced...
Filippos Karapetis
2008-12-12
- Stop passing the scene clip rectangle around for no reason
Filippos Karapetis
2008-12-10
Some more dirty rectangle fixes, only 2 known glitches are left
Filippos Karapetis
2008-12-07
Set full screen refresh when an animation frame or the psychic profile is shown
Filippos Karapetis
2008-12-06
- Prevented direct reference to the back buffer in many cases (apart from a f...
Filippos Karapetis
2008-12-06
Cleanup
Filippos Karapetis
2008-12-04
Cleanup
Filippos Karapetis
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-09-18
Fixed some glitches which occured when closing the psychic profile in IHNM
Filippos Karapetis
2007-09-15
Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ...
Filippos Karapetis
2007-09-14
Removed the RF_PLACARD flag. Also, simplified sfPlaceActor and removed a non ...
Filippos Karapetis
2007-08-25
Removed the showactors flag and substituted it with RF_DISABLE_ACTORS
Filippos Karapetis
2007-08-25
Added skeleton code for kActorEvent
Filippos Karapetis
2007-08-23
Added skeleton code for sfScriptFade. Work is still needed in Gfx::palFade th...
Filippos Karapetis
2007-08-17
Several bugfixes:
Filippos Karapetis
2007-08-01
The psychic profile background is displayed correctly again
Filippos Karapetis
2007-08-01
Fix compiler warning.
Travis Howell
2007-07-30
Some corrections for the psychic profile screen in IHNM. The psychic profile ...
Filippos Karapetis
2007-07-27
The IHNM demo only has one mouse cursor
Filippos Karapetis
2007-07-07
When loading a scene, start showing actors only after the scene background ha...
Filippos Karapetis
2007-06-17
Normalize event names.
Eugene Sandulenko
2007-06-17
Fixed the remaining glitch with fading after a cutaway is shown
Filippos Karapetis
2007-06-17
More efforts to implement proper fade after cutaway. One little glitch is left.
Eugene Sandulenko
2007-06-16
An attempt to fix restoring from cutaway. Still not perfect.
Eugene Sandulenko
2007-06-16
IHNM: Implemented cutaway fadeout
Filippos Karapetis
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-07
Simplify cursor events management.
Eugene Sandulenko
2007-05-06
The cursor in IHNM changes to an hourglass now while loading scenes, like in ...
Filippos Karapetis
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-06-20
Cleanup. It seems unnecessary to have a "break" right after an unconditional
Torbjörn Andersson
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