Commit e648e0d
Oss release v1.2.1 created 2022-09-28-12-02
see CHANGELOG.md for details
Original commit sha: c4aaa47af0f0645fe0becc367642daca9c8729b3
Co-authored-by: Askanaz Torosyan <[email protected]>
Co-authored-by: Daniel Haas <[email protected]>
Co-authored-by: Mohamed Sharaf-El-Deen <[email protected]>
Co-authored-by: Mirko Sova <[email protected]>
Co-authored-by: Tobias Hammer <[email protected]>
Co-authored-by: Violin Yanev <[email protected]>1 parent db6379f commit e648e0d
File tree
5 files changed
+34
-21
lines changed- ci/scripts
- external
5 files changed
+34
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 27 | + | |
| 28 | + | |
34 | 29 | | |
35 | | - | |
| 30 | + | |
36 | 31 | | |
37 | | - | |
38 | | - | |
39 | 32 | | |
40 | 33 | | |
41 | 34 | | |
42 | 35 | | |
43 | 36 | | |
44 | | - | |
45 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
46 | 40 | | |
47 | | - | |
48 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
- CHANGELOG.txt+27
- CMakeLists.txt+1-1
- client/ramses-client/impl/AnimationSystemImpl.cpp+8-1
- client/ramses-client/impl/EffectInputSemanticUtils.h+4
- client/ramses-client/impl/SceneImpl.cpp+28-2
- client/ramses-client/impl/SceneImpl.h+5
- client/ramses-client/ramses-client-api/Scene.cpp+12
- client/ramses-client/ramses-client-api/include/ramses-client-api/AnimationSystemEnums.h+2-1
- client/ramses-client/ramses-client-api/include/ramses-client-api/EffectInputSemantic.h+5-1
- client/ramses-client/ramses-client-api/include/ramses-client-api/Scene.h+22
- client/ramses-client/test/AnimationSystemTest.cpp+27
- client/ramses-client/test/RamsesObjectTestCommon.h+8-16
- client/ramses-client/test/SceneTest.cpp+71
- examples/ramses-example-basic-animation-realtime/src/main.cpp+2-4
- framework/Animation/Animation/include/Animation/AnimationSystem.h+5-3
- framework/Animation/Animation/src/AnimationSystem.cpp+5
- framework/Animation/AnimationAPI/include/AnimationAPI/IAnimationSystem.h+1
- framework/CMakeLists.txt+1-2
- framework/Communication/TransportCommon/src/SceneUpdateSerializationHelper.cpp+18-3
- framework/Communication/TransportCommon/test/FlushInformationSerializationHelperTest.cpp+21-1
- framework/Components/include/Components/ClientSceneLogicShadowCopy.h+1
- framework/Components/include/Components/EffectUniformTime.h+22
- framework/Components/include/Components/FlushInformation.h+2-1
- framework/Components/include/Components/FlushTimeInformation.h+10-2
- framework/Components/src/ClientSceneLogicShadowCopy.cpp+11
- framework/Components/src/EffectUniformTime.cpp+20
- framework/Components/test/ClientSceneLogicTest.cpp+59-8
- framework/Components/test/SceneGraphComponentTest.cpp+1-1
- framework/PlatformAbstraction/include/PlatformAbstraction/PlatformTime.h+16
- framework/SceneGraph/Scene/include/Scene/Scene.h+11
- framework/SceneGraph/Scene/src/Scene.cpp+7
- framework/SceneGraph/Scene/test/ActionTestScene.cpp+10
- framework/SceneGraph/Scene/test/ActionTestScene.h+3
- framework/SceneGraph/SceneAPI/include/SceneAPI/EFixedSemantics.h+7-3
- framework/SceneGraph/SceneAPI/include/SceneAPI/IScene.h+4
- framework/ramses-framework/include/StatusObjectImpl.h-1
- framework/ramses-framework/src/StatusObjectImpl.cpp-6
- integration/SandwichTests/RendererTests/EmbeddedCompositingTests/EmbeddedCompositingTestFramework/TestForkingController.h+1
- renderer/Platform/Platform_Wayland_EGL/src/Logger_Wayland.cpp+1
- renderer/RendererLib/RendererLib/include/RendererLib/RendererCachedScene.h+31
- renderer/RendererLib/RendererLib/include/RendererLib/RendererSceneUpdater.h+1-1
- renderer/RendererLib/RendererLib/src/RenderExecutor.cpp+7
- renderer/RendererLib/RendererLib/src/RendererLogger.cpp-1
- renderer/RendererLib/RendererLib/src/RendererSceneUpdater.cpp+26-5
- renderer/RendererLib/RendererLib/test/RenderExecutorTest.cpp+119-4
- renderer/RendererLib/RendererLib/test/RendererSceneUpdaterTest.cpp+100
- renderer/RendererLib/RendererLib/test/RendererSceneUpdaterTest.h+7-1
- renderer/RendererLib/ramses-renderer-api/include/ramses-renderer-api/IDcsmContentControlEventHandler.h+2-1
- renderer/RendererLib/ramses-renderer-impl/src/DcsmContentControlImpl.cpp+29-9
- renderer/RendererLib/ramses-renderer-impl/test/DcsmContentControlTest.cpp+28
- utils/ramses-utils/src/EffectConfig.cpp+1
0 commit comments