Changeset 3648

Show
Ignore:
Timestamp:
2008-08-22 18:08:19 (3 months ago)
Author:
vknecht
Message:

Merged revisions 3590,3592,3595-3597,3609,3644 via svnmerge from
https://cel.svn.sourceforge.net/svnroot/cel/cel/trunk

........

r3590 | vknecht | 2008-07-30 17:18:03 +0200 (Wed, 30 Jul 2008) | 2 lines


Added shaderweaver to celstart static plugin list.

........

r3592 | vknecht | 2008-07-30 17:38:22 +0200 (Wed, 30 Jul 2008) | 2 lines


Also addded translator and OpenAL renderer to static celstart plugins list.

........

r3595 | vknecht | 2008-07-31 19:37:43 +0200 (Thu, 31 Jul 2008) | 2 lines


Added another bunch of entries to celstart static plugin list.

........

r3596 | vknecht | 2008-07-31 19:56:38 +0200 (Thu, 31 Jul 2008) | 2 lines


Added a few more missing plugins to celstart static...

........

r3597 | vknecht | 2008-07-31 20:01:51 +0200 (Thu, 31 Jul 2008) | 3 lines


Applied caedes' fix for celgraph not exporting Node and Edge stuff,
thus causing linking errors in static builds.

........

r3609 | vknecht | 2008-08-06 21:21:30 +0200 (Wed, 06 Aug 2008) | 2 lines


Added terrain2 and terrain2ldr to celstart static plugins list.

........

r3644 | vknecht | 2008-08-21 13:37:04 +0200 (Thu, 21 Aug 2008) | 1 line


Added "pccamera.standard" to celstart and bootstrap static plugins lists.

........

Location:
cel/branches/release/V1.4
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • cel/branches/release/V1.4

    • Property svn:mergeinfo changed from /cel/trunk:3480,3564,3568,3572,3574,3631 to /cel/trunk:3480,3564,3568,3572,3574,3590,3592,3595-3597,3609,3631,3644
    • Property svnmerge-integrated changed from /cel/trunk:1-3451,3480,3495-3496,3498,3564,3568,3572,3574,3631 to /cel/trunk:1-3451,3480,3495-3496,3498,3564,3568,3572,3574,3590,3592,3595-3597,3609,3631,3636,3641,3644
  • cel/branches/release/V1.4/apps/bootstrap/Jamfile

    r2320 r3648  
    133133    pfmove 
    134134    pfmover 
     135    pfnewcamera 
    135136    pfportal 
    136137    pfquest 
  • cel/branches/release/V1.4/apps/celstart/Jamfile

    r3342 r3648  
    8282    sequence 
    8383    shadermgr 
     84    shaderweaver 
    8485    skeleton 
    8586    skeleton2 
     
    9596    sprcal3dldr 
    9697    stdrep 
     98    terrain2 
     99    terrain2ldr 
    97100    terrainldr 
    98101    thing 
    99102    thingldr 
     103    trans_std 
    100104    vfs 
    101105    xmlread 
     
    114118    odedynam 
    115119    sndmanager 
     120    sndsysopenal 
    116121    sndsyssoft 
    117122    sndsysloader 
     
    141146    addon_celentity 
    142147    addon_celentitytpl 
     148    addon_celgraph 
    143149    addon_questdef 
    144150    addon_xmlscripts 
    145151    blxml 
    146152    celconsole 
     153    celgraph 
    147154    cpersist 
    148155    mgr_quests 
     
    152159    pfdamage 
    153160    pfdefcam 
     161    pfdelegcam 
    154162    pfengine 
    155163    pfinput 
     
    163171    pfmove 
    164172    pfmover 
     173    pfnewcamera 
     174    pfpathfinder 
    165175    pfportal 
    166176    pfquest 
    167177    pfsound 
     178    pfsteer 
    168179    pftest 
    169180    pftools 
     181    pftrackingcam 
    170182    pftrigger 
    171183    pfwheeled 
  • cel/branches/release/V1.4/plugins/tools/celgraph/celgraph.csplugin

    r2980 r3648  
    44  <scf> 
    55    <classes> 
    6       <class> 
    7         <name>cel.celedge</name> 
    8         <implementation>celEdge</implementation> 
    9         <description>CEL Edge</description> 
    10       </class> 
    11       <class> 
    12         <name>cel.celnode</name> 
    13         <implementation>celNode</implementation> 
    14         <description>CEL Node</description> 
    15       </class> 
    166      <class> 
    177        <name>cel.celpath</name>