Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-24 | DIRECTOR: Furhter work on header dependency decrease | Eugene Sandulenko | |
2019-12-24 | DIRECTOR: More work on reducing header dependency | Eugene Sandulenko | |
2019-12-24 | DIRECTOR: Further simplification of include dependencies | Eugene Sandulenko | |
2019-12-22 | DIRECTOR: Add wait between beeps. | Roland van Laar | |
The delay was choosen based on hearing the delay in the original Director 4 beep script. | |||
2019-12-22 | DIRECTOR: Fix calling of Beep | Roland van Laar | |
- Converts beep called with zero args to beep(1) - Beep arg starts counting at 1. | |||
2019-11-23 | DIRECTOR: Add sanity check to c_play() | Eugene Sandulenko | |
2019-10-17 | DIRECTOR: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2018-09-13 | DIRECTOR: fixed warning with gcc 8.2 | Martin Gerhardy | |
engines/director/lingo/lingo-funcs.cpp: In member function ‘void Director::Lingo::func_goto(Director::Datum&, Director::Datum&)’: engines/director/lingo/lingo-funcs.cpp:194:39: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] cleanedFilename += (const char) *p; | |||
2017-03-29 | DIRECTOR: Convert HFS file paths to Posix | Eugene Sandulenko | |
2017-03-21 | DIRECTOR: Lingo: Open '.MMM' files on Windows | Eugene Sandulenko | |
2017-02-28 | Fix GCC Variable Range Warning. | D G Turner | |
This was due to the greater than 0x7f being redundant for signed char. | |||
2017-02-24 | DIRECTOR: Lingo: Clarified 'play' and 'play done' implementations | Eugene Sandulenko | |
2017-02-24 | DIRECTOR: Lingo: Initial code for func_playdone() | Eugene Sandulenko | |
2017-02-24 | DIRECTOR: Lingo: Initial code for func_play() | Eugene Sandulenko | |
2017-02-24 | DIRECTOR: Encapsulated _nextMovie parameters into a string | Eugene Sandulenko | |
2017-02-23 | DIRECTOR: Lingo: Try cleaned file names only when it makes sense | Eugene Sandulenko | |
2017-02-23 | DIRECTOR: Lingo: Clean file name of 8-bit character before loading | Eugene Sandulenko | |
Mac has had possibility to have 8-bit characters in their filenames. In the modern world it goes with either codepages or UTF-8, which makes it much less compatible. Trying to mitigate that | |||
2017-02-14 | DIRECTOR: Lingo: Fix rest of the 'go to' family functions | Eugene Sandulenko | |
2017-02-14 | DIRECTOR: Lingo: Fixed 'go to' functions | Eugene Sandulenko | |
2017-02-11 | JANITORIAL: Formatting fixes | Eugene Sandulenko | |
2017-02-11 | DIRECTOR: Lingo: Simplfy movie presense check in 'go to movie' | Eugene Sandulenko | |
2017-02-11 | DIRECTOR: Lingo: Probe movies in Mac Resource Forks in 'go to movie' | Eugene Sandulenko | |
Currently, 'Gravity Ball' movie is launched every now and then in The Apartment 3.0 due to some bug in hadlers call sequence. Thus, rename it for the time being. | |||
2017-02-09 | DIRECTOR: Made DirectorEngine::_currentScore private | Eugene Sandulenko | |
2017-02-09 | DIRECTOR: Lingo: Add sanity checks to score-related built-ins | Eugene Sandulenko | |
2017-02-07 | DIRECTOR: Fixed Lingo's 'go to movie' Red/Blue works | Eugene Sandulenko | |
2017-02-04 | DIRECTOR: Implemented pausing/continuing of playback | Eugene Sandulenko | |
2017-01-16 | DIRECTOR: Implement function 'marker'. | stevenhoefel | |
2017-01-16 | DIRECTOR: Lingo: Attempt to fix func_cursor() | Eugene Sandulenko | |
2017-01-16 | DIRECTOR: Lingo: Added stub for Lingo restarting | Eugene Sandulenko | |
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-09 | DIRECTOR: Add sanity check to 'go to' functions | Eugene Sandulenko | |
2017-01-09 | DIRECTOR: System beep and Mouse Cursors. | stevenhoefel | |
2016-08-26 | DIRECTOR: Lingo: Remove irrelevant header | Eugene Sandulenko | |
2016-08-23 | DIRECTOR: Reduce header dependency | Eugene Sandulenko | |
2016-08-08 | DIRECTOR: Lingo: Made 'go to' and 'play' commands work with expressions | Eugene Sandulenko | |
2016-08-06 | DIRECTOR: Lingo: Moved recently added functions to built-ins | Eugene Sandulenko | |
2016-08-04 | DIRECTOR: Lingo: Added 'alert' and 'beep' function stubs | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Gracefully return when movie does not exits | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Nicer error recovery during execution | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Fix code style violation | Dmitry Iskrich | |
2016-08-03 | DIRECTOR: Execute goto scripts | Dmitry Iskrich | |
2016-08-03 | DIRECTOR: Support goto frame jump | Dmitry Iskrich | |
2016-08-03 | DIRECTOR: Change ReadStream to ReadStreamEndian | Dmitry Iskrich | |
2016-08-03 | DIRECTOR: Support goto command in Score | Dmitry Iskrich | |
2016-08-03 | DIRECTOR: Lingo: Renamed func_->c_ and exec_->func_-> | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Split out opcodes from actual function implementations | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Fix 'if' statement | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Implement logical operators | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Fix variable accessing | Eugene Sandulenko | |
2016-08-03 | DIRECTOR: Lingo: Initial code for 'if' statements | Eugene Sandulenko | |