aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-builtins.cpp
AgeCommit message (Collapse)Author
2016-08-03DIRECTOR: Lingo: Use M_PI constant instead of hardcodeEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Added support for parameter-less built-insEugene Sandulenko
2016-08-03DIRECTOR: Lingo: FLOAT actually has to have double precision. Switching.Eugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented chars() function and added more debug for type ↵Eugene Sandulenko
printing
2016-08-03DIRECTOR: Lingo: Implemented length() built-in functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented string() built-in functionEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implemented rest of math functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Implement more built-in math functionsEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Complete Rand() function implementationEugene Sandulenko
2016-08-03DIRECTOR: Lingo: Initial code for built-in functionsEugene Sandulenko