Skip to content

Tags: adapap/OWScript

Tags

1.1.4

Toggle 1.1.4's commit message
Update docs for optional parameters. Close #5

1.1.3

Toggle 1.1.3's commit message
Rework variables, add const keyword

1.1.2

Toggle 1.1.2's commit message
Add project showcase to readme

1.1.1

Toggle 1.1.1's commit message
Merge branch 'master' of https://github.com/adapap/OWScript

1.1.0

Toggle 1.1.0's commit message
OWScript 1.1: Error Handlers, Better Functions/Arrays, Map Checker, a…

…nd more! This update is a significant rework to the entire OWScript project. One of the most helpful features introuced in this release is error handlers, which tell you the exact line and position in which your errors occur. If you see a stack dump, please submit an issue on Github. The map checker allows you to check the current map that the mode is being played on using the `get_map()` function. Documentation will be updated to include all other new changes, including scoping, string parsing, and more.

1.0.4

Toggle 1.0.4's commit message
Reworked if statements to support nested blocks and function calls.

Added the <player>.halt() method to cancel movement.
As usual, tokens added to syntax highlighting and fixed many parsing
issues.

1.0.3

Toggle 1.0.3's commit message
Disabled rules, strings in arrays

1.0.2

Toggle 1.0.2's commit message
Modify .gitignore files

1.0.1

Toggle 1.0.1's commit message
Fix constants with colons parsing, evaluating objects in function calls

Soldier: 76 was matching as an annotation, so the order of lexical analysis was modified. Function body is not necessarily a ruleblock, so lines need to be joined by hand.

1.0.0

Toggle 1.0.0's commit message
Release 1.0

Core features are implemented and syntax highlighting is working almost perfectly. This is the first version I consider stable enough for a full release.