Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-30 | TITANIC: Formatting fixes for viewport refactoring | Paul Gilbert | |
2017-08-30 | Merge pull request #1001 from dafioram/viewport_refactor | Paul Gilbert | |
TITANIC: Viewport refactor | |||
2017-08-30 | WAGE: Update Parrot Talk games status | Eugene Sandulenko | |
2017-08-29 | WAGE: Correctly specify target name for dumped scripts | Eugene Sandulenko | |
2017-08-29 | WAGE: Dump scripts by request | Eugene Sandulenko | |
2017-08-29 | WAGE: Quit gracefully when requested | Eugene Sandulenko | |
2017-08-29 | WAGE: Since the sounds are blocking, made the sound handle global | Eugene Sandulenko | |
2017-08-29 | WAGE: Make sound blocking | Eugene Sandulenko | |
2017-08-28 | TITANIA: Fix light being loose after Bellbot gets Titania's eye | Paul Gilbert | |
2017-08-28 | TITANIC: Fix crash opening GMM during startup & Continue dialog | Paul Gilbert | |
2017-08-28 | GRAPHICS: MACGUI: Do not crash when nothing was drawn yet | Eugene Sandulenko | |
2017-08-28 | WAGE: Properly set the character when player is not defined | Eugene Sandulenko | |
2017-08-27 | BLADERUNNER: Fix build | Thomas Fach-Pedersen | |
2017-08-27 | BLADERUNNER: Fix build | Thomas Fach-Pedersen | |
2017-08-27 | BLADERUNNER: Add Overlay videos | Thomas Fach-Pedersen | |
2017-08-27 | TITANIC: Refactoring of Viewport class | David Fioramonti | |
1. Improved naming of functions. E.x., fn17 is now called getRelativePosNoCentering 2. Improved variable names E.x., _valArray[3] is now _pixel1OffSetX, naming makes sense for it use in CBaseStars::draw. 3. Lots of comments and TODO added for suspicious behavior Mentioned unused functions and values that don't get used. 4. Changes in other classes that viewport renaming affected Some of the star_camera functions were 1-1 mapping of functions in viewport so I just made the names be the same. | |||
2017-08-27 | TITANIC: Fix viewport _field24/starcolor not being saved | David Fioramonti | |
One of the fields wasn't getting saved. This field determines whether the star color should be pink or white. It gets recomputed when you put the helmet back on so it doesn't really matter. Previously, when it loaded this value it was loading some orientation data which occurs next in the saved data file for saved games saved by scummvm versions before this commit. | |||
2017-08-27 | TITANIC: Move Rad2Deg from dvector to fvector | David Fioramonti | |
I wanted to use that variable in viewport.cpp and since fvector.h is included in more functions (already) then dvector it makes sense to move it there. | |||
2017-08-27 | TITANIC: Add fpose product helper function | David Fioramonti | |
This adds a non-member function that computes the product between two fpose "matrices" and puts it in a third. One of the constructor was doing that so now it calls this non-member function. | |||
2017-08-26 | SCI32: Ignore invalid audio maps in Phant2 FR | Colin Snover | |
Fixes Trac#10049. | |||
2017-08-26 | SCI32: Ignore invalid audio map in GK2 DE | Colin Snover | |
Fixes Trac#10143. | |||
2017-08-26 | SCI32: Limit existing bad audio map resource skips by language | Colin Snover | |
Since audio maps change when game speech is localised, it makes sense to limit audio map skips by language until it turns out that the same problem exists in more than one language release, so we do not accidentally skip a map that is bad in one language, but OK in another language. | |||
2017-08-26 | SCI32: Allow changing SFX/speech volume in GK2 | Colin Snover | |
Originally, changing the SFX volume from ScummVM was disabled because the game itself only allowed adjustment of music volume, so adjusting the SFX volume would indirectly affect the music volume. On reflection, allowing the adjustment of SFX volume even though this also changes the music volume seems preferable to not allowing any adjustment of the SFX/speech volumes. | |||
2017-08-26 | SCI32: Fix SFX volume being misapplied to music & speech in some games | Colin Snover | |
This was happening in games with game scripts that control the master volume themselves by applying the master volume to each channel sent to the kernel, instead of relying on the kernel to manage the master volume for them. | |||
2017-08-26 | TITANIC: Added frame debugger command for setting objects' movie frames | Paul Gilbert | |
2017-08-26 | BLADERUNNER: Support for AESC | Peter Kohaut | |
2017-08-26 | GRAPHICS: MACGUI: Clear whole surface when resizing | Eugene Sandulenko | |
This removes black artifacts when previous text was narrower | |||
2017-08-26 | TITANIC: Fix error setting correct PET buttons for a given area | Paul Gilbert | |
2017-08-26 | TITANIC: Fix German strings in create_titanic, regenerate titanic.dat | Paul Gilbert | |
2017-08-26 | DEVTOOLS: Corrections to newly added German strings | Paul Gilbert | |
2017-08-26 | TITANIC: Add further strings to create_titanic tool | Paul Gilbert | |
2017-08-26 | TITANIC: Hide back view of MaitreD from close to the table | Paul Gilbert | |
The MaitreD was rendered using frame 0 from c386.avi, but with a corrupted right and bottom edge. Ironically, the MaitreD object isn't used at all, since hiding him revealed he's part of the background as well. From the video, it seems like he was meant to have an idle wiggle animation that didn't end up being used. | |||
2017-08-26 | TITANIC: Fix another struct vs class warning | Paul Gilbert | |
2017-08-26 | BLADERUNNER: Transparent background in dialogue menu | Peter Kohaut | |
2017-08-25 | TITANIC: Fix struct vs class forward declaration warning | Paul Gilbert | |
2017-08-25 | SCI32: Stop blacklisting 37.MAP from Phantasmagoria | Colin Snover | |
It turns out that GOG.com version of Phantasmagoria needs the 37.MAP patch file because for some reason the 37.MAP in RESSCI.000 is empty (36 bytes, versus the correct file which is ~1kB). Fortunately, this file is the same across all CDs in the original US release, so hopefully unblocking this patch will not cause any problems for any of the CD releases either. Fixes Trac#10161. | |||
2017-08-25 | TITANIC: Fix buffer overflow when getting first class upgrade | Colin Snover | |
2017-08-25 | TITANIC: Fix Door/Bellbot remaining when summoned outside doors | Paul Gilbert | |
2017-08-25 | TITANIC: Show NPC portrait in Conversations tab after loading savegame | Paul Gilbert | |
2017-08-25 | TITANIC: Fix doubled announcement when summoning DoorBot | Colin Snover | |
This would happen when the player is in one of the rooms with a room-specific announcement. | |||
2017-08-25 | TITANIC: Correct cursor after ejecting cylinder in music system | Paul Gilbert | |
2017-08-25 | TITANIC: Don't allow cylinders to be dropped in music system slot closed | Paul Gilbert | |
2017-08-25 | WAGE: Update games status | Eugene Sandulenko | |
2017-08-25 | JANITORIAL: Remove unnecessary semicolon | Torbjörn Andersson | |
2017-08-25 | Merge pull request #999 from dafioram/header_reduce | Paul Gilbert | |
TITANIC: Reduce header includes | |||
2017-08-25 | Merge pull request #1000 from csnover/indeo4-transparency | Paul Gilbert | |
IMAGE: Implement Indeo4 transparency | |||
2017-08-24 | IMAGE: Allow Indeo4 transparency decoding in scalable videos | Colin Snover | |
y459.avi in Starship Titanic uses these two modes together, and this appears to work fine. | |||
2017-08-24 | IMAGE: Implement handling of key color in Indeo transparency | Colin Snover | |
This should also improve performance by eliminating unnecessary writes to the output bitmap for opaque pixels and by simplifying the rendering loop. | |||
2017-08-24 | IMAGE: Remove unnecessary extra heap allocation of Indeo surface | Colin Snover | |
2017-08-24 | IMAGE: Remove unnecessary temporary surface in Indeo4/5 | Colin Snover | |