Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-16 | WAGE: Implement script command in debugger | Eugene Sandulenko | |
2016-03-16 | WAGE: Enhanced 'scenes' debug command | Eugene Sandulenko | |
2016-03-16 | WAGE: Put debugger in tilde key `~' | Eugene Sandulenko | |
2016-03-16 | SAGA: Fix interface colors in French and German versions of IHNM | Torbjörn Andersson | |
The same fix that had already been applied to the Spanish version also applies to the French and German versions. (Judging by the detection entries, there aren't any alternative versions so the ones I got from GOG should be representative.) The palettes aren't quite identical to the Spanish one, but I think the remaining difference is for the spiritual barometer, so the special case for that remains Spanish-only. | |||
2016-03-16 | SCI32: Implement analyzeForRemap() | Filippos Karapetis | |
2016-03-16 | SCI32: Implement the remapping drawing functions | Filippos Karapetis | |
2016-03-16 | SCI32: Implement analyzeUncompressedForRemap() | Filippos Karapetis | |
2016-03-16 | SCI32: Spacing | Filippos Karapetis | |
2016-03-16 | SCI32: Remove dead code related to priority map handling | Filippos Karapetis | |
The priority map is not used at all in SCI32 at the engine level by design, so all the relevant code that handles picture priority is pretty much dead | |||
2016-03-16 | SCI32: Global 12 contains the previous room | Filippos Karapetis | |
2016-03-16 | SCI32: Remove getColorAtCoordinate() | Filippos Karapetis | |
The only calling code for this was removed in commit 3f2469c33ed6017d3c385fbbfd01a4e690987fbc | |||
2016-03-15 | SCI32: Initialise all scaler tables | Colin Snover | |
Initialising only the first table means that if the first ratios aren't 1:1 but the *second* ratios are 1:1, the second ratios will read from an uninitialised table. | |||
2016-03-15 | SCI32: More work on remapping | Filippos Karapetis | |
Still not working | |||
2016-03-15 | MACOSX: Add comment about track ID search loop. | Johannes Schickel | |
2016-03-15 | LINUX: Guard Linux audio CD code. | Johannes Schickel | |
2016-03-15 | MACOSX: Guard audio cd code by define check. | Johannes Schickel | |
2016-03-15 | MACOSX: Replace manual uint parsing by strtol. | Johannes Schickel | |
2016-03-15 | NEWS: Reword Windows MIDI bug fix description. | Johannes Schickel | |
2016-03-15 | NEWS: Engine name consistency fixes. | Johannes Schickel | |
2016-03-15 | NEWS: Improve wording slightly. | Johannes Schickel | |
2016-03-15 | NEWS: Consistency fixes. | Johannes Schickel | |
2016-03-15 | NEWS: Sync 1.8.1 section | Eugene Sandulenko | |
2016-03-15 | WAGE: Plug the debugger in | Eugene Sandulenko | |
2016-03-15 | WAGE: Added engine debugger stub | Eugene Sandulenko | |
2016-03-15 | WAGE: Better menu shortcut parsing. This fixes Jumble! | Eugene Sandulenko | |
2016-03-15 | WAGE: More games to detection | Eugene Sandulenko | |
2016-03-15 | WAGE: More games to detection | Eugene Sandulenko | |
2016-03-15 | WAGE: Two more games added to detection | Eugene Sandulenko | |
2016-03-15 | SCI32: Document kAddLine | Filippos Karapetis | |
2016-03-15 | SCI32: Implement kBitmapSetDisplace | Filippos Karapetis | |
2016-03-15 | SCI: Remove unused _gfxScreen parameter from GfxRemap | Filippos Karapetis | |
2016-03-14 | VOYEUR: Changed engine to use Graphics::ManagedSurface | Paul Gilbert | |
2016-03-14 | TSAGE: Changed engine to use Graphics::ManagedSurface | Paul Gilbert | |
2016-03-14 | SHERLOCK: Changed engine to use Graphics::ManagedSurface | Paul Gilbert | |
2016-03-14 | MADS: Changed engine to use Graphics::ManagedSurface | Paul Gilbert | |
2016-03-14 | ACCESS: Changed engine to use Graphics::ManagedSurface | Paul Gilbert | |
2016-03-14 | GRAPHICS: Added ManagedSurface and Screen classes | Paul Gilbert | |
2016-03-14 | SCI32: Implement kBitmapDrawColor | Colin Snover | |
2016-03-14 | Merge pull request #705 from ottogin/sword25-video-fix | Eugene Sandulenko | |
SWORD25: Fix video loop in intro | |||
2016-03-14 | Merge pull request #706 from eriktorbjorn/bbvs-newgame | Eugene Sandulenko | |
BBVS: Move much of engine initialization to newGame() | |||
2016-03-14 | WAGE: Crash in Strange Disappearance has been resolved | Eugene Sandulenko | |
2016-03-14 | WAGE: Made bounds calulation less restrictive | Eugene Sandulenko | |
2016-03-14 | BBVS: Move much of engine initialization to newGame() | Torbjörn Andersson | |
This should fix bug #7057 ("BBVS: No clean-up when restarting"). | |||
2016-03-13 | SCI32: Implement kCelInfo | Colin Snover | |
2016-03-13 | SCI32: Fix scaler drawing pixels at the wrong positions | Colin Snover | |
In order for scaling ratios to apply equally across objects that start at different positions on the screen, the pixels that are read from the source bitmap must all use the same pattern of division. In other words, cels must follow the same scaling pattern as if they were drawn starting at an even multiple of the scaling ratio, even if they were not. | |||
2016-03-13 | Revert "SCI32: Fix small inaccuracy in the scaling drawing code" | Colin Snover | |
This reverts commit d85eb8ded68a20de383d84064aacd1a4c81db4e9. This patch did not correctly fix the scaler to follow the same rules as SSCI and only worked on the y-axis. | |||
2016-03-14 | SWORD25: Fix frozen/flickering title menu movie | ottogin | |
Fixes bug #6978: Unload old movie before loading a new one | |||
2016-03-14 | WIN32: Cleanup header includes for AudioCD code. | Johannes Schickel | |
2016-03-14 | WIN32: Supply required DDK headers for older MSVC. | Johannes Schickel | |
Header file taken from MinGW's w32api 4.0.3. | |||
2016-03-13 | NEWS: Add mention of the new option to use English speech in SWORD25 | Thierry Crozat | |