Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy2/src/orxonox/objects/CMakeLists.txt @ 2254

Last change on this file since 2254 was 2254, checked in by landauf, 15 years ago

Update your media repository and delete keybindings.ini if you want to use boost (space).

  • Added new class "Engine" to control the speed of a SpaceShip (Engine is an Item, MultiStateEngine is a specialized version of Engine)
  • Added FadingBillboard, a billboard with the ability to fade in and out smoothly when activated/deactivated.
  • Several changes in Backlight, it's now a child of FadingBillboard
  • Some changes concerning local control in ControllableEntity
  • Fixed a bug in WorldEntity caused by different destruction order of attached objects on server and client
  • Added a "MainState" to BaseObject. An object has several states (activity, visibility, …) and one of it can be defined as "MainState" in the XML file. Other objects can change this state without knowing which state it really is (used by MultiStateEngine).
  • Property svn:eol-style set to native
File size: 542 bytes
Line 
1SET( SRC_FILES
2  EventListener.cc
3  EventDispatcher.cc
4  EventTarget.cc
5  Level.cc
6  Radar.cc
7  RadarListener.cc
8  RadarViewable.cc
9  Tickable.cc
10  Test.cc
11  Scene.cc
12  Script.cc
13)
14
15ADD_SOURCE_DIRECTORY(SRC_FILES controllers)
16ADD_SOURCE_DIRECTORY(SRC_FILES gametypes)
17ADD_SOURCE_DIRECTORY(SRC_FILES infos)
18ADD_SOURCE_DIRECTORY(SRC_FILES items)
19#ADD_SOURCE_DIRECTORY(SRC_FILES pickup)
20ADD_SOURCE_DIRECTORY(SRC_FILES quest)
21ADD_SOURCE_DIRECTORY(SRC_FILES weaponSystem)
22ADD_SOURCE_DIRECTORY(SRC_FILES worldentities)
23
24ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.