Commit Graph

56 Commits

Author SHA1 Message Date
Twarit Waikar
df3b519cfc Push worked! 2021-10-04 01:27:20 +05:30
Twarit Waikar
4a37c872ac Pull worked! 2021-10-04 01:23:20 +05:30
Twarit Waikar
ee2a7607fa Intermediate commit 1 2021-10-04 01:13:47 +05:30
Twarit Waikar
b34311b10e Merge branch 'master' into update-vcs-new 2021-10-02 22:20:44 +05:30
Twarit Waikar
09ec512ea7 Fix version tag in plugin.cfg to use "v" prefix 2021-10-02 04:59:05 +05:30
Twarit Waikar
24a0a14ef3 Add plugin build binaries to demo 2021-10-02 04:43:20 +05:30
Twarit Waikar
4f914d15ac Shift plugin binaries and build process to use addons/ directory 2021-10-02 04:21:39 +05:30
Twarit Waikar
4b054772ef Fix shutdown crash due to remote not being found 2021-07-17 18:16:14 +05:30
IronicallySerious
12ed472049 Port build scripts to Mac 2020-12-09 18:13:47 +05:30
Twarit Waikar
7cc8269aeb Fix platform specific quirks affecting build scripts and CI (#48) 2020-09-06 06:47:54 +05:30
Twarit Waikar
60408127a8 Improve README + include ssl in linux build 2020-09-06 03:48:58 +05:30
Twarit Waikar
97d82d2ac8 Fix random crashing in init (backport from v2)
Remove generated build items/project files
Also build libgit2 in release mode if building in release
2020-09-06 03:13:46 +05:30
serious
bd7ac76035 Add PIC flag to libgit2 linux build 2020-09-06 01:07:47 +05:30
Twarit
a3ad451bdd Bump Libgit2 to v1.0 2020-05-13 21:51:22 +05:30
Twarit
62247870dc Fix link errors in #26 2020-04-09 17:25:22 +05:30
Twarit
3364a0ef16 Automate compiling libgit2 2020-03-30 00:38:40 +05:30
Twarit
6dbac88d8f Fix crash on missing user.email and user.name in gitconfig 2020-02-15 01:28:40 +05:30
Twarit
c2485c1346 Remove plugin .so binary 2020-02-03 22:37:07 +05:30
Twarit
ee3c9c9746 Add new windows binaries 2020-02-03 22:30:38 +05:30
Twarit
5b2d8d48c3 Add release build script 2020-02-03 21:23:40 +05:30
Twarit
b20bde7d3e Update windows binaries for 3.2 beta 2 2019-11-25 01:13:01 +05:30
IronicallySerious
0e4f8acd3d Fix dirty read on initialiation status for the libgit2 instance 2019-11-25 00:44:12 +05:30
Twarit
531495001e Fix compat with fixed typo in function names 2019-11-24 23:04:47 +05:30
IronicallySerious
a21209bf62 Update linux binaries for #6 fix 2019-10-09 18:03:09 +05:30
Twarit
cd9239220a Enforce full file name status listings. Fix #6
libgit2 wasn't showing the full file names and showed just the
directory name in case there were many files being added at once
in a new directory.

Added a libgit2 flag that enforces full names on files
appearing in git status queries.
2019-10-09 17:07:01 +05:30
Twarit
b753c0a71b Add updated windows binaries with recent revision 2019-08-26 10:23:20 +05:30
IronicallySerious
bde2557be7 Update linux binaries to fix lingering commit index 2019-08-23 19:57:02 +05:30
Twarit
ffc9becb3d Fix issue where deleted files where not staged + Add error checks 2019-08-17 03:41:19 +05:30
Twarit
483c1ec783 Add contextually aware diff loading 2019-08-16 02:22:49 +05:30
Twarit
b65c336ce3 Add diff loading with useability fixes 2019-08-15 03:07:52 +05:30
IronicallySerious
cfa85954e9 Update addon demo binaries for linux 2019-08-14 14:24:13 +05:30
Twarit
94b14f871e Fix multiple file commits and adds 2019-08-13 14:27:13 +05:30
Twarit
4a5ee6906e Fix null dereference while displaying modified files 2019-08-13 11:28:03 +05:30
Twarit
cd793c1b4d Add category wise status retrieval 2019-08-10 00:52:21 +05:30
Twarit
69504530db Implement git status 2019-08-09 17:39:05 +05:30
Twarit
a57541d6bb Add git commit and refactor 2019-08-09 13:30:19 +05:30
Twarit
7abe06cd33 Test object casts from call responses 2019-08-08 01:18:36 +05:30
Twarit
bc7f77eb93 Add better error checking with stage and commits 2019-08-07 17:19:34 +05:30
Twarit
9b01f3f665 Fix redundant control conversions 2019-08-06 15:29:03 +05:30
Twarit
d06d0ccf29 Reset Windows libgit2 binary for proper relocation 2019-08-03 11:32:13 +05:30
Twarit Waikar
96adcc7493 Add linux libs (#5)
* Add libgit2 libs + source

* Set libgit2 dll as dependency of gitapi

* Add libgit2 shared object

* Add x11 git2 static lib

* Add libgit2 binaries to demo project

* Add windows binaries to demo project for git addon

* Update gitignore to regard all demo files

* Add windows addon binary to demo

* Add git init

* Add linux binaries with fixed dynm linkage
2019-08-03 02:47:01 +05:30
Twarit Waikar
892f9264cd Add libgit2 windows lib (#4)
* Add libgit2 libs + source

* Add libgit2 binaries to demo project

* Update gitignore to regard all demo files

* Add windows addon binary to demo

* Add git init

* Fix godot_gdnative_singleton not existing warning

* Fix missing godot_gdnative_singleton missing warning
2019-08-03 01:22:16 +05:30
Twarit Waikar
2fff57825c Add libgit2 lib with source (#3)
* Add libgit2 libs + source

* Set libgit2 dll as dependency of gitapi

* Add libgit2 shared object

* Add x11 git2 static lib

* Add libgit2 binaries to demo project

* Add windows binaries to demo project for git addon

* Update gitignore to regard all demo files

* Add windows addon binary to demo

* Add git init
2019-08-01 21:16:25 +05:30
IronicallySerious
d1be7b98e7 Fix x11 build linkage 2019-07-31 02:39:21 +05:30
Twarit
399837fd1f Add initialization control settings 2019-07-29 00:38:59 +05:30
Twarit
bf44a58895 Test calling back mechanism 2019-07-28 03:35:16 +05:30
Twarit
a09b61a831 Use api struct for implementation 2019-07-07 01:22:37 +05:30
Twarit
f5b7c4950c Remove dependence on call methods 2019-07-06 16:21:51 +05:30
IronicallySerious
cea2b38287 Add gdnative resources 2019-07-04 01:05:33 +05:30
IronicallySerious
6afa3d9f7f Fix linux build script' 2019-07-04 00:59:59 +05:30