-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Json/map export #4292
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
Closed
Closed
Json/map export #4292
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-Authored-By: jackireland12 <[email protected]> Co-Authored-By: LucaIaccio1 <[email protected]> Co-Authored-By: lukes5316 <[email protected]> Co-Authored-By: BigChris <[email protected]> Co-Authored-By: sharpysss <[email protected]>
Created RunClient button in Build dropdown button
Added the front end for generating a new property for objects
me and luca added this. our next steps would be to add thumbnails and more to give the project window more polish. Co-Authored-By: LucaIaccio1 <[email protected]>
Updated the layoutbox of the dialog window
Added a checkable option for showing content browser need to link the button to the logic and write logic in contentbrowserdock.h Co-Authored-By: lukes5316 <[email protected]> Co-Authored-By: LucaIaccio1 <[email protected]>
-Functionality for toggling content browser on/off Co-Authored-By: sharpysss <[email protected]>
Co-Authored-By: jackireland12 <[email protected]>
… layouts Currently have issue with added the file path for the audio player
merge seems to be fixed to where it was previously (fixed merge between my work and luca and sams work) Co-Authored-By: LucaIaccio1 <[email protected]> Co-Authored-By: sharpysss <[email protected]>
…ode / removal of redundant code
Co-Authored-By: jackireland12 <[email protected]>
…2-Map-Editor into PropertyWindow
Project window
Property window
Gets the currently open map from Tiled Loops through every tile layer (ignores object/image layers) For each tile, reads the global tile ID (GID) directly from cell.tileId() Applies horizontal/vertical/diagonal flip flags into the high bits of the GID Builds a complete Tiled-standard JSON object in memory (width, height, layers, data array, etc.) Writes the JSON file to disk at the install root of project Shows success or a detailed error if the file can’t be written Co-Authored-By: sharpysss <[email protected]>
-json export would format incorrectly -changed it just to call qts built in exportAs for now Co-Authored-By: sharpysss <[email protected]> Co-Authored-By: BigChirs <[email protected]>
-trying to export json using built in export features -errors - having issues getting the jsonFomat
created base template for the add entity button
-Exports as tmj -Uses Tiled MapFormat
This reverts commit b43bb32.
This reverts commit ba9026c.
Contributor
|
Seems similar to #4293 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.