aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-10SCI: Fixed palette regression from rev 40388Max Horn
svn-id: r40432
2009-05-10SCI: Changed object list in Script instances to use Common:::ArrayMax Horn
svn-id: r40431
2009-05-10Changed Common::Array::resize() to default init new array elementsMax Horn
svn-id: r40430
2009-05-10Actually save keymap after remappingEugene Sandulenko
svn-id: r40429
2009-05-10Oops typo.Johannes Schickel
svn-id: r40428
2009-05-10Store global keymaps into a separate sectionEugene Sandulenko
svn-id: r40427
2009-05-10Cleanup.Johannes Schickel
svn-id: r40426
2009-05-10Fix accidental assignment in if condition.Johannes Schickel
svn-id: r40425
2009-05-10whitespacesEugene Sandulenko
svn-id: r40424
2009-05-10CleanupFilippos Karapetis
svn-id: r40423
2009-05-10CleanupFilippos Karapetis
svn-id: r40422
2009-05-10Applied patch by waltervn to remove the length parameter from getText() and ↵Filippos Karapetis
fixed a silly bug in getLength() svn-id: r40421
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
- fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420
2009-05-10Objectified and cleaned up the MessageState classFilippos Karapetis
svn-id: r40419
2009-05-10Updated xcode project and did some minor iphone optimizationsOystein Eftevaag
svn-id: r40418
2009-05-10Add detection for newly discovered AGI demoEugene Sandulenko
svn-id: r40417
2009-05-10Reverted commit #40413Filippos Karapetis
svn-id: r40415
2009-05-10Patch #2789608: "recognition of os2-emx in configure"Eugene Sandulenko
svn-id: r40414
2009-05-10OopsFilippos Karapetis
svn-id: r40413
2009-05-10Moved the code which retrieves the current room number in a separate ↵Filippos Karapetis
function and merged _sci1_alloc_system_colors inside _reset_graphics_input svn-id: r40412
2009-05-10Disabled some unused codeFilippos Karapetis
svn-id: r40411
2009-05-10Fix regression that caused F1 to trigger the original load/save menu in COMI.Travis Howell
svn-id: r40410
2009-05-10Update comment.Travis Howell
svn-id: r40409
2009-05-10Change the work around for sq3.san, so it doesn't alter global smush frame ↵Travis Howell
rate (Which is a regression). svn-id: r40408
2009-05-10Correct and move initial SMUSH frame rate value, for the demo version of The ↵Travis Howell
Dig. svn-id: r40407
2009-05-10Set the initial SMUSH frame rate, since variable doesn't change and isn't saved.Travis Howell
svn-id: r40406
2009-05-09Fix GUI keymap.Eugene Sandulenko
svn-id: r40405
2009-05-09Original GSoC'08 keymapper now works.Eugene Sandulenko
Plans: - Make remap dialog less ugly - Port dialog to other resolutions and classic theme - Stop polluting config namespaces with keymap - Improve automapper - Add support to the engines and backends svn-id: r40404
2009-05-09Converted the iPhone backend to use OpenGL ES instead of CoreSurface for ↵Oystein Eftevaag
graphics output svn-id: r40403
2009-05-09Synced all the MSVC project files of the SCI engineFilippos Karapetis
svn-id: r40402
2009-05-09remove temporary files on mac os xPaweł Kołodziejski
svn-id: r40401
2009-05-09Added file gfx\gfx_pixmap_scale.cppPaul Gilbert
svn-id: r40400
2009-05-09SCI: AvoidPath: Got rid of a warning.Walter van Niftrik
svn-id: r40399
2009-05-09SCI: AvoidPath: No longer excludes edges on screen borders for pathfinding, asWalter van Niftrik
only the earlier games seem to do this. We may need to add a SCI version check here if this change breaks anything in earlier games. svn-id: r40398
2009-05-09SCI: AvoidPath: another workaround for ECO.Walter van Niftrik
svn-id: r40397
2009-05-08SCI: Set signature for GetMessage.Walter van Niftrik
svn-id: r40396
2009-05-08Add detection for Adibù 2 Ambiente et pour Adibù prima elementare : Imparo ↵Arnaud Boutonné
a leggere e a contare svn-id: r40395
2009-05-08SCI: Fix return value of GetMessage.Walter van Niftrik
svn-id: r40394
2009-05-08Added detection string for 'Adi Anglais primaire 7-11 ans' (PAK)Arnaud Boutonné
svn-id: r40393
2009-05-08"??)" is the trigraph for "]". That isn't what we want.Torbjörn Andersson
svn-id: r40392
2009-05-08Added detection string for 'Adibou présente la Magie' (STK2.1), 'Adi ↵Arnaud Boutonné
Français Maths CM2' (PAK) and 'Adi Français Maths CE2' (PAK) svn-id: r40391
2009-05-08SCI: GetMessage: lock resource.Walter van Niftrik
svn-id: r40390
2009-05-08SCI: Folded line.h and crossblit.h into gfx_support.cppMax Horn
svn-id: r40389
2009-05-08SCI: cleanupMax Horn
svn-id: r40388
2009-05-08SCI: Got rid of code for endian adjusting pixmapsMax Horn
svn-id: r40387
2009-05-08SCI: turn the various gfx filters from #define hacks into template funcsMax Horn
svn-id: r40386
2009-05-08SCI: Replaced gfx_driver_t::set_palette and install_palette by directly ↵Max Horn
invoking their OSystem counterparts svn-id: r40385
2009-05-08SCI: AvoidPath: another workaround for ECOWalter van Niftrik
svn-id: r40384
2009-05-08SCI: AvoidPath: Fixed a regression caused by previous commit, and added aWalter van Niftrik
workaround for ECO room 300. svn-id: r40383
2009-05-08Clarified docstring for String::insertCharMax Horn
svn-id: r40382