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

Update to Love 11.3 #2571

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

Update to Love 11.3 #2571

wants to merge 45 commits into from

Conversation

liberodark
Copy link

Hi,

Im newbie on Love and Lua but im trying to update to Love 11.3.

Best Regards

@ZanderBrown
Copy link

Gave me a minor panic with all the notifications pings there, probably want to squash those commits

.travis.yml Outdated Show resolved Hide resolved
@reilg
Copy link

reilg commented Apr 21, 2020

Yes. Please. Jesus Christ. Push them all at once.

@liberodark
Copy link
Author

The game work on Love 11.3
Now just im trying to fix the CI

@ZanderBrown
Copy link

Could you try testing locally? Dozens of emails as you try figure it out isn't great

@liberodark
Copy link
Author

liberodark commented Apr 21, 2020

CI is fixed just no have output of done but no issue
And yes have try locally is work.

Proof :

make test
bin/love-11.3-x86_64.AppImage src --test

no issue and game run

image

@ZanderBrown
Copy link

I was meaning the CI, instead of tweaking the commands a bit and seeing what happens you could use a local container/vm to test it out

@liberodark
Copy link
Author

I was meaning the CI, instead of tweaking the commands a bit and seeing what happens you could use a local container/vm to test it out

CI is done and test have been make locally but for fix Travis need to use travis now is done.
make test run game. this work.
Travis no understand if that work or not.
Just need to kill game after run and CI make OK

@liberodark
Copy link
Author

Now only need help for fix that :

image

image

and

White text in back to green

image

Best Regards

@liberodark
Copy link
Author

Ok now green text is fixed
image

@liberodark
Copy link
Author

Need to fix the black line :

image

@niamu niamu mentioned this pull request Feb 28, 2021
@cibersheep
Copy link

cibersheep commented Aug 22, 2022

Thanks for this. I could build it on Ubuntu 20.04 with some minor changes :)

Links to TMX2LUA have changed, I have changed those lines in the make file:

  • TMXTAR = tmx2lua.linux.tar -> TMXTAR = tmx2lua.linux.tar.gz
  • $(wget) http://hawkthorne.github.com/tmx2lua/downloads/$(TMXTAR) -> $(wget) https://github.com/hawkthorne/tmx2lua/releases/download/v1.0.0/$(TMXTAR)

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.

None yet

4 participants