Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-10 | FULLPIPE: More work on MovGraph2::method4C() | Eugene Sandulenko | |
2013-10-10 | NEVERHOOD: Fixes for Russian versions | Eugene Sandulenko | |
2013-10-09 | TSAGE: Further renaming and overhang bugfix for R2R Canyon scene | Paul Gilbert | |
2013-10-09 | TSAGE: Renaming for R2R Canyon scene | Paul Gilbert | |
2013-10-09 | TSAGE: Formatting for R2R scene descriptions | Paul Gilbert | |
2013-10-09 | TSAGE: Bugfixes for R2R space scenes to be full screen | Paul Gilbert | |
2013-10-09 | ANDROID: Really fix compilation. | D G Turner | |
The vanilla android toolchain even is unhappy when unknown folders are present in the resources directory, so have moved the ouya specific resources out to another directory. | |||
2013-10-09 | WINTERMUTE: Remove superfluous assignments | Willem Jan Palenstijn | |
2013-10-09 | ANDROID: Fix compilation. | D G Turner | |
The aapt throws an "invalid resource directory name" if the resource directory name is not known to the tools. Unfortunately, "values-television" is an OUYA specific addition and thus breaks with the standard vanilla Android toolchain. | |||
2013-10-08 | Merge pull request #372 from zeldin/ouya | David Turner | |
Basic OUYA support | |||
2013-10-08 | Merge pull request #405 from rrebello/scumm_warning_fix | David Turner | |
SCUMM: Fix unused variable warnings | |||
2013-10-08 | WINTERMUTE: Fix displayTransOffset | Willem Jan Palenstijn | |
Regression from 14cb1f09c0bc2cace830eaa793227f195acb06bc. This fixes font border drawing. | |||
2013-10-08 | FULLPIPE: More work on MovGraph2::method4C() | Eugene Sandulenko | |
2013-10-07 | TSAGE: Fix for R2R bridge character conversations | Paul Gilbert | |
2013-10-07 | TSAGE: Fixes for not allowing walk cursor to be selected when walking disabled | Paul Gilbert | |
2013-10-08 | PARALLACTION: Comment out unused assignment. CID 1002508 | Eugene Sandulenko | |
2013-10-08 | SAGA: Remove unused assignment. CID 1002506 | Eugene Sandulenko | |
2013-10-08 | SAGA: Remove unused assignment. CID 1002505 | Eugene Sandulenko | |
2013-10-08 | KYRA: Fixed missing curly brackets. CID 1003639 | Eugene Sandulenko | |
Although I did not consult with disassembly, judging from the game logic _unkEndSeqVar4 is used for switching certain Malcolm frames, and it is apparent that this should happen only under condition, not always. | |||
2013-10-08 | LASTEXPRESS: Comment out unused variable | Eugene Sandulenko | |
2013-10-08 | LASTEXPRESS: Fix potential buffer overruns. Numerous CID 1003873-1003885 | Eugene Sandulenko | |
2013-10-08 | SWORD25: Fix potential buffer overrun. CID 1003865 | Eugene Sandulenko | |
2013-10-08 | AGI: Fix bad buffer overrun. CID 1004029 | Eugene Sandulenko | |
2013-10-07 | AGI: Fix potential buffer overrun. CID 1004028 | Eugene Sandulenko | |
2013-10-07 | AGI: Fix buffer overrun. CID 1004033 | Eugene Sandulenko | |
2013-10-07 | AGI: Fix buffer overrun. CID 1004030 | Eugene Sandulenko | |
2013-10-07 | WINTERMUTE: Call updateScreen() every frame, even without updates. | Willem Jan Palenstijn | |
This fixes expose events with the opengl backend. | |||
2013-10-07 | TSAGE: Fix for displaying R2R credits screen | Paul Gilbert | |
2013-10-07 | TSAGE: General cleanup of R2R scene group 0 initialisations | Paul Gilbert | |
2013-10-07 | TSAGE: Disable R2R saving when video/cutscene playback is occurring | Paul Gilbert | |
2013-10-07 | TSAGE: R2R changes to UI disablement to match the original | Paul Gilbert | |
2013-10-06 | CREDITS: Add Keith for some pegasus patches | Matthew Hoops | |
2013-10-06 | PEGASUS: Fix incorrect displaying of the synthesizer shutdown video | Keith Kaisershot | |
2013-10-06 | PEGASUS: Add back missing silos deactivated sound spot | Keith Kaisershot | |
2013-10-06 | PEGASUS: Fix disabling the retinal hotspot | Keith Kaisershot | |
2013-10-07 | NEVERHOOD: Correctly disable input when Klaymen drinks the wrong potion | Filippos Karapetis | |
2013-10-06 | TSAGE: Silence GCC warning. | Torbjörn Andersson | |
2013-10-06 | WINTERMUTE: Fix typo causing tiled image corruption | Willem Jan Palenstijn | |
2013-10-06 | FULLPIPE: Started MovGraph2::method4C() implementation | Eugene Sandulenko | |
2013-10-06 | TSAGE: Renaming for R2R Autodoc | Paul Gilbert | |
2013-10-06 | TSAGE: Further bugfixes for R2R Bridge conversations | Paul Gilbert | |
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | WINTERMUTE: Integrate SDL_rotozoom code for scale/rotoscale | Willem Jan Palenstijn | |
2013-10-06 | WINTERMUTE: Partially fix rotoscale coordinate confusion | Willem Jan Palenstijn | |
This fixes two issues: * The rendering rectangle was not rotated, causing garbage to be drawn if the rotated rectangle did not fully cover the unrotated rectangle, or sprites to be clipped in the opposite case. * The order of mirror/scale/rotation operations was inconsistent. This commit does scaling first, followed by rotation. (This is only an issue because scaling is specified separately in X and Y directions.) For now only FIXMEs are added for mirroring. | |||
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | WINTERMUTE: Remove outdated comment | Willem Jan Palenstijn | |
2013-10-06 | WINTERMUTE: Remove presumably outdated off-by-one correction | Willem Jan Palenstijn | |
This correction no longer seems to be necessary, and removes an off-by-one in the J.U.L.I.A. Demo main menu screen. | |||
2013-10-06 | FULLPIPE: Fix GCC warning | Torbjörn Andersson | |
2013-10-06 | NEVERHOOD: Move module-specific Klaymen code to its respective module | Filippos Karapetis | |