Release Notes for Version 2.5.1

From C4 Engine Wiki
Revision as of 10:05, 15 July 2023 by Eric Lengyel (talk | contribs) (Created page with "__NOTOC__ '''Release date:''' February 14, 2011 == Core Engine == === Interface Manager === * The list widget now allows items to be inactivated so that they can't be selected. A list item is made inactive by setting the <code>kWidgetInactive</code> bit with the <code>[http://c4engine.com/docs/InterfaceMgr/Widget_SetWidgetState.html SetWidgetState()]</code> function. === System Utilities === * Support for non-English keyboards has been significantly improved under W...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Release date: February 14, 2011

Core Engine

Interface Manager

  • The list widget now allows items to be inactivated so that they can't be selected. A list item is made inactive by setting the kWidgetInactive bit with the SetWidgetState() function.

System Utilities

  • Support for non-English keyboards has been significantly improved under Windows. The engine explicitly recognizes dead keys now when typing accented letters. The key used to open the console is now always the key below the Escape key, and not necessarily the key for the accent grave.

Math Library

  • The Asin() and Acos() functions now clamp their arguments to the range [−1.0, 1.0] so that input values outside the domain of the inverse sine and inverse cosine functions don't generate NaNs.

Physics

  • Fields can now be disabled so that they don't apply any forces.
  • Fixed a problem where the wrong transform would be applied to a mover when it reached the beginning or ending position. This only happened if the mover target was not in the root zone.

Tools

  • Several stability improvements have been made to the Panel Editor.