Skip to content

Commit b92d023

Browse files
Comply with FAB listing rules. Add copyright to all sources files, update .uplugin and fix all warnings
1 parent e80115f commit b92d023

File tree

97 files changed

+404
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+404
-83
lines changed

Config/FilterPlugin.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
; /README.txt
77
; /Extras/...
88
; /Binaries/ThirdParty/*.dll
9+
10+
/Config
11+
/Source/UnrealMLAgents/Grpc
912
/README.md
10-
/LICENCE
11-
/LICENCE.unity
13+
/LICENSE
14+
/LICENSE.unity

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2024 AlanLaboratory and individual contributors.
1+
Copyright © 2025 Stephane Capponi and individual contributors. All Rights Reserved.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

Protobuf/README.md

Lines changed: 7 additions & 0 deletions

Source/UnrealMLAgents/Grpc/ueagents_envs/communicator_objects/agent_action.pb.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright © 2025 Stephane Capponi and individual contributors. All Rights Reserved.
2+
3+
#pragma warning(disable : 4100 4127 4267 4324)
4+
15
// Generated by the protocol buffer compiler. DO NOT EDIT!
26
// source: ueagents_envs/communicator_objects/agent_action.proto
37

Source/UnrealMLAgents/Grpc/ueagents_envs/communicator_objects/agent_action.pb.h

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/UnrealMLAgents/Grpc/ueagents_envs/communicator_objects/agent_info.pb.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright © 2025 Stephane Capponi and individual contributors. All Rights Reserved.
2+
3+
#pragma warning(disable : 4100 4127 4267 4324)
4+
15
// Generated by the protocol buffer compiler. DO NOT EDIT!
26
// source: ueagents_envs/communicator_objects/agent_info.proto
37

Source/UnrealMLAgents/Grpc/ueagents_envs/communicator_objects/agent_info.pb.h

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/UnrealMLAgents/Grpc/ueagents_envs/communicator_objects/agent_info_action_pair.pb.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright © 2025 Stephane Capponi and individual contributors. All Rights Reserved.
2+
3+
#pragma warning(disable : 4100 4127 4267 4324)
4+
15
// Generated by the protocol buffer compiler. DO NOT EDIT!
26
// source: ueagents_envs/communicator_objects/agent_info_action_pair.proto
37

Source/UnrealMLAgents/Grpc/ueagents_envs/communicator_objects/agent_info_action_pair.pb.h

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/UnrealMLAgents/Grpc/ueagents_envs/communicator_objects/brain_parameters.pb.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright © 2025 Stephane Capponi and individual contributors. All Rights Reserved.
2+
3+
#pragma warning(disable : 4100 4127 4267 4324)
4+
15
// Generated by the protocol buffer compiler. DO NOT EDIT!
26
// source: ueagents_envs/communicator_objects/brain_parameters.proto
37

0 commit comments

Comments
 (0)