-
Notifications
You must be signed in to change notification settings - Fork 317
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 Populous, Populous II, and open source projects related to the series #2375
base: master
Are you sure you want to change the base?
Conversation
Hey there! Thanks for contributing a PR to osgameclones! 🎉 |
… confusion Also add Classic Visual Basic and DarkBASIC to end of linguist-languages list and add Kotlin to JOGL and LWJGL frameworks
'CreateJS', | ||
'Cocos2d', | ||
'Construct', | ||
'Construct2', | ||
'Crystal Space', | ||
'Cube 2 Engine', | ||
'Daemon Engine', | ||
'DarkBASIC', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'DarkBASIC', |
I think it's ok to just have darkbasic as a language, no need to also add it as framework
@@ -40,14 +42,17 @@ const knownFrameworks = [ | |||
'Flash', | |||
'FMOD', | |||
'GameMaker Studio', | |||
'GLUT', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'GLUT', |
so far we've used OpenGL as an umbrella to cover things like glut, glew etc
'Irrlicht', | ||
'JavaFX', | ||
'JMonkeyEngine', | ||
'JOGL', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'JOGL', |
same here, just use OpenGL
@@ -123,6 +128,9 @@ const frameworkLangs = { | |||
'Allegro': ['C++', 'C'], | |||
'pygame': ['Python'], | |||
'OGRE': ['C++'], | |||
'JOGL': ['Java', 'Kotlin'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'JOGL': ['Java', 'Kotlin'], |
- Populous | ||
- 'Populous II: Trials of the Olympian Gods' | ||
type: clone | ||
repo: 'https://code.google.com/archive/p/javapop/' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't want to add any games that are in google code as it is a defunct service. Are there other mirrors or continuations where this game is available?
langs: | ||
- C++ | ||
frameworks: | ||
- GLUT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- GLUT | |
- OpenGL |
- name: P3MEditor | ||
originals: | ||
- 'Populous: The Beginning' | ||
type: tool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add some info
about what exactly this tool does
langs: | ||
- Lua | ||
licenses: | ||
- Custom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Custom | |
- As-is |
same here, "As-is" means no license
langs: | ||
- C++ | ||
licenses: | ||
- Custom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Custom | |
- PD |
- Component Pascal | ||
licenses: | ||
- Custom | ||
info: 'Public domain; see https://github.com/OpenPop/notes#alacn' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add info on what this tool does
for a few other tools like "PopSoundEditor" it is obvious but for this one it is not
(Copied and pasted from original pull request)
Most were from https://github.com/OpenPop/notes but some were found at https://toksisitee.github.io/blog/Projects, https://github.com/PopRe, or incidental searching. Unfortunately, most projects haven't been touched for a long time, but maybe having them in the list can help anyone who might be interested in continuing them or creating their own.
I also had to add a few new frameworks to dangerfile.js and add X68000 to platforms in originals.yml.