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
/
gob
/
video.h
Age
Commit message (
Expand
)
Author
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-25
Removed some more superfluous semicolons in the gob engine
Sven Hesse
2007-04-25
Removing lots of superfluous semicola (see mail by David Weinehall on scummvm...
Max Horn
2007-04-19
- Fixed handling of the case split screen + vertical scrolling area
Sven Hesse
2007-04-06
Some Gob3 fixes:
Sven Hesse
2007-04-05
Implemented scrolling and split screen (for the text field, the bottom 40 lin...
Sven Hesse
2007-04-02
"char *" -> "byte *" where appropriate
Sven Hesse
2007-03-29
- Properly implemented the ImdPlayer
Sven Hesse
2007-03-20
Major clean-up, including:
Sven Hesse
2007-02-06
Implemented vertical scrolling
Sven Hesse
2007-02-04
- Plugged some leaks and fixed some memory errors
Sven Hesse
2007-02-01
- Fixed the palette animations
Sven Hesse
2007-01-29
- Another attempt at fixing the immediately-closing notepad heisenbug (#1621089)
Sven Hesse
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
Instead of drawing the mouse cursor as a sprite, let the backend handle it
Sven Hesse
2006-07-09
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...
Max Horn
2006-05-11
- Sound! Still a bit glitchy, though:
Sven Hesse
2006-05-01
- More differences in Draw_v2::spriteOperation()
Sven Hesse
2006-04-18
- I misunderstood Draw::initBigSprite(); fixed
Sven Hesse
2006-02-11
Moved engines to the new engines/ directory
Max Horn