Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7463 for code/trunk/data


Ignore:
Timestamp:
Sep 17, 2010, 9:41:17 PM (14 years ago)
Author:
dafrick
Message:

Fixing "bug", that caused crash in dedicated mode.
Script object can now specify whether the code that is executed by it needs graphics to work.

Location:
code/trunk/data/levels
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/Fight in our Back.oxw

    r7404 r7463  
    6969    >
    7070
    71         <Script code="showGUI NotificationLayer false true" />
     71        <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    7272
    7373        <!--Light: noch zu aendern -->
  • code/trunk/data/levels/Quest_PirateAttack.oxw

    r7404 r7463  
    3535    >
    3636
    37         <Script code="showGUI NotificationLayer false true" />
     37        <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    3838
    3939        <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
  • code/trunk/data/levels/notifications.oxw

    r7404 r7463  
    1919    >
    2020
    21     <Script code="showGUI NotificationLayer false true" />
     21    <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    2222
    2323    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
  • code/trunk/data/levels/old/princessaeryn.oxw

    r7404 r7463  
    1818    >
    1919
    20         <Script code="showGUI NotificationLayer false true" />
     20        <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    2121
    2222      <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
  • code/trunk/data/levels/old/questsystem.oxw

    r7404 r7463  
    1414    >
    1515
    16         <Script code="showGUI NotificationLayer false true" />
     16        <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    1717
    1818        <GlobalQuest id="b80c2c60-e62c-4637-80f8-5aa18dc93b34">
  • code/trunk/data/levels/princessaeryn.oxw

    r7405 r7463  
    2424  >
    2525
    26     <Script code="showGUI NotificationLayer false true" />
     26    <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    2727
    2828    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
Note: See TracChangeset for help on using the changeset viewer.