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
/
parallaction
Age
Commit message (
Expand
)
Author
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-10
Cleanup ManagedList.
Nicola Mettifogo
2008-02-09
More refactoring for command parsing/execution.
Nicola Mettifogo
2008-02-09
Added new debug command to dump scripts execution status.
Nicola Mettifogo
2008-02-08
Initial support for plugin types
Jordi Vilalta Prat
2008-02-07
Implemented scroll command and added a couple more debug variables.
Nicola Mettifogo
2008-02-06
Fix system hang under linux.
Nicola Mettifogo
2008-02-06
Silence MSVC warning about uninitialized variables
Filippos Karapetis
2008-02-06
Enabled moving projector in Nippon Safes. This should fix long standing bug #...
Nicola Mettifogo
2008-02-06
Fixed broken halfbrite implementation from some time ago (nobody complained!!!).
Nicola Mettifogo
2008-02-06
Made font handling stateless.
Nicola Mettifogo
2008-02-06
Added experimental debug feature: variables influencing the rendering that ca...
Nicola Mettifogo
2008-02-06
Correctly implemented little-endian masks in BRA.
Nicola Mettifogo
2008-02-06
Implemented some more opcodes in BRA. Animations should now be visible in mos...
Nicola Mettifogo
2008-02-06
Corrected mask and path loading in BRA.
Nicola Mettifogo
2008-02-05
Fix compilation
Eugene Sandulenko
2008-02-05
Changed main loop to allow BRA to return to menu after intro.
Nicola Mettifogo
2008-02-05
Enhanced parser to handle multi-line comments in scripts.
Nicola Mettifogo
2008-02-05
Fixes to make BRA introduction run:
Nicola Mettifogo
2008-02-05
Fixed size of temporary buffer for unpacking animation frames.
Nicola Mettifogo
2008-02-05
Added new debug command to show global game flags.
Nicola Mettifogo
2008-02-04
Adjusted random number generator, thus improving animation quality in the int...
Nicola Mettifogo
2008-02-04
Added FIXME comment about wrong color for subtitles in BRA.
Nicola Mettifogo
2008-02-03
Revised Engine plugin API to only provide a single func which returns a MetaE...
Max Horn
2008-02-03
Fixed maximum token length for the parser.
Nicola Mettifogo
2008-02-03
instOp_on and instOp_off are now implemented, so removed warnings.
Nicola Mettifogo
2008-02-03
Implemented a couple more opcodes and added capability to load/display static...
Nicola Mettifogo
2008-02-03
- Character is now initialized when needed (for the moment only by NS)
Nicola Mettifogo
2008-02-03
Programs are now handled in their own list, instead of being accessed via the...
Nicola Mettifogo
2008-02-03
Fixed location switching in BRA a bit more.
Nicola Mettifogo
2008-02-03
Animations are now displayed in the right spots in BRA.
Nicola Mettifogo
2008-02-03
Added code to unpack and render animations in BRA.
Nicola Mettifogo
2008-02-03
Changed "COMPATIBLITY" to "COMPATIBILITY".
Torbjörn Andersson
2008-02-02
Enabled rudimentary location switch in BRA.
Nicola Mettifogo
2008-02-02
Subtitles are now displayed in the intro for BRA, though in wrong color (and ...
Nicola Mettifogo
2008-02-02
Fixed warning.
Torbjörn Andersson
2008-02-02
Fix GCC compile.
Travis Howell
2008-02-02
BRA now loads and displays location backgrounds (at least in the intro).
Nicola Mettifogo
2008-02-02
Cleanup of BRA menu code.
Nicola Mettifogo
2008-02-02
Reworked menu in BRA (now functioning).
Nicola Mettifogo
2008-02-02
Moved AdvancedMetaEngine to namespace Common
Max Horn
2008-02-02
Allowed BackgroundInfo to display bitmaps smaller than the screen and other s...
Nicola Mettifogo
2008-02-02
Some more integration of background code into BackgroundInfo.
Nicola Mettifogo
2008-02-02
Fixed warning.
Torbjörn Andersson
2008-02-02
Converted the remaining engines to use MetaEngine
Jordi Vilalta Prat
2008-02-02
Converted parallaction engine to use MetaEngine
Max Horn
2008-02-02
Moved depth buffer and palette rotation data into BackgroundInfo.
Nicola Mettifogo
2008-01-31
Slightly simplified Archive selection when loading resources.
Nicola Mettifogo
2008-01-30
Changed the parameter types of setFlags() and clearFlags() to match their def...
Filippos Karapetis
[next]