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
/
saga
/
events.cpp
Age
Commit message (
Expand
)
Author
2005-07-08
implemented per scene actors clipping
Andrew Kurushin
2005-07-05
Hid most of debug output to deeper levels. We're pretty close to official
Eugene Sandulenko
2005-07-05
- Stripped down unused SURFACE parameter in palette-related functions
Eugene Sandulenko
2005-06-04
fixed lense creation bug ( fade in/out now has separate flag)
Andrew Kurushin
2005-05-08
fixed sfSceneEq bug
Andrew Kurushin
2005-04-22
o Fix save/load. Now it restores game properly but still at exit #0.
Eugene Sandulenko
2005-04-18
converse support improved (still has some bugs)
Andrew Kurushin
2005-03-18
- changescene on fair for tents
Andrew Kurushin
2005-01-21
problems solved:
Andrew Kurushin
2005-01-15
some work in progress on verb stuff:
Andrew Kurushin
2005-01-07
Eliminate _scene->getMode() and use scene flags instead
Eugene Sandulenko
2005-01-07
o Fix for popped up actors at initial scene fade out
Eugene Sandulenko
2005-01-06
Placard functions are now event-driven, so the blocking palette faders are
Torbjörn Andersson
2005-01-02
Pausing an animation is done by changing its state now, not by setting a
Torbjörn Andersson
2005-01-02
Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM,
Torbjörn Andersson
2005-01-02
Fixed a few things in the IHNM intro. Most noticeably I've added an event
Torbjörn Andersson
2005-01-01
oops, correct copyright string
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-28
- many actor walk related functions added
Andrew Kurushin
2004-12-28
Implement rest of animation-related opcodes.
Eugene Sandulenko
2004-12-24
- aninamation cycle now approach to original
Andrew Kurushin
2004-12-22
o Moved GAME_* to SagaEngine object
Eugene Sandulenko
2004-12-15
Patch #1081904 ITE: MAC demo support
Eugene Sandulenko
2004-12-03
First pass at migrating from the old Reinherit console to the ScummVM
Torbjörn Andersson
2004-11-26
Added looping background noise to the IHNM intro. I don't know if it's the
Torbjörn Andersson
2004-11-20
o Restore cursor after walkthrough
Eugene Sandulenko
2004-10-30
Turn some methods into functions (potentially gives better code, and we may w...
Max Horn
2004-10-27
removed R_ prefix with few r_ too
Paweł Kołodziejski
2004-10-16
Introduced script events to fix the "actors appear before fade-out" bug.
Torbjörn Andersson
2004-10-04
R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes.
Eugene Sandulenko
2004-08-11
Handle fades in scene load routine.
Eugene Sandulenko
2004-08-11
Move SYSINPUT_* and TRANSITION_* to SagaEngine class
Eugene Sandulenko
2004-08-10
Improved intro. Now it correctly shows game title.
Eugene Sandulenko
2004-08-10
Moved PALANIM_* to a class.
Eugene Sandulenko
2004-08-10
Move EVENT_* to a class.
Eugene Sandulenko
2004-08-10
Move CON_* to a class.
Eugene Sandulenko
2004-08-06
Move INTERFACE_ to class.
Eugene Sandulenko
2004-08-04
Move SCENE_* to class.
Eugene Sandulenko
2004-08-03
Move TEXT_* to SagaEngine class.
Eugene Sandulenko
2004-08-02
Fix #include paths.
Eugene Sandulenko
2004-08-01
merge gfx_mod.h into gfx.h and stick functions into a class
Jonathan Gray
2004-08-01
merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation...
Jonathan Gray
2004-07-31
Objectize render.cpp
Eugene Sandulenko
2004-07-31
merge animation.h and animation_mod.h into a class
Jonathan Gray
2004-07-31
remove YS_IGNORE_PARAM macro and some uneeded yslib.h includes
Jonathan Gray
2004-05-05
Replaced R_printf() with debug() and warning(). There are still a couple of
Torbjörn Andersson
2004-05-02
Merged sysgfx.cpp and gfx.cpp to gfx.cpp
Eugene Sandulenko
2004-05-01
indent
Paweł Kołodziejski
2004-04-30
Move from custom unsigned types to those provided by main config.h
Eugene Sandulenko
2004-04-29
Music.cpp objectizing.
Eugene Sandulenko
[next]