Commit Graph

14 Commits

Author SHA1 Message Date
Tobias Berger e53ffd0536
Update git hooks with upstream fixes (#4690)
* Make git hooks work in git worktrees (#40038)

Make hooks work in worktrees and cleanup hooks

(cherry picked from commit d3731395b6de358b13364b02eaeff1244a54aa2f)

* Replace all usages of /bin/bash shebang with /usr/bin/env (#40756)

Replace all usages of /bin/bash with /usr/bin/env

/usr/bin/env is nearly guaranteed to always exist at that location, which can't be said about /bin/bash and /bin/sh.

Co-authored-by: opl <4833621+opl@users.noreply.github.com>
(cherry picked from commit b9254d9ebf79ff28e27f1c54205e89fece209ad4)

---------

Co-authored-by: War Pigeon <54217755+minus1over12@users.noreply.github.com>
Co-authored-by: opl- <opl-@users.noreply.github.com>
Co-authored-by: opl <4833621+opl@users.noreply.github.com>
2025-11-19 07:48:01 -06:00
Myra 212ed35d29 Added warning when attempting to run RUN_THIS on a zip repo download (Attempt 2) (#36922)
* Added warning when attempting to run RUN_THIS on a zip repo download

* Fix it actually

* Update git_helper.py
2025-05-18 15:49:29 +01:00
deltanedas 71f0a98f27 run pre-commit install for post-checkout 2025-04-09 17:51:05 +01:00
wrexbe 040d1c3aa4
Fix debug tests with engine change (#8609) 2022-06-03 02:53:57 -07:00
metalgearsloth efbe129d61
Add error for git not found in git_helper (#4011)
* Add error for git not found in git_helper

* Exc instead
2021-05-16 22:27:30 +02:00
Paul Ritter ce67371b12
Revert "Deprecates RUN_THIS.py in favor of manually doin' it (#3930)" (#3933)
This reverts commit 94082e07a7.
2021-05-05 14:30:46 +02:00
Swept 94082e07a7
Deprecates RUN_THIS.py in favor of manually doin' it (#3930) 2021-05-05 04:15:05 +00:00
Pieter-Jan Briers 36cf1c3179
Use shutil.copy2 instead of shutil.copyfile for git_helper.py
Probably fixes #541
2020-01-22 17:09:39 +01:00
Silver f0fd3186cd Update Scripts 2019-04-15 21:12:00 -06:00
Pieter-Jan Briers 41bda76980
Minor stuff: (#58)
* Minor stuff:

* Making a file called DISABLE_SUBMODULE_AUTOUPDATE in BuildChecker/ makes it not always run git submodule update.
* Added .mypy_cache to .gitignore.
* Made default platforms x64 (from Any CPU).

* Make git hooks +x.
2018-04-19 20:15:36 +02:00
Remie Richards 4a5a2ceb31 Turns out this is important! (#55)
RUN_THIS.py won't actually do anything with this commented out.
2018-04-07 22:39:38 +02:00
Pieter-Jan Briers 6704245a41
The Wait Is Over. (#49)
* Move submodule to Godot

* Update submodule AGAIN.

* Update project files.

* Remove WearableAnimatedSprite from prototypes.

* Remove content repo resource copier.

* Update submodule.

* Fix resource handling.

* Content.Client compiles by commenting out hands GUI.

* Update submodule.

* Fix prototype textures and update submodule.

* Update Submodule.

* Update submodule SOME MORE!

* Random WiP shit I guess

* Make omnisharp not choke on buildchecker.

* Update submodule.

* Highly WiP broken HandsGui code.

* Ok maybe let's not insult omnisharp.

* Fix annoying Omnisharp warning.

* Update submodule.

* Update submodule.

* Hey I forgot to push this but it didn't conflict!

* Fix hands GUI on godot.

* Update submodule.

* Obligatory submodule update.

* Work on exports.

* Work on exports.

* Update submodule.

* Update submodule.

* Fix dumb case mismatch between content and engine

* work pls.

* This maybe.

* Now!

* Update submodule.

* update submodule.

* Some WiP work on exporting aaah.

* OK READY FOR THE BUILDS SERVER.

* Probably should've made those commits in a different order.

* DO THE THING

* update submodule.

* Updates for effects system.

* Update submodule.

* Make file/line numbers show up on Windows Godot.

* Set submodule to master.
2018-04-07 15:31:38 +02:00
Pieter-Jan Briers b616025b8d Fix indentation error in git_helper.py 2017-08-06 13:05:45 +02:00
PJB3005 02c67c851d Basic content repo outline.
Code's here, no tooling to generate content packs yet, however.
2017-08-04 14:24:01 +02:00