Skip to content

Commit

Permalink
[contributors] added Ege
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Oct 9, 2024
1 parent 5554191 commit b1f3541
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
Binary file modified .github/images/window_about_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 16 additions & 15 deletions editor/Widgets/TitleBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,20 @@ namespace
{
vector<string> contributors =
{
// role, name, country, button text, button url, contribution, steam key
"Spartan, Iker Galardi, Basque Country, LinkedIn, https://www.linkedin.com/in/iker-galardi/, Linux port (WIP), N/A",
"Spartan, Jesse Guerrero, United States, LinkedIn, https://www.linkedin.com/in/jguer, UX improvements, N/A",
"Spartan, Konstantinos Benos, Greece, X, https://twitter.com/deg3x, Bug fixes and editor theme improvements, N/A",
"Spartan, Nick Polyderopoulos, Greece, LinkedIn, https://www.linkedin.com/in/nick-polyderopoulos-21742397, UX improvements, N/A",
"Spartan, Panos Kolyvakis, Greece, LinkedIn, https://www.linkedin.com/in/panos-kolyvakis-66863421a/, Improved water buoyancy, N/A",
"Spartan, Tri Tran, Belgium, LinkedIn, https://www.linkedin.com/in/mtrantr/, Days Gone screen space shadows, Starfield",

"Hoplite, Apostolos Bouzalas, Greece, LinkedIn, https://www.linkedin.com/in/apostolos-bouzalas, Provided performance reports, N/A",
"Hoplite, Marlon Wolfersdorf, Northern Germany, Google, https://www.google.com/search?q=Marlon+Wolfersdorf, Author of the Nautilus ACES, N/A",
"Hoplite, Nikolas Pattakos, Greece, LinkedIn, https://www.linkedin.com/in/nikolaspattakos/, GCC compile fixes, N/A",
"Hoplite, Sandro Mtchedlidze, Georgia, Artstation, https://www.artstation.com/sandromch, Identified lighting & performance issues, N/A",
"Hoplite, Roman Koshchei, Ukraine, X, https://x.com/roman_koshchei, Added a circular stack to the undo/redo system, N/A",
// role, name, country, button text, button url, contribution, steam key
"Spartan, Iker Galardi, Basque Country, LinkedIn, https://www.linkedin.com/in/iker-galardi/, Linux port (WIP), N/A",
"Spartan, Jesse Guerrero, United States, LinkedIn, https://www.linkedin.com/in/jguer, UX improvements, N/A",
"Spartan, Konstantinos Benos, Greece, X, https://twitter.com/deg3x, Bug fixes & editor theme improvements, N/A",
"Spartan, Nick Polyderopoulos, Greece, LinkedIn, https://www.linkedin.com/in/nick-polyderopoulos-21742397, UX improvements, N/A",
"Spartan, Panos Kolyvakis, Greece, LinkedIn, https://www.linkedin.com/in/panos-kolyvakis-66863421a/, Improved water buoyancy, N/A",
"Spartan, Tri Tran, Belgium, LinkedIn, https://www.linkedin.com/in/mtrantr/, Days Gone screen space shadows, Starfield",
"Spartan, Ege, Turkey, X, https://x.com/egedq, Editor theme & ability to save/load themes, N/A",

"Hoplite, Apostolos Bouzalas, Greece, LinkedIn, https://www.linkedin.com/in/apostolos-bouzalas, Performance reports, N/A",
"Hoplite, Marlon Wolfersdorf, Northern Germany, Google, https://www.google.com/search?q=Marlon+Wolfersdorf, Author of the Nautilus ACES, N/A",
"Hoplite, Nikolas Pattakos, Greece, LinkedIn, https://www.linkedin.com/in/nikolaspattakos/, GCC compile fixes, N/A",
"Hoplite, Sandro Mtchedlidze, Georgia, Artstation, https://www.artstation.com/sandromch, Lighting & performance issues, N/A",
"Hoplite, Roman Koshchei, Ukraine, X, https://x.com/roman_koshchei, Circular stack for the undo/redo system, N/A",
};

vector<string> comma_seperate_contributors(const vector<string>& contributors)
Expand Down Expand Up @@ -260,8 +261,8 @@ namespace
ImGui::BeginGroup();
{
ImGui::Text("Title explanations");
ImGui::Text("Spartan: Made code contributions that fixed/added functionality. Typically industry people.");
ImGui::Text("Hoplite: Provided insights, suggestions, or other minor contributions that improved the project. Typically younger people.");
ImGui::Text("Spartan: Contribuations which are considerable.");
ImGui::Text("Hoplite: Contribuations which are minor.");
}
ImGui::EndGroup();
}
Expand Down

0 comments on commit b1f3541

Please sign in to comment.