Release Notes for Version 2.5.2: Difference between revisions
Jump to navigation
Jump to search
Eric Lengyel (talk | contribs) (Created page with "__NOTOC__ '''Release date:''' March 1, 2011 == Core Engine == === System Utilities === * Additional support for foreign keyboards has been implemented. * The function registered for a mouse event handler must now return a boolean value indicating whether it handled the event. Like the keyboard event handlers, a mouse event handler function will only be called if the preceding event handler returned <code>false</code>. === World Manager === * Corrected a situation i...") |
(No difference)
|
Latest revision as of 10:06, 15 July 2023
Release date: March 1, 2011
Core Engine
System Utilities
- Additional support for foreign keyboards has been implemented.
- The function registered for a mouse event handler must now return a boolean value indicating whether it handled the event. Like the keyboard event handlers, a mouse event handler function will only be called if the preceding event handler returned
false
.
World Manager
- Corrected a situation in which unused materials in a world could be temporarily loaded when the world is played.
Plugins
Movies Plugin
- Fixed a problem that would prevent movies from playing in user interface windows.
Tools
World Editor
- Fixed a problem that could cause skinned models to appear incorrectly in the World Editor.
Tutorials
- Added a start window interface to the SimpleBall tutorial.