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

Feature/more externals #302

Merged
merged 21 commits into from
Feb 1, 2024
Merged

Feature/more externals #302

merged 21 commits into from
Feb 1, 2024

Conversation

JucanAndreiDaniel
Copy link
Contributor

Adding more externals
For animation we need to properly test if it works

@JucanAndreiDaniel JucanAndreiDaniel added the feature New feature label Jan 29, 2024
@JucanAndreiDaniel JucanAndreiDaniel self-assigned this Jan 29, 2024
{
Debug.LogError(e);
audioClip = AudioClip.Create("Sound", 1, 1, 44100, false);
audioClip.SetData(new float[] { 0 }, 0); // almost empty audio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why setting an empty one instead of stopping the clip creation fully?
Please also name an example of a file which isn't loadable.

Assets/GothicVR/Scripts/Creator/VobCreator.cs Outdated Show resolved Hide resolved
Assets/GothicVR/Scripts/Globals/Hero.cs Outdated Show resolved Hide resolved
Assets/GothicVR/Scripts/Globals/Hero.cs Outdated Show resolved Hide resolved
Assets/GothicVR/Scripts/Manager/GvrBootstrapper.cs Outdated Show resolved Hide resolved
Assets/GothicVR/Scripts/Properties/AbstractProperties.cs Outdated Show resolved Hide resolved
JucanAndreiDaniel and others added 12 commits January 30, 2024 02:25
ExtWldInsertItem
ExtWldGetMobState
ExtWldIsTime
ExtWldGetDay
ExtWldSetTime
ExtNpcCanSeeNpc
ExtNpcPerceptionDisable
ExtNpcGetDistToWp
ExtNpcHasEquippedRangedWeapon
ExtNpcGetEquippedRangedWeapon
ExtNpcHasEquippedMeleeWeapon
ExtNpcGetEquippedMeleeWeapon
ExtNpcHasEquippedArmor
ExtHlpGetInstanceId
ExtAiLookAt
ExtAiLookAtNpc
ExtContinueRoutine
ExtPlayAniBs
ExtTurnToNpc
TA

Removed Externals:
ClearInventory
Copy link
Contributor

@JaXt0r JaXt0r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few more things to test and optimize. Then we're good to merge today.

{
var props = GetProperties(npc);

//TBD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I always put a "FIXME" as a comment. This helps searching for it in the future. (And I also highlighted the FIXMEs in bright blue to see them instantly): https://rider-support.jetbrains.com/hc/en-us/community/posts/360009890900-Are-FIXME-comments-supported-in-Rider-Can-only-see-TODO-items

Assets/GothicVR/Scripts/Properties/AbstractProperties.cs Outdated Show resolved Hide resolved
@JucanAndreiDaniel JucanAndreiDaniel marked this pull request as ready for review January 30, 2024 13:13
Copy link
Contributor

@JaXt0r JaXt0r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just2-3 more elements to discuss. Especially the hard coded Hut WayPoint. Please review.

Copy link
Contributor

@JaXt0r JaXt0r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge... Do it... I know you want it. 🤣

@JucanAndreiDaniel JucanAndreiDaniel merged commit 84ec72a into main Feb 1, 2024
@JucanAndreiDaniel JucanAndreiDaniel deleted the feature/more-externals branch February 3, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants