Advanced Search
Search Results
535 total results found
Courier 3.5
IPC dynamic Component Count and Process Count Due to a new concept of IPC messages more processes and components are allowed. Actually the size of a message is dynamic by compile time now. Note the following points: Changed ComponentType::Invalid to ...
FeatStd Util
Variant Type A Variant data type has been introduced. The variant can hold a bool, UInt32, Int32 or Float value.
SceneComposer 3.5
Property Editing Improvements In CGI Studio SceneComposer for some properties the user can choose from a defined set of values e.g. the type of layout he wants to use (GridLayout, StackLayout...) or he can define the values for horizontal and vertical alignme...
Candera/FeatStd CMake Build System Changes
Due to refactoring the layouter the flag to enable layout is no more appropriate as it is not only a feature for 2D anymore but also for 3D. V3.4.1 V3.4.2 CANDERA_2D_LAYOUTING_ENABLED CANDERA_LAYOUT_ENABLED
Candera Base
Layout support for 2D and 3D (Canvas only) The 2D feature to layout nodes by common dynamic layouters has been introduced into 3D now. As a starter only Canvas nodes are supported. This means CanvasGroup, CanvasSprite and CanvasText. The supported layout typ...
Courier V3.4.2
Release Info Release Date: September 2017 Changes Reimplementation of Default RenderJobStrategy Sorting Operator Integration of 3D layout Reimplementation of Default RenderJobStrategy Sorting Operator RenderJobStrategy...
FeatStd V3.4.2
Release Info Release Date: September 2017 Interface Changes Removal of Log Realm limitation Extension of Initialized and Optional classes by comparison operator Removal of Log Realm limitation The name of a log realm were ...
Analyzer V3.4.2
Release Info Release Date: September 2017 Feature Changes
SceneComposer Usability Improvements
3D Layout for Canvas Nodes A new feature - "Layouter" - is available for canvas groups. The settings for this feature can be done through a category with the same name available in the Properties panel. The functionality of 3D Layout for canvas nodes is simil...
Canvas Changes
Support of new 3D node type: CanvasText CGIStudio supports the new node Candera::CanvasText. This represents a text node within 3D for a canvas. Candera::CanvasText supports text styles also known from Candera::TextNode2D. Candera::CanvasText supports differe...
Monitor Changes
Frame Debugger extension The Frame Debugger of the Analyzer were extended by a feature to step through the creation of a frame - node by node - live - on the device.
Courier V3.4.1
Release Info Release Date: July 2017
FeatStd Util
Utility to safely access Strings character array Experience showed that users have stored the char* from FeatStd::String::GetCString() resulting in crash when the pointer gets invalid. Therefore a new class FeatStd::CStringAccess has been introduced. Instance...
FeatStd Monitor
Analyzer Frame Debugger extension Changes were made to support the advanced Frame Debugger Analyzer mode. With this mode it is possible to step through the creation of a frame node by node live on the device.
Frame Debugger
Frame Debugger extension The Frame Debugger of the Analyzer were extended by a feature to step through the creation of a frame - node by node - live - on the device.
SceneComposer Usability Improvements
Canvas Text A new type of node was added to allow the creation of texts on a Canvas in a 3D scene: Canvas Text (Polarion CGI1-16371). This node is available - together with Canvas Group and Canvas Sprite - in the "Canvas Nodes" section of the Toolbox. Canvas ...
SceneComposer Usability Improvements
Easy Mode Generator A configuration file will allow the user to set values that will overwrite the default value from the ApplicationConfig file when SceneComposer starts. This file can be generated by using the "SceneComposerConfigurator.exe". In this way,...
Candera/FeatStd CMake Build System Changes
Added flags: Name Description Possible values MONITOR_FRAME_DEBUGGER_ENABLED Enables basic frame debugger (frame timeline capture, single step mode, no OpenGL specific features). ON/OFF MONITOR_FRAME_DEBUGGER_OPENGL_CAPTURE_ENABLED ...