Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-08 | ENGINES: Make variable names of AdvancedMetaEngine conform to our guidelines. | Johannes Schickel | |
_singleid -> _singleId _gameids -> _gameIds _guioptions -> _guiOptions | |||
2016-03-08 | ENGINES: Fix formatting. | Johannes Schickel | |
2016-03-08 | SCI32: Clean up kIsOnMe and fix rounding bug | Colin Snover | |
The implementation was not correctly rounding the scaled position with mulru, leading to occasionally incorrect hit detection at the boundaries of boxes. | |||
2016-03-08 | CONFIGURE: Remove out dated comment for MinGW. | Kirben | |
2016-03-08 | CONFIGURE: Update FluidSynth libraries for MinGW. | Kirben | |
2016-03-07 | SCI32: Add unnecessary micro-optimisation to palette merging code | Colin Snover | |
2016-03-07 | SCI32: Fix palette color overflow | Colin Snover | |
2016-03-07 | SCI32: Actually use the BitmapFlags enum | Colin Snover | |
2016-03-07 | SCI32: Enable GfxPalette32::cycleAllPause | Colin Snover | |
This is used by the Mr Soylent machines in SQ6 (e.g. room 370). | |||
2016-03-07 | SCI32: Implement kBitmapDrawText | Colin Snover | |
2016-03-07 | SCI32: Move in-memory bitmap read/write into its own class | Colin Snover | |
2016-03-08 | SCI: Truncate channel data in case it goes beyond resource size | Martin Kiewitz | |
Fixes invalid memory access during kq5 floppy ending | |||
2016-03-08 | SCI: Script patch for ending glitch in multilingual kq5 | Martin Kiewitz | |
Game hangs during the magic battle during the ending. Happened in all multilingual versions because of a script bug (scripts were waiting for a signal, music didn't set one) Fixes French, German and Spanish versions of KQ5 Also happened, when using the original interpreter | |||
2016-03-07 | SCI32: Change magnifier warning to error | Colin Snover | |
If anything actually uses this feature, we should know about it eventually. | |||
2016-03-07 | SCI32: Clean up renderer code a bit more | Colin Snover | |
2016-03-07 | SCI32: Add reg_t comparisons for graphics sorting | Colin Snover | |
2016-03-07 | SCI32: Add debugger command to view screen items in the visible plane list | Colin Snover | |
2016-03-07 | SCI32: Fix adding too many items to drawlist | Willem Jan Palenstijn | |
2016-03-07 | AD: Remove leftover debug messages | Eugene Sandulenko | |
2016-03-07 | WAGE: Added games from Joshua's Worlds 1.0 | Eugene Sandulenko | |
2016-03-07 | WAGE: Use new AD flag for autogenerating targets for fangames | Eugene Sandulenko | |
2016-03-07 | WAGE: Added couple more games to detection | Eugene Sandulenko | |
2016-03-07 | AD: Added new flag for autogenerating game target from extra information | Eugene Sandulenko | |
2016-03-07 | Merge pull request #698 from rootfather/update-news-de | Eugene Sandulenko | |
NEWS: Add AGI Hercules rendering + pause feature info | |||
2016-03-07 | NEWS: Add AGI Hercules rendering + pause feature info | rootfather | |
The German translation of the NEWS file is now based on the original NEWS file as of commit e63cbdb6a7f79aeb25b2053197e060dca548a940 | |||
2016-03-07 | WAGE: Added more games to detection | Eugene Sandulenko | |
2016-03-07 | WAGE: More game detection | Eugene Sandulenko | |
2016-03-06 | SCI32: Implement variable size frame drawing | Colin Snover | |
2016-03-06 | SCI32: Make PlaneList definition order match declaration order | Colin Snover | |
2016-03-06 | SCI32: Fix memory leaks | Colin Snover | |
2016-03-06 | SCI32: "Improve" comparison algorithm for planes and screen items | Colin Snover | |
This adds a slightly more accurate comparison algorithm that will at least ensure that all the engine-generated planes and screen items with matching priorities will be sorted above script-generated planes and screen items, like in the original engine. It still does not sort script-generated items by memory handle order, so if that is ever a thing that actually happens, those may still be in the wrong order. | |||
2016-03-06 | SCI32: Fix missing digits in plane item list debug output | Colin Snover | |
2016-03-06 | SCI32: Implement kEditText | Colin Snover | |
2016-03-06 | CONFIGURE: Don't use abbreviations in feature list. | Johannes Schickel | |
2016-03-06 | Merge pull request #696 from tobiatesan/fix_7067_broken_abs | Eugene Sandulenko | |
WINTERMUTE: Rewrite absolute prefix workarounds block with loop | |||
2016-03-06 | WINTERMUTE: Actually use new BasePersistenceManager constructor | Willem Jan Palenstijn | |
2016-03-06 | Merge pull request #691 from tobiatesan/common_string_target | Eugene Sandulenko | |
WINTERMUTE: Return Common::String in getGameTargetName() | |||
2016-03-06 | WINTERMUTE: Use Common::String in arg for initSave | Tobia Tesan | |
2016-03-06 | WINTERMUTE: Use Common::String in BasePersistenceManager-ctor | Tobia Tesan | |
2016-03-06 | WINTERMUTE: Use C strings in absolute path workaround array | Tobia Tesan | |
2016-03-06 | WINTERMUTE: Use array to store known broken absolute paths | Tobia Tesan | |
Avoids an if() block that is getting longer | |||
2016-03-05 | SCI32: Fix incorrect insertion of new planes | Colin Snover | |
2016-03-06 | Merge pull request #692 from tobiatesan/cr5 | Eugene Sandulenko | |
WINTERMUTE: Add detection entry for Carol Reed 5 Demo | |||
2016-03-06 | Merge pull request #693 from tobiatesan/cr4_demo | Eugene Sandulenko | |
WINTERMUTE: Remove ADGF_DEMO flag from non-demo carolreed4 detection | |||
2016-03-06 | Merge pull request #686 from rootfather/update-news | Eugene Sandulenko | |
NEWS/DE: Added stub for 1.9.0 | |||
2016-03-06 | Merge pull request #689 from Tkachov/master | Eugene Sandulenko | |
SWORD25: Fix "Resource not released" warnings | |||
2016-03-06 | Merge pull request #690 from WinterGrascph/fix7022 | Eugene Sandulenko | |
LAB: Process events during ending sequence | |||
2016-03-06 | Merge pull request #695 from tobiatesan/fix_7067_a | Eugene Sandulenko | |
WINTERMUTE: Add workaround for bug #7067 | |||
2016-03-05 | BUILD: Fix comment for how we get the path to the Xcode Tools | Thierry Crozat | |
2016-03-05 | BUILD: Use xcode-select to determine the path to the Xcode tools on OS X | Thierry Crozat | |
We hardcoded the path as /Developer/Tools, but that path changed with more recent versions of Xcode. There is actually a command line tool to get this path, so use that. But also add an undocumented configure option to allow specifying the path manually. |