Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-23 | BLADERUNNER: Reorganized script files | Peter Kohaut | |
2017-03-23 | TITANIC: Fix warning | Eugene Sandulenko | |
2017-03-23 | Merge pull request #925 from bluegr/fullpipe_common_str | Eugene Sandulenko | |
Fullpipe Common::String + memory leak fixes | |||
2017-03-22 | TITANIC: Finished CStarControlSub24 class | Paul Gilbert | |
2017-03-23 | BLADERUNNER: Fixed function for changing actors goal | Peter Kohaut | |
2017-03-23 | BLADERUNNER: Added more functionality to movement track | Peter Kohaut | |
2017-03-22 | FULLPIPE: Plug a memory leak in _dynamicPhases | Filippos Karapetis | |
Free the pixel data of each entry in the _dynamicPhases array before emptying it | |||
2017-03-22 | FULLPIPE: Fix corruption in flipped bitmaps | Filippos Karapetis | |
The TODO in the code in question should be reviewed, but the call to freePixelData() unconditionally deleted the original bitmap, which is not correct | |||
2017-03-22 | FULLPIPE: Refactor _pixels so that it's not part of the Bitmap class | Filippos Karapetis | |
2017-03-22 | FULLPIPE: _data is unused in the Statics and DynamicPhase classes | Filippos Karapetis | |
2017-03-22 | GNAP: Fix a warning in the PSP port | Strangerke | |
2017-03-22 | GNAP: Split font description array in two | Strangerke | |
2017-03-22 | FULLPIPE: Fix mismatched free() when deleting _bitmap | Filippos Karapetis | |
_bitmap is initialized with new, so it needs to be freed with delete, not free() | |||
2017-03-22 | FULLPIPE: Code optimization | Filippos Karapetis | |
Checking for an empty string is what the original code does, according to sev, so the check for a string of size 1 was wrong | |||
2017-03-22 | DIRECTOR: Fix data sizes when reading from archives | Eugene Sandulenko | |
2017-03-22 | DIRECTOR: Added sanity check for broken score files | Eugene Sandulenko | |
2017-03-22 | FULLPIPE: Change the sound code to use Common::String | Filippos Karapetis | |
2017-03-22 | FULLPIPE: Change genFileName() and loadFile() to use Common::String | Filippos Karapetis | |
2017-03-22 | FULLPIPE: Plug a memory leak in getDibInfo() | Filippos Karapetis | |
2017-03-22 | FULLPIPE: Change more object-related functions to use Common::String | Filippos Karapetis | |
2017-03-22 | FULLPIPE: Change some more _memfilename usage to Common::String | Filippos Karapetis | |
2017-03-22 | FULLPIPE: Use Common::String in all scene object names | Filippos Karapetis | |
2017-03-21 | TITANIC: Finished CStarControlSub22 class | Paul Gilbert | |
2017-03-21 | TITANIC: Finished CStarControlSub21 class | Paul Gilbert | |
2017-03-22 | FULLPIPE: Change transCyrillic() to accept a Common::String | Filippos Karapetis | |
2017-03-21 | TITANIC: Added CStarControlSub12 fn3 | Paul Gilbert | |
2017-03-22 | FULLPIPE: Use Common::String with _memfilename and loadFile() | Filippos Karapetis | |
There are several calls to loadFile() with _memfilename, which is why these two changes are interconnected | |||
2017-03-22 | FULLPIPE: Change _staticsName to be a Common::String | Filippos Karapetis | |
2017-03-21 | DIRECTOR: Lingo: Open '.MMM' files on Windows | Eugene Sandulenko | |
2017-03-21 | DIRECTOR: Do not call event handler after movie is ended | Eugene Sandulenko | |
2017-03-21 | DIRECTOR: Added sanity check to event processor | Eugene Sandulenko | |
2017-03-21 | DIRECTOR: Fix loading from built-in movie | Eugene Sandulenko | |
2017-03-21 | DIRECTOR: Fix loading D2 EXE | Eugene Sandulenko | |
2017-03-21 | DIRECTOR: Dump bulit-in director file for D3 | Eugene Sandulenko | |
2017-03-20 | TITANIC: Fix compiler warning | Paul Gilbert | |
2017-03-20 | TITANIC: Implemented CStarControlSub12 fn1 | Paul Gilbert | |
2017-03-20 | TITANIC: Implemented CStarControlSub12 matrix row handling | Paul Gilbert | |
2017-03-20 | TITANIC: Implemented CStarControlSub12 fn2 | Paul Gilbert | |
2017-03-20 | BLADERUNNER: added Runciter character (petshop owner) | Peter Kohaut | |
2017-03-20 | DIRECTOR: Fix event processing for generic events | Eugene Sandulenko | |
2017-03-20 | DIRECTOR: Fix GCC Warnings. | D G Turner | |
2017-03-19 | TITANIC: Finished CStarControlSub12 setViewportPosition | Paul Gilbert | |
2017-03-20 | Merge branch 'master' of https://github.com/scummvm/scummvm | Peter Kohaut | |
2017-03-20 | BLADERUNNER: added full office leroy ai script | Peter Kohaut | |
fix sceneobject remove | |||
2017-03-19 | TITANIC: Fix DMatrix constructors | Paul Gilbert | |
2017-03-19 | DIRECTOR: Initial code for parsing D2 win executables | Eugene Sandulenko | |
2017-03-19 | SCI: Add Colonel's Bequest patch and extend patcher functionality | Martin Kiewitz | |
Add Colonel's Bequest patch to fix an issue in room 35. When you tell Lilly about Gertie in act 2, Lilly will then walk out of the room. In case Laura (ego) is in her way, the game will effectively block and will appear frozen. This also happened, when using the original interpreter. This also adds a new functionality to the script patcher. PATCH_GETORIGINALUINT16 is able to get a full UINT16 from original script data and insert it somewhere else. PATCH_GETORIGINALBYTE and PATCH_GETORIGINALBYTEADJUST commands were merged internally and use the same internal command now. Some script patches were adjusted accordingly. Thanks again to wjp for helping on the script issue. | |||
2017-03-18 | TITANIC: Implementing CStarControlSub12 class | Paul Gilbert | |
2017-03-18 | DIRECTOR: Fix warning | Eugene Sandulenko | |
2017-03-18 | TITANIC: Finished CStarControlSub8 class | Paul Gilbert | |