Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

1387 total results found

Candera Globalization

CGI Studio 3.2.1 Candera V3.2.1

Threadsafe Globalization The CanderaGlobalization classes have been enhanced for thread-safety. Especially Candera::Globalization::CultureChangeListener now handles Candera::Globalization::CultureChangeListener::OnCultureChanged notification in a thread safe ...

TextEngine

CGI Studio 3.2.1 Candera V3.2.1

Extended GlyphCacheAccess TextRendering::GlyphCacheAccess interface was extended with a function that should check if a glyph is valid in current context, even if cached. If the GlyphCacheAccess implementation returns false on this method, the glyph caching s...

Migration Guide

CGI Studio 3.2.1 Candera V3.2.1

Following an overview about interface changes between Candera V3.2.0 and Candera V3.2.1. Description Candera V3.2.0 Candera V3.2.1 Activating ClearMode moved to Renderer ClearMode::Activate() Renderer::ActivateClearMode(const ClearMod...

64 Bit Support

CGI Studio 3.2.1 Candera V3.2.1

Support for building with 64 bit has been added. Please note that 32 bit builds are no longer supported. In order to obtain a 64 bit build, one has to configure the build to use a 64 bit compiler. This can be done during CMake configuration. This configuration...

Courier V3.2.1

CGI Studio 3.2.1

Foundation Changes Time stamp and Source ID have been added to the Touch Message and the Touch Info. See also: Courier::TouchMsg::SetTimeStamp(), Courier::TouchMsg::SetSourceId() and Courier::TouchInfo. Visualization Changes Render...

FeatStd CMake Switches

CGI Studio 3.2.1 FeatStd V3.2.1

V3.2.0 V3.2.1 FEATSTD_MONITOR_TYPE MONITOR_COM_TYPE FEATSTD_MONITOR_BLOCK_UNTIL_CONNECT MONITOR_BLOCK_UNTIL_CONNECT FEATSTD_MONITOR_TCPIP_PORT MONITOR_TCPIP_PORT FEATSTD_MONITOR_TCPIP_ADDRESS MONITOR_TCPIP_ADDRESS FEAT...

FeatStd Monitor

CGI Studio 3.2.1 FeatStd V3.2.1

Non-blocking connection setup The monitor supports non-blocking connection setup now. CGIAnalyzer and target can be connected any time now. Performance logs: Payload reduction The payload of performance logs are reduced to approx. 36 percentage of...

FeatStd Platform

CGI Studio 3.2.1 FeatStd V3.2.1

64 Bit Support Support for building with 64 bit has been added. In order to obtain a 64 bit build, one has to configure the build to use a 64 bit compiler. Doing this will automatically enable the CMake variable FEATSTD_64BIT_PLATFORM which is further used in...

FeatStd Util

CGI Studio 3.2.1 FeatStd V3.2.1

Thread safe String The FeatStd::String class has been enhanced by a method String::GetCriticalSection which can be used to protect the internal c-string from modification by other threads. The feature is only available when CMake flag FEATSTD_THREADSAFETY_EN...

Scene Analyzer

CGI Studio 3.2.1 Analyzer V3.2.1

Loading Performance Logs A streamed performance log can be loaded after pressing pause now. Opening performance logs of older versions is supported now. Dashboard functionality The dashboard can load more than the default value recorders (CpuLoad,...

Communication

CGI Studio 3.2.1 Analyzer V3.2.1

Stabilized the connection and solved crashes (hang up) when pressing stop button.Requests for communication port uses own scheduler now. This results in better reactivity and a more stabilized connection.Adaptions made to support non-blocking connection setup....

Requirements

CGI Studio 3.2.1 SceneComposer V3.2.1

Requirements Starting with this version, the .NET 4.5.2 is needed in order to run SceneComposer (Mantis 6824).

SceneComposer Usability Improvements

CGI Studio 3.2.1 SceneComposer V3.2.1

Solution Conversion from TextEffects to TextNode2D A new option "Replace Old Text Nodes" was added in the context menu for all scenes, composites and folders containing scenes or composites. This will enable the user to replace the TextNode-TextBrushEffect pa...

Photoshop Exporter

CGI Studio 3.2.1 SceneComposer V3.2.1

Photoshop Exporter Due to the recommendation to create documents with a 72 DPI resolution, the conversion will be done implicitly without any confirmation from the user. In this way, unexpected behavior which may be caused by internally conversion to ...

Candera/FeatStd CMake Build System Changes

CGI Studio 3.2.0 Candera V3.2.0

i.MX6 Custom Driver Includes With the newest board support packages the drivers are available together with the other includes and libraries required when cross-compiling for the i.MX6. Therefore, it is now no longer required to specify custom driver include ...

Candera Engine 3D

CGI Studio 3.2.0 Candera V3.2.0

2D Composition in 3D using Canvas Objects. New node types have been added to the 3D scene graph, namely CanvasSprite and CanvasGroup. Both offer means to realize 2D items in 3D space. These canvas objects are transformable in their local XY plane. CanvasSprit...

Candera Engine 2D

CGI Studio 3.2.0 Candera V3.2.0

2D Node Render Benchmark Property New methods have been added for getting/setting of render measure value of Node2D: Node2D::SetRenderBenchmark and Node2D::GetRenderBenchmark. These values are used by a camera render strategy and the rendering of the nodes is...

Candera Base

CGI Studio 3.2.0 Candera V3.2.0

Event Listener This version introduces the foundation for a new event/listener system based on two classes, Implementing the event handlers of IEventListener and EventListener. The motivation for this is to reduce the amount of virtual functions, reduce code ...