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

Casted atof to float #36

Merged
merged 1 commit into from
Nov 20, 2018
Merged

Conversation

arves100
Copy link
Contributor

Under Visual C++ 15.8.9, atof produces a double variable, with this change, the variable is casted to float.

@baylej baylej merged commit 7105f0c into baylej:master Nov 20, 2018
@arves100 arves100 deleted the tmx-float-warning-fix branch November 20, 2018 20:46
baylej added a commit that referenced this pull request Jun 16, 2020
It includes the following new features:
+ Explicitely fail to load infinite maps
+ Support object templates
+ Add documentation in rst format, generate HTML doc using sphinx
+ Add emscripten compatibility (HTML5 support)
+ #39 Support alpha channel for colours
+ #41 Add functions to convert colours

It includes the following bug fixes:
+ #32 Ignore DOCTYPE element in XML document
+ Add missing freeing of object properties
+ Fix parsing of staggered map orientation
+ #33 Fix parsing of text wrap attribute
+ #34 Support uncompressed base64 encoded layers
+ #36 Cast to float the value returned by `atof`
+ Add missing `extern` qualifier to global variable
+ Use `uint32_t` for GIDs

It includes the following maintenance patches:
+ Mordernize CMake scripts
+ Add CI/CD pipelines using github actions
+ #47 CMake: Add src/ to the include directories
+ #48 Change file permissions from 755 to 644
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