30 Commits
HEAD ... main

Author SHA1 Message Date
da5ee932b3 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-05-29 11:58:13 +03:00
0db31c34d1 Config for building for Quest 2024-05-29 11:53:41 +03:00
1db116c1c9 Movement change added and debugging visuals removed 2024-05-29 11:48:19 +03:00
15cbcf8752 remove debug spheres and messages 2024-05-29 10:51:35 +03:00
c07ae3336d fix ballista collision and improve aiming accuracy 2024-05-29 10:08:27 +03:00
aef0b674a6 Added path end, enemy model and animation and enemy spawner 2024-05-29 04:53:35 +03:00
b3d6cbc4f8 Changed player scaling to smoothly scale, hands do not scale smoothly for some reason 2024-05-28 23:50:44 +03:00
2e7b7298f7 Merge branch 'main' of https://cgvrgit.ulno.net/Villui/VRTowerDef 2024-05-28 20:56:53 +03:00
36879e3d99 ballista rotates with physics 2024-05-28 20:56:40 +03:00
e524d4fe9c Modified spawned player, joystick movemend added and new keybinds 2024-05-28 20:45:37 +03:00
de7b00fbdf ballista automatically shoots enemies in range 2024-05-28 19:24:16 +03:00
1ff0b43e47 automatic ballista in MainLevel 2024-05-28 18:51:06 +03:00
6b3683e8f3 fix ballista projectile despawning 2024-05-28 18:41:17 +03:00
d2875843ca Changed player spawn loc in main and modified VRPawn 2024-05-28 15:29:46 +03:00
f26ce76e7c ballista automatic shooting mode 2024-05-28 09:33:27 +03:00
d5db9bc65b Possible landscape fix 2024-05-27 21:33:17 +03:00
f95be9b985 Fixed main level 2024-05-27 20:33:53 +03:00
1f948d5997 Restored old map and 5.3 version 2024-05-27 19:38:26 +03:00
b3b0db893b Added new assetpack and improved main level 2024-05-27 13:40:53 +03:00
02d9e3c979 bring back ballista improvements (?) 2024-05-27 09:37:08 +03:00
45f49a87fb Added textures and models to main level 2024-05-27 02:15:02 +03:00
e8b9397fea Merge branch 'main' of https://cgvrgit.ulno.net/Villui/VRTowerDef 2024-05-26 22:44:48 +03:00
cdf564afe8 Merge branch 'main' of https://cgvrgit.ulno.net/Villui/VRTowerDef 2024-05-26 22:05:56 +03:00
f58f3552bc New merge test 2024-05-26 22:05:40 +03:00
9a84f66b13 Merge pull request 'mergebranch' (#3) from mergebranch into main
Reviewed-on: #3
2024-05-26 19:03:25 +00:00
723de18aa4 Merge branch 'main' into mergebranch 2024-05-26 19:02:37 +00:00
bb82cc5da7 revert 1c80ebaab4
revert Merge commit
2024-05-26 19:01:38 +00:00
98b2e5d1ad Merge pull request 'Merge commit' (#1) from mergebranch into main
Reviewed-on: #1
2024-05-26 18:52:14 +00:00
5dc051657d import temple + medieval city 2024-05-26 21:48:41 +03:00
1c80ebaab4 Merge commit 2024-05-26 21:42:03 +03:00
2231 changed files with 79709 additions and 31 deletions

View File

@@ -112,7 +112,7 @@ VisualizeCalibrationColorMaterialPath=None
VisualizeCalibrationCustomMaterialPath=None VisualizeCalibrationCustomMaterialPath=None
VisualizeCalibrationGrayscaleMaterialPath=None VisualizeCalibrationGrayscaleMaterialPath=None
r.Mobile.AntiAliasing=3 r.Mobile.AntiAliasing=3
r.Mobile.FloatPrecisionMode=2 r.Mobile.FloatPrecisionMode=0
r.OpenGL.ForceDXC=0 r.OpenGL.ForceDXC=0
r.DynamicGlobalIlluminationMethod=1 r.DynamicGlobalIlluminationMethod=1
@@ -183,8 +183,8 @@ StoreVersionOffsetArm64=0
StoreVersionOffsetX8664=0 StoreVersionOffsetX8664=0
ApplicationDisplayName= ApplicationDisplayName=
VersionDisplayName=1.0 VersionDisplayName=1.0
MinSDKVersion=23 MinSDKVersion=32
TargetSDKVersion=25 TargetSDKVersion=32
InstallLocation=InternalOnly InstallLocation=InternalOnly
bEnableLint=False bEnableLint=False
bPackageDataInsideApk=True bPackageDataInsideApk=True
@@ -213,7 +213,7 @@ bEnableUniversalAPK=True
bBundleABISplit=True bBundleABISplit=True
bBundleLanguageSplit=True bBundleLanguageSplit=True
bBundleDensitySplit=True bBundleDensitySplit=True
ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro" /> ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro|quest3" />
ExtraActivitySettings= ExtraActivitySettings=
bAndroidVoiceEnabled=False bAndroidVoiceEnabled=False
bEnableMulticastSupport=False bEnableMulticastSupport=False

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More