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
2008-06-13
Small cleanup (uint16 -> uint where still applicable).
Kari Salminen
2008-06-13
More documentation for CineUnpacker-class (Practically done documenting now)....
Kari Salminen
2008-06-13
Made CineUnpacker::unpack more robust & secure. It shouldn't crash now with a...
Kari Salminen
2008-06-11
Documented CineUnpacker class.
Kari Salminen
2008-06-11
No need to specify CaseSensitiveString_Hash explicitly anymore
Max Horn
2008-06-10
A little Delphine unpacker documentation addition and variable renaming.
Kari Salminen
2008-06-10
Changed unpackHelper1(numBits, addCount) to unpackBytes(numBytes).
Kari Salminen
2008-06-10
unpackerHelper2(numBits) -> copyRelocatesBytes(offset, numBytes) and some rev...
Kari Salminen
2008-06-10
Properly renamed some of the functions in the Delphine unpacker after underst...
Kari Salminen
2008-06-10
Objectified the Delphine decompression routine (i.e. delphineUnpack).
Kari Salminen
2008-06-09
Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array
Torbjörn Andersson
2008-06-08
Fixed readVolCnf() filename length detection and converted fixVolCnfFileName-...
Kari Salminen
2008-05-30
Checked that opcodes 0x71-0x73 really do nothing else but read the parameters...
Kari Salminen
2008-05-30
Implemented opcodes 0x04 (o1_mulObjectParam) and 0x05 (o1_divObjectParam).
Kari Salminen
2008-05-29
Added check in modifyObjectParam's start (Verified with FW & OS PC versions' ...
Kari Salminen
2008-05-29
Fixed a crash that occurs when OS starts
Filippos Karapetis
2008-05-29
Verified most parts of opcode 0x01 (o1_modifyObjectParam) against Future Wars...
Kari Salminen
2008-05-29
Tiny comment update (Echec in French means failure).
Kari Salminen
2008-05-28
Implemented opcode 0x9A (o2_wasZoneChecked).
Kari Salminen
2008-05-28
Fix Operation Stealth's opcode 0x82's parameter list (Verified with DOS versi...
Kari Salminen
2008-05-27
Added a few more comments about Operation Stealth's opcodes (Redundancies, Fu...
Kari Salminen
2008-05-27
Went through Operation Stealth's opcode list and added TODOs for naming all u...
Kari Salminen
2008-05-24
Patch #1969189: "CinE renderer rewrite"
Eugene Sandulenko
2008-05-12
Proper fix for savestates. Thanks to next_ghost
Eugene Sandulenko
2008-05-06
Allow static and dynamic plugins to be used at the same time
Jordi Vilalta Prat
2008-04-24
Cleanup & typo.
Kari Salminen
2008-04-24
Fixed regression: CINE games crashed when a message box appeared (patch by ne...
Filippos Karapetis
2008-04-21
Patch #1941066: "CinE sprite overlay rewrite" courtsey of next_ghost
Eugene Sandulenko
2008-04-09
Fixed warnings for msvc9.
Johannes Schickel
2008-04-08
Ignore pointers on save
Eugene Sandulenko
2008-04-08
Fix compilation on my 64-bit system...
Sven Hesse
2008-04-07
Patch #1913862: "CinE Script system"
Eugene Sandulenko
2008-04-05
Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...
Max Horn
2008-03-28
Oops
Filippos Karapetis
2008-03-28
Fixed 2 off-by-one errors (thanks next_ghost for spotting them)
Filippos Karapetis
2008-03-14
Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...
Max Horn
2008-03-14
Advanced Detector: Changed fallback detector from a callback function pointer...
Max Horn
2008-02-15
Merged lots of _mixer->isReady() warnings into a single one in Engine constru...
Max Horn
2008-02-08
Initial support for plugin types
Jordi Vilalta Prat
2008-02-03
Revised Engine plugin API to only provide a single func which returns a MetaE...
Max Horn
2008-02-03
Changed "COMPATIBLITY" to "COMPATIBILITY".
Torbjörn Andersson
2008-02-02
Moved AdvancedMetaEngine to namespace Common
Max Horn
2008-02-02
Converted the remaining engines to use MetaEngine
Jordi Vilalta Prat
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-01
Slightly modified patch #1848173: "ScriptVars class implementation for CinE"
Eugene Sandulenko
2007-12-24
_Properly_ fix lock-up introduced introduced in revision 29860. A typical
Eugene Sandulenko
2007-12-24
Fix regressions (crashes) introduced in commit 29860
Eugene Sandulenko
2007-12-24
Cleanup
Filippos Karapetis
2007-12-24
Change 3 remaining free() to delete, which were not changed with commit #2984...
Filippos Karapetis
[next]