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
/
gfx.h
Age
Commit message (
Expand
)
Author
2008-12-12
- Stop passing the scene clip rectangle around for no reason
Filippos Karapetis
2008-12-06
- Prevented direct reference to the back buffer in many cases (apart from a f...
Filippos Karapetis
2008-12-06
Fixed compilation when SAGA_DEBUG is defined
Filippos Karapetis
2008-12-05
Removed unused variable
Filippos Karapetis
2008-12-05
Removed more unneeded test code
Filippos Karapetis
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-08-23
Added skeleton code for sfScriptFade. Work is still needed in Gfx::palFade th...
Filippos Karapetis
2007-07-01
Re-added __attribute__(packed)
Max Horn
2007-06-11
Implemented Scene::RestoreScene and fixed some animation bugs. Animations and...
Filippos Karapetis
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-06
The cursor in IHNM changes to an hourglass now while loading scenes, like in ...
Filippos Karapetis
2007-02-19
Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency.
Torbjörn Andersson
2006-07-23
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
Torbjörn Andersson
2006-07-22
Fix struct packing issues (macros are not resolve in #pragma params, at least...
Max Horn
2006-07-21
Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...
Max Horn
2006-07-09
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn