kikito / love-loader

Threaded resource loading for LÖVE
http://love2d.org
MIT License
131 stars 16 forks source link

Update love-loader to work with 0.9.x #3

Closed TannerRogalsky closed 10 years ago

TannerRogalsky commented 10 years ago

Hey!

I updated this lib to work with the most recent Love2D release. I broke backwards compatibility with previous versions although I imagine that it could be made to be backwards compatible, I didn't think it was a trivial task. I did, however, keep the external API exactly the same so that's nice.

I considered this to be a major version bump because it breaks backwards compatibility.

kikito commented 10 years ago

Wow, that's awesome! It was on my todo list, but I had not even created an issue for it just yet.

I will review the changes and get back to you (I will need 1 or 2 days though)

TannerRogalsky commented 10 years ago

My pleasure! Let me know what you think when you get a chance.

kikito commented 10 years ago

Merged, thanks a lot! I have made some cosmetic changes - in the readme mostly.

I have also created #4, in case you are bored ... :)