Age | Commit message (Expand) | Author |
2012-08-31 | WINTERMUTE: Cleanup the header-guards. | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Replace col_templ's getSize with Common::Array::size() | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Take int32 as parameters in Rect32. | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Add namespacing to the UTF-conversion code | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Use <math.h> instead of <cmath> | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Correct some endif-comments. | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Use tabs instead of spaces in ad_types.h | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Use tabs instead of spaces for indenting dctypes.h | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Replace qsort with Common::sort | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Simplify getNodeForRelativePath | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Fix g++ warnings listed by LordHoto | Einar Johan Trøan Sømåen |
2012-08-31 | WINTERMUTE: Update to use new TGA-decoder and new Video-system | Einar Johan Trøan Sømåen |
2012-08-31 | Merge remote-tracking branch 'origin/master' into wintermute | Einar Johan Trøan Sømåen |
2012-08-27 | LASTEXPRESS: Implement more savegame loading | Littleboy |
2012-08-27 | LASTEXPRESS: Cleanup savegame | Littleboy |
2012-08-27 | LASTEXPRESS: Identify more Verges functions | Littleboy |
2012-08-27 | LASTEXPRESS: Fix typo in Verges chapter 3 function | Littleboy |
2012-08-27 | LASTEXPRESS: Identify several Verges functions | Littleboy |
2012-08-27 | LASTEXPRESS: Remove unnecessary casts | Littleboy |
2012-08-27 | LASTEXPRESS: Remove some unreachable code | Littleboy |
2012-08-27 | LASTEXPRESS: Add const modifiers | Littleboy |
2012-08-27 | LASTEXPRESS: Update Debug::loadArchive() to reduce casts | Littleboy |
2012-08-27 | LASTEXPRESS: Reduce header interdependency | Littleboy |
2012-08-27 | LASTEXPRESS: Check for valid data in Beetle::invertDirection() | Littleboy |
2012-08-27 | LASTEXPRESS: Identify some Abbot Chapter 3 functions | Littleboy |
2012-08-27 | LASTEXPRESS: Check for invalid cd number in debugger commands | Littleboy |
2012-08-27 | LASTEXPRESS: Fix playsnd debugger command | Littleboy |
2012-08-27 | LASTEXPRESS: Fix analysis warnings | Littleboy |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-21 | SCI: Update a comment | Filippos Karapetis |
2012-08-21 | SCI: More work on kRemapColors | Filippos Karapetis |
2012-08-21 | SCI: Extend a workaround for the dream sequence in QFG4 | Filippos Karapetis |
2012-08-21 | SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer games | Filippos Karapetis |
2012-08-20 | SWORD25: Fix loading savegames on 64-bit archs. | upthorn |
2012-08-20 | SWORD25: Improve sound persistence. | Alyssa Milburn |
2012-08-20 | CINE: Fix drawing of sprite with mask. | Vincent Hamm |
2012-08-20 | SAGA: Remove incorrect free() in loadShortenFromStream() | Filippos Karapetis |
2012-08-20 | SCI: Set the correct audio type for SCI1.1 sound effects, fixing bug #3554709 | Filippos Karapetis |
2012-08-20 | SCI: Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze" | Filippos Karapetis |
2012-08-19 | WINTERMUTE: Be case-insensitive when testing for sound-format. | Einar Johan Trøan Sømåen |
2012-08-18 | AGOS: Fix regression with sound in Smacker OmniTV videos | Matthew Hoops |
2012-08-17 | AGOS: Fix regressions in the feeble demo | Matthew Hoops |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops |
2012-08-16 | VIDEO: Rename setStopTime() to setEndTime() | Matthew Hoops |
2012-08-16 | VIDEO: Remove setSystemPalette() | Matthew Hoops |
2012-08-16 | VIDEO: Remove the Coktel video code from using the VideoDecoder API | Matthew Hoops |
2012-08-15 | AGI: Replace detector printf usage with logMessage. | Alyssa Milburn |
2012-08-15 | SCUMM: Replace detector printf usage with logMessage. | Alyssa Milburn |
2012-08-15 | WINTERMUTE: Make use of the wday-field in dates, instead of a wrong mday-value. | Einar Johan Trøan Sømåen |