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
Age
Commit message (
Expand
)
Author
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2009-05-11
Fix bug #2055836: "FW: Music is not restarted when loading a saved game"
Eugene Sandulenko
2009-04-04
Add saturatedAddColor-function in which you can specify the added color's for...
Kari Salminen
2009-04-01
Cine::Palette: Add saturatedAddNormalizedColor-function (Going to be used to ...
Kari Salminen
2009-04-01
Add default constructor for Cine::Palette (Creates an invalid, empty palette).
Kari Salminen
2009-03-28
Cine::Palette: Revamp palette constants so they can be used for e.g. allocati...
Kari Salminen
2009-03-28
Cine::Palette: Add constants for normally used palette color counts and byte ...
Kari Salminen
2009-03-28
Cine::Palette: Add empty() and isValid() functions.
Kari Salminen
2009-03-27
Cine::Palette: Add a black palette constructor and a clear-function for clear...
Kari Salminen
2009-03-27
Make Cine::Palette use the PixelFormat's convenience functions introduced in ...
Kari Salminen
2009-03-27
Cine::Palette: Remove unnecessary and needlessly complicating saving of the l...
Kari Salminen
2009-03-27
Cine::Palette: Add setGlobalOSystemPalette-method for setting the global OSys...
Kari Salminen
2009-03-25
Cine::Palette::saturatedAddNormalizedGray: Use fractional representation (div...
Kari Salminen
2009-03-24
Cine::Palette: Add fillWithBlack and saturatedAddNormalizedGray-methods.
Kari Salminen
2009-03-16
Fix for warnings on trunk-lenny-x86_64-build (Yay \o/ Buildbot!).
Kari Salminen
2009-03-16
Cine::Palette: Make saturatedAddColor-methods more like their old counterpart...
Kari Salminen
2009-03-16
Prefix Cine's endian types with CINE_ so they don't clash with already define...
Kari Salminen
2009-03-16
Add endianness handling to Cine::Palette's load and save functions.
Kari Salminen
2009-03-14
Cine::Palette revamp part 2: Fix save-function, add Cine-palette formats etc.
Kari Salminen
2009-03-11
Fix assertion (Doh! That was supposed to be the other way).
Kari Salminen
2009-03-11
Cine::Palette: Move color format setting to setColorFormat-method.
Kari Salminen
2009-03-11
Formatting.
Kari Salminen
2009-03-11
Add saving in original palette format and the OSystem's palette format to Cin...
Kari Salminen
2009-03-11
Add saving functions to Cine::Palette (Now one can output the palette in othe...
Kari Salminen
2009-03-11
Fix assertions in palette loading function to really test that each color com...
Kari Salminen
2009-03-10
- Fix warnings
Johannes Schickel
2009-03-10
Fix compile of CINE engine.
Travis Howell
2009-03-10
Palette-class for Cine-engine, WIP: Take 2. Testing, using and documentation ...
Kari Salminen
2009-03-05
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...
Jordi Vilalta Prat
2009-03-01
Engines: Fused several init&go methods into a single run method
Max Horn
2009-03-01
Merged Engine::go() and ::init() into a new run() method (currently implement...
Max Horn
2009-02-15
Fixed compilation (along with it const correctness).
Johannes Schickel
2009-02-15
Quick dirty hack to make the engine run again on PalmOS
Chris Apers
2009-01-30
do not include common/debug.h from common/util.h
Max Horn
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-25
Pushing down some header deps (on common/system.h, mostly)
Max Horn
2008-11-20
Fixed gcc warning.
Johannes Schickel
2008-11-20
Fix resizing of the internal color array in Palette-class.
Kari Salminen
2008-11-20
Add Palette-class for handling 9-bit and 24-bit palettes. WIP!
Kari Salminen
2008-11-18
Make the 256 color transformPaletteRange-function and Future Wars's refreshPa...
Kari Salminen
2008-11-14
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-13
Fix compile of CINE engine.
Travis Howell
2008-11-13
Started moving Save/Load code to saveload.cpp/.h
Filippos Karapetis
2008-11-12
Deleting save states via the launcher and the GMM is now supported in the cin...
Filippos Karapetis
2008-11-12
Saving and loading from the GMM is now supported in the cine engine
Filippos Karapetis
2008-11-09
- The GMM save dialog is now working for all engines which support the approp...
Filippos Karapetis
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
[next]