Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

& and | operators, escaping quotes/backslashes, other small things #56

Merged
merged 4 commits into from
May 22, 2019
Merged

Conversation

Priw8
Copy link
Member

@Priw8 Priw8 commented May 22, 2019

thecl changes:

  • | operator for bitwise OR (ins_76)
  • & operator for bitwise AND (ins_77)
  • escaping double quote/backslash characters in strings with \
  • fix argument types for th13+ ins_408 and ins_410 (both are for circle movement (one is abs position version and the other is rel position version), last 2 arguments are radius and speed of the movement)
  • fix argument types for th13+ ins_430 (first arg is angle and second arg is speed, it's rel position version of ins_428)

@32th-System 32th-System merged commit 609f733 into thpatch:master May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants