Release Notes for Build 147

From C4 Engine Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Release date: February 25, 2008

  • This release is primarily an update that contains the demo shown at GDC.
  • A new enemy character, the spider, has been added to the demo game. Its controller is now the simplest example of a controller for a non-player character.
  • A world can now be paused by setting the kWorldPaused flag with the World::SetWorldFlags() function. (Care should be taken to avoid clearing other flags by calling World::GetWorldFlags() and logically ORing in the kWorldPaused flag.) While this flag is set, controllers and effects are not moved. The demo game now sets this flag when the menu window is displayed in single player mode.