aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2008-02-09Added new debug command to dump scripts execution status.Nicola Mettifogo
svn-id: r30840
2008-02-09Fixed comments a bit (typos etc.).Johannes Schickel
svn-id: r30839
2008-02-09Revised way of how archive files are mounted:Johannes Schickel
- file entries from protected archives do not get overwritten anymore - preload indicator of archives will be unflagged, if embedded file entries are overwritten by other archives svn-id: r30838
2008-02-09Revised checking if files can be load.Johannes Schickel
svn-id: r30837
2008-02-09Changed some asserts to errors.Johannes Schickel
svn-id: r30836
2008-02-09Added filename check before header check when trying to detect archives ↵Johannes Schickel
types, this should lower the file i/o need a lot when starting up kyra2. svn-id: r30835
2008-02-09Implemented proper PAK archive detector.Johannes Schickel
svn-id: r30834
2008-02-09Added another check if PAK file is corrupted.Johannes Schickel
svn-id: r30833
2008-02-09Cleanup.Johannes Schickel
svn-id: r30832
2008-02-08- cleanup.Johannes Schickel
- kyra.dat shouldn't be load by default. svn-id: r30831
2008-02-08Should fix regression which prevented kyra.dat to be detected corretly when ↵Johannes Schickel
in game path. svn-id: r30830
2008-02-08Should make load message appear in CD version while loading talk files.Johannes Schickel
svn-id: r30829
2008-02-08Remove undesired spaces and an old TODOJordi Vilalta Prat
svn-id: r30827
2008-02-08Initial support for plugin typesJordi Vilalta Prat
svn-id: r30825
2008-02-07Fixed memory leak.Johannes Schickel
svn-id: r30824
2008-02-07Fixed kyra3 related regression (should show the menu now again).Johannes Schickel
svn-id: r30823
2008-02-07Fixed kyra3 code.Johannes Schickel
svn-id: r30822
2008-02-07Fixed regression introduced while reworking resource loading code.Johannes Schickel
svn-id: r30821
2008-02-07Reworked Kyrandia resource loading code.Johannes Schickel
svn-id: r30820
2008-02-07Fix code formatting and grammar ;)Max Horn
svn-id: r30819
2008-02-07Implemented scroll command and added a couple more debug variables.Nicola Mettifogo
svn-id: r30814
2008-02-06Fix system hang under linux.Nicola Mettifogo
svn-id: r30813
2008-02-06Silence MSVC warning about uninitialized variablesFilippos Karapetis
svn-id: r30812
2008-02-06Enabled moving projector in Nippon Safes. This should fix long standing bug ↵Nicola Mettifogo
#1729309. svn-id: r30811
2008-02-06Fixed broken halfbrite implementation from some time ago (nobody complained!!!).Nicola Mettifogo
svn-id: r30810
2008-02-06Made font handling stateless.Nicola Mettifogo
svn-id: r30809
2008-02-06Added experimental debug feature: variables influencing the rendering that ↵Nicola Mettifogo
can be set via console using the 'set' command. The implementation is still partial. Leveraging on this, the engine can now selectively display the current background mask instead of the background itself. svn-id: r30808
2008-02-06Correctly implemented little-endian masks in BRA.Nicola Mettifogo
svn-id: r30807
2008-02-06Implemented some more opcodes in BRA. Animations should now be visible in ↵Nicola Mettifogo
most locations. svn-id: r30806
2008-02-06Corrected mask and path loading in BRA.Nicola Mettifogo
svn-id: r30805
2008-02-05I think this is slightly easier to read...Torbjörn Andersson
svn-id: r30803
2008-02-05Fix compilationEugene Sandulenko
svn-id: r30800
2008-02-05Changed main loop to allow BRA to return to menu after intro.Nicola Mettifogo
svn-id: r30798
2008-02-05Enhanced parser to handle multi-line comments in scripts.Nicola Mettifogo
svn-id: r30797
2008-02-05Fixes to make BRA introduction run:Nicola Mettifogo
- fixed location command parser - implemented stop command - temporary disabled speak zones (audio is not yet supported) svn-id: r30796
2008-02-05Fixed size of temporary buffer for unpacking animation frames.Nicola Mettifogo
svn-id: r30795
2008-02-05Added new debug command to show global game flags.Nicola Mettifogo
svn-id: r30794
2008-02-05silency ignored, we handle it differentlyPaweł Kołodziejski
svn-id: r30793
2008-02-05Fix indentation (spaces to tabs)Jordi Vilalta Prat
svn-id: r30792
2008-02-04Adjusted random number generator, thus improving animation quality in the ↵Nicola Mettifogo
intro. The general still acts like he is on amphetamines. svn-id: r30791
2008-02-04Added FIXME comment about wrong color for subtitles in BRA.Nicola Mettifogo
svn-id: r30790
2008-02-04Change MetaEngine references to PluginObject where possible to make its ↵Jordi Vilalta Prat
semantics more generic. svn-id: r30789
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
svn-id: r30786
2008-02-03Revised Engine plugin API to only provide a single func which returns a ↵Max Horn
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780
2008-02-03cleanupMax Horn
svn-id: r30777
2008-02-03Fixed maximum token length for the parser.Nicola Mettifogo
svn-id: r30776
2008-02-03instOp_on and instOp_off are now implemented, so removed warnings.Nicola Mettifogo
svn-id: r30771
2008-02-03Implemented a couple more opcodes and added capability to load/display ↵Nicola Mettifogo
static images in BRA. svn-id: r30770
2008-02-03- Character is now initialized when needed (for the moment only by NS)Nicola Mettifogo
- Forward lists are now bigger since BRA scripts are larger svn-id: r30769
2008-02-03Programs are now handled in their own list, instead of being accessed via ↵Nicola Mettifogo
the referring Animation. svn-id: r30768