Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-15 | BUILD: Fix PSP build of test runner | Colin Snover | |
2017-01-15 | TITANIC: Fix SuccUBus not eating chicken when it has condiments | Paul Gilbert | |
2017-01-16 | DIRECTOR: Added debug output for Shared Cast images | Eugene Sandulenko | |
2017-01-16 | DIRECTOR: Lingo: Added stub for Lingo restarting | Eugene Sandulenko | |
2017-01-16 | DIRECTOR: Correctly parse STXT runs to determine formatting. | stevenhoefel | |
2017-01-15 | ADL: Implement hires5 'win game' opcode | Walter van Niftrik | |
2017-01-15 | TITANIC: Fix showing correct inventory glyphs after loading savegame | Paul Gilbert | |
2017-01-15 | I18N: Update translation (Spanish) | Rodrigo Vegas Sánchez-Ferrero | |
Currently translated at 100.0% (929 of 929 strings) | |||
2017-01-15 | TITANIC: Fix using inventory items on each other | Paul Gilbert | |
2017-01-15 | TITANIC: Fixes for getting chicken and starling puret | Paul Gilbert | |
2017-01-15 | TITANIC: Show correct inventory glyphs & tooltip for multi-state items | Paul Gilbert | |
2017-01-15 | TITANIC: Fix entering Arboretum in winter, further renamings | Paul Gilbert | |
2017-01-15 | DIRECTOR: Lingo: Fixed 'go to movie' procedure. | Eugene Sandulenko | |
Now it loads the needed movie but crashes because there was no context of script reloading | |||
2017-01-15 | DIRECTOR: Cleanup main movie loading | Eugene Sandulenko | |
2017-01-15 | BUILD: Fix N64 build of test runner | Colin Snover | |
2017-01-15 | I18N: Add codepage file for ISO-8859-7 | Thierry Crozat | |
This is needed for the Greek translation. | |||
2017-01-15 | DEVTOOLS: Add missing end of line in error messages for cp parser | Thierry Crozat | |
2017-01-15 | TESTS: Build Wintermute test only for static plugin | Eugene Sandulenko | |
2017-01-15 | BUILD: Fix compilation of test runner on Dreamcast | Colin Snover | |
LIBS needs to go after LDFLAGS for the Dreamcast linker to run correctly. | |||
2017-01-15 | TITANIC: Don't allow entering Arboretum Pellerator during winter | Paul Gilbert | |
2017-01-15 | DEVTOOLS: Add missing string to create_titanic data | Paul Gilbert | |
2017-01-15 | DIRECTOR: Lingo: Fixing calling built-in symbols | Eugene Sandulenko | |
2017-01-15 | TITANIC: Figured out missing code in CGlass::MouseDragEndMsg | Paul Gilbert | |
2017-01-15 | TITANIC: Fix using chicken on dispensors | Paul Gilbert | |
2017-01-15 | DIRECTOR: Lingo: Implemented immediate mode used for 'playAccel' | Eugene Sandulenko | |
In this mode we treat every parameter as a string, not a keyword or built-in name | |||
2017-01-15 | DIRECTOR: More debug info on Shared Cast loading | Eugene Sandulenko | |
2017-01-15 | BUILD: Attempt to fix Android builds of test runner | Colin Snover | |
Mixing -I and -isystem for system headers causes failures. | |||
2017-01-15 | TITANIC: Fix display of chicken tooltips in the inventory | Paul Gilbert | |
2017-01-15 | TITANIC: Further compiler warning fixes | Paul Gilbert | |
2017-01-15 | TITANIC: Fix chicken dispensor | Paul Gilbert | |
2017-01-15 | GRAPHICS: Further fix compiler warnings for byte casts | Paul Gilbert | |
2017-01-15 | GRAPHICS: Fix compiler warnings of double to byte casts | Paul Gilbert | |
2017-01-15 | TITANIC: Removal of un-used fields to reduce Buildbot warnings | Paul Gilbert | |
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future | |||
2017-01-15 | GNAP: Fix Set-But-Unused Variable Compiler Warning. | D G Turner | |
2017-01-15 | COMMON: Fix Variable Used Uninitialized Compiler Warning. | D G Turner | |
2017-01-15 | MACVENTURE: Fix Compiler Warning for Uninitialized Variable Usage. | D G Turner | |
2017-01-15 | DIRECTOR: Utilise MacText class to provide Text Wrapping. | stevenhoefel | |
2017-01-15 | ADL: Fix Signed vs. Unsigned Compiler Warnings. | D G Turner | |
This is a subtle issue associated with the Common::Frac usage. The frac_t type is signed (int32), but the symbols such as FRAC_ONE are defined by an enumeration which will default to unsigned int for members. Unsure if the common code needs changing, but other usages fix the warning by casting the enumeration values to frac_t so doing this for now. | |||
2017-01-14 | BUILD: Attempt to fix Android builds when building the test runner | Colin Snover | |
This patch adds the additional architecture-dependent gcc-stdlibc++ include directory to match the existing gcc-stdlibc++ linker and generic include directory. | |||
2017-01-14 | BUILD: Attempt to fix Android builds when building the test runner | Colin Snover | |
Android builds currently fail when building the test runner because the runner tries to include standard library headers, which cannot be found. This patch adds the gcc-stdlibc++ include directory that matches the existing gcc-stdlibc++ linker flag. | |||
2017-01-14 | TITANIC: Fix size mismatch assert on Gondolier controls close-up | Paul Gilbert | |
2017-01-14 | TITANIC: Add nullptr terminator to Deskbot animation lists | Paul Gilbert | |
2017-01-14 | TITANIC: Fix crash going to Embarkation Lobby | Paul Gilbert | |
2017-01-14 | TITANIC: Renamings for CSeasonalAdjustment | Paul Gilbert | |
2017-01-14 | TITANIC: Clarify dirty rect methods in CGameManager | Paul Gilbert | |
2017-01-14 | TESTS: Attempt to fix buildbot builds for backends with extra flags | Colin Snover | |
2017-01-14 | TITANIC: Fix leaving Arboretum after changing seasons | Paul Gilbert | |
2017-01-14 | TITANIC: Renamings and fixes for speech dispensor | Paul Gilbert | |
2017-01-14 | TITANIC: Renamings and cleanup for lemon dispensor | Paul Gilbert | |
2017-01-14 | TITANIC: Renamings for Arboretum Gate | Paul Gilbert | |