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

Upgrades to Godot 4! #9

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
4a1ccbb
Support for Godot 3.3.3
Lamelynx Dec 16, 2021
7cc6002
Update README.md
Lamelynx Dec 16, 2021
f77d21a
Add .idea folder to .gitignore
Iakobs Apr 5, 2023
70b055a
Update gradle plugin to 7.4.2 and gradle wrapper to version 7.5
Iakobs Apr 5, 2023
8974333
Update kotlin to 1.8.0
Iakobs Apr 5, 2023
49f00cc
Update android supported sdks and remove unnecessary buildTools
Iakobs Apr 5, 2023
f0e9ac6
Update google play libraries (and others) and fix deprecation errors
Iakobs Apr 5, 2023
00ea694
Merge pull request #1 from rafalagoon/JACOB-make_PGSGP3_great_again
rafalagoon Apr 5, 2023
1a72838
Actualizar README.md
rafalagoon Apr 5, 2023
a314a4c
Updated to work with Godot 4!
finepointcgi Jul 14, 2023
249753c
Merge branch 'master' of https://github.com/finepointcgi/PGSGP
finepointcgi Jul 14, 2023
26fb33a
Merge branch 'master' of https://github.com/finepointcgi/PGSGP
finepointcgi Jul 14, 2023
b6e0582
Added more changes to fix a few small issues
finepointcgi Jul 14, 2023
fd92743
Updated to work with godot 4.1
finepointcgi Jul 14, 2023
35e27f8
Update README.md
finepointcgi Jul 15, 2023
7abcc9d
fixed & forcing godot 4.2.1 release aar path
jturbide Jan 8, 2024
6d3432c
godot 4.2.x changed activity to getActivity()
jturbide Jan 8, 2024
1a86b96
update readme for godot 4.2.1
jturbide Jan 8, 2024
cfaf272
Update README to reflect fork
kgsensei Mar 3, 2024
b512a3b
Merge pull request #1 from jturbide/master
finepointcgi Apr 11, 2024
1315225
Merge pull request #2 from kgsensei/patch-2
finepointcgi Apr 11, 2024
5a1b162
Updated to 4.2.1
finepointcgi Apr 11, 2024
1b11099
Update README.md
finepointcgi Apr 11, 2024
bbcdc42
Update README.md
finepointcgi Apr 11, 2024
0c8b6dc
moved to V2 Archetecture and added cfg file
finepointcgi Apr 11, 2024
8f22be5
Merge branch 'master' of https://github.com/finepointcgi/PGSGP
finepointcgi Apr 11, 2024
1665893
Fixed small bug where it wouldnt implement the dependencies correctly
finepointcgi Apr 28, 2024
59106a4
added more logging to save an load functions and valid gamename
Byjason23 Jun 17, 2024
c4e8f07
Merge pull request #3 from Byjason23/master
finepointcgi Jun 18, 2024
2b88bad
Update SavedGamesController.kt
finepointcgi Jun 18, 2024
91728f0
Update PlayGameServicesGodot.kt
finepointcgi Nov 2, 2024
98293bc
Updated to latest google game services
finepointcgi Nov 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ proguard/
captures/

# IntelliJ
/.idea/
*.iml
.idea/workspace.xml
.idea/tasks.xml
Expand Down
128 changes: 0 additions & 128 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions .idea/jarRepositories.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/misc.xml

This file was deleted.

Loading