Trilarion / opensourcegames

Technical infos of open source games.
https://trilarion.github.io/opensourcegames/
Creative Commons Zero v1.0 Universal
684 stars 85 forks source link

update Open Rodent's Revenge license, platforms and dependencies #195

Closed pierreyoda closed 5 years ago

pierreyoda commented 5 years ago

Hey, thanks for the awesome resource!

This is just a quick PR to update Open Rodent's Revenge entry as it has switched to the MIT license since.

Also, Qt was missing from the code dependencies list. Since I used SFML for the game proper, it is effectively cross-platform even though I never provided builds for macOS.

I wish I could write build instructions but the C++ and especially Qt build tooling and practices have changed quite a bit in the last couple of years. I do know that the master can easily build on recent Qt Creator versions but not sure about the 0.7 and previous releases.

Trilarion commented 5 years ago

Thanks for the info. Btw. how did the switching of the license take place. Was there only one developer or did all developers agree or was there a complete rewrite in the middle? Usually one cannot go from GPL to MIT.

pierreyoda commented 5 years ago

I'm the sole developer of this project and I did not know about the MIT license at the time!

The switch did happen during a full rewrite (that is not complete to this day).