Compare commits
20 commits
main
...
aleajactae
Author | SHA1 | Date | |
---|---|---|---|
73c714ec1b | |||
3e7d670455 | |||
a94095128e | |||
9a2a797ee3 | |||
4b91fee1be | |||
37a765601c | |||
0f57d54f76 | |||
|
0ea042b328 | ||
|
d9b2695b1b | ||
|
caad5245c1 | ||
0153e21b3f | |||
807c08ed48 | |||
57691888ac | |||
|
6997b3752a | ||
|
cf01b994d5 | ||
|
31d426a22d | ||
|
3c0328275a | ||
|
bcd407194b | ||
|
1d7e6c82cf | ||
249acab6dd |
497 changed files with 139080 additions and 3147 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -3,6 +3,8 @@
|
|||
Godot.zip
|
||||
Godot_v4*linux.64.zip
|
||||
Godot_v4*linux.64
|
||||
Godot_v4*x86_64
|
||||
Godot_v4*x86_64.zip
|
||||
*.old
|
||||
|
||||
# Changes to version imported subfolder of .godot (commented upward)
|
||||
|
@ -10,3 +12,7 @@ Godot_v4*linux.64
|
|||
.godot/shader*/
|
||||
.godot/*.bin
|
||||
.godot/\.*
|
||||
|
||||
# Ignore file to detect curretn config (hardware/GPU)
|
||||
.current_version
|
||||
.current_version.tmp
|
||||
|
|
|
@ -54,3 +54,17 @@ windows:
|
|||
- if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
||||
when: always
|
||||
|
||||
linux64-test:
|
||||
stage: export
|
||||
tags:
|
||||
- Docker
|
||||
script:
|
||||
- apt-get update && apt-get install -y mesa-vulkan-drivers
|
||||
- mkdir -v -p $EXPORT_NAME-linux64-$CI_COMMIT_SHORT_SHA
|
||||
- godot -v --export-debug --headless "Linux/X11" $EXPORT_NAME-linux64-$CI_COMMIT_SHORT_SHA/$EXPORT_NAME-$CI_COMMIT_SHORT_SHA.x86_64
|
||||
artifacts:
|
||||
name: $EXPORT_NAME-linux64-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
||||
paths:
|
||||
- $EXPORT_NAME-linux64-$CI_COMMIT_SHORT_SHA
|
||||
expire_in: 4 week
|
||||
when: manual
|
||||
|
|
55
.godot/global_script_class_cache.cfg
Normal file
55
.godot/global_script_class_cache.cfg
Normal file
|
@ -0,0 +1,55 @@
|
|||
list=Array[Dictionary]([{
|
||||
"base": &"CharacterMovementComponent",
|
||||
"class": &"AI",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/AMSG/AI/AI_Base.gd"
|
||||
}, {
|
||||
"base": &"AnimationTree",
|
||||
"class": &"AnimBlend",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/AMSG/Components/AnimationBlend.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"CameraComponent",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/AMSG/Components/CameraComponent.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"CharacterMovementComponent",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/AMSG/Components/CharacterMovementComponent.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"CharacterMovementComponentPlayer",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://PlayerC/CharacterMovementComponentPlayer.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"Interactable",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/AMSG/Interactable/Interactable.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"MotionWarping",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/PoseWarping/MotionWarping.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"PlayerNetworkingComponent",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/AMSG/Components/PlayerNetworkingComponent.gd"
|
||||
}, {
|
||||
"base": &"Node",
|
||||
"class": &"pose_warping",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://addons/PoseWarping/PoseWarpingFunctions.gd"
|
||||
}])
|
|
@ -1,3 +1,3 @@
|
|||
source_md5="429b6363d0594911547726e3a95dbd59"
|
||||
dest_md5="f6e8bcb1bbb72a012ef451601f3bfffc"
|
||||
dest_md5="6c8311c83f8655b1a7b1f6379ccd9b55"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="11f968e659fa9e4cf61f62b1886c0a9a"
|
||||
dest_md5="66855651ce90d3e50f9abaa2c1d8abad"
|
||||
dest_md5="56e4907dac7cc298ed0fd6649fd3349c"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="61633c91b699271cb7f552e50d3e9bad"
|
||||
dest_md5="36938e0b99b4932dd8874447ee336ef3"
|
||||
dest_md5="a12c9f9816ae5118a882ad1729dcfa21"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="5113b46183a3ca9273f00699e9d9ff1c"
|
||||
dest_md5="6fbab7586b3be714c75ce057b1cb4042"
|
||||
dest_md5="e489c1f92f3eef4ab3491ff3391a3acd"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="c742dbedc9bd0445fcdc5d7c91355d47"
|
||||
dest_md5="70ebd217fb54a5e35a70200491195877"
|
||||
dest_md5="2c8c76aa126d841db8428ccde8528bc9"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="18b255d96952d8fd16508035813c1595"
|
||||
dest_md5="c2db0f8d11d9a6549ba4b942fd167280"
|
||||
dest_md5="85a6453d799c077693bef1efc5a18845"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
source_md5="9901d8423e0fa9bd81165d1b3bd88f99"
|
||||
dest_md5="e7eb484256abae9689dab5ac57dba716"
|
||||
|
Binary file not shown.
BIN
.godot/imported/Character-432fb2ceeaf5dd670b5993daa0cdd616.bin
Normal file
BIN
.godot/imported/Character-432fb2ceeaf5dd670b5993daa0cdd616.bin
Normal file
Binary file not shown.
91133
.godot/imported/Character-432fb2ceeaf5dd670b5993daa0cdd616.gltf
Normal file
91133
.godot/imported/Character-432fb2ceeaf5dd670b5993daa0cdd616.gltf
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,3 @@
|
|||
source_md5="6fe7de962d7c4b27db3c85d2e49c1c7a"
|
||||
dest_md5="ae179c34c2f35e169d4d6e7dc15cc2d5"
|
||||
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
source_md5="a2434547b1e324f5b28a8923643a3967"
|
||||
dest_md5="103e239c0c778309fef6b2762a0377d3"
|
||||
|
Binary file not shown.
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
source_md5="31fc305eb1d7d79fe1053156f92b59bf"
|
||||
dest_md5="3baba5d8154b4602038fbb548e4651ac"
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
source_md5="110a3f7e0b4ebb5dba13ec8b0f5315c4"
|
||||
dest_md5="81dab92767bee2cdef8473a6ebbf85b7"
|
||||
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="166af68e564c805f182848ff1e03b879"
|
||||
dest_md5="89818890168f05a267d63825f6fbf3cd"
|
||||
dest_md5="bc6d70a996fd5ce11a599979a0617548"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="ced507b169c48f6b02bc7ef3e6c25128"
|
||||
dest_md5="3a25dc57c41c707fc4d27df57998bb7d"
|
||||
dest_md5="c7bfc14f0bd50b973a9afec1edba5c2e"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="dd139845ea7dae77c85940b5d36a3a71"
|
||||
dest_md5="39101bc35670eb35773cee2a3838fc48"
|
||||
dest_md5="9c5617663a4467cf3860c02a891c23de"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="520d1bc4ecdf036923ed4ab4729c7393"
|
||||
dest_md5="f689052a21c267192c8931f35961492f"
|
||||
dest_md5="0b943fd4291404aac3b3923fd64059cb"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="ee894c5daac177cf9d150e9d4532e9cb"
|
||||
dest_md5="ca4d9a5e79175fbe063acd037e401d75"
|
||||
dest_md5="daec56d8a353b97a6a3becb5e54d7ac6"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="a859a9c57e6601a3a36f225a2a4e1370"
|
||||
dest_md5="5446ad9483bb20c8a5e43398e441793f"
|
||||
dest_md5="998e211b05b8e6efc4129a6e64dd7689"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="3a3513acf139505d53e5b160ae8f9666"
|
||||
dest_md5="b7a443b1e6958072ecc1584164d0ddb7"
|
||||
dest_md5="9bd290d6af351a25a8caf6a76b4e0a9d"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="bbd32a0ae64acd9ba5aedfc2cfcec6c1"
|
||||
dest_md5="c57f666dc6f6506109bd7dc44bad8d97"
|
||||
dest_md5="80fe56b9c99aa9501503705730b20342"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="12f4f13050fda086ff9633168becbe86"
|
||||
dest_md5="5da36a6bacef81dafbf925fb6a4b84f9"
|
||||
dest_md5="2890c5e80de4ce3543b65f58722d8cf4"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="707a76d7a7d3f084cbe956f18e679b8f"
|
||||
dest_md5="828d6d86a9385e01c22b006adfc8c8e8"
|
||||
dest_md5="8aba4567aceeae76cc221d39136a6585"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="1e838b682b3e7dcc7a6bd1ce670e31a0"
|
||||
dest_md5="446e95e3ef0d21b4cb975a4deb3ce1ab"
|
||||
dest_md5="bbdc54eeeb68a5770cd8c5983ff1d537"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="96b0569fc5157c8177e9f0f3c033b4a0"
|
||||
dest_md5="d752d1d7736159dff5b3b4e7b8fda58e"
|
||||
dest_md5="7c9338c4daf3b7bb0a418b28642cede4"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="42cf07d21ce7bdf8b3d40ac4257554a4"
|
||||
dest_md5="b11f0d3a5c9894f8277ec5690db5f710"
|
||||
dest_md5="9a1afa24b698eb3c07114c52c258939f"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="b4daca848ab3d13ea5d29f12ca2ea7f3"
|
||||
dest_md5="dcf323cec611afa7aa59a7cbff2551ac"
|
||||
dest_md5="9db2c518485dbee226ef5461fc3f16b1"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="142a41cf855eb73e2a5ba051dacea413"
|
||||
dest_md5="b1f0a291bc3fbccfb4d1e36129dd6c5e"
|
||||
dest_md5="f816cfdb790e3276a5f5fffb9de9b1a8"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="1b2ddd55e3a10534764b3c666303af0c"
|
||||
dest_md5="30033d1c421fdf58f0635ae90aabd44d"
|
||||
dest_md5="63151fa3eea7d4aa8bf3c1ec598ea779"
|
||||
|
||||
|
|
Binary file not shown.
BIN
.godot/imported/Lut.JPG-318d194d6d44601efea44da49c968641.ctex
Normal file
BIN
.godot/imported/Lut.JPG-318d194d6d44601efea44da49c968641.ctex
Normal file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
source_md5="46e5212ba0d288f6d6822fdb80b3a3d0"
|
||||
dest_md5="e83fc4b12d063783fefc90923faf7128"
|
||||
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="008e6bc48c8eaa5d2855d57e6b0b8595"
|
||||
dest_md5="66ede07e6468274c9c5202271cc565ad"
|
||||
dest_md5="a28a1fefdad463af5f73337bd663096b"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="008e6bc48c8eaa5d2855d57e6b0b8595"
|
||||
dest_md5="754ddae30d133b38cafafe8f1510d66f"
|
||||
dest_md5="913918d4ee36eec01f7859ea71d95894"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="f270899858f8204b62043167ac8d9552"
|
||||
dest_md5="d8a55905e5d6dce90471333f5f62ded8"
|
||||
dest_md5="b87d93a9bdc24a2795610d16c04e7f1f"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="f270899858f8204b62043167ac8d9552"
|
||||
dest_md5="fe35528727ba09941f3df3d35b0a3485"
|
||||
dest_md5="199fde688e210a0e99af4529166de2f7"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="cd5e0e3fba97e8b64cf301bbb350d7cf"
|
||||
dest_md5="586ad86ed4b0e6f6b53be2840bb7fe18"
|
||||
dest_md5="4f6a02d09987d4766157f7a031c4adaf"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="cd5e0e3fba97e8b64cf301bbb350d7cf"
|
||||
dest_md5="191a8fe226570be6b649cc01242c2a27"
|
||||
dest_md5="79a7cdfbc62a2e20e1bdc0cf1e0b653b"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="2759de5c01527bd9730b4d1838e6c938"
|
||||
dest_md5="0afb48b2f8f3c407b186db94486f3927"
|
||||
dest_md5="171b93281b7fa66f27ff0b8680c471f7"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="2759de5c01527bd9730b4d1838e6c938"
|
||||
dest_md5="9f509c77629751959c57776684135177"
|
||||
dest_md5="c9d4c5891cbce1f715d54feb8fce9a9e"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="d8d09723b71ebb22bc31881877609622"
|
||||
dest_md5="a15fd3ec77926385d04798cbf2d85bf5"
|
||||
dest_md5="b40e5c8d915343b26f6aebca5b203c7a"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="d8d09723b71ebb22bc31881877609622"
|
||||
dest_md5="c0d4ff319ae21c7ac11fb9b2fb3fc75d"
|
||||
dest_md5="e4900b0b43bf477172077eca5ae90c65"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="2aaaafd5fe853746266cad7eafcc871e"
|
||||
dest_md5="09dffd8d23ee151f7517e421a2875dd8"
|
||||
dest_md5="4a81639254cfb2c31a286537130ebd95"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="2aaaafd5fe853746266cad7eafcc871e"
|
||||
dest_md5="2025b138736e96f5c441f73696874d0a"
|
||||
dest_md5="af6c6265e56769cc89102df25e2809b9"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="137201ae9563c760964063e122d587b7"
|
||||
dest_md5="3ef666699216143fa12a7ab4d70ec123"
|
||||
dest_md5="e3731ba111d96020c9ba6db1a708f23d"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="137201ae9563c760964063e122d587b7"
|
||||
dest_md5="16301919776c4088c86bc084877eceeb"
|
||||
dest_md5="f08436723eeef719188c4f6bc88e27ee"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="7f0b42d1d6a4d3e646c558185f6711ea"
|
||||
dest_md5="a91cb3ef2078f82544cd0703b8fdbb00"
|
||||
dest_md5="97d2dd050e0f101bc0cfc0dba50be4e2"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="7f0b42d1d6a4d3e646c558185f6711ea"
|
||||
dest_md5="0e652e4dfb383fbc2a2aa129258ddd76"
|
||||
dest_md5="e02762330280eac8dfeff5372df83f2f"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="6da3b4e2adcbcf2889e59c81d2326a43"
|
||||
dest_md5="69977867e0236cccb49dd4289b14828c"
|
||||
dest_md5="6cdbae0b14b2d28f431bddf67e2d869b"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="6da3b4e2adcbcf2889e59c81d2326a43"
|
||||
dest_md5="c7ba691eeeb456f80048377cdc862dcc"
|
||||
dest_md5="b9c9531b0346e6ad0a240d7a5c873c27"
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
source_md5="0734aff79a8af321fb865c9ac2ef3e64"
|
||||
dest_md5="fabbf7693aec4e5ffa9d7225ce0cd57b"
|
||||
dest_md5="116ede4ce94caf46b806dd35a55c963a"
|
||||
|
||||
|
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue