Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-12 | Merge branch 'master' of github.com:scummvm/scummvm | anotherguest | |
2014-06-12 | SYMBIAN: Add symbian support for voyeur | anotherguest | |
2014-06-11 | FULLPIPE: Use safe string copying. CID 1208908 | Eugene Sandulenko | |
2014-06-11 | FULLPIPE: Copy string safely. CID 1208909 | Eugene Sandulenko | |
2014-06-11 | SYMBIAN: Add Fedor to Symbian Credit list in credits.pl | anotherguest | |
2014-06-11 | SYMBIAN: Added support for two new engines. Updated MMP files and help files ↵ | anotherguest | |
from Fedors changes. | |||
2014-06-10 | MOHAWK: Add version number for Riven Italian detection entry. | D G Turner | |
Also, annotate lanuage comment for preceding entry. | |||
2014-06-10 | OPENGLSDL: Always ignore bad resolution changes. | Alyssa Milburn | |
Otherwise we can end up with the wrong resolution when we make multiple resizes in quick succession. | |||
2014-06-10 | FULLPIPE: Plug potential resource leak. CID 1208906 | Eugene Sandulenko | |
2014-06-10 | CRUISE: Remove some useless variables, use a boolean for a variable | Strangerke | |
2014-06-09 | BUILD: Remove USE_TERMCONV related bits in port.mk. | Johannes Schickel | |
We don't have any TERMCONV feature anymore, thus no need to keep this around. | |||
2014-06-09 | FULLPIPE: Use strlcpy instead of strncpy in some places. | Johannes Schickel | |
strncpy does not assure that the result is 0 terminated. strlcpy does, which makes this safer. I only replaced strncpy usages where the memory was not allocated to the correct size right before the strncpy usage. | |||
2014-06-09 | FULLPIPE: Fix compilation | Eugene Sandulenko | |
2014-06-09 | FULLPIPE: Initialize variable. CID 1153659 | Eugene Sandulenko | |
2014-06-09 | FULLPIPE: Fix copy-paste error from original. CID 1199556 | Eugene Sandulenko | |
2014-06-09 | FULLPIPE: Safely copy string. CID 1208908 | Eugene Sandulenko | |
2014-06-09 | FULLPIPE: Safely copy strings | Eugene Sandulenko | |
2014-06-09 | COMMON: Added align() method for BitStream | Eugene Sandulenko | |
2014-06-09 | MOHAWK: Add Detection Entry for Italian 5-CD version of Riven. | D G Turner | |
This closes bug #6629. | |||
2014-06-09 | CRUISE: Initialize some variables | Strangerke | |
2014-06-09 | CRUISE: some more renaming, remove another useless variable | Strangerke | |
2014-06-09 | CRUISE: Remove a couple of useless variables | Strangerke | |
2014-06-09 | CRUISE: Initialize some variables in the contractor, change some variables ↵ | Strangerke | |
to boolean | |||
2014-06-09 | WINTERMUTE: Add detection for Vsevolod Prologue | Einar Johan Trøan Sømåen | |
2014-06-09 | WINTERMUTE: Add detection for Oknytt | Einar Johan Trøan Sømåen | |
2014-06-09 | GRAPHICS: Allow client code to specify TTF render mode. | Johannes Schickel | |
This allows clients to use the default FreeType2 render mode instead of light. We really only use light as default because that's what looks best with the font we use in our GUI right now (which is the same reason why formerly light was always used in non-monochrome mode). | |||
2014-06-08 | SCI: fix coordination translation for 480x300 mac | Martin Kiewitz | |
2014-06-08 | TSAGE: Fix for R2R game/help dialog not accepting Fn keys | Paul Gilbert | |
2014-06-08 | AUDIO: Added stup for MP3 audiostreams in AVI | Eugene Sandulenko | |
This is used in German release of Full Pipe. Unfortunately our current MP3 decoder cannot work with streamed MP3s, and bails out at the AVI header since there is no full MP3 header yet. | |||
2014-06-08 | FULLPIPE: Fix lockup on game start | Eugene Sandulenko | |
2014-06-08 | Merge pull request #449 from gazben/bug6545Fix | Arnaud Boutonné | |
TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time" | |||
2014-06-08 | VOYEUR: Don't reset mansion view position after looking at rooms | Paul Gilbert | |
2014-06-08 | TSAGE: R2R - Fix Nej position in scene position. Fix for bug #6619 | Strangerke | |
2014-06-08 | WINTERMUTE: Silence/fix some warnigns when compiling Symbian port. | Johannes Schickel | |
See bug #6625 "WINTERMUTE: Symbian Compilation Warnings". | |||
2014-06-08 | WINTERMUTE: Fix endian issues in findPackageSignature. | Johannes Schickel | |
Thanks to somaen for looking over it too. This also silences bug #6624 "SYMBIAN: WINTERMUTE: Warnings in base_package.cpp". | |||
2014-06-08 | CRUISE: Directly use assert. | Johannes Schickel | |
This fixes an ASSERT macro redefinition when compiling the Symbian port. See bug #6622 "SYMBIAN: CRUISE: warning: `ASSERT' redefined". | |||
2014-06-08 | TSAGE: R2R - Correct possible out of range accesses checks. | D G Turner | |
These had an off-by-one error in the upper bound check. This should fix the remaining warnings reported as bug #6621. | |||
2014-06-08 | NEWS: Mention added support for Chivalry is Not Dead in 1.7.0 | Einar Johan Trøan Sømåen | |
2014-06-08 | FULLPIPE: Initialize variable. CID 1208916 | Eugene Sandulenko | |
2014-06-08 | TSAGE: R2R - Fix right-side scene border | Torbjörn Andersson | |
The right and left sides of the scene border are actually two different images. You could see that the colors didn't line up at the seams, but no one even noticed. Until now. | |||
2014-06-08 | VOYEUR: Disable the if statement with identical statements in its branches, ↵ | Strangerke | |
add a comment | |||
2014-06-08 | TSAGE: R2R - Error out on possible out of range accesses. | D G Turner | |
This will fix the warnings reported as bug #6621. | |||
2014-06-07 | MADS: Fix calculating frame delays for animated objects | Paul Gilbert | |
2014-06-07 | I18N: Update translation files from source code | Thierry Crozat | |
There is no actual change to the strings to translate. Only the lines where they occur changed. | |||
2014-06-07 | MADS: Fix incorrect frame usage for spinning inventory items | Paul Gilbert | |
2014-06-07 | MADS: Delete line that was removed in Nebular 8.49 | Paul Gilbert | |
2014-06-07 | MADS: More setup code for the difficulty dialog | Paul Gilbert | |
2014-06-07 | NEWS: Add Voyeur to the list of new games | Paul Gilbert | |
2014-06-07 | MADS: Fix door being open when entering scene 102 | Paul Gilbert | |
2014-06-07 | AVALANCHE: Janitorial - remove trailing spaces and tabs | Strangerke | |