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

thecl: better float and rad value handling #61

Merged
merged 3 commits into from
Oct 12, 2019

Conversation

ManDude
Copy link
Collaborator

@ManDude ManDude commented Oct 12, 2019

thecl does not make the distinction between doubles and singles (one can be added later, like with D or something), and ZUN's ECL engine (almost?) exclusively uses singles. Therefore, values like "1.23" should be recognized as floats, NOT doubles (which, once again, thecl doesn't even know about). Also adds support for values like "+12" and allows integers in the rad() function.

ManDude and others added 2 commits October 12, 2019 03:50
thecl does not make the distinction between doubles and singles (one can be added later, like with D or something), and ZUN's ECL engine (almost?) exclusively uses singles. Therefore, values like "1.23" should be recognized as floats, NOT doubles (which, once again, thecl doesn't even know about). Also adds support for values like "+12" and allows integers in the rad() function.
@ManDude ManDude marked this pull request as ready for review October 12, 2019 03:16
@ManDude ManDude merged commit 5c4c430 into thecl-typed-variables Oct 12, 2019
@ManDude ManDude deleted the thecl-typed-variables-betternum branch October 12, 2019 03:20
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.

1 participant