Changeset 40

Show
Ignore:
Timestamp:
01/11/10 21:13:23 (2 years ago)
Author:
Carsten
Message:

a) Set correct name of libfmod-3.75.so in Libs/SConscript. Fixes #2.
b) Updated the message text of the final GUI panel in the TechDemo map.

Location:
cafu/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/Games/DeathMatch/GUIs/TechDemo/gui1.cgui

    r36 r40  
    3232    self:set("rect", 43, 91, 558, 324); 
    3333    self:set("backColor", 1, 1, 1, 0);      -- Set alpha value to zero! 
    34     self:set("text", "For now you have (almost) reached the end\nof the Ca3D-Engine demo.\n".. 
    35              "I hope that you enjoyed exploring it as much\nas I enjoyed making it.\n\n".. 
    36              "Please stop over at the Ca3DE forums at\nwww.Ca3D-Engine.de to provide your feed-back.\n\n".. 
    37              "Thank you very much!\nCarsten Fuchs"); 
     34    self:set("text", "For now you have (almost) reached the end\nof the Cafu Engine demo.\n".. 
     35             "We hope that you enjoyed exploring it as much\nas we enjoyed making it.\n\n".. 
     36             "Please stop over at the Cafu forums at\nwww.cafu.de to provide your feed-back.\n\n".. 
     37             "Thank you very much!\nThe Cafu Team"); 
    3838    self:set("textScale", 0.5); 
    3939    self:set("textColor", 0.8, 0.9, 1, 1); 
  • cafu/trunk/Libs/SConscript

    r36 r40  
    207207    envSoundSys.Append(LINKFLAGS=["Libs/SoundSystem/Common/linker-script"]) 
    208208    envSoundSys.Append(LIBPATH=['#/ExtLibs/fmod/api']) 
    209     envSoundSys.Append(LIBS=["SoundSys", "fmod"]) 
     209    envSoundSys.Append(LIBS=["SoundSys", "fmod-3.75"]) 
    210210 
    211211if sys.platform!="linux2" or platform.machine()!="x86_64":      # We don't have the FMod libraries for x86_64 platforms...