-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Individual tile offset commit removed? #1240
Comments
That commit has not been removed, it was just never merged. The reason is that it is incomplete. Nobody ever finished it or opened a pull request for it. Issue #871 is not old. It's an open issue about a feature that could be added in the future. But there are many such issues and it's hard to choose which features to work on in the limited time i have for doing Tiled development.
Are you having trouble adding this particular feature, or are you having trouble compiling Tiled at all? In the latter case, just tell us where it's going wrong and we could try to help you. |
I managed to solve my problem this morning. Qt was a pain to get working with my setup. Btw you should mention in the contributing page that Windows users will need to install Wix to get it working. Anyway, I did a tiny hack to get it working, in maprenderer.cpp I added a couple lines so each tile is offset by the amount specified in the XML. Sorry about the misunderstanding, I thought the commit was merged. I'm fairly new to github, still learning the jargon :) |
Hmm, that should not be required. The installer does not build by default, but I guess the presence of this build job may still cause issues when WiX is not there. I'll make sure to fix this. I guess it also does not help that they just released Qt 5.6, and in my initial testing Tiled did not compile against this version yet. If you got bitten by zlib header issues, then this would be it. Of course I'll try to fix that soon as well.
Right, that must be similar to what this guy did. A quick hack usually does the job for people, though to include the feature properly a lot more work is needed unfortunately.
Yeah it's a little confusing that you can link to commits that have only been pushed to forks, using a URL that links to the original repository, like was done here. But if you look at a change that is included in my repository, then you'll see GitHub indicating the branches it is included in. For example you can see "master" below the commit message here: |
Thanks for that. |
Right, that's actually a bug in Qbs that I fixed locally, as well as patching up the file on AppVeyor. I should really get my fix into Qbs properly, but then it'll still be a while until this fix is included in the latest Qt Creator release. In the meantime I should also make sure Tiled builds without WiX altogether, anyway. |
I don't understand why this commit has since been removed:
9b55907
The old issue: #871
I require this feature for my project, I've just spent several hours with Qt trying to get it working but I can't.
The text was updated successfully, but these errors were encountered: