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

Add tmx_load_buffer_path() for loading with virtual paths #58

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

RobLoach
Copy link
Contributor

@RobLoach RobLoach commented May 5, 2021

This change introduces a new function to allow loading a map buffer, while setting a virtual path for it. Allows for loading buffers, while controlling where its associated images are loaded from. Fixes #57

@aschuhardt
Copy link

Can this be merged?

@baylej
Copy link
Owner

baylej commented Feb 18, 2024

Hi,

Sure, but first I need to add functions with virtual paths to the other variants of tmx_load (using FD and Callback).

I'll work on it soon.

@baylej baylej force-pushed the tmx_load_buffer_path branch 2 times, most recently from c9f6c62 to 5c5aca6 Compare February 19, 2024 19:13
@baylej
Copy link
Owner

baylej commented Feb 19, 2024

Hi @RobLoach , I've slightly reworked your contribution, would you like to review my modifications before I squash and merge?

@baylej baylej force-pushed the tmx_load_buffer_path branch from 5c5aca6 to f88a433 Compare February 22, 2024 21:54
@baylej baylej merged commit 7796455 into baylej:master Feb 22, 2024
1 check passed
@RobLoach
Copy link
Contributor Author

Thanks for the work here, @baylej! Haven't had a chance to test fully yet, but looks great. When I get the time to update it in my system, I'll let you know how it works out 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load Buffer Base Path for images
3 participants