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
/
render.cpp
Age
Commit message (
Expand
)
Author
2005-08-07
Fix bug #1252289 'ITE: Crash with "paws game"'. And now game pauze is
Eugene Sandulenko
2005-07-29
Whitespaces
Eugene Sandulenko
2005-07-29
fix setStatusText
Andrew Kurushin
2005-07-29
Show scene substitute image for demo versions of ITE.
Eugene Sandulenko
2005-07-14
font & text related changes:
Andrew Kurushin
2005-07-09
gfx rearangement
Andrew Kurushin
2005-07-05
- Stripped down unused SURFACE parameter in palette-related functions
Eugene Sandulenko
2005-07-03
Implementation of sfShowMap. This was latest unimplemented script function :)
Eugene Sandulenko
2005-06-16
placard workaround
Andrew Kurushin
2005-06-04
fixed lense creation bug ( fade in/out now has separate flag)
Andrew Kurushin
2005-05-31
Almost complete implementation of Puzzle. Now it is possible to solve it
Eugene Sandulenko
2005-05-29
implemented DOS version 1 pixel clipping
Andrew Kurushin
2005-05-23
Plug in Puzzle. Now it consists mainly of stubs but neverthless lets skip
Eugene Sandulenko
2005-05-22
fixes some todo (hardcoded resource ids -> customized per game)
Andrew Kurushin
2005-05-18
fixed loadsave item resource id
Andrew Kurushin
2005-05-10
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common
Max Horn
2005-05-08
fixed sfSceneEq bug
Andrew Kurushin
2005-04-18
converse support improved (still has some bugs)
Andrew Kurushin
2005-04-03
- fixed tile doors drawing
Andrew Kurushin
2005-01-27
Applied patch #1106775 "SAGA colours". This simplifies code considerably, and
Eugene Sandulenko
2005-01-21
problems solved:
Andrew Kurushin
2005-01-18
- merged ActionMap and ObjectMap
Andrew Kurushin
2005-01-10
system.h was being included in tons of places, without any good reason; reduc...
Max Horn
2005-01-09
- GameModule is gone
Andrew Kurushin
2005-01-07
o Fix for popped up actors at initial scene fade out
Eugene Sandulenko
2005-01-06
- implement faceTowards (script function & etc)
Andrew Kurushin
2005-01-01
oops, correct copyright string
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-12-29
Implemented the "placard" functions, because they're such a nice visual
Torbjörn Andersson
2004-12-22
o Moved GAME_* to SagaEngine object
Eugene Sandulenko
2004-12-18
- updating actors state so they can be clipped on drawing (intro now runs wit...
Andrew Kurushin
2004-12-03
First pass at migrating from the old Reinherit console to the ScummVM
Torbjörn Andersson
2004-10-30
Turn some methods into functions (potentially gives better code, and we may w...
Max Horn
2004-10-30
Let Saga::SURFACE inherit from SURFACE
Max Horn
2004-10-27
removed R_ prefix with few r_ too
Paweł Kołodziejski
2004-10-09
Initial attempt at fixing the SData problem. I'm still not sure exactly how
Torbjörn Andersson
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-07
Remove duplicated code in actor walk code.
Eugene Sandulenko
2004-10-04
R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes.
Eugene Sandulenko
2004-08-11
Move SYSINPUT_* and TRANSITION_* to SagaEngine 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 SPRITE_ to a class
Eugene Sandulenko
2004-08-03
Move TEXT_* to SagaEngine 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
[next]