aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-09MADE: Initialize delta sound bufferEugene Sandulenko
2016-05-09SCUMM HE: Added list of networking extension IDs for MoonbaseEugene Sandulenko
2016-05-08WINTERMUTE: Add missing parameterEugene Sandulenko
2016-05-08AUDIO FM-TOWNS: Fix copy/paste errorEugene Sandulenko
2016-05-08SCUMM HE: Safeguard division by zeroEugene Sandulenko
2016-05-08SHERLOCK RT: Actually clear screen instead of a useless call. CID 1308097Eugene Sandulenko
2016-05-08JANITORIAL: Whitespace fixesEugene Sandulenko
2016-05-07SHERLOCK: RT: Fix some namespace commentsPaul Gilbert
2016-05-07SCUMM HE: Added debug outputEugene Sandulenko
2016-05-07FULLPIPE: Fix statics initializationEugene Sandulenko
2016-05-07CRUISE: Plug memory leakEugene Sandulenko
2016-05-07AGI: Reset all timers on startupEugene Sandulenko
2016-05-06SWORD25: Bail out instead of silently leaving the object in incosistent stateEugene Sandulenko
2016-05-06SWORD25: Translate couple of commentsEugene Sandulenko
2016-05-06SWORD25: Fix class initializationEugene Sandulenko
2016-05-05SCUMM HE: More debug outputEugene Sandulenko
2016-05-05SAGA: Initialization for IsoMapEugene Sandulenko
2016-05-05SAGA: Init puzzle properlyEugene Sandulenko
2016-05-05SAGA: Safer string copyingEugene Sandulenko
2016-05-04PARALLACTION: Use Common::strlcpy instead of strncpy as suggested by LordHotoEugene Sandulenko
2016-05-04SCUMM HE: Fix premultiplied T14 calculationEugene Sandulenko
We were hitting integer overflow which lead to shadow artifacts.
2016-05-04PARALLACTION: Use strncpyEugene Sandulenko
2016-05-04PARALLACTION: Init class variablesEugene Sandulenko
2016-05-04TONY: Remove redundant checksEugene Sandulenko
Since we have ((color & 0x1f) * 6) / 6, it cannot be > 0x1f, thus removing these checks as redundant.
2016-05-04TONY: Fix buffer overrunEugene Sandulenko
2016-05-04SCUMM HE: Fix conditionBit sizeEugene Sandulenko
2016-05-04SCUMM HE: Hid debug output deeperEugene Sandulenko
2016-05-04SCUMM HE: Added Composite Wiz images to pixel detectionEugene Sandulenko
2016-05-03OPENGL: Assure color attributes for shader pipeline are always set.Johannes Schickel
2016-05-03TEENAGENT: Proper initialization for Object structure.Eugene Sandulenko
2016-05-03SCUMM HE: Fixes to T14 image clippingEugene Sandulenko
2016-05-03LASTEXPRESS: Fix logic comparisonEugene Sandulenko
2016-05-03TONY: Fix numerous memory leaksEugene Sandulenko
2016-05-03TEENAGENT: Renames and cleanupEugene Sandulenko
2016-05-03SCUMM HE: Clip T14 Wiz images properlyEugene Sandulenko
2016-05-02TSAGE: R2R - Fix bug in scene 2425Strangerke
2016-05-02SCUMM HE: Implement premultiplied transparency renderingEugene Sandulenko
2016-05-02NEWS/DE: Add Kyra bugfixes for 1.8.1Lothar Serra Mari
2016-05-02CGE2: More portable way of getting max long valueEugene Sandulenko
2016-05-02MORTEVIELLE: Fix warningEugene Sandulenko
2016-05-02MADS: Fix class initializationEugene Sandulenko
2016-05-02TOLTECS: Initialize class variablesEugene Sandulenko
2016-05-02MADE: Init class variablesEugene Sandulenko
2016-05-02MADE: CleanupEugene Sandulenko
2016-05-02MADE: Plug memory leakEugene Sandulenko
2016-05-02OPENGL: Fix potential crashEugene Sandulenko
2016-05-02GUI: Initialize widget paddingEugene Sandulenko
2016-05-02WAGE: Initialize class variablesEugene Sandulenko
2016-05-02NEWS: Add Kyra bugfixes for 1.8.1.Johannes Schickel
2016-05-02SCUMM HE: Fix T14 output positionsEugene Sandulenko