aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
AgeCommit message (Expand)Author
2013-07-04Merge pull request #331 from sev-/gsoc2012-eventsrecorderEugene Sandulenko
2013-06-26WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo)Einar Johan Trøan Sømåen
2013-06-19WINTERMUTE: Set language of James Peris to unknown for now.Einar Johan Trøan Sømåen
2013-06-19WINTERMUTE: Add detection for James Peris: No License Nor Control (demo)Einar Johan Trøan Sømåen
2013-06-18WINTERMUTE: Add detection for Des Reves Elastiques Avec Mille Insectes Nommes...Einar Johan Trøan Sømåen
2013-06-18WINTERMUTE: Add detection entry for The Trader of Stories (Demo)Einar Johan Trøan Sømåen
2013-06-18WINTERMUTE: Minor formatting fix.Einar Johan Trøan Sømåen
2013-06-18WINTERMUTE: Add detection entry for Beyond the Threshold.Einar Johan Trøan Sømåen
2013-06-18Revert "WINTERMUTE: Prevent warning about duplicate files when autodetecting."Einar Johan Trøan Sømåen
2013-06-18WINTERMUTE: Avoid explicitly including <math.h>Einar Johan Trøan Sømåen
2013-06-06WINTERMUTE: Prevent warning about duplicate files when autodetecting.Tobia Tesan
2013-06-06WINTERMUTE: Fix for unnecessary "WARNING: getChildren() failed for path:"Tobia Tesan
2013-05-23WINTERMUTE: Fix erroneous _gameRef in BaseQuickMSGEinar Johan T. Sømåen
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-04-23WINTERMUTE: Cap the renderqueue to 800.Einar Johan Trøan Sømåen
2013-04-23WINTERMUTE: Fix non-dirty-rect render-path.Einar Johan Trøan Sømåen
2013-04-22WINTERMUTE: Mark Chivalry as ADGF_TESTING.Einar Johan Trøan Sømåen
2013-04-22WINTERMUTE: Use the theme-path to find scummodern.zipEinar Johan Trøan Sømåen
2013-04-21WINTERMUTE: Fix the final int->int32 to allow AmigaOS4-compile.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Fix ScriptExtDate-saving (bump savegame-version to 1.2.1).Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Change ScriptValue to use int32.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Further reduce the amount of int->int32-confusion.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Fix a few more int->int32's spotted by fuzzie.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Let TMEMBER_INT take int32, not int.Einar Johan Trøan Sømåen
2013-04-20WINTERMUTE: Use int32 in coll_templ.hEinar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Change more int's to int32s.Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Add overrides to Font-classes.Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Replace a few more ints by int32s.Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Change transfer(int *val) to transfer(int32 *val)Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...Einar Johan Trøan Sømåen
2013-04-19WINTERMUTE: Initialize member _gameRef in SaveThumbHelperEinar Johan Trøan Sømåen
2013-04-19Merge pull request #322 from fingolfin/fix-clang-warningsJohannes Schickel
2013-04-19JANITORIAL: Add a CRLF at the end of the file to fix compilation using MSVC (...Strangerke
2013-04-19JANITORIAL: Add a CRLF at the end of the file to fix compilation using MSVCStrangerke
2013-04-18WINTERMUTE: Do not us char literals to index an arrayMax Horn
2013-04-18ENGINES: Remove a bunch of unused private member variablesMax Horn
2013-04-18WINTERMUTE: Add 'override' to most Script-related functions.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Use int32 instead of int in classes.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Get Renderer from BaseEngine, not BaseGame in BaseClasses.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Use BaseEngine for Logging, not _gameRef in base-classes.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Avoid including BaseGame in PartEmitter.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Avoid including BaseGame in BaseSoundManager.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Avoid including BaseGame in BaseFader.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Split the timers from BaseGame into a separate class.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Avoid including BaseGame in BaseViewport.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Avoid including BaseGame in BaseFrame.Einar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Constify AdRotLevelEinar Johan Trøan Sømåen
2013-04-18WINTERMUTE: Constify AdResponse/AdResponseBox/AdResponseContext.Einar Johan Trøan Sømåen
2013-04-17WINTERMUTE: Add more const to AdResponseBoxEinar Johan Trøan Sømåen
2013-04-17WINTERMUTE: Improve const-usage in VideoTheoraPlayer.Einar Johan Trøan Sømåen