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
/
cine
/
bg.cpp
Age
Commit message (
Expand
)
Author
2014-03-16
CINE: Avoid possible string buffer overrun by using strlcpy and strlcat
Strangerke
2014-02-18
CINE: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-29
JANITORIAL: Remove/comment unused vars
dhewg
2010-12-31
CINE: Fix CollisionPage Uninitialised Reads in Operation Stealth.
David Turner
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2009-06-11
Fix Operation Stealth's 2nd arcade sequence's revolving doors.
Kari Salminen
2008-08-19
Fix for bug #2057656: FW: Assert during demo (regression).
Kari Salminen
2008-08-06
Renamed page3Raw to collisionPage so it's more apparent what it does.
Kari Salminen
2008-07-28
Added loading of temporary Operation Stealth savegames. Needs testing!
Kari Salminen
2008-05-24
Patch #1969189: "CinE renderer rewrite"
Eugene Sandulenko
2008-04-21
Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghost
Eugene Sandulenko
2008-04-07
Patch #1913862: "CinE Script system"
Eugene Sandulenko
2007-12-13
Cleanup
Filippos Karapetis
2007-12-09
- minor screen fix for OS
Gregory Montoir
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-08
Fixed some Valgrind warnings (overlapping source and destination in strcpy()).
Torbjörn Andersson
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-29
removed some resource related memory leaks
Gregory Montoir
2007-05-19
removed 4 unused offscreen buffers ; also changed several 64k buffers to be d...
Gregory Montoir
2006-10-15
Add proper game detection to CinE engine.
Eugene Sandulenko
2006-05-26
As far as I can tell, there's no longer any reason for PartBuffer and AnimData
Torbjörn Andersson
2006-04-07
Small cleanup.
Torbjörn Andersson
2006-04-06
Fixed another "worked in cinE, broken in ScummVM" bug that made it impossible
Torbjörn Andersson
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-23
uint8 -> byte
Eugene Sandulenko
2006-03-23
Got rid of ASSERT and ASSERT_PTR defines
Eugene Sandulenko
2006-03-16
- added defines to handle the different mouse cursors
Gregory Montoir
2006-03-09
minor cleanup.
Gregory Montoir
2006-03-03
Eliminate flip_support.cpp file.
Eugene Sandulenko
2006-02-25
cleanup (endianess fixes, fixed partBufferStruct structure)
Gregory Montoir
2006-02-25
Some more cine header cleanup
Max Horn
2006-02-25
Reducing the header dependencies in cine a bit more
Max Horn
2006-02-25
Moved cine engine into namespace Cine
Max Horn
2006-02-23
formating code
Paweł Kołodziejski
2006-02-23
Cleanup to remove duplicate type defines
Travis Howell
2006-02-22
Initial version of Cinematique engine evo 1.
Eugene Sandulenko