Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gt wip #47

Open
wants to merge 25 commits into
base: gatech-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5f7c074
ud
DavidGoedicke Oct 12, 2023
b01a2a5
Autonomlus Mode almost working
DavidGoedicke Oct 13, 2023
90f2caf
av UPDATES
DavidGoedicke Oct 16, 2023
f6fef99
small Update
DavidGoedicke Oct 16, 2023
7c6a8d7
Create and adjust CP1-8 spawn points and set preliminary AV waypoints
lees846 Oct 16, 2023
c6fc98b
Hosting enabled
DavidGoedicke Oct 17, 2023
c44f808
update
DavidGoedicke Oct 19, 2023
58161a7
ReRunupdate
DavidGoedicke Oct 25, 2023
08416ad
updates
DavidGoedicke Oct 25, 2023
b6276d6
BrokenChanges, QN needs fixing
DavidGoedicke Oct 28, 2023
73152fb
removing strangetown
kevinsadi Oct 29, 2023
d4eb6da
set up project for development with gatech
kevinsadi Oct 29, 2023
ea9c3cf
Merge branch 'NewMultiZEDPed' of https://github.com/FAR-Lab/CrossCult…
kevinsadi Oct 29, 2023
c063884
setting up Open
kevinsadi Oct 29, 2023
c843729
Should Be working again
DavidGoedicke Oct 30, 2023
c01b4c4
Update Rerun
DavidGoedicke Oct 30, 2023
8d17733
semi stable, be careful
DavidGoedicke Nov 1, 2023
2c1663f
Merge branch 'NewMultiZEDPed' of https://github.com/FAR-Lab/CrossCult…
Nov 1, 2023
8c86593
added GT Camry
kevinsadi Dec 1, 2023
22d4ab5
everything stable locally
kevinsadi Dec 5, 2023
fb5e020
integrated camry model into the networked XE asset
kevinsadi Dec 6, 2023
b4b7385
camry is working with less meshes
kevinsadi Dec 6, 2023
fd4b480
used trig to calculate ideal fov and camera offset for monitors that …
Dec 11, 2023
f73355c
for cornell tech's visit, just in case
Dec 13, 2023
1efa543
add readme changes and dappled light
Dec 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,8 @@ crashlytics-build.properties
*.zip
.DS_Store
/Assets/Ultimate Replay 2.0
/Assets/Oculus
/Assets/Oculus
/Assets/Rerun

# Vscode files
.vscode/
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[submodule "Assets/Rerun"]
path = Assets/Rerun
url = https://github.com/FAR-Lab/Rerun.git
update = merge
[submodule "Assets/Components/StrangeTown"]
path = Assets/Components/StrangeTown
url = https://github.com/FAR-Lab/StrangeTown.git
update = merge
484 changes: 452 additions & 32 deletions .idea/.idea.CrossCulturalDriving/.idea/workspace.xml

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions .vscode/settings.json

This file was deleted.

15 changes: 15 additions & 0 deletions Assets/Component_Core/NetStatConfig.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f51159758cdc14734b2cb6ec1e40e18e, type: 3}
m_Name: NetStatConfig
m_EditorClassIdentifier:
<DisplayElements>k__BackingField: []
8 changes: 8 additions & 0 deletions Assets/Component_Core/NetStatConfig.asset.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading