Browse Source

Stop tracking optional git integration add-on

master
discomrade 2 years ago
committed by Discomrade
parent
commit
1941c779b6
  1. 2
      .gitignore
  2. 21
      addons/godot-git-plugin/LICENSE
  3. 1062
      addons/godot-git-plugin/THIRDPARTY.md
  4. 18
      addons/godot-git-plugin/git_api.gdnlib
  5. 9
      addons/godot-git-plugin/git_api.gdns
  6. BIN
      addons/godot-git-plugin/osx/release/libgitapi.dylib
  7. 7
      addons/godot-git-plugin/plugin.cfg
  8. BIN
      addons/godot-git-plugin/win64/release/libgitapi.dll
  9. BIN
      addons/godot-git-plugin/win64/release/libgitapi.exp
  10. BIN
      addons/godot-git-plugin/win64/release/libgitapi.lib
  11. BIN
      addons/godot-git-plugin/x11/release/libgitapi.so

2
.gitignore

@ -24,3 +24,5 @@ mono_crash.*.json
# Binaries
bin/
# Git integration add-on
addons/godot-git-plugin

21
addons/godot-git-plugin/LICENSE

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2016-2022 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.

1062
addons/godot-git-plugin/THIRDPARTY.md

File diff suppressed because it is too large

18
addons/godot-git-plugin/git_api.gdnlib

@ -1,18 +0,0 @@
[general]
singleton=true
load_once=true
symbol_prefix="godot_"
reloadable=false
[entry]
OSX.64="res://addons/godot-git-plugin/osx/release/libgitapi.dylib"
Windows.64="res://addons/godot-git-plugin/win64/release/libgitapi.dll"
X11.64="res://addons/godot-git-plugin/x11/release/libgitapi.so"
[dependencies]
OSX.64=[ ]
Windows.64=[ ]
X11.64=[ ]

9
addons/godot-git-plugin/git_api.gdns

@ -1,9 +0,0 @@
[gd_resource type="NativeScript" load_steps=2 format=2]
[ext_resource path="res://addons/godot-git-plugin/git_api.gdnlib" type="GDNativeLibrary" id=1]
[resource]
resource_name = "GitAPI"
class_name = "GitAPI"
library = ExtResource( 1 )
script_class_name = "GitAPI"

BIN
addons/godot-git-plugin/osx/release/libgitapi.dylib

Binary file not shown.

7
addons/godot-git-plugin/plugin.cfg

@ -1,7 +0,0 @@
[plugin]
name="Godot Git Plugin"
description="This plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki"
author="ChronicallySerious"
version="v1.2.3"
script="git_api.gdns"

BIN
addons/godot-git-plugin/win64/release/libgitapi.dll

Binary file not shown.

BIN
addons/godot-git-plugin/win64/release/libgitapi.exp

Binary file not shown.

BIN
addons/godot-git-plugin/win64/release/libgitapi.lib

Binary file not shown.

BIN
addons/godot-git-plugin/x11/release/libgitapi.so

Binary file not shown.
Loading…
Cancel
Save