Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-04 | DIRECTOR: Fix warnings | Eugene Sandulenko | |
2016-08-04 | DIRECTOR: Lingo: Added stubs for 'continue', 'cursor' and 'delay' | Eugene Sandulenko | |
2016-08-04 | DIRECTOR: Lingo: Simplified code generation for constants | Eugene Sandulenko | |
2016-08-04 | DIRECTOR: Lingo: Added stubs for 'closeDA', 'closeResFile' and 'closeXlib' | Eugene Sandulenko | |
2016-08-04 | DIRECTOR: Lingo: Added 'alert' and 'beep' function stubs | Eugene Sandulenko | |
2016-08-04 | SCI32: Add QFG4 Windows signature | Colin Snover | |
2016-08-04 | POSIX: Add #ifdef guards for DATA_PATH. | Alyssa Milburn | |
Thanks to snover for pointing out they should be there. | |||
2016-08-04 | DIRECTOR: Lingo: Add prefix 'v' to all Symbol types. | Eugene Sandulenko | |
Helps WinCE backend which has lots of them defined. | |||
2016-08-04 | DIRECTOR: Lingo: Fix WinCE compilation. | Eugene Sandulenko | |
The plafrom has VOID defined | |||
2016-08-04 | DIRECTOR: Lingo: Fix PS2 compilation | Eugene Sandulenko | |
2016-08-04 | DIRECTOR: Put flex/bison as separate target, so general compilation is not ↵ | Eugene Sandulenko | |
affected | |||
2016-08-04 | Merge pull request #787 from sev-/director | Eugene Sandulenko | |
DIRECTOR: New engine | |||
2016-08-04 | DC: Fix compilation | Eugene Sandulenko | |
2016-08-04 | N64: Added pos() method to another save class | Eugene Sandulenko | |
2016-08-04 | N64: Fix warning | Eugene Sandulenko | |
2016-08-04 | N64: Fix build adter WriteStream::pos() addition | Eugene Sandulenko | |
2016-08-04 | BACKENDS: Fix DC's OutVMSave to have pos() | Alexander Tkachev | |
2016-08-04 | WAGE: Update saves format | Alexander Tkachev | |
Offset is added in the end of the file, so ScummVM would know where to look for description, version, thumbnail information. | |||
2016-08-04 | COMMON: Update GZipWriteStream::pos() | Alexander Tkachev | |
Though it seemed the _wrapped stream should return valid position, it was always 0. That's why I've added a _pos field, which is updated in write() and returned in pos(). | |||
2016-08-04 | COMMON: Add WriteStream::pos() | Alexander Tkachev | |
It returns int32, because some complex streams are derived from both WriteStream and ReadStream, and in ReadStream pos() returns int32, because -1 means an error. I had to change MemoryStream's uint32 to int32, which is probably not so good. | |||
2016-08-03 | TITANIC: Correct sound manager methods to return existing WaveFile class | Paul Gilbert | |
2016-08-03 | TITANIC: Add CSound sound loading methods | Paul Gilbert | |
2016-08-03 | GRAPHICS: Fix MSVC project generation | Paul Gilbert | |
2016-08-03 | MOHAWK: Load games from outside the options dialog loop | Thierry Crozat | |
Loading games from inside the dialog loop may cause cursor glitches. This commits applies the same fix to the MohawkOptionsDialog as the one that already existed for the global main menu. This finished to fix bug #7164. | |||
2016-08-03 | DIRECTOR: Update font generation | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Switch Mac font loading to the common code | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Fix engine initialization | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: More debug output | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Do not error out on unknown entities | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Added stub fot 'the keycode' entity | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Do not error() on syntax errors | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Correct startup sequence | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Fix Mac archive reading. | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Added detection for 'The Apartment' | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Implemented 'me' function support for factories | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Put codeFunc into separate function | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Extended factory test to one from Warlock D5.safe-movie-1 | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Simplify CodeId | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Fix stack underflow on not enough parameters | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Process extra or too few arguments for built-ins | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Turn builtins into normal symbols | Eugene Sandulenko | |
2016-08-03 | JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Add extra sprite and string fields to "the entities" | Dmitry Iskrich | |
2016-08-03 | DIRECTOR: Add enum for sprite types | Dmitry Iskrich | |
According to the Director 4 helper | |||
2016-08-03 | DIRECTOR: Add extra fields for sprites | Dmitry Iskrich | |
The presence of these fields depends on the type of sprite | |||
2016-08-03 | DIRECTOR: Remove leftover .gitignore | Eugene Sandulenko | |
2016-08-03 | BUILD: Added *.output to git ignore list | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Added tests for type conversion | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Added updateStage stub | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Issue warning instead of error at unhandled types | Eugene Sandulenko | |