Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6482


Ignore:
Timestamp:
Mar 7, 2010, 10:11:31 PM (14 years ago)
Author:
rgrieder
Message:

Merged HS 2009 tutorial in new FS 2010 branch. This includes all the previous tutorials as well.

Location:
code/branches/tutorial
Files:
7 edited
4 copied

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial

  • code/branches/tutorial/data/levels/tutorial.oxw

    r5781 r6482  
    1414  >
    1515
    16 <Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
     16<Drone name="meineDrohne" position="0,0,-10" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
    1717  <attached>
    1818    <Model scale="10" mesh="drone.mesh"/>
  • code/branches/tutorial/src/orxonox/controllers

    • Property svn:mergeinfo set to (toggle deleted branches)
      /code/branches/presentation2/src/orxonox/controllersmergedeligible
      /code/branches/tutorial/src/orxonox/controllersmergedeligible
      /code/branches/buildsystem/src/orxonox/controllers1874-2276,​2278-2400
      /code/branches/buildsystem2/src/orxonox/controllers2506-2658
      /code/branches/buildsystem3/src/orxonox/controllers2662-2708
      /code/branches/ceguilua/src/orxonox/controllers1802-1808
      /code/branches/console/src/orxonox/controllers5941-6104
      /code/branches/core3/src/orxonox/controllers1572-1739
      /code/branches/core4/src/orxonox/controllers3221-3224,​3227,​3234-3238,​3242,​3244-3250,​3252-3254,​3256,​3259-3261,​3264-3265,​3268-3275,​3277-3278,​3280,​3284-3285,​3287,​3289-3294,​3305,​3309-3310
      /code/branches/core5/src/orxonox/controllers5768-5928,​6009
      /code/branches/gametypes/src/orxonox/controllers2826-3031
      /code/branches/gcc43/src/orxonox/controllers1580
      /code/branches/gui/src/orxonox/controllers1635-1723,​2795-2894
      /code/branches/ingamemenu/src/orxonox/controllers6000-6023
      /code/branches/input/src/orxonox/controllers1629-1636
      /code/branches/libraries/src/orxonox/controllers5612-5692
      /code/branches/libraries2/src/orxonox/controllers5703-5737
      /code/branches/lodfinal/src/orxonox/controllers2372-2411
      /code/branches/map/src/orxonox/controllers2801-3086,​3089
      /code/branches/menu/src/orxonox/controllers5941-6146,​6148
      /code/branches/miniprojects/src/orxonox/controllers2754-2824
      /code/branches/netp2/src/orxonox/controllers2835-2988
      /code/branches/netp3/src/orxonox/controllers2988-3082
      /code/branches/netp6/src/orxonox/controllers3214-3302
      /code/branches/network/src/orxonox/controllers2356
      /code/branches/network64/src/orxonox/controllers2210-2355
      /code/branches/objecthierarchy/src/orxonox/controllers1911-2085,​2100,​2110-2169
      /code/branches/objecthierarchy2/src/orxonox/controllers2171-2479
      /code/branches/overlay/src/orxonox/controllers2117-2385
      /code/branches/particles/src/orxonox/controllers2829-3085
      /code/branches/particles2/src/orxonox/controllers6050-6106,​6109
      /code/branches/pch/src/orxonox/controllers3113-3194
      /code/branches/physics/src/orxonox/controllers1912-2055,​2107-2439
      /code/branches/physics_merge/src/orxonox/controllers2436-2457
      /code/branches/pickups/src/orxonox/controllers1926-2086,​2127,​2827-2915
      /code/branches/pickups2/src/orxonox/controllers2107-2497,​2915-3071
      /code/branches/presentation/src/orxonox/controllers2369-2652,​2654-2660
      /code/branches/questsystem/src/orxonox/controllers1894-2088
      /code/branches/questsystem2/src/orxonox/controllers2107-2259
      /code/branches/questsystem5/src/orxonox/controllers2776-2905
      /code/branches/resource/src/orxonox/controllers3327-3366
      /code/branches/resource2/src/orxonox/controllers3372-5694
      /code/branches/script_trigger/src/orxonox/controllers1295-1953,​1955
      /code/branches/sound/src/orxonox/controllers2829-3010
      /code/branches/sound3/src/orxonox/controllers5941-6102
      /code/branches/steering/src/orxonox/controllers5949-6091
      /code/branches/tutorial/src/orxonox/objects/controllers2761-2765
      /code/branches/weapon/src/orxonox/controllers1925-2094
      /code/branches/weapon2/src/orxonox/controllers2107-2488
      /code/branches/weapons/src/orxonox/controllers2897-3051
      /code/branches/weaponsystem/src/orxonox/controllers2742-2890
  • code/branches/tutorial/src/orxonox/controllers/CMakeLists.txt

    r6417 r6482  
    55  ArtificialController.cc
    66  AIController.cc
     7  DroneController.cc
    78  ScriptController.cc
    89  WaypointController.cc
  • code/branches/tutorial/src/orxonox/pickup/BaseItem.h

    r5781 r6482  
    4444{
    4545    /**
    46         @brief
    47             Base class for all items/pickups.
     46    @brief
     47        Base class for all items/pickups.
    4848
    49             Provides common methods to be used in derived classes.
    50         @author
    51             Daniel 'Huty' Haggenmueller
     49        Provides common methods to be used in derived classes.
     50    @author
     51        Daniel 'Huty' Haggenmueller
    5252    */
    5353    class _OrxonoxExport BaseItem : public BaseObject
     
    6161
    6262        /**
    63             @brief Checks how many instances of this item can be carried at a time.
    64             @return How many of this item can be carried.
     63        @brief Checks how many instances of this item can be carried at a time.
     64        @return How many of this item can be carried.
    6565        */
    6666        virtual int getMaxCarryAmount() const
     
    7070        bool removeFrom(Pawn* pawn);        //!< Removes the item from a pawn.
    7171        /**
    72             @brief
    73                 Method invoked when the item gets picked up.
     72        @brief
     73            Method invoked when the item gets picked up.
    7474
    75                 Has to be overridden for an item to work,
    76                 should contain a call to addTo().
     75            Has to be overridden for an item to work,
     76            should contain a call to addTo().
    7777
    78             @param pawn Pawn who picks up the item.
    79             @return Returns whether the pawn was able to pick up the item.
     78        @param pawn Pawn who picks up the item.
     79        @return Returns whether the pawn was able to pick up the item.
    8080        */
    8181        virtual bool pickedUp(Pawn* pawn)
  • code/branches/tutorial/src/orxonox/worldentities

    • Property svn:mergeinfo set to (toggle deleted branches)
      /code/branches/presentation2/src/orxonox/worldentitiesmergedeligible
      /code/branches/tutorial/src/orxonox/worldentitiesmergedeligible
      /code/branches/buildsystem/src/orxonox/worldentities1874-2276,​2278-2400
      /code/branches/buildsystem2/src/orxonox/worldentities2506-2658
      /code/branches/buildsystem3/src/orxonox/worldentities2662-2708
      /code/branches/ceguilua/src/orxonox/worldentities1802-1808
      /code/branches/console/src/orxonox/worldentities5941-6104
      /code/branches/core3/src/orxonox/worldentities1572-1739
      /code/branches/core4/src/orxonox/worldentities3221-3224,​3227,​3234-3238,​3242,​3244-3250,​3252-3254,​3256,​3259-3261,​3264-3265,​3268-3275,​3277-3278,​3280,​3284-3285,​3287,​3289-3294,​3305,​3309-3310
      /code/branches/core5/src/orxonox/worldentities5768-5928,​6009
      /code/branches/gametypes/src/orxonox/worldentities2826-3031
      /code/branches/gcc43/src/orxonox/worldentities1580
      /code/branches/gui/src/orxonox/worldentities1635-1723,​2795-2894
      /code/branches/ingamemenu/src/orxonox/worldentities6000-6023
      /code/branches/input/src/orxonox/worldentities1629-1636
      /code/branches/libraries/src/orxonox/worldentities5612-5692
      /code/branches/libraries2/src/orxonox/worldentities5703-5737
      /code/branches/lodfinal/src/orxonox/worldentities2372-2411
      /code/branches/map/src/orxonox/worldentities2801-3086,​3089
      /code/branches/menu/src/orxonox/worldentities5941-6146,​6148
      /code/branches/miniprojects/src/orxonox/worldentities2754-2824
      /code/branches/netp2/src/orxonox/worldentities2835-2988
      /code/branches/netp3/src/orxonox/worldentities2988-3082
      /code/branches/netp6/src/orxonox/worldentities3214-3302
      /code/branches/network/src/orxonox/worldentities2356
      /code/branches/network64/src/orxonox/worldentities2210-2355
      /code/branches/objecthierarchy/src/orxonox/worldentities1911-2085,​2100,​2110-2169
      /code/branches/objecthierarchy2/src/orxonox/worldentities2171-2479
      /code/branches/overlay/src/orxonox/worldentities2117-2385
      /code/branches/particles/src/orxonox/worldentities2829-3085
      /code/branches/particles2/src/orxonox/worldentities6050-6106,​6109
      /code/branches/pch/src/orxonox/worldentities3113-3194
      /code/branches/physics/src/orxonox/worldentities1912-2055,​2107-2439
      /code/branches/physics_merge/src/orxonox/worldentities2436-2457
      /code/branches/pickups/src/orxonox/worldentities1926-2086,​2127,​2827-2915
      /code/branches/pickups2/src/orxonox/worldentities2107-2497,​2915-3071
      /code/branches/presentation/src/orxonox/worldentities2369-2652,​2654-2660
      /code/branches/questsystem/src/orxonox/worldentities1894-2088
      /code/branches/questsystem2/src/orxonox/worldentities2107-2259
      /code/branches/questsystem5/src/orxonox/worldentities2776-2905
      /code/branches/resource/src/orxonox/worldentities3327-3366
      /code/branches/resource2/src/orxonox/worldentities3372-5694
      /code/branches/script_trigger/src/orxonox/worldentities1295-1953,​1955
      /code/branches/sound/src/orxonox/worldentities2829-3010
      /code/branches/sound3/src/orxonox/worldentities5941-6102
      /code/branches/steering/src/orxonox/worldentities5949-6091
      /code/branches/tutorial/src/orxonox/objects/worldentities2761-2765
      /code/branches/weapon/src/orxonox/worldentities1925-2094
      /code/branches/weapon2/src/orxonox/worldentities2107-2488
      /code/branches/weapons/src/orxonox/worldentities2897-3051
      /code/branches/weaponsystem/src/orxonox/worldentities2742-2890
  • code/branches/tutorial/src/orxonox/worldentities/CMakeLists.txt

    r6417 r6482  
    77
    88  BigExplosion.cc
     9  Drone.cc
    910  EffectContainer.cc
    1011  ExplosionChunk.cc
Note: See TracChangeset for help on using the changeset viewer.