aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-24TITANIC: Renamings on CDropTargetPaul Gilbert
2016-12-24TITANIC: Fix dragging feather on nose holderPaul Gilbert
2016-12-24TITANIC: More strings moved to titanic.datPaul Gilbert
2016-12-24DEVTOOLS: Add more strings to create_titanicPaul Gilbert
2016-12-23ADL: Fix warningsWalter van Niftrik
2016-12-23ADL: Implement hires5 savegamesWalter van Niftrik
2016-12-23I18N: Update translation (Spanish)Eugene Sandulenko
Currently translated at 99.0% (918 of 927 strings)
2016-12-23I18N: Update translation (Italian)edward
Currently translated at 84.2% (781 of 927 strings)
2016-12-23FULLPIPE: Open relevant URLs in demo for purchasing full gamesEugene Sandulenko
2016-12-22I18N: Update translation (Ukrainian)Eugene Sandulenko
Currently translated at 100.0% (927 of 927 strings)
2016-12-22I18N: Update translation (Spanish)Timofonic
Currently translated at 99.0% (918 of 927 strings)
2016-12-22I18N: Update translation (Spanish)John Doe
Currently translated at 98.9% (917 of 927 strings)
2016-12-22I18N: Update translation (Spanish)Eugene Sandulenko
Currently translated at 98.9% (917 of 927 strings)
2016-12-22I18N: Update translation (Spanish)John Doe
Currently translated at 98.9% (917 of 927 strings)
2016-12-22I18N: Update translation (Spanish)lorz
Currently translated at 98.9% (917 of 927 strings)
2016-12-22I18N: Update translation (Spanish)John Doe
Currently translated at 98.9% (917 of 927 strings)
2016-12-22I18N: Update translation (Portuguese (Brazil))Alexandre Folle de Menezes
Currently translated at 61.5% (571 of 927 strings)
2016-12-22I18N: Update translation (Portuguese (Brazil))Eugene Sandulenko
Currently translated at 60.7% (563 of 927 strings)
2016-12-22I18N: Update translation (Portuguese (Brazil))Alexandre Folle de Menezes
Currently translated at 60.7% (563 of 927 strings)
2016-12-22ADL: Make 'room' debug command behave like opcodeWalter van Niftrik
2016-12-22GRAPHICS: Implemented MacText::replaceLastLine()Eugene Sandulenko
2016-12-22ADL: Add 'region' debug commandWalter van Niftrik
2016-12-22ADL: Add region support to script dumperWalter van Niftrik
2016-12-21TITANIC: Show status prefixes for chevrons in the Rooms tabPaul Gilbert
2016-12-21TITANIC: Remove parrot from inventory when it escapesPaul Gilbert
2016-12-21I18N: Update translation (Swedish)Eugene Sandulenko
Currently translated at 96.0% (890 of 927 strings)
2016-12-21I18N: Update translation (Swedish)Peter Johansson
Currently translated at 96.0% (890 of 927 strings)
2016-12-20AUDIO: Support Wave files with an initial fact chunkPaul Gilbert
2016-12-20TITANIC: Fix dragging chevrons onto the SuccubusPaul Gilbert
2016-12-20TITANIC: Hopefully fix overlapping announcementsPaul Gilbert
2016-12-20TITANIC: Re-enable mouse after dragging parrot into inventoryPaul Gilbert
2016-12-20TITANIC: Fix panning away from parrot cagePaul Gilbert
2016-12-21SCI: Fix kq6 CD audio+subtitle script patchMartin Kiewitz
Original patch caused a text window to be shown at the cliffs (copy protection), even when audio-only mode was active.
2016-12-20GRAPHICS: Simplify MacTextEugene Sandulenko
2016-12-20GRAPHICS: Implement surface reallocation in MacTextEugene Sandulenko
2016-12-20GRAPHICS: Implemented partial MacText drawingEugene Sandulenko
2016-12-20Merge pull request #871 from csnover/stddefEugene Sandulenko
COMMON: Add stddef.h to scummsys.h for ptrdiff_t
2016-12-19TITANIC: Add missing ADDFN lines for classes in CSaveableObjectPaul Gilbert
2016-12-19TITANIC: Stop automatically dragging parrot when entering cage close-upPaul Gilbert
2016-12-19TITANIC: Renamings in CInputHandlerPaul Gilbert
2016-12-19TITANIC: Fix crash loading games when speech is activePaul Gilbert
2016-12-19COMMON: Add stddef.h to scummsys.h for ptrdiff_tColin Snover
2016-12-19SCI32: Improve ScreenItem missing resource errorColin Snover
2016-12-19SCI32: Add support for alternate graphics selectorsColin Snover
Used by at least Phantasmagoria 2.
2016-12-19SCI32: Undefine macro for SciBitmap when it is done being usedColin Snover
2016-12-19SCI32: Generalize Phant1 kArraySetElements workaroundColin Snover
This bug exists in a system script that is called from many, many rooms, so it is simpler to just make the workaround apply to all rooms.
2016-12-19SCI32: Change plane and screen item sorting algorithmColin Snover
SSCI's last resort comparison here was to compare the object IDs of planes & screen items, but this randomly breaks (at least) the "you have died" dialog at the end of Phant1, and text & buttons in Hoyle5, even in SSCI itself. This commit changes last resort comparison to use a monotonically increasing ID instead, which keeps objects with identical priority & z-index in creation order when compared. Fixes Trac#9585.
2016-12-19SCI32: Fix incorrect parsing of empty |f| text escape codeColin Snover
This sequence is used in Hoyle5 when viewing the rules for a game.
2016-12-19SCI32: Fix nitpicky output errors in SCI32 bitmap debuggingColin Snover
2016-12-19SCI32: Add segment table debugging info for SCI32 arraysColin Snover