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
/
interface.cpp
Age
Commit message (
Expand
)
Author
2004-12-03
First pass at migrating from the old Reinherit console to the ScummVM
Torbjörn Andersson
2004-11-25
Temporarily disable the status bar in IHNM. The only place where we drew it
Torbjörn Andersson
2004-11-15
o Make GAME_GetFileContext() more object-like
Eugene Sandulenko
2004-11-07
Initial inventory support.
Torbjörn Andersson
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-27
Started to rework script threads. Partially moved to thread flags.
Eugene Sandulenko
2004-10-22
Made the usage of the Rect data type more consistent with the rest of
Torbjörn Andersson
2004-10-21
A bunch of mostly panel-related fixes for the ITE intro. Apart from the
Torbjörn Andersson
2004-10-08
pass arguments by reference-to-const rather than by value, it's usually more ...
Gregory Montoir
2004-10-08
Implement scene change via exits. You still cannot leave first scene
Eugene Sandulenko
2004-10-07
More de-C'fying. Pass Point object instead of direct reference.
Eugene Sandulenko
2004-10-07
Turn ObjectMap into real object.
Eugene Sandulenko
2004-10-05
o Convert some objectMap methods to more C++-like.
Eugene Sandulenko
2004-10-04
R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes.
Eugene Sandulenko
2004-08-27
R_GAMETYPE -> GID, remove unused supported flag and trim some unused bits of ...
Jonathan Gray
2004-08-12
Merge SDEBUG_*, SF_* and STHREAD_* into Script class.
Eugene Sandulenko
2004-08-10
Move CON_* to a class.
Eugene Sandulenko
2004-08-06
Move INTERFACE_ to class.
Eugene Sandulenko
2004-08-03
Move SPRITE_ to a class
Eugene Sandulenko
2004-08-03
Move FONT_* to class.
Eugene Sandulenko
2004-08-02
Fix #include paths.
Eugene Sandulenko
2004-08-02
Objectize actor.cpp
Eugene Sandulenko
2004-08-02
create objectMap class
Jonathan Gray
2004-08-01
move SDATA_* into seperate class
Joost Peters
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 image.cpp
Eugene Sandulenko
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
Proper #includes everywhere
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-28
Fixed crash. Original clip routine was more sane.
Eugene Sandulenko
2004-04-25
More ScummVMification
Max Horn
2004-04-12
WIP for SAGA engine.
Eugene Sandulenko