Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-01-14 | COMMON: Define STATIC_ASSERT for all ports | Colin Snover | |
Ports with -DNONSTANDARD_PORT need this too. | |||
2017-01-14 | DIRECTOR: Switch to common readPascalString | Eugene Sandulenko | |
2017-01-14 | GRAPHICS: Renamed Menu to MacMenu to avoid potential name collision | Eugene Sandulenko | |
2017-01-14 | WAGE: Switch menu reading to common code | Eugene Sandulenko | |
2017-01-14 | GRAPHICS: MACGUI: Added method for reading menu from resource | Eugene Sandulenko | |
2017-01-14 | WAGE: Switch to the common readPascalString | Eugene Sandulenko | |
2017-01-14 | COMMON: Add ReadStream::readPascalString() | Eugene Sandulenko | |
2017-01-14 | DIRECTOR: Lingo: More portable float reading | Eugene Sandulenko | |
2017-01-14 | TESTS: Fix building Common::Span test on big endian systems | Bastien Bouclet | |
2017-01-14 | MT32: Fix Set-But-Unused Compiler Warning. | D G Turner | |
2017-01-14 | CHEWY: Fix Various Unused Variable Warnings. | D G Turner | |
Various engine variables are passed down to sub-objects, but never used currently causing compiler warnings. It is unclear if these are intended to be used in future, but have removed for now, rather than commenting out as that would be messier. Can be restored easily if necessary in future. | |||
2017-01-14 | SCI: Fix Warnings about Copy Constructor Failing to Call Base Class. | D G Turner | |
2017-01-14 | DIRECTOR: Load fonts by name if exists from map. | stevenhoefel | |
2017-01-14 | WINTERMUTE: Fix Unused Variable Compiler Warning. | D G Turner | |
2017-01-13 | TITANIC: Fix breaking long stick dispensor glass with hammer | Paul Gilbert | |
2017-01-14 | ADL: Add Sound class | Walter van Niftrik | |
2017-01-14 | DIRECTOR: Fix Shared Cast reference for Macintosh | Eugene Sandulenko | |
2017-01-14 | DIRECTOR: Lingo: More work on D4 mapping | Eugene Sandulenko | |
2017-01-13 | Merge pull request #877 from segrax/Fix_2285 | Eugene Sandulenko | |
SCUMM: Fix bug #2285 (ZAK C64/V1/V2 Caponians dont disguise after using crystal) | |||
2017-01-14 | DIRECTOR: D3 font style, size and alignment. | stevenhoefel | |