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
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-11
Cleanups. Mostly whitespace.
Torbjörn Andersson
2005-10-08
_vm->getSceneHeight() --> _vm->_scene->getHeight() and make it return different
Eugene Sandulenko
2005-10-05
Simplified palette code.
Eugene Sandulenko
2005-10-05
IHNM used only 248 colors for game graphics. Top part of the palette
Eugene Sandulenko
2005-09-24
Whitespace
Torbjörn Andersson
2005-08-10
Rename event types to comply with our standards.
Eugene Sandulenko
2005-08-10
EVENT -> Event
Eugene Sandulenko
2005-08-08
Fix bug #1252277 "ITE: Actions not performed under OS X"
Eugene Sandulenko
2005-07-29
Whitespaces
Eugene Sandulenko
2005-07-19
finally Resource manager rewritten:
Andrew Kurushin
2005-07-14
font & text related changes:
Andrew Kurushin
2005-07-09
1. Fixed divide by zero defect (exception on my symbian target, Windows just ...
Lars Persson
2005-07-09
code cleanups
Andrew Kurushin
2005-07-09
gfx rearangement
Andrew Kurushin
2005-07-08
fix final sequence scene height
Andrew Kurushin
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
[next]