Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | KYRA: Simplify Kyra1 audio track filename handling | Johannes Schickel | |
2016-05-15 | Revert "KYRA: Plug memory leak" | Johannes Schickel | |
This reverts commit 9909cc615d527bc8d43f930d8c88dc014974f2de. This will likely cause invalid memory reads because it frees the last output buffer which is used to keep files in memory. There is a possible memory leak here, when the input data is not well formed. However, fixing this takes some more effort than the solution in the reverted commit. | |||
2016-05-15 | KYRA: Silence analysis tools about possible memory leaks | Johannes Schickel | |
2016-05-15 | Revert "KYRA: Plug memory leak" | Johannes Schickel | |
This reverts commit c22ca8ffb515b03712a0f0e36dd40c7e38c4b8ed. This revision caused invalid memory reads in Kyra1 DOS+FM-TOWNS. | |||
2016-05-15 | KYRA: Plug memory leak | Eugene Sandulenko | |
2016-05-15 | KYRA: Plug memory leak | Eugene Sandulenko | |
2016-05-15 | FULLPIPE: Plug memory leak | Eugene Sandulenko | |
2016-05-15 | ACCESS: Fix memory leak | Eugene Sandulenko | |
2016-05-15 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-05-15 | ACCESS: Plug memory leak | Eugene Sandulenko | |
2016-05-15 | ACCESS: Plug memory leak | Eugene Sandulenko | |
2016-05-15 | SCUMM HE: Document o100_arrayOps() | Eugene Sandulenko | |
2016-05-15 | SCUMM HE: Show stub warnings | Eugene Sandulenko | |
2016-05-15 | SCUMM HE: Hid another noisy debug message | Eugene Sandulenko | |
2016-05-14 | SCUMM HE: Marked sprite subopcodes and better field names | Eugene Sandulenko | |
2016-05-14 | SCUMM HE: Fixes and comments to video playback code | Eugene Sandulenko | |
2016-05-14 | SCUMM HE: Hid noisy debug output deeper | Eugene Sandulenko | |
2016-05-14 | WINTERMUTE: Remove redundant check. | Eugene Sandulenko | |
If new() was unsuccessful, then we should bail out immediately, but we always assume we have enough memory for ScummVM. | |||
2016-05-14 | SWORD1: Remove redundant check. | Eugene Sandulenko | |
We're doing assert() in the same function. | |||
2016-05-14 | SKY: Add safety check | Eugene Sandulenko | |
2016-05-14 | PRINCE: Remove redundant check | Eugene Sandulenko | |
2016-05-14 | PEGASUS: Add safety check. | Eugene Sandulenko | |
The code which follows in the method has this check, assuming that a null dereference is potentially possible. | |||
2016-05-13 | ACCESS: Fix crash at end of AGOE floppy chapter 6 | Paul Gilbert | |
2016-05-13 | LURE: Safer string manupulation | Eugene Sandulenko | |
2016-05-13 | SCUMM HE: Remove redundant debug output | Eugene Sandulenko | |
2016-05-13 | JANITORIAL: Indentation fixes | Eugene Sandulenko | |
2016-05-13 | SCUMM HE: Implemented black mode for FOW rendering | Eugene Sandulenko | |
2016-05-13 | LURE: Safer string manipulation | Eugene Sandulenko | |
2016-05-13 | LASTEXPRESS: Fixed potential buffer overrun | Eugene Sandulenko | |
2016-05-13 | SCUMM HE: Fix T14 special mode blending. | Eugene Sandulenko | |
This fixe energy shield color. | |||
2016-05-12 | SCUMM HE: Implement 50/50 T14 blend mode | Eugene Sandulenko | |
2016-05-12 | SCUMM HE: Force full screen dirty on FOW drawing | Eugene Sandulenko | |
2016-05-12 | SCUMM HE: Merge in quad and singles code | Eugene Sandulenko | |
2016-05-12 | SKY: Safer string manipulation | Eugene Sandulenko | |
2016-05-12 | AGOS: Safer string manipulation | Eugene Sandulenko | |
2016-05-12 | SCUMM HE: Fix picky Amiga port. Again | Eugene Sandulenko | |
2016-05-12 | SCUMM HE: Implemented Additive T14 blending mode | Eugene Sandulenko | |
2016-05-12 | SCUMM HE: Fix errorneous clearing of the condition bits | Eugene Sandulenko | |
2016-05-11 | SCUMM HE: Fix FOW condition bits size | Eugene Sandulenko | |
2016-05-11 | SCUMM HE: Fix another int32/int inconsistency preventing Amiga from compiling | Eugene Sandulenko | |
2016-05-11 | SCUMM HE: Another attempt to fix picky Amiga port | Eugene Sandulenko | |
2016-05-11 | SCUMM HE: Fix _fowImage data type | Eugene Sandulenko | |
2016-05-11 | SCUMM HE: Fix compilation when HE games are disabled | Eugene Sandulenko | |
2016-05-11 | TINSEL: Safer string manipulation | Eugene Sandulenko | |
2016-05-11 | CRUISE: Safer string manipulation | Eugene Sandulenko | |
2016-05-11 | SCUMM HE: Further work on Moonbase FOW. Now the game does not crash. | Eugene Sandulenko | |
2016-05-10 | SCUMM HE: Read FOW image from U32 | Eugene Sandulenko | |
2016-05-10 | SCUMM HE: Started code for loading FOW resources | Eugene Sandulenko | |
2016-05-10 | SCUMM HE: Plug Moonbase FOW kludges in | Eugene Sandulenko | |
2016-05-10 | SCUMM HE: Proper place for the FOW drawing call | Eugene Sandulenko | |