first Prototype
This commit is contained in:
parent
89503407e7
commit
c887a2168c
78 changed files with 2494 additions and 2 deletions
BIN
plugins/godot-git-plugin-v3.2.0.zip
Normal file
BIN
plugins/godot-git-plugin-v3.2.0.zip
Normal file
Binary file not shown.
21
plugins/godot-git-plugin/LICENSE
Normal file
21
plugins/godot-git-plugin/LICENSE
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2016-2023 The Godot Engine community
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
1346
plugins/godot-git-plugin/THIRDPARTY.md
Normal file
1346
plugins/godot-git-plugin/THIRDPARTY.md
Normal file
File diff suppressed because it is too large
Load diff
10
plugins/godot-git-plugin/git_plugin.gdextension
Normal file
10
plugins/godot-git-plugin/git_plugin.gdextension
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[configuration]
|
||||
|
||||
entry_symbol = "git_plugin_init"
|
||||
compatibility_minimum = "4.2.0"
|
||||
|
||||
[libraries]
|
||||
|
||||
linux.editor.x86_64 = "linux/libgit_plugin.linux.editor.x86_64.so"
|
||||
macos.editor = "macos/libgit_plugin.macos.editor.universal.dylib"
|
||||
windows.editor.x86_64 = "windows/libgit_plugin.windows.editor.x86_64.dll"
|
||||
1
plugins/godot-git-plugin/git_plugin.gdextension.uid
Normal file
1
plugins/godot-git-plugin/git_plugin.gdextension.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://cgqo1wjqsp41e
|
||||
BIN
plugins/godot-git-plugin/linux/libgit_plugin.linux.editor.x86_64.so
Executable file
BIN
plugins/godot-git-plugin/linux/libgit_plugin.linux.editor.x86_64.so
Executable file
Binary file not shown.
BIN
plugins/godot-git-plugin/macos/libgit_plugin.macos.editor.universal.dylib
Executable file
BIN
plugins/godot-git-plugin/macos/libgit_plugin.macos.editor.universal.dylib
Executable file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue