aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-09-13added hide/showActor, fixed intro, reverted straight animation orderVladimir Menshakov
svn-id: r44055
2009-09-13LOL: add missing opcodeFlorian Kagerer
svn-id: r44053
2009-09-13Fixed crash when reaching the end of the movie, riggered by recent StreamTorbjörn Andersson
changes. svn-id: r44052
2009-09-13Added workaround fix for Amazon conversation being cut off in Act 2Paul Gilbert
svn-id: r44050
2009-09-13added intro supportVladimir Menshakov
svn-id: r44049
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
svn-id: r44048
2009-09-13added simple credits support for the intro.Vladimir Menshakov
svn-id: r44047
2009-09-13added shadow_color, height and packed width parameters for fonts.Vladimir Menshakov
svn-id: r44046
2009-09-13fixed animation slot in first trialVladimir Menshakov
svn-id: r44045
2009-09-13Always disable the "Change Directory" button in the save/load menus, as we ↵Filippos Karapetis
don't allow the engine to change the directory where saved games will be placed svn-id: r44044
2009-09-12Removed the INST_LOOKUP_CLASS defineFilippos Karapetis
svn-id: r44043
2009-09-12Made is_object() a method of the segment managerFilippos Karapetis
svn-id: r44042
2009-09-12Removed the unused ASSERT()-related code and changed a warning where ↵Filippos Karapetis
BREAKPOINT() was used to an error svn-id: r44041
2009-09-12LOL: fix bug that would sometimes accidently swap the freeze palette and the ↵Florian Kagerer
normal palette in the ghorka swamp svn-id: r44040
2009-09-12- Made obj_get and obj_get_name methods of SegManager (getObject and ↵Filippos Karapetis
getObjectName, respectively) - Renamed alloc_List -> allocateList, alloc_Node->allocateNode, alloc_hunk_entry->allocateHunkEntry, free_hunk_entry->freeHunkEntry, for consistency svn-id: r44039
2009-09-11LOL: added another missing opcodeFlorian Kagerer
svn-id: r44037
2009-09-11LOL: add missing opcodeFlorian Kagerer
svn-id: r44036
2009-09-11LOL/Floppy: fixed gfx tables generationFlorian Kagerer
svn-id: r44034
2009-09-11Added an experimental screen transition dirty rect calculation code which ↵Paul Gilbert
should make background changes faster on slower devices or when scalers are active svn-id: r44032
2009-09-11Bugfix for the boundaries of changing objects used for dirty rect calculationsPaul Gilbert
svn-id: r44031
2009-09-11Remove excess spaces.Travis Howell
svn-id: r44030
2009-09-11Remove excess spaces.Travis Howell
svn-id: r44029
2009-09-11Fix compile of M4 game engine.Travis Howell
svn-id: r44028
2009-09-11Slightly modified version of Patch #2838562: Improve endian.h and stream.hMax Horn
svn-id: r44027
2009-09-11M4: Seems that s1_cos and s1_sin are either misnamed, or buggy ?Max Horn
svn-id: r44026
2009-09-11Don't abuse FORCEINLINEMax Horn
svn-id: r44025
2009-09-10Removed incorrect German Neon Edition MD5Paul Gilbert
svn-id: r44023
2009-09-09Really fixing searchHotspot, syntax-wise at least. (Note: ↵Sven Hesse
Hotspots::Hotspot::left is unsigned, so a comparison with -1 will always yield false. And for left == 0xFFFF a method already exists, Hotspots::Hotspot::isEnd()) svn-id: r44022
2009-09-09LOL/Floppy: - fix spell book animationFlorian Kagerer
svn-id: r44021
2009-09-09Playtoons - Fix searchHotspot and suppress a forgotten debug warningArnaud Boutonné
svn-id: r44020
2009-09-09moved away actor animation from the "lan" animations. added better handling ↵Vladimir Menshakov
for the asynchronous events. svn-id: r44019
2009-09-09Playtoons - Add oPlaytoons_printTextArnaud Boutonné
svn-id: r44018
2009-09-09Removed/replaced the gfx_pixmap_color structFilippos Karapetis
svn-id: r44017
2009-09-08Fixed some (pedantic) warningsMax Horn
svn-id: r44015
2009-09-08tinsel: correct mac cd checksums, made on files extracted as raw dataFabio Battaglia
svn-id: r44014
2009-09-08added actor-walkbox position correctionVladimir Menshakov
svn-id: r44013
2009-09-08removed ann's house music hack from scene. Vladimir Menshakov
svn-id: r44012
2009-09-08Tinsel: added (disabled) Discworld 1 MAC detection entryFabio Battaglia
svn-id: r44011
2009-09-08T7G: Fix bug #2853185 where card puzzle doesn't clean up, resulting in a ↵Scott Thomas
blank menu in special instances svn-id: r44009
2009-09-07removed junk, added warning about unimplemented callbackVladimir Menshakov
svn-id: r44008
2009-09-07made game completableVladimir Menshakov
svn-id: r44007
2009-09-07added quit eventVladimir Menshakov
svn-id: r44006
2009-09-07play animation only when hoveredVladimir Menshakov
svn-id: r44005
2009-09-07fixed invalid text length calculationVladimir Menshakov
svn-id: r44004
2009-09-07Merged xfact and yfact into scaleFactor - it doesn't really make sense to ↵Filippos Karapetis
multiply one dimension with an integer multiplier which is different to the multiplier of the other dimension, otherwise we'll end up with funny looking and squashed resolutions like 640x200 or 320x400. Also, removed the now-unused pixelFormat member variable of the graphics driver struct svn-id: r44003
2009-09-07Added second German Neon Edition detection entryPaul Gilbert
svn-id: r44001
2009-09-07Fixed a regression from commit #43999 (segment ID 1 is valid)Filippos Karapetis
svn-id: r44000
2009-09-07SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methodsMax Horn
svn-id: r43999
2009-09-06Removed some unused variablesFilippos Karapetis
svn-id: r43998
2009-09-06LOL/Floppy: implemented missing opcodeFlorian Kagerer
svn-id: r43997