You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(43) |
Nov
(254) |
Dec
(146) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(39) |
Feb
(57) |
Mar
(46) |
Apr
(12) |
May
(11) |
Jun
(7) |
Jul
(22) |
Aug
(51) |
Sep
(37) |
Oct
(5) |
Nov
(1) |
Dec
(12) |
| 2003 |
Jan
(40) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(33) |
Jun
(204) |
Jul
(148) |
Aug
(66) |
Sep
(42) |
Oct
(10) |
Nov
(236) |
Dec
(266) |
| 2004 |
Jan
(139) |
Feb
(48) |
Mar
(21) |
Apr
(3) |
May
(129) |
Jun
(26) |
Jul
(204) |
Aug
(71) |
Sep
(136) |
Oct
(59) |
Nov
(38) |
Dec
(151) |
| 2005 |
Jan
(115) |
Feb
(90) |
Mar
(147) |
Apr
(288) |
May
(418) |
Jun
(204) |
Jul
(214) |
Aug
(141) |
Sep
(136) |
Oct
(139) |
Nov
(178) |
Dec
(130) |
| 2006 |
Jan
(186) |
Feb
(324) |
Mar
(185) |
Apr
(205) |
May
(59) |
Jun
(126) |
Jul
(88) |
Aug
(123) |
Sep
(117) |
Oct
(133) |
Nov
(152) |
Dec
(127) |
| 2007 |
Jan
(124) |
Feb
(109) |
Mar
(98) |
Apr
(99) |
May
(137) |
Jun
(104) |
Jul
(146) |
Aug
(98) |
Sep
(102) |
Oct
(112) |
Nov
(68) |
Dec
(10) |
| 2008 |
Jan
(46) |
Feb
(72) |
Mar
(65) |
Apr
(74) |
May
(35) |
Jun
(38) |
Jul
(101) |
Aug
(82) |
Sep
(102) |
Oct
(58) |
Nov
(39) |
Dec
(72) |
| 2009 |
Jan
(72) |
Feb
(89) |
Mar
(7) |
Apr
(11) |
May
(11) |
Jun
(12) |
Jul
(37) |
Aug
(82) |
Sep
(13) |
Oct
(1) |
Nov
(13) |
Dec
(6) |
| 2010 |
Jan
(4) |
Feb
(10) |
Mar
(7) |
Apr
|
May
(3) |
Jun
(14) |
Jul
(17) |
Aug
(22) |
Sep
(22) |
Oct
(12) |
Nov
(19) |
Dec
(26) |
| 2011 |
Jan
(8) |
Feb
(10) |
Mar
(48) |
Apr
(65) |
May
(15) |
Jun
(8) |
Jul
|
Aug
(3) |
Sep
(165) |
Oct
(66) |
Nov
(24) |
Dec
(41) |
| 2012 |
Jan
(41) |
Feb
(70) |
Mar
(49) |
Apr
(43) |
May
(65) |
Jun
(13) |
Jul
(27) |
Aug
(73) |
Sep
(13) |
Oct
(5) |
Nov
(18) |
Dec
|
| 2013 |
Jan
(6) |
Feb
|
Mar
(1) |
Apr
(13) |
May
(15) |
Jun
(9) |
Jul
(5) |
Aug
(52) |
Sep
(9) |
Oct
|
Nov
(5) |
Dec
|
| 2014 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
(10) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <vk...@us...> - 2015-04-06 16:56:57
|
Revision: 5184
http://sourceforge.net/p/cel/code/5184
Author: vknecht
Date: 2015-04-06 16:56:50 +0000 (Mon, 06 Apr 2015)
Log Message:
-----------
- Warning fix.
Modified Paths:
--------------
cel/trunk/apps/evolvecraft/evolvecraft.cpp
Modified: cel/trunk/apps/evolvecraft/evolvecraft.cpp
===================================================================
--- cel/trunk/apps/evolvecraft/evolvecraft.cpp 2015-04-06 16:55:56 UTC (rev 5183)
+++ cel/trunk/apps/evolvecraft/evolvecraft.cpp 2015-04-06 16:56:50 UTC (rev 5184)
@@ -216,8 +216,7 @@
pccamera->SetModeName ("lara_thirdperson");
csRef<iPcMechanicsObject> pcmechobj = celQueryPropertyClassEntity<iPcMechanicsObject> (player);
- csBox3 bbox = pcmesh->GetMesh ()->GetMeshObject ()->GetObjectModel ()->
- GetObjectBoundingBox();
+ //csBox3 bbox = pcmesh->GetMesh ()->GetMeshObject ()->GetObjectModel ()->GetObjectBoundingBox();
//pcmechobj->GetBody ()->AttachColliderBox (bbox.GetSize (), csOrthoTransform (), 0.5, 3.0f, 1.0, 0.8);
pcmechobj->SetFriction (0.05f);
//pcmechobj->AttachColliderBox (bbox.GetSize (), csOrthoTransform ());
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <vk...@us...> - 2015-04-06 16:56:04
|
Revision: 5183
http://sourceforge.net/p/cel/code/5183
Author: vknecht
Date: 2015-04-06 16:55:56 +0000 (Mon, 06 Apr 2015)
Log Message:
-----------
- Warning fixes.
- Changed printf to csPrintf.
Modified Paths:
--------------
cel/trunk/apps/elcmtest/elcmtest.cpp
Modified: cel/trunk/apps/elcmtest/elcmtest.cpp
===================================================================
--- cel/trunk/apps/elcmtest/elcmtest.cpp 2015-02-26 05:14:37 UTC (rev 5182)
+++ cel/trunk/apps/elcmtest/elcmtest.cpp 2015-04-06 16:55:56 UTC (rev 5183)
@@ -416,7 +416,7 @@
iDynamicCell* ElcmTest::CreateCell (const char* name)
{
- printf ("Creating cell %s!\n", name); fflush (stdout);
+ csPrintf ("Creating cell %s!\n", name); fflush (stdout);
if (!strcmp ("outside", name))
{
@@ -463,7 +463,7 @@
void ElcmTest::FillCell (iDynamicCell* cell)
{
const char* name = cell->GetName ();
- printf ("Filling cell %s!\n", name); fflush (stdout);
+ csPrintf ("Filling cell %s!\n", name); fflush (stdout);
if (!strcmp ("outside", name))
{
@@ -597,7 +597,7 @@
}
}
dynworld->MarkBaseline ();
- printf ("Created %d objects (%d barrels, %d tables, %d clickers, %d doors, %d money)!\n",
+ csPrintf ("Created %zu objects (%d barrels, %d tables, %d clickers, %d doors, %d money)!\n",
outsideCell->GetObjectCount (), cntBarrel, cntTable, cntClicker, cntDoor,
cntMoneySpawn);
return true;
@@ -655,7 +655,7 @@
}
else
{
- printf ("This item cannot be removed from the inventory!\n");
+ csPrintf ("This item cannot be removed from the inventory!\n");
fflush (stdout);
}
}
@@ -671,7 +671,7 @@
if (!dynworld->FindFactory (tpl->GetName ()))
{
- printf ("This item cannot be dropped!\n");
+ csPrintf ("This item cannot be dropped!\n");
fflush (stdout);
return;
}
@@ -679,7 +679,7 @@
size_t idx = inv->FindEntityTemplate (tpl);
if (idx == csArrayItemNotFound)
{
- printf ("Weird? Where did it go?\n");
+ csPrintf ("Weird? Where did it go?\n");
return;
}
//int amount = inv->GetEntityTemplateAmount (idx);
@@ -694,7 +694,7 @@
iCelEntity* entity = obj->ForceEntity ();
entity->MarkBaseline ();
entity->Activate ();
- printf ("Dropping entity in cell '%s'\n", dynworld->GetCurrentCell ()->GetName ());
+ csPrintf ("Dropping entity in cell '%s'\n", dynworld->GetCurrentCell ()->GetName ());
}
void ElcmTest::SelectEntity (iCelEntity* entity, bool left)
@@ -732,7 +732,7 @@
size_t idx = from->FindEntityTemplate (tpl);
if (idx == csArrayItemNotFound)
{
- printf ("Weird? Where did it go?\n");
+ csPrintf ("Weird? Where did it go?\n");
return;
}
int amount = from->GetEntityTemplateAmount (idx);
@@ -769,7 +769,7 @@
bool ElcmTest::ReceiveMessage (csStringID msg_id, iMessageSender* sender,
celData& ret, iCelParameterBlock* params)
{
- printf ("ReceiveMessage\n"); fflush (stdout);
+ csPrintf ("ReceiveMessage\n"); fflush (stdout);
if (msg_id == msgInventory)
{
const celData* data = params->GetParameter (pl->FetchStringID ("inventoryEntity"));
@@ -779,7 +779,7 @@
csRef<iPcInventory> inventory = celQueryPropertyClassEntity<iPcInventory> (ent);
if (!inventory)
{
- printf ("There is no inventory for this entity!\n");
+ csPrintf ("There is no inventory for this entity!\n");
fflush (stdout);
}
else
@@ -821,7 +821,7 @@
}
if (!cell)
{
- printf ("Can't teleport to cell '%s'!\n", cellName);
+ csPrintf ("Can't teleport to cell '%s'!\n", cellName);
fflush (stdout);
return;
}
@@ -874,7 +874,7 @@
end = camera->GetTransform ().This2Other (v3d);
CS::Collisions::HitBeamResult result = dynworld->GetCurrentCell ()->GetDynamicSector ()->
HitBeam (start, end);
-printf ("result.object=%p result.hasHit=%d\n", result.object, result.hasHit); fflush (stdout);
+ csPrintf ("result.object=%p result.hasHit=%d\n", result.object, result.hasHit); fflush (stdout);
if (result.object)
{
//iRigidBody* hitBody = result.object->QueryRigidBody ();
@@ -905,7 +905,7 @@
g2d->Write (font, 10, 24, colorRed, -1, statusLine.GetData ());
csString line2;
const csVector3& pos = camera->GetTransform ().GetOrigin ();
- line2.Format ("Pos (%g,%g,%g) #obj=%d #ent=%d #mesh=%d/%d", pos.x, pos.y, pos.z,
+ line2.Format ("Pos (%g,%g,%g) #obj=%zu #ent=%zu #mesh=%d/%d", pos.x, pos.y, pos.z,
dynworld->GetCurrentCell ()->GetObjectCount (), pl->GetEntityCount (),
dynworld->GetCurrentCell ()->GetSector ()->GetMeshes ()->GetCount (),
engine->GetMeshes ()->GetCount ());
@@ -1023,13 +1023,13 @@
csRef<iDataBuffer> buf = dynworld->SaveModifications ();
csRef<iFile> file = vfs->Open ("/this/savefile", VFS_FILE_WRITE);
size_t size = file->Write (buf->GetData (), buf->GetSize ());
- printf ("%d bytes written to 'savefile'!\n", size);
+ csPrintf ("%zu bytes written to 'savefile'!\n", size);
fflush (stdout);
return true;
}
else if (code == '2')
{
- printf ("-------------------------------------------------------------\n");
+ csPrintf ("-------------------------------------------------------------\n");
dynworld->DeleteAll ();
csRef<iFile> file = vfs->Open ("/this/savefile", VFS_FILE_READ);
csRef<iDataBuffer> buf = file->GetAllData ();
@@ -1049,9 +1049,9 @@
{
elcm->Dump ();
dynworld->Dump ();
- printf ("### Physical Layer ###\n");
- printf (" Total entities=%d\n", pl->GetEntityCount ());
- printf (" Total meshes=%d\n", engine->GetMeshes ()->GetCount ());
+ csPrintf ("### Physical Layer ###\n");
+ csPrintf (" Total entities=%zu\n", pl->GetEntityCount ());
+ csPrintf (" Total meshes=%d\n", engine->GetMeshes ()->GetCount ());
fflush (stdout);
return true;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ral...@us...> - 2015-02-26 05:14:44
|
Revision: 5182
http://sourceforge.net/p/cel/code/5182
Author: ralphcampbell
Date: 2015-02-26 05:14:37 +0000 (Thu, 26 Feb 2015)
Log Message:
-----------
Initialize default values for heuristic and cost.
Modified Paths:
--------------
cel/trunk/plugins/tools/celgraph/celgraph.cpp
Modified: cel/trunk/plugins/tools/celgraph/celgraph.cpp
===================================================================
--- cel/trunk/plugins/tools/celgraph/celgraph.cpp 2015-02-26 03:40:17 UTC (rev 5181)
+++ cel/trunk/plugins/tools/celgraph/celgraph.cpp 2015-02-26 05:14:37 UTC (rev 5182)
@@ -93,7 +93,7 @@
//SCF_IMPLEMENT_FACTORY (celNode)
celNode::celNode ()
- : scfImplementationType (this)
+ : scfImplementationType (this), heuristic(0), cost(0)
{
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cry...@us...> - 2015-02-26 03:40:30
|
Revision: 5181
http://sourceforge.net/p/cel/code/5181
Author: crystal-manage
Date: 2015-02-26 03:40:17 +0000 (Thu, 26 Feb 2015)
Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Texinfo files: Automated Texinfo @node and @menu repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.
Modified Paths:
--------------
cel/trunk/docs/doxygen/crystalspace.tag
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc8.jam
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc9.jam
Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag 2015-02-25 07:14:46 UTC (rev 5180)
+++ cel/trunk/docs/doxygen/crystalspace.tag 2015-02-26 03:40:17 UTC (rev 5181)
@@ -7,7 +7,7 @@
</compound>
<compound kind="file">
<name>crystalspace.h</name>
- <path>/tmp/tmp2/trunk/include/</path>
+ <path>/tmp/tmp0/trunk/include/</path>
<filename>crystalspace_8h</filename>
<includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
<includes id="csgeom_8h" name="csgeom.h" local="yes" imported="no">csgeom.h</includes>
@@ -31,7 +31,7 @@
</compound>
<compound kind="file">
<name>csgeom.h</name>
- <path>/tmp/tmp2/trunk/include/</path>
+ <path>/tmp/tmp0/trunk/include/</path>
<filename>csgeom_8h</filename>
<includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
<includes id="bih_8h" name="bih.h" local="yes" imported="no">csgeom/bih.h</includes>
@@ -81,7 +81,7 @@
</compound>
<compound kind="file">
<name>bih.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>bih_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<class kind="class">CS::Geometry::BIH</class>
@@ -90,7 +90,7 @@
</compound>
<compound kind="file">
<name>box.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>box_8h</filename>
<includes id="cstypes_8h" name="cstypes.h" local="yes" imported="no">cstypes.h</includes>
<includes id="csrect_8h" name="csrect.h" local="yes" imported="no">csgeom/csrect.h</includes>
@@ -431,7 +431,7 @@
</compound>
<compound kind="file">
<name>bsptree.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>bsptree_8h</filename>
<includes id="plane3_8h" name="plane3.h" local="yes" imported="no">csgeom/plane3.h</includes>
<includes id="trianglestream_8h" name="trianglestream.h" local="yes" imported="no">csgfx/trianglestream.h</includes>
@@ -443,7 +443,7 @@
</compound>
<compound kind="file">
<name>bvh.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>bvh_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<class kind="class">CS::Geometry::BVH</class>
@@ -452,19 +452,19 @@
</compound>
<compound kind="file">
<name>chainhull2d.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>chainhull2d_8h</filename>
<class kind="class">csChainHull2D</class>
</compound>
<compound kind="file">
<name>csrect.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>csrect_8h</filename>
<class kind="class">csRect</class>
</compound>
<compound kind="file">
<name>csrectrg.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>csrectrg_8h</filename>
<includes id="csrect_8h" name="csrect.h" local="yes" imported="no">csgeom/csrect.h</includes>
<includes id="csutil_2array_8h" name="array.h" local="yes" imported="no">csutil/array.h</includes>
@@ -472,7 +472,7 @@
</compound>
<compound kind="file">
<name>dualquaternion.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>dualquaternion_8h</filename>
<includes id="csqsqrt_8h" name="csqsqrt.h" local="yes" imported="no">csqsqrt.h</includes>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
@@ -482,7 +482,7 @@
</compound>
<compound kind="file">
<name>fixed.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>fixed_8h</filename>
<includes id="csqint_8h" name="csqint.h" local="yes" imported="no">csqint.h</includes>
<class kind="class">csFixed16</class>
@@ -490,7 +490,7 @@
</compound>
<compound kind="file">
<name>frustum.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>frustum_8h</filename>
<includes id="cstypes_8h" name="cstypes.h" local="yes" imported="no">cstypes.h</includes>
<includes id="refcount_8h" name="refcount.h" local="yes" imported="no">csutil/refcount.h</includes>
@@ -524,7 +524,7 @@
</compound>
<compound kind="file">
<name>kdtree.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>kdtree_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<includes id="dbghelp_8h" name="dbghelp.h" local="yes" imported="no">iutil/dbghelp.h</includes>
@@ -534,7 +534,7 @@
</compound>
<compound kind="file">
<name>math.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>math_8h</filename>
<includes id="algorithms_8h" name="algorithms.h" local="yes" imported="no">csutil/algorithms.h</includes>
<namespace>CS</namespace>
@@ -696,7 +696,7 @@
</compound>
<compound kind="file">
<name>math2d.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>math2d_8h</filename>
<includes id="plane2_8h" name="plane2.h" local="yes" imported="no">csgeom/plane2.h</includes>
<includes id="segment_8h" name="segment.h" local="yes" imported="no">csgeom/segment.h</includes>
@@ -706,7 +706,7 @@
</compound>
<compound kind="file">
<name>math3d.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>math3d_8h</filename>
<includes id="box_8h" name="box.h" local="yes" imported="no">csgeom/box.h</includes>
<includes id="frustum_8h" name="frustum.h" local="yes" imported="no">csgeom/frustum.h</includes>
@@ -722,7 +722,7 @@
</compound>
<compound kind="file">
<name>math3d_d.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>math3d__d_8h</filename>
<includes id="cstypes_8h" name="cstypes.h" local="yes" imported="no">cstypes.h</includes>
<class kind="class">csDIntersect3</class>
@@ -734,14 +734,14 @@
</compound>
<compound kind="file">
<name>matrix2.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>matrix2_8h</filename>
<includes id="vector2_8h" name="vector2.h" local="yes" imported="no">csgeom/vector2.h</includes>
<class kind="class">csMatrix2</class>
</compound>
<compound kind="file">
<name>matrix3.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>matrix3_8h</filename>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
<class kind="class">csMatrix3</class>
@@ -754,7 +754,7 @@
</compound>
<compound kind="file">
<name>matrix4.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>matrix4_8h</filename>
<includes id="math_8h" name="math.h" local="yes" imported="no">csgeom/math.h</includes>
<includes id="transfrm_8h" name="transfrm.h" local="yes" imported="no">csgeom/transfrm.h</includes>
@@ -766,7 +766,7 @@
</compound>
<compound kind="file">
<name>obb.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>obb_8h</filename>
<includes id="box_8h" name="box.h" local="yes" imported="no">csgeom/box.h</includes>
<includes id="matrix3_8h" name="matrix3.h" local="yes" imported="no">csgeom/matrix3.h</includes>
@@ -775,7 +775,7 @@
</compound>
<compound kind="file">
<name>odesolver.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>odesolver_8h</filename>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
<class kind="class">CS::Math::Ode45</class>
@@ -784,7 +784,7 @@
</compound>
<compound kind="file">
<name>path.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>csgeom_2path_8h</filename>
<includes id="spline_8h" name="spline.h" local="yes" imported="no">csgeom/spline.h</includes>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
@@ -795,14 +795,14 @@
</compound>
<compound kind="file">
<name>path.h</name>
- <path>/tmp/tmp2/trunk/include/igeom/</path>
+ <path>/tmp/tmp0/trunk/include/igeom/</path>
<filename>igeom_2path_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<class kind="struct">iPath</class>
</compound>
<compound kind="file">
<name>plane2.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>plane2_8h</filename>
<includes id="segment_8h" name="segment.h" local="yes" imported="no">csgeom/segment.h</includes>
<includes id="vector2_8h" name="vector2.h" local="yes" imported="no">csgeom/vector2.h</includes>
@@ -810,7 +810,7 @@
</compound>
<compound kind="file">
<name>plane3.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>plane3_8h</filename>
<includes id="matrix4_8h" name="matrix4.h" local="yes" imported="no">csgeom/matrix4.h</includes>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
@@ -818,7 +818,7 @@
</compound>
<compound kind="file">
<name>poly2d.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>poly2d_8h</filename>
<includes id="vector2_8h" name="vector2.h" local="yes" imported="no">csgeom/vector2.h</includes>
<class kind="class">csPoly2D</class>
@@ -826,7 +826,7 @@
</compound>
<compound kind="file">
<name>poly3d.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>poly3d_8h</filename>
<includes id="plane3_8h" name="plane3.h" local="yes" imported="no">csgeom/plane3.h</includes>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
@@ -861,7 +861,7 @@
</compound>
<compound kind="file">
<name>polyclip.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>polyclip_8h</filename>
<includes id="box_8h" name="box.h" local="yes" imported="no">csgeom/box.h</includes>
<includes id="clip2d_8h" name="clip2d.h" local="yes" imported="no">igeom/clip2d.h</includes>
@@ -872,20 +872,20 @@
</compound>
<compound kind="file">
<name>polyidx.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>polyidx_8h</filename>
<class kind="class">csPolyIndexed</class>
</compound>
<compound kind="file">
<name>polypool.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>polypool_8h</filename>
<includes id="poly2d_8h" name="poly2d.h" local="yes" imported="no">csgeom/poly2d.h</includes>
<class kind="class">csPoly2DPool</class>
</compound>
<compound kind="file">
<name>projections.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>projections_8h</filename>
<includes id="matrix4_8h" name="matrix4.h" local="yes" imported="no">csgeom/matrix4.h</includes>
<class kind="struct">CS::Math::Projections</class>
@@ -894,7 +894,7 @@
</compound>
<compound kind="file">
<name>quaternion.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>quaternion_8h</filename>
<includes id="csqsqrt_8h" name="csqsqrt.h" local="yes" imported="no">csqsqrt.h</includes>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
@@ -902,7 +902,7 @@
</compound>
<compound kind="file">
<name>segment.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>segment_8h</filename>
<includes id="vector2_8h" name="vector2.h" local="yes" imported="no">csgeom/vector2.h</includes>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
@@ -911,7 +911,7 @@
</compound>
<compound kind="file">
<name>solidspace.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>solidspace_8h</filename>
<includes id="box_8h" name="box.h" local="yes" imported="no">csgeom/box.h</includes>
<includes id="trimeshtools_8h" name="trimeshtools.h" local="yes" imported="no">csgeom/trimeshtools.h</includes>
@@ -919,7 +919,7 @@
</compound>
<compound kind="file">
<name>sphere.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>csgeom_2sphere_8h</filename>
<includes id="cstypes_8h" name="cstypes.h" local="yes" imported="no">cstypes.h</includes>
<includes id="math3d_8h" name="math3d.h" local="yes" imported="no">csgeom/math3d.h</includes>
@@ -929,7 +929,7 @@
</compound>
<compound kind="file">
<name>spline.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>spline_8h</filename>
<class kind="class">csBSpline</class>
<class kind="class">csCatmullRomSpline</class>
@@ -938,7 +938,7 @@
</compound>
<compound kind="file">
<name>subrec.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>subrec_8h</filename>
<includes id="csrect_8h" name="csrect.h" local="yes" imported="no">csgeom/csrect.h</includes>
<includes id="csutil_2array_8h" name="array.h" local="yes" imported="no">csutil/array.h</includes>
@@ -950,7 +950,7 @@
</compound>
<compound kind="file">
<name>tcovbuf.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>tcovbuf_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<includes id="dbghelp_8h" name="dbghelp.h" local="yes" imported="no">iutil/dbghelp.h</includes>
@@ -962,7 +962,7 @@
</compound>
<compound kind="file">
<name>transfrm.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>transfrm_8h</filename>
<includes id="matrix3_8h" name="matrix3.h" local="yes" imported="no">csgeom/matrix3.h</includes>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
@@ -972,7 +972,7 @@
</compound>
<compound kind="file">
<name>tri.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>tri_8h</filename>
<class kind="struct">csTriangle</class>
<class kind="struct">CS::TriangleT</class>
@@ -980,7 +980,7 @@
</compound>
<compound kind="file">
<name>trimesh.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>csgeom_2trimesh_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<includes id="tri_8h" name="tri.h" local="yes" imported="no">csgeom/tri.h</includes>
@@ -998,7 +998,7 @@
</compound>
<compound kind="file">
<name>trimesh.h</name>
- <path>/tmp/tmp2/trunk/include/igeom/</path>
+ <path>/tmp/tmp0/trunk/include/igeom/</path>
<filename>igeom_2trimesh_8h</filename>
<includes id="scf__interface_8h" name="scf_interface.h" local="yes" imported="no">csutil/scf_interface.h</includes>
<class kind="struct">iTriangleMesh</class>
@@ -1035,7 +1035,7 @@
</compound>
<compound kind="file">
<name>trimeshlod.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>trimeshlod_8h</filename>
<includes id="csgeom_2trimesh_8h" name="trimesh.h" local="yes" imported="no">csgeom/trimesh.h</includes>
<includes id="list_8h" name="list.h" local="yes" imported="no">csutil/list.h</includes>
@@ -1048,7 +1048,7 @@
</compound>
<compound kind="file">
<name>trimeshtools.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>trimeshtools_8h</filename>
<includes id="csgeom_2trimesh_8h" name="trimesh.h" local="yes" imported="no">csgeom/trimesh.h</includes>
<includes id="csutil_2array_8h" name="array.h" local="yes" imported="no">csutil/array.h</includes>
@@ -1058,14 +1058,14 @@
</compound>
<compound kind="file">
<name>vector2.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>vector2_8h</filename>
<includes id="csqsqrt_8h" name="csqsqrt.h" local="yes" imported="no">csqsqrt.h</includes>
<class kind="class">csVector2</class>
</compound>
<compound kind="file">
<name>vector3.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>vector3_8h</filename>
<includes id="math3d__d_8h" name="math3d_d.h" local="yes" imported="no">csgeom/math3d_d.h</includes>
<includes id="csqsqrt_8h" name="csqsqrt.h" local="yes" imported="no">csqsqrt.h</includes>
@@ -1103,7 +1103,7 @@
</compound>
<compound kind="file">
<name>vector4.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <path>/tmp/tmp0/trunk/include/csgeom/</path>
<filename>vector4_8h</filename>
<includes id="vector3_8h" name="vector3.h" local="yes" imported="no">csgeom/vector3.h</includes>
<includes id="csstring_8h" name="csstring.h" local="yes" imported="no">csutil/csstring.h</includes>
@@ -1112,7 +1112,7 @@
</compound>
<compound kind="file">
<name>csgfx.h</name>
- <path>/tmp/tmp2/trunk/include/</path>
+ <path>/tmp/tmp0/trunk/include/</path>
<filename>csgfx_8h</filename>
<includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
<includes id="bakekeycolor_8h" name="bakekeycolor.h" local="yes" imported="no">csgfx/bakekeycolor.h</includes>
@@ -1147,14 +1147,14 @@
</compound>
<compound kind="file">
<name>bakekeycolor.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>bakekeycolor_8h</filename>
<includes id="image_8h" name="image.h" local="yes" imported="no">igraphic/image.h</includes>
<class kind="class">csBakeKeyColor</class>
</compound>
<compound kind="file">
<name>gradient.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>csgfx_2gradient_8h</filename>
<includes id="ivaria_2gradient_8h" name="gradient.h" local="yes" imported="no">ivaria/gradient.h</includes>
<includes id="csutil_2array_8h" name="array.h" local="yes" imported="no">csutil/array.h</includes>
@@ -1166,7 +1166,7 @@
</compound>
<compound kind="file">
<name>gradient.h</name>
- <path>/tmp/tmp2/trunk/include/ivaria/</path>
+ <path>/tmp/tmp0/trunk/include/ivaria/</path>
<filename>ivaria_2gradient_8h</filename>
<includes id="iutil_2array_8h" name="array.h" local="yes" imported="no">iutil/array.h</includes>
<includes id="cscolor_8h" name="cscolor.h" local="yes" imported="no">csutil/cscolor.h</includes>
@@ -1177,7 +1177,7 @@
</compound>
<compound kind="file">
<name>imageautoconvert.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>imageautoconvert_8h</filename>
<includes id="imagememory_8h" name="imagememory.h" local="yes" imported="no">csgfx/imagememory.h</includes>
<class kind="class">CS::ImageAutoConvert</class>
@@ -1185,7 +1185,7 @@
</compound>
<compound kind="file">
<name>imagebase.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>imagebase_8h</filename>
<includes id="util_8h" name="util.h" local="yes" imported="no">csutil/util.h</includes>
<includes id="databuf_8h" name="databuf.h" local="yes" imported="no">csutil/databuf.h</includes>
@@ -1195,14 +1195,14 @@
</compound>
<compound kind="file">
<name>imagecubemapmaker.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>imagecubemapmaker_8h</filename>
<includes id="imagebase_8h" name="imagebase.h" local="yes" imported="no">imagebase.h</includes>
<class kind="class">csImageCubeMapMaker</class>
</compound>
<compound kind="file">
<name>imagemanipulate.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>imagemanipulate_8h</filename>
<includes id="image_8h" name="image.h" local="yes" imported="no">igraphic/image.h</includes>
<includes id="cscolor_8h" name="cscolor.h" local="yes" imported="no">csutil/cscolor.h</includes>
@@ -1210,7 +1210,7 @@
</compound>
<compound kind="file">
<name>imagememory.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>imagememory_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<includes id="imagebase_8h" name="imagebase.h" local="yes" imported="no">csgfx/imagebase.h</includes>
@@ -1220,7 +1220,7 @@
</compound>
<compound kind="file">
<name>imagetools.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>imagetools_8h</filename>
<includes id="rgbpixel_8h" name="rgbpixel.h" local="yes" imported="no">csgfx/rgbpixel.h</includes>
<includes id="image_8h" name="image.h" local="yes" imported="no">igraphic/image.h</includes>
@@ -1228,7 +1228,7 @@
</compound>
<compound kind="file">
<name>imagevolumemaker.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>imagevolumemaker_8h</filename>
<includes id="refarr_8h" name="refarr.h" local="yes" imported="no">csutil/refarr.h</includes>
<includes id="imagebase_8h" name="imagebase.h" local="yes" imported="no">imagebase.h</includes>
@@ -1236,7 +1236,7 @@
</compound>
<compound kind="file">
<name>inv_cmap.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>inv__cmap_8h</filename>
<includes id="rgbpixel_8h" name="rgbpixel.h" local="yes" imported="no">rgbpixel.h</includes>
<member kind="function">
@@ -1249,7 +1249,7 @@
</compound>
<compound kind="file">
<name>lightsvcache.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>lightsvcache_8h</filename>
<includes id="csutil_2array_8h" name="array.h" local="yes" imported="no">csutil/array.h</includes>
<includes id="ref_8h" name="ref.h" local="yes" imported="no">csutil/ref.h</includes>
@@ -1259,13 +1259,13 @@
</compound>
<compound kind="file">
<name>normalmaptools.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>normalmaptools_8h</filename>
<class kind="class">csNormalMappingTools</class>
</compound>
<compound kind="file">
<name>packrgb.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>packrgb_8h</filename>
<includes id="cstypes_8h" name="cstypes.h" local="yes" imported="no">cstypes.h</includes>
<includes id="rgbpixel_8h" name="rgbpixel.h" local="yes" imported="no">csgfx/rgbpixel.h</includes>
@@ -1274,14 +1274,14 @@
</compound>
<compound kind="file">
<name>quantize.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>quantize_8h</filename>
<includes id="rgbpixel_8h" name="rgbpixel.h" local="yes" imported="no">csgfx/rgbpixel.h</includes>
<class kind="class">csColorQuantizer</class>
</compound>
<compound kind="file">
<name>renderbuffer.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>renderbuffer_8h</filename>
<includes id="csstring_8h" name="csstring.h" local="yes" imported="no">csutil/csstring.h</includes>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
@@ -1296,7 +1296,7 @@
</compound>
<compound kind="file">
<name>rgbpixel.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>rgbpixel_8h</filename>
<includes id="comparator_8h" name="comparator.h" local="yes" imported="no">csutil/comparator.h</includes>
<class kind="class">csComparator< csRGBcolor *, csRGBcolor * ></class>
@@ -1348,7 +1348,7 @@
</compound>
<compound kind="file">
<name>shaderexp.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>shaderexp_8h</filename>
<includes id="strhash_8h" name="strhash.h" local="yes" imported="no">csutil/strhash.h</includes>
<includes id="csutil_2array_8h" name="array.h" local="yes" imported="no">csutil/array.h</includes>
@@ -1359,7 +1359,7 @@
</compound>
<compound kind="file">
<name>shaderexpaccessor.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>shaderexpaccessor_8h</filename>
<includes id="shadervar_8h" name="shadervar.h" local="yes" imported="no">csgfx/shadervar.h</includes>
<includes id="scf_8h" name="scf.h" local="yes" imported="no">csutil/scf.h</includes>
@@ -1371,7 +1371,7 @@
</compound>
<compound kind="file">
<name>shadervar.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>shadervar_8h</filename>
<includes id="math_8h" name="math.h" local="yes" imported="no">csgeom/math.h</includes>
<includes id="quaternion_8h" name="quaternion.h" local="yes" imported="no">csgeom/quaternion.h</includes>
@@ -1410,7 +1410,7 @@
</compound>
<compound kind="file">
<name>shadervararrayhelper.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>shadervararrayhelper_8h</filename>
<includes id="shader_8h" name="shader.h" local="yes" imported="no">ivideo/shader/shader.h</includes>
<includes id="shadervarnameparser_8h" name="shadervarnameparser.h" local="yes" imported="no">csgfx/shadervarnameparser.h</includes>
@@ -1419,7 +1419,7 @@
</compound>
<compound kind="file">
<name>shadervarblockalloc.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>shadervarblockalloc_8h</filename>
<includes id="blockallocator_8h" name="blockallocator.h" local="yes" imported="no">csutil/blockallocator.h</includes>
<includes id="ref_8h" name="ref.h" local="yes" imported="no">csutil/ref.h</includes>
@@ -1428,7 +1428,7 @@
</compound>
<compound kind="file">
<name>shadervarcontext.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>shadervarcontext_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<includes id="shader_8h" name="shader.h" local="yes" imported="no">ivideo/shader/shader.h</includes>
@@ -1442,7 +1442,7 @@
</compound>
<compound kind="file">
<name>shadervarframeholder.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>shadervarframeholder_8h</filename>
<includes id="framedataholder_8h" name="framedataholder.h" local="yes" imported="no">cstool/framedataholder.h</includes>
<includes id="shadervarblockalloc_8h" name="shadervarblockalloc.h" local="yes" imported="no">shadervarblockalloc.h</includes>
@@ -1450,7 +1450,7 @@
</compound>
<compound kind="file">
<name>shadervarnameparser.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>shadervarnameparser_8h</filename>
<includes id="csutil_2array_8h" name="array.h" local="yes" imported="no">csutil/array.h</includes>
<includes id="csstring_8h" name="csstring.h" local="yes" imported="no">csutil/csstring.h</includes>
@@ -1460,7 +1460,7 @@
</compound>
<compound kind="file">
<name>textureformatstrings.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>textureformatstrings_8h</filename>
<includes id="csstring_8h" name="csstring.h" local="yes" imported="no">csutil/csstring.h</includes>
<class kind="class">CS::StructuredTextureFormat</class>
@@ -1469,7 +1469,7 @@
</compound>
<compound kind="file">
<name>trianglestream.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>trianglestream_8h</filename>
<includes id="tri_8h" name="tri.h" local="yes" imported="no">csgeom/tri.h</includes>
<includes id="graph3d_8h" name="graph3d.h" local="yes" imported="no">ivideo/graph3d.h</includes>
@@ -1480,7 +1480,7 @@
</compound>
<compound kind="file">
<name>vertexlight.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>vertexlight_8h</filename>
<includes id="csqsqrt_8h" name="csqsqrt.h" local="yes" imported="no">csqsqrt.h</includes>
<includes id="math_8h" name="math.h" local="yes" imported="no">csgeom/math.h</includes>
@@ -1509,7 +1509,7 @@
</compound>
<compound kind="file">
<name>vertexlistwalker.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>vertexlistwalker_8h</filename>
<includes id="csendian_8h" name="csendian.h" local="yes" imported="no">csutil/csendian.h</includes>
<includes id="rbuflock_8h" name="rbuflock.h" local="yes" imported="no">cstool/rbuflock.h</includes>
@@ -1517,7 +1517,7 @@
</compound>
<compound kind="file">
<name>xorpat.h</name>
- <path>/tmp/tmp2/trunk/include/csgfx/</path>
+ <path>/tmp/tmp0/trunk/include/csgfx/</path>
<filename>xorpat_8h</filename>
<member kind="function">
<type>csPtr< iImage ></type>
@@ -1529,7 +1529,7 @@
</compound>
<compound kind="file">
<name>csplugincommon.h</name>
- <path>/tmp/tmp2/trunk/include/</path>
+ <path>/tmp/tmp0/trunk/include/</path>
<filename>csplugincommon_8h</filename>
<includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
<includes id="canvascommon_8h" name="canvascommon.h" local="yes" imported="no">csplugincommon/canvas/canvascommon.h</includes>
@@ -1553,7 +1553,7 @@
</compound>
<compound kind="file">
<name>canvascommon.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/canvas/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/canvas/</path>
<filename>canvascommon_8h</filename>
<includes id="iutil_2event_8h" name="event.h" local="yes" imported="no">iutil/event.h</includes>
<includes id="pluginconfig_8h" name="pluginconfig.h" local="yes" imported="no">iutil/pluginconfig.h</includes>
@@ -1567,13 +1567,13 @@
</compound>
<compound kind="file">
<name>cursorconvert.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/canvas/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/canvas/</path>
<filename>cursorconvert_8h</filename>
<class kind="class">csCursorConverter</class>
</compound>
<compound kind="file">
<name>fontcache.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/canvas/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/canvas/</path>
<filename>fontcache_8h</filename>
<includes id="blockallocator_8h" name="blockallocator.h" local="yes" imported="no">csutil/blockallocator.h</includes>
<includes id="csunicode_8h" name="csunicode.h" local="yes" imported="no">csutil/csunicode.h</includes>
@@ -1589,7 +1589,7 @@
</compound>
<compound kind="file">
<name>graph2d.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/canvas/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/canvas/</path>
<filename>csplugincommon_2canvas_2graph2d_8h</filename>
<includes id="canvascommon_8h" name="canvascommon.h" local="yes" imported="no">canvascommon.h</includes>
<includes id="cfgacc_8h" name="cfgacc.h" local="yes" imported="no">csutil/cfgacc.h</includes>
@@ -1614,7 +1614,7 @@
</compound>
<compound kind="file">
<name>graph2d.h</name>
- <path>/tmp/tmp2/trunk/include/ivideo/</path>
+ <path>/tmp/tmp0/trunk/include/ivideo/</path>
<filename>ivideo_2graph2d_8h</filename>
<includes id="scf_8h" name="scf.h" local="yes" imported="no">csutil/scf.h</includes>
<includes id="rgbpixel_8h" name="rgbpixel.h" local="yes" imported="no">csgfx/rgbpixel.h</includes>
@@ -1639,13 +1639,13 @@
</compound>
<compound kind="file">
<name>error.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/directx/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/directx/</path>
<filename>error_8h</filename>
<class kind="class">csDirectXError</class>
</compound>
<compound kind="file">
<name>commonimagefile.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/imageloader/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/imageloader/</path>
<filename>commonimagefile_8h</filename>
<includes id="imagememory_8h" name="imagememory.h" local="yes" imported="no">csgfx/imagememory.h</includes>
<includes id="ref_8h" name="ref.h" local="yes" imported="no">csutil/ref.h</includes>
@@ -1690,7 +1690,7 @@
</compound>
<compound kind="file">
<name>optionsparser.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/imageloader/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/imageloader/</path>
<filename>optionsparser_8h</filename>
<includes id="csstring_8h" name="csstring.h" local="yes" imported="no">csutil/csstring.h</includes>
<includes id="hash_8h" name="hash.h" local="yes" imported="no">csutil/hash.h</includes>
@@ -1698,14 +1698,14 @@
</compound>
<compound kind="file">
<name>canvas.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/iopengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/iopengl/</path>
<filename>csplugincommon_2iopengl_2canvas_8h</filename>
<includes id="iutil_2cfgmgr_8h" name="cfgmgr.h" local="yes" imported="no">iutil/cfgmgr.h</includes>
<class kind="struct">iOpenGLCanvas</class>
</compound>
<compound kind="file">
<name>canvas.h</name>
- <path>/tmp/tmp2/trunk/include/ivideo/</path>
+ <path>/tmp/tmp0/trunk/include/ivideo/</path>
<filename>ivideo_2canvas_8h</filename>
<includes id="scf_8h" name="scf.h" local="yes" imported="no">csutil/scf.h</includes>
<includes id="cursor_8h" name="cursor.h" local="yes" imported="no">ivideo/cursor.h</includes>
@@ -1714,14 +1714,14 @@
</compound>
<compound kind="file">
<name>driverdb.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/iopengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/iopengl/</path>
<filename>iopengl_2driverdb_8h</filename>
<includes id="iutil_2cfgmgr_8h" name="cfgmgr.h" local="yes" imported="no">iutil/cfgmgr.h</includes>
<class kind="struct">iOpenGLDriverDatabase</class>
</compound>
<compound kind="file">
<name>driverdb.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>opengl_2driverdb_8h</filename>
<includes id="refarr_8h" name="refarr.h" local="yes" imported="no">csutil/refarr.h</includes>
<includes id="strhash_8h" name="strhash.h" local="yes" imported="no">csutil/strhash.h</includes>
@@ -1732,14 +1732,14 @@
</compound>
<compound kind="file">
<name>openglinterface.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/iopengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/iopengl/</path>
<filename>openglinterface_8h</filename>
<includes id="scf_8h" name="scf.h" local="yes" imported="no">csutil/scf.h</includes>
<class kind="struct">iOpenGLInterface</class>
</compound>
<compound kind="file">
<name>assumedstate.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>assumedstate_8h</filename>
<includes id="glstates_8h" name="glstates.h" local="yes" imported="no">glstates.h</includes>
<namespace>CS</namespace>
@@ -1755,7 +1755,7 @@
</compound>
<compound kind="file">
<name>glcanvascommon.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glcanvascommon_8h</filename>
<includes id="iutil_2event_8h" name="event.h" local="yes" imported="no">iutil/event.h</includes>
<includes id="csplugincommon_2iopengl_2canvas_8h" name="canvas.h" local="yes" imported="no">csplugincommon/iopengl/canvas.h</includes>
@@ -1769,7 +1769,7 @@
</compound>
<compound kind="file">
<name>glcommon2d.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glcommon2d_8h</filename>
<includes id="scf_8h" name="scf.h" local="yes" imported="no">csutil/scf.h</includes>
<includes id="csplugincommon_2canvas_2graph2d_8h" name="graph2d.h" local="yes" imported="no">csplugincommon/canvas/graph2d.h</includes>
@@ -1788,7 +1788,7 @@
</compound>
<compound kind="file">
<name>glenum_identstrs.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glenum__identstrs_8h</filename>
<includes id="identstrings_8h" name="identstrings.h" local="yes" imported="no">cstool/identstrings.h</includes>
<namespace>CS</namespace>
@@ -1796,7 +1796,7 @@
</compound>
<compound kind="file">
<name>glextmanager.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glextmanager_8h</filename>
<includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
<includes id="iutil_2cmdline_8h" name="cmdline.h" local="yes" imported="no">iutil/cmdline.h</includes>
@@ -21022,7 +21022,7 @@
</compound>
<compound kind="file">
<name>glfontcache.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glfontcache_8h</filename>
<includes id="subrec_8h" name="subrec.h" local="yes" imported="no">csgeom/subrec.h</includes>
<includes id="vector2_8h" name="vector2.h" local="yes" imported="no">csgeom/vector2.h</includes>
@@ -21036,7 +21036,7 @@
</compound>
<compound kind="file">
<name>glhelper.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glhelper_8h</filename>
<includes id="matrix3_8h" name="matrix3.h" local="yes" imported="no">csgeom/matrix3.h</includes>
<includes id="matrix4_8h" name="matrix4.h" local="yes" imported="no">csgeom/matrix4.h</includes>
@@ -21075,7 +21075,7 @@
</compound>
<compound kind="file">
<name>glss.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glss_8h</filename>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<includes id="imagebase_8h" name="imagebase.h" local="yes" imported="no">csgfx/imagebase.h</includes>
@@ -21086,7 +21086,7 @@
</compound>
<compound kind="file">
<name>glstates.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glstates_8h</filename>
<includes id="math_8h" name="math.h" local="yes" imported="no">csgeom/math.h</includes>
<includes id="glextmanager_8h" name="glextmanager.h" local="yes" imported="no">glextmanager.h</includes>
@@ -21094,7 +21094,7 @@
</compound>
<compound kind="file">
<name>glxextmanager.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>glxextmanager_8h</filename>
<includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
<includes id="iutil_2cmdline_8h" name="cmdline.h" local="yes" imported="no">iutil/cmdline.h</includes>
@@ -21133,7 +21133,7 @@
</compound>
<compound kind="file">
<name>shaderplugin.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>opengl_2shaderplugin_8h</filename>
<includes id="plane3_8h" name="plane3.h" local="yes" imported="no">csgeom/plane3.h</includes>
<includes id="shader_2shaderplugin_8h" name="shaderplugin.h" local="yes" imported="no">csplugincommon/shader/shaderplugin.h</includes>
@@ -21145,7 +21145,7 @@
</compound>
<compound kind="file">
<name>shaderplugin.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/shader/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/shader/</path>
<filename>shader_2shaderplugin_8h</filename>
<includes id="scf_8h" name="scf.h" local="yes" imported="no">csutil/scf.h</includes>
<includes id="strhash_8h" name="strhash.h" local="yes" imported="no">csutil/strhash.h</includes>
@@ -21157,7 +21157,7 @@
</compound>
<compound kind="file">
<name>wglextmanager.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/opengl/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/opengl/</path>
<filename>wglextmanager_8h</filename>
<includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
<includes id="iutil_2cmdline_8h" name="cmdline.h" local="yes" imported="no">iutil/cmdline.h</includes>
@@ -22778,7 +22778,7 @@
</compound>
<compound kind="file">
<name>normalizationcube.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/render3d/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/render3d/</path>
<filename>normalizationcube_8h</filename>
<includes id="weakref_8h" name="weakref.h" local="yes" imported="no">csutil/weakref.h</includes>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
@@ -22788,7 +22788,7 @@
</compound>
<compound kind="file">
<name>autofx_framebuffertex.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>autofx__framebuffertex_8h</filename>
<includes id="shadervarblockalloc_8h" name="shadervarblockalloc.h" local="yes" imported="no">csgfx/shadervarblockalloc.h</includes>
<includes id="posteffects_8h" name="posteffects.h" local="yes" imported="no">csplugincommon/rendermanager/posteffects.h</includes>
@@ -22803,7 +22803,7 @@
</compound>
<compound kind="file">
<name>autofx_reflrefr.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>autofx__reflrefr_8h</filename>
<includes id="mesh_8h" name="mesh.h" local="yes" imported="no">iengine/mesh.h</includes>
<includes id="imesh_2object_8h" name="object.h" local="yes" imported="no">imesh/object.h</includes>
@@ -22822,7 +22822,7 @@
</compound>
<compound kind="file">
<name>cameracache.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>cameracache_8h</filename>
<includes id="camera_8h" name="camera.h" local="yes" imported="no">iengine/camera.h</includes>
<includes id="priorityqueue_8h" name="priorityqueue.h" local="yes" imported="no">csutil/priorityqueue.h</includes>
@@ -22833,7 +22833,7 @@
</compound>
<compound kind="file">
<name>debugcommon.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>debugcommon_8h</filename>
<includes id="dbghelp_8h" name="dbghelp.h" local="yes" imported="no">iutil/dbghelp.h</includes>
<includes id="rendertree_8h" name="rendertree.h" local="yes" imported="no">csplugincommon/rendermanager/rendertree.h</includes>
@@ -22844,7 +22844,7 @@
</compound>
<compound kind="file">
<name>dependenttarget.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>dependenttarget_8h</filename>
<includes id="rendermanager_8h" name="rendermanager.h" local="yes" imported="no">iengine/rendermanager.h</includes>
<includes id="operations_8h" name="operations.h" local="yes" imported="no">csplugincommon/rendermanager/operations.h</includes>
@@ -22860,7 +22860,7 @@
</compound>
<compound kind="file">
<name>hdrexposure.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>hdrexposure_8h</filename>
<includes id="textureformatstrings_8h" name="textureformatstrings.h" local="yes" imported="no">csgfx/textureformatstrings.h</includes>
<includes id="hdrhelper_8h" name="hdrhelper.h" local="yes" imported="no">csplugincommon/rendermanager/hdrhelper.h</includes>
@@ -22875,7 +22875,7 @@
</compound>
<compound kind="file">
<name>hdrhelper.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>hdrhelper_8h</filename>
<includes id="iutil_2objreg_8h" name="objreg.h" local="yes" imported="no">iutil/objreg.h</includes>
<includes id="loader_8h" name="loader.h" local="yes" imported="no">imap/loader.h</includes>
@@ -22887,7 +22887,7 @@
</compound>
<compound kind="file">
<name>lightsetup.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>lightsetup_8h</filename>
<includes id="lightmgr_8h" name="lightmgr.h" local="yes" imported="no">iengine/lightmgr.h</includes>
<includes id="iutil_2object_8h" name="object.h" local="yes" imported="no">iutil/object.h</includes>
@@ -22916,7 +22916,7 @@
</compound>
<compound kind="file">
<name>operations.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>operations_8h</filename>
<includes id="rendertree_8h" name="rendertree.h" local="yes" imported="no">csplugincommon/rendermanager/rendertree.h</includes>
<includes id="set_8h" name="set.h" local="yes" imported="no">csutil/set.h</includes>
@@ -22997,7 +22997,7 @@
</compound>
<compound kind="file">
<name>portalsetup.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>portalsetup_8h</filename>
<includes id="movable_8h" name="movable.h" local="yes" imported="no">iengine/movable.h</includes>
<includes id="portal_8h" name="portal.h" local="yes" imported="no">iengine/portal.h</includes>
@@ -23024,7 +23024,7 @@
</compound>
<compound kind="file">
<name>posteffects.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>posteffects_8h</filename>
<includes id="shadervarcontext_8h" name="shadervarcontext.h" local="yes" imported="no">csgfx/shadervarcontext.h</includes>
<includes id="rendertree_8h" name="rendertree.h" local="yes" imported="no">csplugincommon/rendermanager/rendertree.h</includes>
@@ -23119,7 +23119,7 @@
</compound>
<compound kind="file">
<name>posteffectssupport.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>posteffectssupport_8h</filename>
<includes id="rendermanager_8h" name="rendermanager.h" local="yes" imported="no">iengine/rendermanager.h</includes>
<includes id="posteffects_8h" name="posteffects.h" local="yes" imported="no">csplugincommon/rendermanager/posteffects.h</includes>
@@ -23129,7 +23129,7 @@
</compound>
<compound kind="file">
<name>render.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>render_8h</filename>
<includes id="posteffects_8h" name="posteffects.h" local="yes" imported="no">csplugincommon/rendermanager/posteffects.h</includes>
<includes id="operations_8h" name="operations.h" local="yes" imported="no">csplugincommon/rendermanager/operations.h</includes>
@@ -23149,14 +23149,14 @@
</compound>
<compound kind="file">
<name>rendergroupinghandler.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>rendergroupinghandler_8h</filename>
<namespace>CS</namespace>
<namespace>CS::RenderManager</namespace>
</compound>
<compound kind="file">
<name>renderlayers.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>renderlayers_8h</filename>
<includes id="dirtyaccessarray_8h" name="dirtyaccessarray.h" local="yes" imported="no">csutil/dirtyaccessarray.h</includes>
<includes id="csutil_2strset_8h" name="strset.h" local="yes" imported="no">csutil/strset.h</includes>
@@ -23182,7 +23182,7 @@
</compound>
<compound kind="file">
<name>rendertree.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>rendertree_8h</filename>
<includes id="camera_8h" name="camera.h" local="yes" imported="no">iengine/camera.h</includes>
<includes id="standardtreetraits_8h" name="standardtreetraits.h" local="yes" imported="no">csplugincommon/rendermanager/standardtreetraits.h</includes>
@@ -23203,7 +23203,7 @@
</compound>
<compound kind="file">
<name>renderview.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>renderview_8h</filename>
<includes id="pooledscfclass_8h" name="pooledscfclass.h" local="yes" imported="no">csutil/pooledscfclass.h</includes>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
@@ -23220,7 +23220,7 @@
</compound>
<compound kind="file">
<name>shadersetup.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>shadersetup_8h</filename>
<includes id="rendertree_8h" name="rendertree.h" local="yes" imported="no">csplugincommon/rendermanager/rendertree.h</includes>
<includes id="operations_8h" name="operations.h" local="yes" imported="no">csplugincommon/rendermanager/operations.h</includes>
@@ -23246,7 +23246,7 @@
</compound>
<compound kind="file">
<name>shadow_common.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>shadow__common_8h</filename>
<includes id="graph3d_8h" name="graph3d.h" local="yes" imported="no">ivideo/graph3d.h</includes>
<includes id="shader_8h" name="shader.h" local="yes" imported="no">ivideo/shader/shader.h</includes>
@@ -23260,7 +23260,7 @@
</compound>
<compound kind="file">
<name>shadow_pssm.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>shadow__pssm_8h</filename>
<includes id="shader_8h" name="shader.h" local="yes" imported="no">ivideo/shader/shader.h</includes>
<includes id="cfgacc_8h" name="cfgacc.h" local="yes" imported="no">csutil/cfgacc.h</includes>
@@ -23276,7 +23276,7 @@
</compound>
<compound kind="file">
<name>standardsorter.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>standardsorter_8h</filename>
<includes id="operations_8h" name="operations.h" local="yes" imported="no">csplugincommon/rendermanager/operations.h</includes>
<includes id="rendermesh_8h" name="rendermesh.h" local="yes" imported="no">ivideo/rendermesh.h</includes>
@@ -23288,7 +23288,7 @@
</compound>
<compound kind="file">
<name>standardtreetraits.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>standardtreetraits_8h</filename>
<includes id="mesh_8h" name="mesh.h" local="yes" imported="no">iengine/mesh.h</includes>
<includes id="view_8h" name="view.h" local="yes" imported="no">ivaria/view.h</includes>
@@ -23308,7 +23308,7 @@
</compound>
<compound kind="file">
<name>svarrayholder.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>svarrayholder_8h</filename>
<includes id="custom__new__disable_8h" name="custom_new_disable.h" local="yes" imported="no">csutil/custom_new_disable.h</includes>
<includes id="custom__new__enable_8h" name="custom_new_enable.h" local="yes" imported="no">csutil/custom_new_enable.h</includes>
@@ -23318,7 +23318,7 @@
</compound>
<compound kind="file">
<name>svsetup.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>svsetup_8h</filename>
<includes id="portal_8h" name="portal.h" local="yes" imported="no">iengine/portal.h</includes>
<includes id="sector_8h" name="sector.h" local="yes" imported="no">iengine/sector.h</includes>
@@ -23339,7 +23339,7 @@
</compound>
<compound kind="file">
<name>svtraverse.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>svtraverse_8h</filename>
<includes id="operations_8h" name="operations.h" local="yes" imported="no">csplugincommon/rendermanager/operations.h</includes>
<includes id="bitarray_8h" name="bitarray.h" local="yes" imported="no">csutil/bitarray.h</includes>
@@ -23350,7 +23350,7 @@
</compound>
<compound kind="file">
<name>texturecache.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>texturecache_8h</filename>
<includes id="image_8h" name="image.h" local="yes" imported="no">igraphic/image.h</includes>
<includes id="ivideo_2texture_8h" name="texture.h" local="yes" imported="no">ivideo/texture.h</includes>
@@ -23369,7 +23369,7 @@
</compound>
<compound kind="file">
<name>viscull.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>csplugincommon_2rendermanager_2viscull_8h</filename>
<includes id="rendertree_8h" name="rendertree.h" local="yes" imported="no">csplugincommon/rendermanager/rendertree.h</includes>
<includes id="renderview_8h" name="renderview.h" local="yes" imported="no">csplugincommon/rendermanager/renderview.h</includes>
@@ -23387,7 +23387,7 @@
</compound>
<compound kind="file">
<name>viscull.h</name>
- <path>/tmp/tmp2/trunk/include/iengine/</path>
+ <path>/tmp/tmp0/trunk/include/iengine/</path>
<filename>iengine_2viscull_8h</filename>
<includes id="scf__interface_8h" name="scf_interface.h" local="yes" imported="no">csutil/scf_interface.h</includes>
<class kind="struct">iVisibilityCuller</class>
@@ -23411,7 +23411,7 @@
</compound>
<compound kind="file">
<name>viscullcommon.h</name>
- <path>/tmp/tmp2/trunk/include/csplugincommon/rendermanager/</path>
+ <path>/tmp/tmp0/trunk/include/csplugincommon/rendermanager/</path>
<filename>viscu...
[truncated message content] |
|
From: <ral...@us...> - 2015-02-25 07:14:54
|
Revision: 5180
http://sourceforge.net/p/cel/code/5180
Author: ralphcampbell
Date: 2015-02-25 07:14:46 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Fix compiler warning for signed/unsigned comparison
Modified Paths:
--------------
cel/trunk/plugins/recast/celnavmesh.cpp
Modified: cel/trunk/plugins/recast/celnavmesh.cpp
===================================================================
--- cel/trunk/plugins/recast/celnavmesh.cpp 2015-02-25 07:08:52 UTC (rev 5179)
+++ cel/trunk/plugins/recast/celnavmesh.cpp 2015-02-25 07:14:46 UTC (rev 5180)
@@ -813,7 +813,7 @@
uint32 diskSize (csLittleEndian::UInt32 (tile->dataSize));
if (file->Write ((char*)&diskSize, sizeof (diskSize)) != sizeof (diskSize))
return false;
- if (file->Write ((const char*)tile->data, tile->dataSize) != tile->dataSize)
+ if (file->Write ((const char*)tile->data, tile->dataSize) != (size_t)tile->dataSize)
return false;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ral...@us...> - 2015-02-25 07:08:55
|
Revision: 5179
http://sourceforge.net/p/cel/code/5179
Author: ralphcampbell
Date: 2015-02-25 07:08:52 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Remove unused variables value, bMin, bMax
Modified Paths:
--------------
cel/trunk/plugins/recast/celnavmesh.cpp
Modified: cel/trunk/plugins/recast/celnavmesh.cpp
===================================================================
--- cel/trunk/plugins/recast/celnavmesh.cpp 2015-02-25 06:55:26 UTC (rev 5178)
+++ cel/trunk/plugins/recast/celnavmesh.cpp 2015-02-25 07:08:52 UTC (rev 5179)
@@ -986,7 +986,6 @@
LoadAttributeFloat3 (boundingBoxNode, "max", boundingMax);
// Read parameters
- float value;
this->parameters.AttachNew(new celNavMeshParams());
csRef<iDocumentNode> parametersNode = mainNode->GetNode("parameters");
parameters->SetAgentHeight(LoadAttributeFloat (parametersNode, "agentheight"));
@@ -2437,13 +2436,6 @@
iCelNavMesh* celNavMeshBuilder::LoadNavMesh (iFile* file)
{
- float bMin[3];
- float bMax[3];
- for (int i = 0; i < 3; i++)
- {
- bMin[i] = boundingMin[i];
- bMax[i] = boundingMax[i];
- }
navMesh.AttachNew(new celNavMesh(objectRegistry));
navMesh->LoadNavMesh(file);
return navMesh;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ral...@us...> - 2015-02-25 06:55:33
|
Revision: 5178
http://sourceforge.net/p/cel/code/5178
Author: ralphcampbell
Date: 2015-02-25 06:55:26 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Fix memory leak for 'buf' and 'fp' in error handling return.
Modified Paths:
--------------
cel/trunk/plugins/recast/recastnavigation/MeshLoaderObj.cpp
Modified: cel/trunk/plugins/recast/recastnavigation/MeshLoaderObj.cpp
===================================================================
--- cel/trunk/plugins/recast/recastnavigation/MeshLoaderObj.cpp 2015-02-25 06:49:25 UTC (rev 5177)
+++ cel/trunk/plugins/recast/recastnavigation/MeshLoaderObj.cpp 2015-02-25 06:55:26 UTC (rev 5178)
@@ -141,8 +141,13 @@
if (!fp)
return false;
fseek(fp, 0, SEEK_END);
- int bufSize = ftell(fp);
+ long bufSize = ftell(fp);
fseek(fp, 0, SEEK_SET);
+ if (bufSize < 0)
+ {
+ fclose(fp);
+ return false;
+ }
buf = new char[bufSize];
if (!buf)
{
@@ -152,8 +157,11 @@
size_t readSize = fread(buf, bufSize, 1, fp);
fclose(fp);
- if (readSize != (size_t) bufSize)
- return false;
+ if (readSize != (size_t) bufSize)
+ {
+ delete [] buf;
+ return false;
+ }
char* src = buf;
char* srcEnd = buf + bufSize;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ral...@us...> - 2015-02-25 06:49:28
|
Revision: 5177
http://sourceforge.net/p/cel/code/5177
Author: ralphcampbell
Date: 2015-02-25 06:49:25 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Delete unused variable 'cont'
Modified Paths:
--------------
cel/trunk/plugins/recast/recastnavigation/MeshLoaderObj.cpp
Modified: cel/trunk/plugins/recast/recastnavigation/MeshLoaderObj.cpp
===================================================================
--- cel/trunk/plugins/recast/recastnavigation/MeshLoaderObj.cpp 2015-02-25 06:45:46 UTC (rev 5176)
+++ cel/trunk/plugins/recast/recastnavigation/MeshLoaderObj.cpp 2015-02-25 06:49:25 UTC (rev 5177)
@@ -77,7 +77,6 @@
static char* parseRow(char* buf, char* bufEnd, char* row, int len)
{
- bool cont = false;
bool start = true;
bool done = false;
int n = 0;
@@ -89,7 +88,6 @@
switch (c)
{
case '\\':
- cont = true; // multirow
break;
case '\n':
if (start) break;
@@ -102,7 +100,6 @@
if (start) break;
default:
start = false;
- cont = false;
row[n++] = c;
if (n >= len-1)
done = true;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ral...@us...> - 2015-02-25 06:45:54
|
Revision: 5176
http://sourceforge.net/p/cel/code/5176
Author: ralphcampbell
Date: 2015-02-25 06:45:46 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Fix memory leak for 'buf' and 'fp' in error handling return.
Modified Paths:
--------------
cel/trunk/plugins/recast/recastnavigation/InputGeom.cpp
Modified: cel/trunk/plugins/recast/recastnavigation/InputGeom.cpp
===================================================================
--- cel/trunk/plugins/recast/recastnavigation/InputGeom.cpp 2015-02-25 06:34:01 UTC (rev 5175)
+++ cel/trunk/plugins/recast/recastnavigation/InputGeom.cpp 2015-02-25 06:45:46 UTC (rev 5176)
@@ -166,7 +166,12 @@
if (!fp)
return false;
fseek(fp, 0, SEEK_END);
- int bufSize = ftell(fp);
+ long bufSize = ftell(fp);
+ if (bufSize < 0)
+ {
+ fclose(fp);
+ return false;
+ }
fseek(fp, 0, SEEK_SET);
buf = new char[bufSize];
if (!buf)
@@ -177,8 +182,11 @@
size_t readSize = fread(buf, bufSize, 1, fp);
fclose(fp);
- if (readSize != (size_t) bufSize)
- return false;
+ if (readSize != (size_t) bufSize)
+ {
+ delete [] buf;
+ return false;
+ }
m_offMeshConCount = 0;
m_volumeCount = 0;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ral...@us...> - 2015-02-25 06:34:09
|
Revision: 5175
http://sourceforge.net/p/cel/code/5175
Author: ralphcampbell
Date: 2015-02-25 06:34:01 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Fix typo for 'succesfully'
Modified Paths:
--------------
cel/trunk/plugins/recast/recastnavigation/DetourNavMesh.h
Modified: cel/trunk/plugins/recast/recastnavigation/DetourNavMesh.h
===================================================================
--- cel/trunk/plugins/recast/recastnavigation/DetourNavMesh.h 2015-02-25 06:32:31 UTC (rev 5174)
+++ cel/trunk/plugins/recast/recastnavigation/DetourNavMesh.h 2015-02-25 06:34:01 UTC (rev 5175)
@@ -299,7 +299,7 @@
/// @param[in] dataSize Data size of the new tile mesh.
/// @param[in] flags Tile flags. (See: #dtTileFlags)
/// @param[in] lastRef The desired reference for the tile. (When reloading a tile.) [opt] [Default: 0]
- /// @param[out] result The tile reference. (If the tile was succesfully added.) [opt]
+ /// @param[out] result The tile reference. (If the tile was successfully added.) [opt]
/// @return The status flags for the operation.
dtStatus addTile(unsigned char* data, int dataSize, int flags, dtTileRef lastRef, dtTileRef* result);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ral...@us...> - 2015-02-25 06:32:38
|
Revision: 5174
http://sourceforge.net/p/cel/code/5174
Author: ralphcampbell
Date: 2015-02-25 06:32:31 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Fix typo for 'Miscellanious'
Modified Paths:
--------------
cel/trunk/plugins/recast/recastnavigation/DetourCommon.h
Modified: cel/trunk/plugins/recast/recastnavigation/DetourCommon.h
===================================================================
--- cel/trunk/plugins/recast/recastnavigation/DetourCommon.h 2015-02-25 06:14:47 UTC (rev 5173)
+++ cel/trunk/plugins/recast/recastnavigation/DetourCommon.h 2015-02-25 06:32:31 UTC (rev 5174)
@@ -405,7 +405,7 @@
const float* polyb, const int npolyb);
/// @}
-/// @name Miscellanious functions.
+/// @name Miscellaneous functions.
/// @{
inline unsigned int dtNextPow2(unsigned int v)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ral...@us...> - 2015-02-25 06:14:55
|
Revision: 5173
http://sourceforge.net/p/cel/code/5173
Author: ralphcampbell
Date: 2015-02-25 06:14:47 +0000 (Wed, 25 Feb 2015)
Log Message:
-----------
Return NULL pointer instead of 'false'.
Modified Paths:
--------------
cel/trunk/plugins/recast/celhpf.cpp
Modified: cel/trunk/plugins/recast/celhpf.cpp
===================================================================
--- cel/trunk/plugins/recast/celhpf.cpp 2014-05-17 04:49:53 UTC (rev 5172)
+++ cel/trunk/plugins/recast/celhpf.cpp 2015-02-25 06:14:47 UTC (rev 5173)
@@ -1416,7 +1416,7 @@
csHash<csRef<iSector>, const char*> sectors;
if(!ParseMeshes(meshesNode, sectors, navStruct, vfs, params))
{
- return false;
+ return 0;
}
// Read high level graph
@@ -1424,7 +1424,7 @@
csRef<iCelGraph> graph = scfCreateInstance<iCelGraph>("cel.celgraph");
if(!ParseGraph(graphNode, graph, sectors))
{
- return false;
+ return 0;
}
navStruct->SetHighLevelGraph(graph);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cry...@us...> - 2014-05-17 04:49:56
|
Revision: 5172
http://sourceforge.net/p/cel/code/5172
Author: crystal-manage
Date: 2014-05-17 04:49:53 +0000 (Sat, 17 May 2014)
Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Texinfo files: Automated Texinfo @node and @menu repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.
Modified Paths:
--------------
cel/trunk/docs/doxygen/crystalspace.tag
Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag 2014-05-16 20:32:50 UTC (rev 5171)
+++ cel/trunk/docs/doxygen/crystalspace.tag 2014-05-17 04:49:53 UTC (rev 5172)
@@ -26099,6 +26099,8 @@
<class kind="class">csComparator< csString, csString ></class>
<class kind="class">csComparatorString</class>
<class kind="class">csComparatorStruct</class>
+ <class kind="class">CS::EqualComparator</class>
+ <namespace>CS</namespace>
</compound>
<compound kind="file">
<name>compileassert.h</name>
@@ -27715,6 +27717,7 @@
<class kind="class">csHashComputerIntegral</class>
<class kind="class">csHashComputerString</class>
<class kind="class">csHashComputerStruct</class>
+ <class kind="struct">CS::HashFunction</class>
<namespace>CS</namespace>
<namespace>CS::Utility</namespace>
<member kind="function">
@@ -47063,6 +47066,13 @@
<arglist>(int edge, int &v1, int &v2) const </arglist>
</member>
<member kind="function">
+ <type>csVector2</type>
+ <name>GetSize</name>
+ <anchorfile>classcsBox2.html</anchorfile>
+ <anchor>ac7a32cabffb062b512478c94276a9cc7</anchor>
+ <arglist>() const </arglist>
+ </member>
+ <member kind="function">
<type>bool</type>
<name>In</name>
<anchorfile>classcsBox2.html</anchorfile>
@@ -48047,6 +48057,13 @@
<arglist>(const csBox2 &b)</arglist>
</member>
<member kind="function" virtualness="virtual">
+ <type>virtual csBox2</type>
+ <name>GetBoundingBox</name>
+ <anchorfile>classcsBoxClipper.html</anchorfile>
+ <anchor>a1ea6ecede8b5fc766097531b16fc4dff</anchor>
+ <arglist>() const </arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
<type>virtual ClipperType</type>
<name>GetClipperType</name>
<anchorfile>classcsBoxClipper.html</anchorfile>
@@ -64856,6 +64873,13 @@
<arglist>(csPoly2D *Clipper, bool mirror=false, bool copy=false)</arglist>
</member>
<member kind="function" virtualness="virtual">
+ <type>virtual csBox2</type>
+ <name>GetBoundingBox</name>
+ <anchorfile>classcsPolygonClipper.html</anchorfile>
+ <anchor>ab5239ff19a2f53315de6a59953f43e2b</anchor>
+ <arglist>() const </arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
<type>virtual ClipperType</type>
<name>GetClipperType</name>
<anchorfile>classcsPolygonClipper.html</anchorfile>
@@ -75387,6 +75411,27 @@
<arglist>(iMeshWrapper *mesh=0)</arglist>
</member>
<member kind="function" virtualness="virtual">
+ <type>virtual void</type>
+ <name>DrawBackground</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>ac511daef5b994d418fd43bc8511165b7</anchor>
+ <arglist>(iGraphics3D *g3d)</arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual const csColor4 *</type>
+ <name>GetBackgroundColor</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>a96558fa326fd742448a49652d12c0945</anchor>
+ <arglist>() const </arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual iTextureHandle *</type>
+ <name>GetBackgroundTexture</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>a78ba3ae3d53a51e90a8ebbc97eafb12e</anchor>
+ <arglist>(int &sx, int &sy, int &sw, int &sh, int &tx, int &ty, int &tw, int &th, uint8 &alpha, bool &tiled) const </arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
<type>virtual iCamera *</type>
<name>GetCamera</name>
<anchorfile>classcsView.html</anchorfile>
@@ -75493,6 +75538,20 @@
</member>
<member kind="function" virtualness="virtual">
<type>virtual void</type>
+ <name>SetBackgroundColor</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>a35fac5ddb5609004bfe837d89d9ce096</anchor>
+ <arglist>(csColor4 *color)</arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual void</type>
+ <name>SetBackgroundTexture</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>abfc7bb86418561f31b02b1d771a86ae6</anchor>
+ <arglist>(iTextureHandle *texture, int sx, int sy, int sw, int sh, int tx, int ty, int tw, int th, uint8 alpha, bool tiled)</arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual void</type>
<name>SetCamera</name>
<anchorfile>classcsView.html</anchorfile>
<anchor>aaac69b8df74bbeb13d50fc8d19155868</anchor>
@@ -77652,6 +77711,13 @@
<arglist>(iScript *script=0)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>IsInitialized</name>
+ <anchorfile>structiCEGUI.html</anchorfile>
+ <anchor>ad8aa6b5dfc86dac256f1ab0fff10d151</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual void</type>
<name>Render</name>
<anchorfile>structiCEGUI.html</anchorfile>
@@ -77724,6 +77790,13 @@
<arglist>(csVector2 *InPolygon, size_t &InOutCount, csBox2 &BoundingBox)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual csBox2</type>
+ <name>GetBoundingBox</name>
+ <anchorfile>structiClipper2D.html</anchorfile>
+ <anchor>af22bc81f79aca1be1bc9c4d2f48e93ce</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual ClipperType</type>
<name>GetClipperType</name>
<anchorfile>structiClipper2D.html</anchorfile>
@@ -104911,6 +104984,27 @@
<arglist>(iMeshWrapper *mesh=0)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>DrawBackground</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>a63db5af0f3dd9e4cb576434cb591e95a</anchor>
+ <arglist>(iGraphics3D *g3d)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual const csColor4 *</type>
+ <name>GetBackgroundColor</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>a42615083be0343df57dc8bc05c5b6093</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iTextureHandle *</type>
+ <name>GetBackgroundTexture</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>abac84f9008d280ca813f3854e436146b</anchor>
+ <arglist>(int &sx, int &sy, int &sw, int &sh, int &tx, int &ty, int &tw, int &th, uint8 &alpha, bool &tiled) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual iCamera *</type>
<name>GetCamera</name>
<anchorfile>structiView.html</anchorfile>
@@ -105017,6 +105111,20 @@
</member>
<member kind="function" virtualness="pure">
<type>virtual void</type>
+ <name>SetBackgroundColor</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>a522da258c60975aaaf90d5c677c592b5</anchor>
+ <arglist>(csColor4 *color)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetBackgroundTexture</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>ada26878cb52eb49d7a4f33bcd63f4437</anchor>
+ <arglist>(iTextureHandle *texture, int sx, int sy, int sw, int sh, int tx, int ty, int tw, int th, uint8 alpha, bool tiled)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
<name>SetCamera</name>
<anchorfile>structiView.html</anchorfile>
<anchor>a3213f8ad4cd0b268566e73f37d542284</anchor>
@@ -107295,12 +107403,14 @@
<namespace>CS::WX</namespace>
<class kind="class">CS::CowWrapper</class>
<class kind="class">CS::DataBuffer</class>
+ <class kind="class">CS::EqualComparator</class>
<class kind="struct">CS::GLExtensionFlags</class>
<class kind="struct">CS::GLExtensionFunctions</class>
<class kind="struct">CS::GLExtensionManager</class>
<class kind="struct">CS::GLXExtensionFlags</class>
<class kind="struct">CS::GLXExtensionFunctions</class>
<class kind="struct">CS::GLXExtensionManager</class>
+ <class kind="struct">CS::HashFunction</class>
<class kind="class">CS::ImageAutoConvert</class>
<class kind="struct">CS::InvalidStringID</class>
<class kind="class">CS::MeasureTime</class>
@@ -107654,6 +107764,18 @@
<arglist>()</arglist>
</member>
</compound>
+ <compound kind="class">
+ <name>CS::EqualComparator</name>
+ <filename>classCS_1_1EqualComparator.html</filename>
+ <templarg></templarg>
+ <member kind="function">
+ <type>bool</type>
+ <name>operator()</name>
+ <anchorfile>classCS_1_1EqualComparator.html</anchorfile>
+ <anchor>ac4309227447b394ac3cb3a778e59e62a</anchor>
+ <arglist>(T const &r1, T const &r2) const </arglist>
+ </member>
+ </compound>
<compound kind="struct">
<name>CS::GLExtensionFlags</name>
<filename>structCS_1_1GLExtensionFlags.html</filename>
@@ -116719,6 +116841,11 @@
<base>CS::GLXExtensionFunctions</base>
<base>CS::GLXExtensionFlags</base>
</compound>
+ <compound kind="struct">
+ <name>CS::HashFunction</name>
+ <filename>structCS_1_1HashFunction.html</filename>
+ <templarg></templarg>
+ </compound>
<compound kind="class">
<name>CS::ImageAutoConvert</name>
<filename>classCS_1_1ImageAutoConvert.html</filename>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <phi...@us...> - 2014-05-16 20:32:53
|
Revision: 5171
http://sourceforge.net/p/cel/code/5171
Author: philwyett
Date: 2014-05-16 20:32:50 +0000 (Fri, 16 May 2014)
Log Message:
-----------
- Removal of 0install.
Removed Paths:
-------------
cel/trunk/scripts/0install/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cry...@us...> - 2014-02-21 05:25:07
|
Revision: 5170
http://sourceforge.net/p/cel/code/5170
Author: crystal-manage
Date: 2014-02-21 05:25:00 +0000 (Fri, 21 Feb 2014)
Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Texinfo files: Automated Texinfo @node and @menu repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.
Modified Paths:
--------------
cel/trunk/docs/doxygen/crystalspace.tag
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc8.jam
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc9.jam
cel/trunk/plugins/behaviourlayer/python/blcel.cpp
cel/trunk/scripts/blcelc.py
Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag 2014-02-20 16:20:21 UTC (rev 5169)
+++ cel/trunk/docs/doxygen/crystalspace.tag 2014-02-21 05:25:00 UTC (rev 5170)
@@ -1435,6 +1435,7 @@
<includes id="shadervar_8h" name="shadervar.h" local="yes" imported="no">shadervar.h</includes>
<class kind="class">csShaderVariableContext</class>
<class kind="class">CS::Graphics::OverlayShaderVariableContextImpl</class>
+ <class kind="class">CS::Graphics::PriorityShaderVariableContextImpl</class>
<class kind="class">CS::Graphics::ShaderVariableContextImpl</class>
<namespace>CS</namespace>
<namespace>CS::Graphics</namespace>
@@ -23027,20 +23028,94 @@
<filename>posteffects_8h</filename>
<includes id="shadervarcontext_8h" name="shadervarcontext.h" local="yes" imported="no">csgfx/shadervarcontext.h</includes>
<includes id="rendertree_8h" name="rendertree.h" local="yes" imported="no">csplugincommon/rendermanager/rendertree.h</includes>
+ <includes id="scf_8h" name="scf.h" local="yes" imported="no">csutil/scf.h</includes>
+ <includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<includes id="csutil_2array_8h" name="array.h" local="yes" imported="no">csutil/array.h</includes>
<includes id="dirtyaccessarray_8h" name="dirtyaccessarray.h" local="yes" imported="no">csutil/dirtyaccessarray.h</includes>
<includes id="parray_8h" name="parray.h" local="yes" imported="no">csutil/parray.h</includes>
<includes id="ref_8h" name="ref.h" local="yes" imported="no">csutil/ref.h</includes>
<includes id="services_8h" name="services.h" local="yes" imported="no">imap/services.h</includes>
<includes id="shader_8h" name="shader.h" local="yes" imported="no">ivideo/shader/shader.h</includes>
- <class kind="class">CS::RenderManager::PostEffectManager::Layer</class>
- <class kind="struct">CS::RenderManager::PostEffectManager::LayerInputMap</class>
- <class kind="struct">CS::RenderManager::PostEffectManager::LayerOptions</class>
+ <class kind="struct">CS::RenderManager::iPostEffect</class>
+ <class kind="struct">CS::RenderManager::iPostEffectManager</class>
+ <class kind="struct">CS::RenderManager::LayerDesc</class>
+ <class kind="struct">CS::RenderManager::PostEffectLayerInputMap</class>
+ <class kind="struct">CS::RenderManager::PostEffectLayerOptions</class>
<class kind="class">CS::RenderManager::PostEffectLayersParser</class>
- <class kind="class">CS::RenderManager::PostEffectManager</class>
- <class kind="struct">CS::RenderManager::PostEffectManager::DimensionData::TexturesBucket</class>
<namespace>CS</namespace>
<namespace>CS::RenderManager</namespace>
+ <member kind="enumeration">
+ <name>DownsampleAxis</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a99c36a831576c9f9d8eeb3d714dec920</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>AXIS_X</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a99c36a831576c9f9d8eeb3d714dec920ad8cd13bc714c4b2099d302defc1e098d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>AXIS_Y</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a99c36a831576c9f9d8eeb3d714dec920ab4881c2d7537a69338db7caa4671b7fb</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>AXIS_XY</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a99c36a831576c9f9d8eeb3d714dec920a03f60678c8f4e72eefe0bd0ab2d257a1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>LayerInputType</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>aa1302c710ab76202797aea303b0e990f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>AUTO</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>aa1302c710ab76202797aea303b0e990faa86e300a3a540bb1fa8040bbf5a6e646</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>STATIC</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>aa1302c710ab76202797aea303b0e990fa7ca65c4d85bc24d068ad2629ec895731</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>MANUAL</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>aa1302c710ab76202797aea303b0e990fa5e6afe5068a8e9f8590782ed1e9a2a64</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>PostEffectDrawTarget</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a51e89f0d8432b91d16896641e80abc92</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>TARGET</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a51e89f0d8432b91d16896641e80abc92a7ec0ffd32174c7bd27180c43a8f31751</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>SCREEN</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a51e89f0d8432b91d16896641e80abc92a3300172f0962b038aaac18e0e16b5038</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>NONE</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a51e89f0d8432b91d16896641e80abc92a07c3bee0a2cb8bd0a309cdeb3c2f2085</anchor>
+ <arglist></arglist>
+ </member>
</compound>
<compound kind="file">
<name>posteffectssupport.h</name>
@@ -24371,6 +24446,8 @@
<class kind="class">csEngineTools</class>
<class kind="struct">csScreenTargetResult</class>
<class kind="struct">csShortestDistanceResult</class>
+ <namespace>CS</namespace>
+ <namespace>CS::Collisions</namespace>
</compound>
<compound kind="file">
<name>fogmath.h</name>
@@ -29784,6 +29861,7 @@
<path>/tmp/tmp2/trunk/include/iengine/</path>
<filename>camera_8h</filename>
<includes id="matrix4_8h" name="matrix4.h" local="yes" imported="no">csgeom/matrix4.h</includes>
+ <includes id="vector2_8h" name="vector2.h" local="yes" imported="no">csgeom/vector2.h</includes>
<includes id="scf_8h" name="scf.h" local="yes" imported="no">csutil/scf.h</includes>
<includes id="deprecated__warn__off_8h" name="deprecated_warn_off.h" local="yes" imported="no">csutil/deprecated_warn_off.h</includes>
<includes id="deprecated__warn__on_8h" name="deprecated_warn_on.h" local="yes" imported="no">csutil/deprecated_warn_on.h</includes>
@@ -30396,6 +30474,8 @@
<filename>rendermanager_8h</filename>
<includes id="scf__interface_8h" name="scf_interface.h" local="yes" imported="no">csutil/scf_interface.h</includes>
<includes id="view_8h" name="view.h" local="yes" imported="no">ivaria/view.h</includes>
+ <includes id="posteffects_8h" name="posteffects.h" local="yes" imported="no">csplugincommon/rendermanager/posteffects.h</includes>
+ <includes id="rendertree_8h" name="rendertree.h" local="yes" imported="no">csplugincommon/rendermanager/rendertree.h</includes>
<class kind="struct">iRenderManager</class>
<class kind="struct">iRenderManagerPostEffects</class>
<class kind="struct">iRenderManagerTargets</class>
@@ -52229,16 +52309,51 @@
<type>static csScreenTargetResult</type>
<name>FindScreenTarget</name>
<anchorfile>classcsEngineTools.html</anchorfile>
- <anchor>a7024d7f1c7cec5e285c4d8989ea891ac</anchor>
- <arglist>(const csVector2 &pos, float maxdist, iCamera *camera, iCollideSystem *cdsys=0)</arglist>
+ <anchor>a326260a325c41ba3bd35482b0e22cd10</anchor>
+ <arglist>(const csVector2 &position, float maxdist, iView *view, CS::Collisions::iCollisionSystem *collisionSystem)</arglist>
</member>
<member kind="function" static="yes">
+ <type>static csScreenTargetResult</type>
+ <name>FindScreenTarget</name>
+ <anchorfile>classcsEngineTools.html</anchorfile>
+ <anchor>ab4b4b65ab86e61923887b74028ba6f9c</anchor>
+ <arglist>(const csVector2 &position, float maxdist, iView *view, iCollideSystem *cdsys=nullptr)</arglist>
+ </member>
+ <member kind="function" static="yes">
+ <type>static csScreenTargetResult</type>
+ <name>FindScreenTarget</name>
+ <anchorfile>classcsEngineTools.html</anchorfile>
+ <anchor>af6291c37c8f0c5f14c1d0cbd3d437680</anchor>
+ <arglist>(const csVector2 &position, float maxdist, iCamera *camera, size_t screenWidth, size_t screenHeight, iCollideSystem *cdsys=nullptr)</arglist>
+ </member>
+ <member kind="function" static="yes">
+ <type>static csScreenTargetResult</type>
+ <name>FindScreenTarget</name>
+ <anchorfile>classcsEngineTools.html</anchorfile>
+ <anchor>a133335c33ea6f35dc9f712272a44b00e</anchor>
+ <arglist>(const csVector2 &position, float maxdist, iCamera *camera, iCollideSystem *cdsys=nullptr)</arglist>
+ </member>
+ <member kind="function" static="yes">
<type>static csShortestDistanceResult</type>
<name>FindShortestDistance</name>
<anchorfile>classcsEngineTools.html</anchorfile>
<anchor>a197cae78b3a7439cea68a2f4fe1300ff</anchor>
<arglist>(const csVector3 &source, iSector *sourceSector, const csVector3 &dest, iSector *destSector, float maxradius, bool accurate=false)</arglist>
</member>
+ <member kind="function" static="yes">
+ <type>static csVector2</type>
+ <name>NormalizedToScreen</name>
+ <anchorfile>classcsEngineTools.html</anchorfile>
+ <anchor>a8f1cdbc043361eb149707777b8337e13</anchor>
+ <arglist>(const csVector2 &position, float screenWidth, float screenHeight)</arglist>
+ </member>
+ <member kind="function" static="yes">
+ <type>static csVector2</type>
+ <name>ScreenToNormalized</name>
+ <anchorfile>classcsEngineTools.html</anchorfile>
+ <anchor>a7f2d9ec523fdcfd4e4671bd9296f6335</anchor>
+ <arglist>(const csVector2 &position, float screenWidth, float screenHeight)</arglist>
+ </member>
</compound>
<compound kind="class">
<name>csEvent</name>
@@ -67803,6 +67918,13 @@
<arglist></arglist>
</member>
<member kind="variable">
+ <type>csPlane3</type>
+ <name>frustum</name>
+ <anchorfile>classcsRenderContext.html</anchorfile>
+ <anchor>a19d7837bd614d778a4150a9fefe028b7</anchor>
+ <arglist>[5]</arglist>
+ </member>
+ <member kind="variable">
<type>csRef< iCamera ></type>
<name>icamera</name>
<anchorfile>classcsRenderContext.html</anchorfile>
@@ -75300,6 +75422,20 @@
<arglist>()</arglist>
</member>
<member kind="function" virtualness="virtual">
+ <type>virtual int</type>
+ <name>GetHeight</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>aef6b5db274c73e78c90c52f1e8c5a612</anchor>
+ <arglist>() const </arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual CS::Utility::MeshFilter &</type>
+ <name>GetMeshFilter</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>aacac2e1e59845af03a399a75f642bc51</anchor>
+ <arglist>()</arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
<type>virtual iPerspectiveCamera *</type>
<name>GetPerspectiveCamera</name>
<anchorfile>classcsView.html</anchorfile>
@@ -75307,6 +75443,20 @@
<arglist>()</arglist>
</member>
<member kind="function" virtualness="virtual">
+ <type>virtual int</type>
+ <name>GetWidth</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>af2f6de830e3a2a0f5feb16faa3b7c512</anchor>
+ <arglist>() const </arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual csVector3</type>
+ <name>InvProject</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>a8e61a9e50c2cfd79bc5c8ccfa71c91e9</anchor>
+ <arglist>(const csVector2 &p, float z) const </arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
<type>virtual csVector2</type>
<name>NormalizedToScreen</name>
<anchorfile>classcsView.html</anchorfile>
@@ -75314,6 +75464,13 @@
<arglist>(const csVector2 &pos)</arglist>
</member>
<member kind="function" virtualness="virtual">
+ <type>virtual csVector2</type>
+ <name>Project</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>aa6489c9b4abd22063e31e16ce76bb285</anchor>
+ <arglist>(const csVector3 &v) const </arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
<type>virtual void</type>
<name>RestrictClipperToScreen</name>
<anchorfile>classcsView.html</anchorfile>
@@ -75364,6 +75521,13 @@
</member>
<member kind="function" virtualness="virtual">
<type>virtual void</type>
+ <name>SetHeight</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>a8a6ff7b3e622390314284960cbffd2e0</anchor>
+ <arglist>(int h)</arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual void</type>
<name>SetPerspectiveCamera</name>
<anchorfile>classcsView.html</anchorfile>
<anchor>a8e597e107e614c22eaa6852283873b10</anchor>
@@ -75378,6 +75542,13 @@
</member>
<member kind="function" virtualness="virtual">
<type>virtual void</type>
+ <name>SetWidth</name>
+ <anchorfile>classcsView.html</anchorfile>
+ <anchor>a7933e1235093faed7e06e8d38ae949f8</anchor>
+ <arglist>(int w)</arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual void</type>
<name>UpdateClipper</name>
<anchorfile>classcsView.html</anchorfile>
<anchor>a4522ed71e300b9e1c44f66bc1929036d</anchor>
@@ -76994,6 +77165,13 @@
<arglist>(const csVector2 &p, float z) const =0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual csVector3</type>
+ <name>InvProject</name>
+ <anchorfile>structiCamera.html</anchorfile>
+ <anchor>a3357dd916a0efd052d941a5ead80f0c9</anchor>
+ <arglist>(const csVector2 &p, float z) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual bool</type>
<name>IsMirrored</name>
<anchorfile>structiCamera.html</anchorfile>
@@ -77043,6 +77221,13 @@
<arglist>(const csVector3 &v) const =0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual csVector2</type>
+ <name>Project</name>
+ <anchorfile>structiCamera.html</anchorfile>
+ <anchor>aaa45f71e4e0f24166607079a8aae2558</anchor>
+ <arglist>(const csVector3 &v) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual iSceneNode *</type>
<name>QuerySceneNode</name>
<anchorfile>structiCamera.html</anchorfile>
@@ -84083,6 +84268,13 @@
<type>virtual void</type>
<name>DrawLineProjected</name>
<anchorfile>structiGraphics2D.html</anchorfile>
+ <anchor>a2f3faf4a683cb256f53686630fb48a34</anchor>
+ <arglist>(const csVector3 &v1, const csVector3 &v2, float fov, float aspect, int color)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>DrawLineProjected</name>
+ <anchorfile>structiGraphics2D.html</anchorfile>
<anchor>a28bd5dff28a40671551920769b2d72af</anchor>
<arglist>(const csVector3 &v1, const csVector3 &v2, const CS::Math::Matrix4 &projection, int color)=0</arglist>
</member>
@@ -84234,6 +84426,13 @@
<arglist>(int w, int h)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>ScreenShot</name>
+ <anchorfile>structiGraphics2D.html</anchorfile>
+ <anchor>a832c0b801f2b46997c4b0a4e46340b4a</anchor>
+ <arglist>(unsigned char *buffer)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual csPtr< iImage ></type>
<name>ScreenShot</name>
<anchorfile>structiGraphics2D.html</anchorfile>
@@ -92751,6 +92950,13 @@
<filename>structiPerspectiveCamera.html</filename>
<base virtualness="virtual">iBase</base>
<member kind="function" virtualness="pure">
+ <type>virtual float</type>
+ <name>GetAspectRatio</name>
+ <anchorfile>structiPerspectiveCamera.html</anchorfile>
+ <anchor>a0fba4e2b4474ccbfcc7f6d7260ef46c1</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual iCamera *</type>
<name>GetCamera</name>
<anchorfile>structiPerspectiveCamera.html</anchorfile>
@@ -92800,7 +93006,28 @@
<arglist>() const =0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual float</type>
+ <name>GetVerticalFOV</name>
+ <anchorfile>structiPerspectiveCamera.html</anchorfile>
+ <anchor>a72012688fb7126f8c01d901db76649b7</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual float</type>
+ <name>GetVerticalFOVAngle</name>
+ <anchorfile>structiPerspectiveCamera.html</anchorfile>
+ <anchor>ae242fad8973bedcd24d474ad637cb342</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual void</type>
+ <name>SetAspectRatio</name>
+ <anchorfile>structiPerspectiveCamera.html</anchorfile>
+ <anchor>a5e035d021527501ccf72080a7e8462f0</anchor>
+ <arglist>(float aspect)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
<name>SetFOV</name>
<anchorfile>structiPerspectiveCamera.html</anchorfile>
<anchor>a0e8d5c75eaf9bd682f471910fa3d2332</anchor>
@@ -92810,8 +93037,8 @@
<type>virtual void</type>
<name>SetFOVAngle</name>
<anchorfile>structiPerspectiveCamera.html</anchorfile>
- <anchor>ae09c83aa203e744b2b179cddcb7e2469</anchor>
- <arglist>(float fov, float width)=0</arglist>
+ <anchor>aa736c9c95b2112c94166dd7b286c8e38</anchor>
+ <arglist>(float fov, float aspect)=0</arglist>
</member>
<member kind="function" virtualness="pure">
<type>virtual void</type>
@@ -92827,6 +93054,20 @@
<anchor>a3d1d229ba8af5b74a6887fc721fdfeb4</anchor>
<arglist>(float x, float y)=0</arglist>
</member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetVerticalFOV</name>
+ <anchorfile>structiPerspectiveCamera.html</anchorfile>
+ <anchor>a67ba504a1be0645bcfc28e2af8f2c9a3</anchor>
+ <arglist>(float fov)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetVerticalFOVAngle</name>
+ <anchorfile>structiPerspectiveCamera.html</anchorfile>
+ <anchor>a619744e5a17f944bb447feae2c1e7426</anchor>
+ <arglist>(float fov)=0</arglist>
+ </member>
</compound>
<compound kind="struct">
<name>iPluginConfig</name>
@@ -93930,26 +94171,124 @@
<filename>structiRenderManagerPostEffects.html</filename>
<base virtualness="virtual">iBase</base>
<member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>AddPostEffect</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>a76add09cea56ebeb4677fcf196c78978</anchor>
+ <arglist>(CS::RenderManager::iPostEffect *effect)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual csPtr< CS::RenderManager::iPostEffect ></type>
+ <name>CreatePostEffect</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>a6cb9e3996fd1a365865eb46cc824eb64</anchor>
+ <arglist>(const char *name) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>DrawPostEffects</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>a7d1519e7b8a546250f2b927b0a88f5c0</anchor>
+ <arglist>(CS::RenderManager::RenderTreeBase &renderTree)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual size_t</type>
+ <name>FindPostEffect</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>a92fe387f45a48bce3f66e84b924eeb72</anchor>
+ <arglist>(const char *name) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iTextureHandle *</type>
+ <name>GetDepthTarget</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>a63f45d2381193938b23ec9a406443b25</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iTextureHandle *</type>
+ <name>GetEffectsOutputTarget</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>aca1f03921fccc0d92dfc9757a6d2a066</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual CS::RenderManager::iPostEffect *</type>
+ <name>GetPostEffect</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>af298fa138f820fe820e80ffbd81abee2</anchor>
+ <arglist>(size_t index)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual size_t</type>
+ <name>GetPostEffectCount</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>a36fc13d5e13fc0138c187c5c742608c6</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iTextureHandle *</type>
+ <name>GetScreenTarget</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>aa5cbcd7aa1036fdb85ab9965e9e3e5ce</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual bool</type>
- <name>AddLayersFromDocument</name>
+ <name>InsertPostEffect</name>
<anchorfile>structiRenderManagerPostEffects.html</anchorfile>
- <anchor>a26b5581aad11b7972115c14972486256</anchor>
- <arglist>(iDocumentNode *node)=0</arglist>
+ <anchor>a71fc679c115ce8ae927e06e51a466668</anchor>
+ <arglist>(CS::RenderManager::iPostEffect *effect, size_t index)=0</arglist>
</member>
<member kind="function" virtualness="pure">
<type>virtual bool</type>
- <name>AddLayersFromFile</name>
+ <name>RemovePostEffect</name>
<anchorfile>structiRenderManagerPostEffects.html</anchorfile>
- <anchor>aeb942676cedfa1a11d3cedee381562b4</anchor>
- <arglist>(const char *filename)=0</arglist>
+ <anchor>a6894f9f24c5d85d7a91005ca9e4676fa</anchor>
+ <arglist>(CS::RenderManager::iPostEffect *effect)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>RemovePostEffect</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>a08befe3651444090dd4bbdd538e16738</anchor>
+ <arglist>(size_t index)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>ScreenSpaceYFlipped</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>aa557e4ca5d39f85974df3bddc06873af</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual void</type>
- <name>ClearLayers</name>
+ <name>SetDepthBuffer</name>
<anchorfile>structiRenderManagerPostEffects.html</anchorfile>
- <anchor>ac9405895359102a63a5c6fa23872d112</anchor>
- <arglist>()=0</arglist>
+ <anchor>af916e947ed1cbcad92a6ea62514db020</anchor>
+ <arglist>(iTextureHandle *depth)=0</arglist>
</member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetEffectsOutputTarget</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>a0cc8ab72f09644f794a2e6f28c0fdc11</anchor>
+ <arglist>(iTextureHandle *tex)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetPostEffectsEnabled</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>ac67b2af4e92c1a4b7c774b1554a4dfb0</anchor>
+ <arglist>(bool status)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>SetupView</name>
+ <anchorfile>structiRenderManagerPostEffects.html</anchorfile>
+ <anchor>af9c923ced735b0f40741134e89215e01</anchor>
+ <arglist>(iView *view, CS::Math::Matrix4 &perspectiveFixup)=0</arglist>
+ </member>
</compound>
<compound kind="struct">
<name>iRenderManagerTargets</name>
@@ -98349,6 +98688,13 @@
<arglist>(iSndSysData *data, int mode3d)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual size_t</type>
+ <name>FillDriverBuffer</name>
+ <anchorfile>structiSndSysRenderer.html</anchorfile>
+ <anchor>a36c5ead8cec9aea248ee7d4e4f85e431</anchor>
+ <arglist>(void *buf1, size_t buf1_len, void *buf2, size_t buf2_len)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual csRef< iSndSysListener ></type>
<name>GetListener</name>
<anchorfile>structiSndSysRenderer.html</anchorfile>
@@ -98356,6 +98702,13 @@
<arglist>()=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>GetLoopbackFormat</name>
+ <anchorfile>structiSndSysRenderer.html</anchorfile>
+ <anchor>a8041d3e580d347bd973d4bccf2075fba</anchor>
+ <arglist>(csSndSysSoundFormat *pFormat)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual float</type>
<name>GetVolume</name>
<anchorfile>structiSndSysRenderer.html</anchorfile>
@@ -98364,6 +98717,13 @@
</member>
<member kind="function" virtualness="pure">
<type>virtual bool</type>
+ <name>IsLoopback</name>
+ <anchorfile>structiSndSysRenderer.html</anchorfile>
+ <anchor>a1d08106ba1e7a10f7eeac31d4d490b43</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
<name>RegisterCallback</name>
<anchorfile>structiSndSysRenderer.html</anchorfile>
<anchor>a2f23d0dafcf994412d42238a7d4fd9d8</anchor>
@@ -104586,6 +104946,20 @@
<arglist>()=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual int</type>
+ <name>GetHeight</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>a1260d31d6efaac5833b4b3c6e2dc3f67</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual CS::Utility::MeshFilter &</type>
+ <name>GetMeshFilter</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>ae6a19a8bcadd35f62d65596e52ddde85</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual iPerspectiveCamera *</type>
<name>GetPerspectiveCamera</name>
<anchorfile>structiView.html</anchorfile>
@@ -104593,6 +104967,20 @@
<arglist>()=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual int</type>
+ <name>GetWidth</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>a232e5591fb571af60a9c869cae639a61</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual csVector3</type>
+ <name>InvProject</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>a1240d7b434db29aa3b7e3428000f31b1</anchor>
+ <arglist>(const csVector2 &p, float z) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual csVector2</type>
<name>NormalizedToScreen</name>
<anchorfile>structiView.html</anchorfile>
@@ -104600,6 +104988,13 @@
<arglist>(const csVector2 &pos)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual csVector2</type>
+ <name>Project</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>a404ecb5fc6bdd3c0614de659629fd0c9</anchor>
+ <arglist>(const csVector3 &v) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual void</type>
<name>RestrictClipperToScreen</name>
<anchorfile>structiView.html</anchorfile>
@@ -104650,6 +105045,13 @@
</member>
<member kind="function" virtualness="pure">
<type>virtual void</type>
+ <name>SetHeight</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>ab0ed628bc313816225ee9f6ace2d3b37</anchor>
+ <arglist>(int h)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
<name>SetPerspectiveCamera</name>
<anchorfile>structiView.html</anchorfile>
<anchor>aa5b534e3e5f49f36700ea63c970edd1f</anchor>
@@ -104664,6 +105066,13 @@
</member>
<member kind="function" virtualness="pure">
<type>virtual void</type>
+ <name>SetWidth</name>
+ <anchorfile>structiView.html</anchorfile>
+ <anchor>a8f77169552b8fca458c21acfbc58182a</anchor>
+ <arglist>(int w)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
<name>UpdateClipper</name>
<anchorfile>structiView.html</anchorfile>
<anchor>acb04858acb838eb8d970bc70c5fefc57</anchor>
@@ -105779,7 +106188,7 @@
<compound kind="class">
<name>scfImplementation0</name>
<filename>classscfImplementation0.html</filename>
- <templarg></templarg>
+ <templarg>Class</templarg>
<base>scfImplementation</base>
<member kind="function">
<type>void *</type>
@@ -123626,6 +124035,13 @@
<arglist>(const csVector3 &start, const csVector3 &end) const =0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual HitBeamResult</type>
+ <name>HitBeamPortals</name>
+ <anchorfile>structCS_1_1Collisions_1_1iCollisionSector.html</anchorfile>
+ <anchor>a632415ca86b9ab9395634d96c550106f</anchor>
+ <arglist>(const csVector3 &start, const csVector3 &end) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual csVector3</type>
<name>GetGravity</name>
<anchorfile>structCS_1_1Collisions_1_1iCollisionSector.html</anchorfile>
@@ -123711,8 +124127,8 @@
<type>virtual csPtr< iColliderConcaveMesh ></type>
<name>CreateColliderConcaveMesh</name>
<anchorfile>structCS_1_1Collisions_1_1iCollisionSystem.html</anchorfile>
- <anchor>a8dc737f521f427c475627d23d490961e</anchor>
- <arglist>(iTriangleMesh *mesh)=0</arglist>
+ <anchor>a26e5e9518d84b684dcaa6ce68d26f8f4</anchor>
+ <arglist>(iTriangleMesh *mesh, bool dynamicEnabled=false)=0</arglist>
</member>
<member kind="function" virtualness="pure">
<type>virtual csPtr< iColliderConcaveMeshScaled ></type>
@@ -123732,8 +124148,8 @@
<type>virtual csPtr< iColliderConvexMesh ></type>
<name>CreateColliderConvexMesh</name>
<anchorfile>structCS_1_1Collisions_1_1iCollisionSystem.html</anchorfile>
- <anchor>a8f6b9212bd5bc6ad2cb7112edb7ffd58</anchor>
- <arglist>(iTriangleMesh *mesh, bool simplify=false)=0</arglist>
+ <anchor>a71a38e31d5ea54e558019ed0e05f0ff4</anchor>
+ <arglist>(iTriangleMesh *mesh)=0</arglist>
</member>
<member kind="function" virtualness="pure">
<type>virtual csPtr< iColliderCylinder ></type>
@@ -125598,6 +126014,7 @@
<class kind="struct">CS::Graphics::AlphaTestOptions</class>
<class kind="struct">CS::Graphics::CoreRenderMesh</class>
<class kind="class">CS::Graphics::OverlayShaderVariableContextImpl</class>
+ <class kind="class">CS::Graphics::PriorityShaderVariableContextImpl</class>
<class kind="struct">CS::Graphics::RenderMesh</class>
<class kind="struct">CS::Graphics::RenderMeshIndexRange</class>
<class kind="struct">CS::Graphics::RenderMeshModes</class>
@@ -125849,6 +126266,18 @@
<arglist>(csShaderVariable *variable)</arglist>
</member>
</compound>
+ <compound kind="class">
+ <name>CS::Graphics::PriorityShaderVariableContextImpl</name>
+ <filename>classCS_1_1Graphics_1_1PriorityShaderVariableContextImpl.html</filename>
+ <base>CS::Graphics::ShaderVariableContextImpl</base>
+ <member kind="function">
+ <type>void</type>
+ <name>PushVariables</name>
+ <anchorfile>classCS_1_1Graphics_1_1PriorityShaderVariableContextImpl.html</anchorfile>
+ <anchor>acb8ced47e263996bd82b9f1037d621e3</anchor>
+ <arglist>(csShaderVariableStack &stacks) const </arglist>
+ </member>
+ </compound>
<compound kind="struct">
<name>CS::Graphics::RenderMesh</name>
<filename>structCS_1_1Graphics_1_1RenderMesh.html</filename>
@@ -132656,6 +133085,13 @@
<arglist>(const csVector3 &force)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>ApplyImpulse</name>
+ <anchorfile>structCS_1_1Physics_1_1iPhysicalBody.html</anchorfile>
+ <anchor>a6486cac1ff972b6285cddc2a6c85244c</anchor>
+ <arglist>(const csVector3 &impulse)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual float</type>
<name>GetDensity</name>
<anchorfile>structCS_1_1Physics_1_1iPhysicalBody.html</anchorfile>
@@ -133084,6 +133520,13 @@
<arglist>()=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>GetDynamicConcaveEnabled</name>
+ <anchorfile>structCS_1_1Physics_1_1iPhysicalSystem.html</anchorfile>
+ <anchor>a3841988af116bf0b720eebaab45925c5</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual float</type>
<name>GetInternalScale</name>
<anchorfile>structCS_1_1Physics_1_1iPhysicalSystem.html</anchorfile>
@@ -133127,6 +133570,13 @@
</member>
<member kind="function" virtualness="pure">
<type>virtual void</type>
+ <name>SetDynamicConcaveEnabled</name>
+ <anchorfile>structCS_1_1Physics_1_1iPhysicalSystem.html</anchorfile>
+ <anchor>a4a58a528d8f8a9ca427de25ea3b22ee9</anchor>
+ <arglist>(bool enabled)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
<name>SetInternalScale</name>
<anchorfile>structCS_1_1Physics_1_1iPhysicalSystem.html</anchorfile>
<anchor>a7c9d06b895737c41d19597ba77c6b4ef</anchor>
@@ -133229,6 +133679,20 @@
<arglist>(const csVector3 &torque)=0</arglist>
</member>
<member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>ApplyImpulse</name>
+ <anchorfile>structCS_1_1Physics_1_1iRigidBody.html</anchorfile>
+ <anchor>af98d837b18a6facaf92d3a8e5ca38561</anchor>
+ <arglist>(const csVector3 &impulse, const csVector3 &position)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>ApplyTorque</name>
+ <anchorfile>structCS_1_1Physics_1_1iRigidBody.html</anchorfile>
+ <anchor>a20f0c85dfa1d19c7cef35d3d1433e644</anchor>
+ <arglist>(const csVector3 &torque)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
<type>virtual float</type>
<name>GetAngularDamping</name>
<anchorfile>structCS_1_1Physics_1_1iRigidBody.html</anchorfile>
@@ -133436,6 +133900,13 @@
</member>
<member kind="function" virtualness="pure">
<type>virtual void</type>
+ <name>ApplyImpulse</name>
+ <anchorfile>structCS_1_1Physics_1_1iSoftBody.html</anchorfile>
+ <anchor>a5ff3c15d14f606b31a64ed5b697dcdb8</anchor>
+ <arglist>(const csVector3 &impulse, size_t vertexIndex)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
<name>DebugDraw</name>
<anchorfile>structCS_1_1Physics_1_1iSoftBody.html</anchorfile>
<anchor>ac7cf1d22eeca000ba78c03530cbd9297</anchor>
@@ -136326,11 +136797,18 @@
<type>virtual void</type>
<name>DrawLineProjected</name>
<anchorfile>classCS_1_1PluginCommon_1_1GL_1_1Graphics2DCommon.html</anchorfile>
- <anchor>a5b65cf8796551844df9c2ba1d7c2233b</anchor>
- <arglist>(const csVector3 &v1, const csVector3 &v2, float fov, int color)</arglist>
+ <anchor>a14b9c7a054b9b5b6791d088098c02d03</anchor>
+ <arglist>(const csVector3 &v1, const csVector3 &v2, float fov, float aspect, int color)</arglist>
</member>
<member kind="function" virtualness="virtual">
<type>virtual void</type>
+ <name>DrawLineProjected</name>
+ <anchorfile>classCS_1_1PluginCommon_1_1GL_1_1Graphics2DCommon.html</anchorfile>
+ <anchor>af33ce181d1d5e9e5be44b07db692307d</anchor>
+ <arglist>(const csVector3 &v1, const csVector3 &v2, float viewHeight, int color)</arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
+ <type>virtual void</type>
<name>DrawPixel</name>
<anchorfile>classCS_1_1PluginCommon_1_1GL_1_1Graphics2DCommon.html</anchorfile>
<anchor>ada47b238557e2ef585c8bceb3a952e39</anchor>
@@ -136428,6 +136906,13 @@
<arglist>(int width, int height)</arglist>
</member>
<member kind="function" virtualness="virtual">
+ <type>virtual bool</type>
+ <name>ScreenShot</name>
+ <anchorfile>classCS_1_1PluginCommon_1_1GL_1_1Graphics2DCommon.html</anchorfile>
+ <anchor>a8a17f904aad7a6046df47926a989f2e3</anchor>
+ <arglist>(unsigned char *buffer)</arglist>
+ </member>
+ <member kind="function" virtualness="virtual">
<type>virtual csPtr< iImage ></type>
<name>ScreenShot</name>
<anchorfile>classCS_1_1PluginCommon_1_1GL_1_1Graphics2DCommon.html</anchorfile>
@@ -136725,6 +137210,9 @@
<class kind="class">CS::RenderManager::DependentTargetManager</class>
<class kind="class">CS::RenderManager::HDRHelper</class>
<class kind="class">CS::RenderManager::HDRSettings</class>
+ <class kind="struct">CS::RenderManager::iPostEffect</class>
+ <class kind="struct">CS::RenderManager::iPostEffectManager</class>
+ <class kind="struct">CS::RenderManager::LayerDesc</class>
<class kind="class">CS::RenderManager::LayerHelper</class>
<class kind="class">CS::RenderManager::LightingSorter</class>
<class kind="class">CS::RenderManager::LightingVariablesHelper</class>
@@ -136739,8 +137227,9 @@
<class kind="struct">CS::RenderManager::OperationTraits< StandardMeshSorter< RenderTree > ></class>
<class kind="struct">CS::RenderManager::OperationUnordered</class>
<class kind="struct">CS::RenderManager::OperationUnorderedParallel</class>
+ <class kind="struct">CS::RenderManager::PostEffectLayerInputMap</class>
+ <class kind="struct">CS::RenderManager::PostEffectLayerOptions</class>
<class kind="class">CS::RenderManager::PostEffectLayersParser</class>
- <class kind="class">CS::RenderManager::PostEffectManager</class>
<class kind="class">CS::RenderManager::PostEffectsSupport</class>
<class kind="class">CS::RenderManager::RenderCommon</class>
<class kind="class">CS::RenderManager::RenderTree</class>
@@ -136775,6 +137264,78 @@
<anchor>a302505af306f72a0353f26a1001b771c</anchor>
<arglist></arglist>
</member>
+ <member kind="enumeration">
+ <name>DownsampleAxis</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a99c36a831576c9f9d8eeb3d714dec920</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>AXIS_X</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a99c36a831576c9f9d8eeb3d714dec920ad8cd13bc714c4b2099d302defc1e098d</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>AXIS_Y</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a99c36a831576c9f9d8eeb3d714dec920ab4881c2d7537a69338db7caa4671b7fb</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>AXIS_XY</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a99c36a831576c9f9d8eeb3d714dec920a03f60678c8f4e72eefe0bd0ab2d257a1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>LayerInputType</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>aa1302c710ab76202797aea303b0e990f</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>AUTO</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>aa1302c710ab76202797aea303b0e990faa86e300a3a540bb1fa8040bbf5a6e646</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>STATIC</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>aa1302c710ab76202797aea303b0e990fa7ca65c4d85bc24d068ad2629ec895731</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>MANUAL</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>aa1302c710ab76202797aea303b0e990fa5e6afe5068a8e9f8590782ed1e9a2a64</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumeration">
+ <name>PostEffectDrawTarget</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a51e89f0d8432b91d16896641e80abc92</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>TARGET</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a51e89f0d8432b91d16896641e80abc92a7ec0ffd32174c7bd27180c43a8f31751</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>SCREEN</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a51e89f0d8432b91d16896641e80abc92a3300172f0962b038aaac18e0e16b5038</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>NONE</name>
+ <anchorfile>namespaceCS_1_1RenderManager.html</anchorfile>
+ <anchor>a51e89f0d8432b91d16896641e80abc92a07c3bee0a2cb8bd0a309cdeb3c2f2085</anchor>
+ <arglist></arglist>
+ </member>
<member kind="function">
<type>bool</type>
<name>AddLayersFromDocument</name>
@@ -137070,10 +137631,10 @@
<arglist></arglist>
</member>
<member kind="function">
- <type>PostEffectManager &</type>
+ <type>iPostEffect *</type>
<name>GetHDRPostEffects</name>
<anchorfile>classCS_1_1RenderManager_1_1HDRHelper.html</anchorfile>
- <anchor>aadd331e08d9c47983ec8d22ba42e5239</anchor>
+ <anchor>af79664cccb2edd2647941a9984bc2b5c</anchor>
<arglist>()</arglist>
</member>
<member kind="function">
@@ -137091,10 +137652,10 @@
<arglist>()</arglist>
</member>
<member kind="function">
- <type>PostEffectManager::Layer *</type>
+ <type>iPostEffectLayer *</type>
<name>GetMeasureLayer</name>
<anchorfile>classCS_1_1RenderManager_1_1HDRHelper.html</anchorfile>
- <anchor>a5a826a9cb153b24f3791649789567ca3</anchor>
+ <anchor>a0109abc1a41dfce122bcf7037165c0d6</anchor>
<arglist>() const </arglist>
</member>
<member kind="function">
@@ -137108,8 +137669,8 @@
<type>bool</type>
<name>Setup</name>
<anchorfile>classCS_1_1RenderManager_1_1HDRHelper.html</anchorfile>
- <anchor>a599e420b01092a13598a316be5345ba4</anchor>
- <arglist>(iObjectRegistry *objectReg, Quality quality, int colorRange)</arglist>
+ <anchor>a84066a01e9df5838fba03548165c0fad</anchor>
+ <arglist>(iObjectRegistry *objectReg, Quality quality, int colorRange, iRenderManagerPostEffects *postEffectManager)</arglist>
</member>
</compound>
<compound kind="class">
@@ -137151,6 +137712,202 @@
<arglist>()</arglist>
</member>
</compound>
+ <compound kind="struct">
+ <name>CS::RenderManager::iPostEffect</name>
+ <filename>structCS_1_1RenderManager_1_1iPostEffect.html</filename>
+ <base virtualness="virtual">iBase</base>
+ <member kind="function" virtualness="pure">
+ <type>virtual iPostEffectLayer *</type>
+ <name>AddLayer</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>ade263496c8bc9d95d19bea93cdb3894b</anchor>
+ <arglist>(const LayerDesc &desc)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>Clear</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>af6ff7b22b8da06b43ed489d4c9cbaef0</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>ClearLayers</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a8bac88edc275b4151e95b6d505727049</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>Construct</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a135cde7d69413e10b1b4578ca004df60</anchor>
+ <arglist>(bool forced)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>DrawPostEffect</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>acaa3dfab53dd32636290bbb1144a1524</anchor>
+ <arglist>(RenderTreeBase &renderTree, PostEffectDrawTarget flag=TARGET)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iTextureHandle *</type>
+ <name>GetInputTexture</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a14ddae6f8aa53134b80df1cd38e5061c</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iPostEffectLayer *</type>
+ <name>GetLayer</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a3a7e71dd6e3a66af40875721b12ca576</anchor>
+ <arglist>(int num)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iPostEffectLayer *</type>
+ <name>GetLayer</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>ad45d13367a101319079f04e4baa61d83</anchor>
+ <arglist>(const char *name)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iTextureHandle *</type>
+ <name>GetLayerOutput</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>ad5af64e1b9c0afb128cb7eeb7787288a</anchor>
+ <arglist>(const iPostEffectLayer *layer)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>GetLayerRenderSVs</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a4045e5735c479a58663ff14f2ec2d314</anchor>
+ <arglist>(iPostEffectLayer *layer, csShaderVariableStack &svStack)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual const char *</type>
+ <name>GetName</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>ab78f360f085343df51001f201d5e2ec7</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iTextureHandle *</type>
+ <name>GetOutputTarget</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>aa2fb6aaac1da059969704f2acdd77551</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iPostEffectLayer *</type>
+ <name>GetScreenLayer</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>ac8d9f8dc0d8d7ef327b70f0851ee6e64</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iTextureHandle *</type>
+ <name>GetScreenTarget</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a119a2efdaf9969e37ac41f47be2aaf67</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>LoadFromFile</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>aa4f9eaed690c1f8a5184af4dc17c1e66</anchor>
+ <arglist>(const char *fileName)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>RemoveLayer</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a6bc84fc47b9b290bdba1060574213f4f</anchor>
+ <arglist>(iPostEffectLayer *layer)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>ScreenSpaceYFlipped</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a5c6e9f9e8fab0054e1090cc82c342fc1</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetInputTexture</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>af9f6a8a4048983120071e2f6a292b85c</anchor>
+ <arglist>(iTextureHandle *tex)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetOutputTarget</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a4d57ff7878738e904db096d3f32423e4</anchor>
+ <arglist>(iTextureHandle *tex)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetSetupViewCallback</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a4cb9808c709076cf304dc8ef0ba90110</anchor>
+ <arglist>(iSetupViewCallback *pCallback)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>SetupView</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffect.html</anchorfile>
+ <anchor>a750d53834c0f9371be5a9c30addcbcbb</anchor>
+ <arglist>(uint width, uint height)=0</arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>CS::RenderManager::iPostEffectManager</name>
+ <filename>structCS_1_1RenderManager_1_1iPostEffectManager.html</filename>
+ <base virtualness="virtual">iBase</base>
+ <member kind="function" virtualness="pure">
+ <type>virtual csPtr< iPostEffect ></type>
+ <name>CreatePostEffect</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffectManager.html</anchorfile>
+ <anchor>a6634198123078b05c86dbfa8648af89a</anchor>
+ <arglist>(const char *name)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iShaderVariableContext *</type>
+ <name>GetSharedSVs</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffectManager.html</anchorfile>
+ <anchor>a1f46d391d2b87e318f476d4a87ae4992</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual CS::StringIDValue</type>
+ <name>GetStringID</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffectManager.html</anchorfile>
+ <anchor>a6011ee5c0bccc78385dbfbbc86d5e702</anchor>
+ <arglist>(const char *str) const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual csPtr< iTextureHandle ></type>
+ <name>RequestTexture</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffectManager.html</anchorfile>
+ <anchor>a4d18d476c8ce4bd81454db25b59b5be8</anchor>
+ <arglist>(TextureAllocationInfo &info, int num)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>SetupView</name>
+ <anchorfile>structCS_1_1RenderManager_1_1iPostEffectManager.html</anchorfile>
+ <anchor>acd9856813435c5eb01290c0b77eba1e0</anchor>
+ <arglist>(uint width, uint height)=0</arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>CS::RenderManager::LayerDesc</name>
+ <filename>structCS_1_1RenderManager_1_1LayerDesc.html</filename>
+ </compound>
<compound kind="class">
<name>CS::RenderManager::LayerHelper</name>
<filename>classCS_1_1RenderManager_1_1LayerHelper.html</filename>
@@ -137574,6 +138331,77 @@
<name>CS::RenderManager::OperationUnorderedParallel</name>
<filename>structCS_1_1RenderManager_1_1OperationUnorderedParallel.html</filename>
</compound>
+ <compound kind="struct">
+ <name>CS::RenderManager::PostEffectLayerInputMap</name>
+ <filename>structCS_1_1RenderManager_1_1PostEffectLayerInputMap.html</filename>
+ <member kind="variable">
+ <type>csString</type>
+ <name>sourceName</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerInputMap.html</anchorfile>
+ <anchor>acf866976a5859ad0cf4b5c07c07fa788</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>csRect</type>
+ <name>sourceRect</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerInputMap.html</anchorfile>
+ <anchor>a2be3cb9a8bbe55643c1dc2063c33bb47</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>csString</type>
+ <name>svPixelSizeName</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerInputMap.html</anchorfile>
+ <anchor>a38de62221025502902bd168c83d5c63a</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>csString</type>
+ <name>svTexcoordName</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerInputMap.html</anchorfile>
+ <anchor>a2c91bfdb7145cc5153154597b040f571</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>csString</type>
+ <name>svTextureName</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerInputMap.html</anchorfile>
+ <anchor>acd5a046ef1230c8b30b41b3c33bec16c</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>LayerInputType</type>
+ <name>type</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerInputMap.html</anchorfile>
+ <anchor>a47c5d485794fb6e4ad61b9ac3c650115</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>CS::RenderManager::PostEffectLayerOptions</name>
+ <filename>structCS_1_1RenderManager_1_1PostEffectLayerOptions.html</filename>
+ <member kind="variable">
+ <type>csString</type>
+ <name>name</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerOptions.html</anchorfile>
+ <anchor>a1c453fe39cd4111c27c749c29e66ee87</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>csRef< iTextureHandle ></type>
+ <name>renderTarget</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerOptions.html</anchorfile>
+ <anchor>ad8539d86399a16c6f46eceb4ab804275</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="variable">
+ <type>csRect</type>
+ <name>targetRect</name>
+ <anchorfile>structCS_1_1RenderManager_1_1PostEffectLayerOptions.html</anchorfile>
+ <anchor>a704673800e787ba8a97587f8988ce25e</anchor>
+ <arglist></arglist>
+ </member>
+ </compound>
<compound kind="class">
<name>CS::RenderManager::PostEffectLayersParser</name>
<filename>classCS_1_1RenderManager_1_1PostEffectLayersParser.html</filename>
@@ -137582,15 +138410,15 @@
<type>bool</type>
<name>AddLayersFromDocument</name>
<anchorfile>classCS_1_1RenderManager_1_1PostEffectLayersParser.html</anchorfile>
- <anchor>a5e45b8e173ec519f9bc70fc02f5ebec5</anchor>
- <arglist>(iDocumentNode *node, PostEffectManager &effects)</arglist>
+ <anchor>af587f60a71a39cd447f2bd603dec84f4</anchor>
+ <arglist>(iDocumentNode *node, iPostEffect *effect) const </arglist>
</member>
<member kind="function">
<type>bool</type>
<name>AddLayersFromFile</name>
<anchorfile>classCS_1_1RenderManager_1_1PostEffectLayersParser.html</anchorfile>
- <anchor>a4591970a374057f096d0571d52727f13</anchor>
- <arglist>(const char *filename, PostEffectManager &effects)</arglist>
+ <anchor>a53616260919043b29eb2cd0785482df6</anchor>
+ <arglist>(const char *filename, iPostEffect *effect) const </arglist>
</member>
<member kind="function">
<type></type>
@@ -137601,383 +138429,135 @@
</member>
</compound>
<compound kind="class">
- <name>CS::RenderManager::PostEffectManager</name>
- <filename>classCS_1_1RenderManager_1_1PostEffectManager.html</filename>
- <base>CustomAllocatedDerived< csRefCount ></base>
- <class kind="class">CS::RenderManag...
[truncated message content] |
|
From: <ki...@us...> - 2014-02-20 16:20:23
|
Revision: 5169
http://sourceforge.net/p/cel/code/5169
Author: kickvb
Date: 2014-02-20 16:20:21 +0000 (Thu, 20 Feb 2014)
Log Message:
-----------
CEL: Made use of the new FOV- and camera projection-related methods.
Modified Paths:
--------------
cel/trunk/apps/elcmtest/elcmtest.cpp
cel/trunk/apps/elcmtest/elcmtest.h
cel/trunk/apps/lifesim/lifesim.cpp
cel/trunk/apps/navmeshtest/navmeshtest.cpp
cel/trunk/apps/pathfindingtest/behave.cpp
cel/trunk/apps/pathfindingtest/pathfindingtest.cpp
cel/trunk/libs/celtool/camera.cpp
cel/trunk/plugins/behaviourlayer/xml/xmlscript.cpp
cel/trunk/plugins/propclass/mesh/meshfact.cpp
Modified: cel/trunk/apps/elcmtest/elcmtest.cpp
===================================================================
--- cel/trunk/apps/elcmtest/elcmtest.cpp 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/apps/elcmtest/elcmtest.cpp 2014-02-20 16:20:21 UTC (rev 5169)
@@ -615,6 +615,7 @@
dynworld->ForceVisible (obj);
csRef<iPcCamera> pccamera = celQueryPropertyClassEntity<iPcCamera> (playerEntity);
camera = pccamera->GetCamera ();
+ view = pccamera->GetView ();
csRef<iPcMesh> pcmesh = celQueryPropertyClassEntity<iPcMesh> (playerEntity);
pcmesh->MoveMesh (dynworld->GetCurrentCell ()->GetSector (), csVector3 (0, 3, 0));
elcm->SetPlayer (playerEntity);
@@ -623,6 +624,7 @@
playerEntity = pl->CreateEntity (tpl, "player", 0);
csRef<iPcCamera> pccamera = celQueryPropertyClassEntity<iPcCamera> (playerEntity);
camera = pccamera->GetCamera ();
+ view = pccamera->GetView ();
csRef<iPcMesh> pcmesh = celQueryPropertyClassEntity<iPcMesh> (playerEntity);
pcmesh->MoveMesh (dynworld->GetCurrentCell ()->GetSector (), csVector3 (0, 3, 0));
elcm->SetPlayer (playerEntity);
@@ -851,8 +853,7 @@
iDynamicObject* ElcmTest::FindHitDynObj (int x, int y)
{
- csVector2 v2d (x, g3d->GetDriver2D ()->GetHeight () - y);
- csVector3 v3d = camera->InvPerspective (v2d, 100);
+ csVector3 v3d = view->InvProject (csVector2 (x, y), 100);
csVector3 start = camera->GetTransform ().GetOrigin ();
csVector3 end = camera->GetTransform ().This2Other (v3d);
@@ -868,8 +869,7 @@
CS::Physics::iRigidBody* ElcmTest::FindHitBody (int x, int y, csVector3& start,
csVector3& end, csVector3& isect)
{
- csVector2 v2d (x, g3d->GetDriver2D ()->GetHeight () - y);
- csVector3 v3d = camera->InvPerspective (v2d, 100);
+ csVector3 v3d = view->InvProject (csVector2 (x, y), 100);
start = camera->GetTransform ().GetOrigin ();
end = camera->GetTransform ().This2Other (v3d);
CS::Collisions::HitBeamResult result = dynworld->GetCurrentCell ()->GetDynamicSector ()->
@@ -983,7 +983,7 @@
csVector3 force = end-start;
force.Normalize ();
force *= 2.0 * hitBody->GetMass ();
- hitBody->AddForceAtPos (force, isect);
+ hitBody->ApplyImpulse (force, isect);
return true;
}
else if (but == 2)
Modified: cel/trunk/apps/elcmtest/elcmtest.h
===================================================================
--- cel/trunk/apps/elcmtest/elcmtest.h 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/apps/elcmtest/elcmtest.h 2014-02-20 16:20:21 UTC (rev 5169)
@@ -46,6 +46,7 @@
csRef<iPcDynamicWorld> dynworld;
iCamera* camera;
+ iView* view;
csRef<CeguiPrinter> ceguiPrinter;
csRef<iCEGUI> cegui;
Modified: cel/trunk/apps/lifesim/lifesim.cpp
===================================================================
--- cel/trunk/apps/lifesim/lifesim.cpp 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/apps/lifesim/lifesim.cpp 2014-02-20 16:20:21 UTC (rev 5169)
@@ -259,9 +259,9 @@
bool LifeSimulator::TraceMouseBeam (csVector3& position)
{
- csVector2 v2d (mouse->GetLastX (), g2d->GetHeight () - mouse->GetLastY ());
+ csVector2 v2d (mouse->GetLastX (), mouse->GetLastY ());
iCamera* camera = view->GetCamera ();
- csVector3 v3d = camera->InvPerspective (v2d, 10000);
+ csVector3 v3d = view->InvProject (v2d, 10000);
csVector3 startBeam = camera->GetTransform ().GetOrigin ();
csVector3 endBeam = camera->GetTransform ().This2Other (v3d);
Modified: cel/trunk/apps/navmeshtest/navmeshtest.cpp
===================================================================
--- cel/trunk/apps/navmeshtest/navmeshtest.cpp 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/apps/navmeshtest/navmeshtest.cpp 2014-02-20 16:20:21 UTC (rev 5169)
@@ -304,7 +304,7 @@
screenPoint.x = csMouseEventHelper::GetX(&ev);
screenPoint.y = csMouseEventHelper::GetY(&ev);
- csScreenTargetResult st = csEngineTools::FindScreenTarget(screenPoint, 10000.0f, view->GetCamera());
+ csScreenTargetResult st = csEngineTools::FindScreenTarget(screenPoint, 10000.0f, view);
if (!st.mesh)
return;
Modified: cel/trunk/apps/pathfindingtest/behave.cpp
===================================================================
--- cel/trunk/apps/pathfindingtest/behave.cpp 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/apps/pathfindingtest/behave.cpp 2014-02-20 16:20:21 UTC (rev 5169)
@@ -258,7 +258,7 @@
csRef<iPcCamera> pcCamera = celQueryPropertyClassEntity<iPcCamera> (entity);
csRef<iCamera> camera = pcCamera->GetCamera();
- csScreenTargetResult st = csEngineTools::FindScreenTarget(screenPoint, 10000.0f, camera);
+ csScreenTargetResult st = csEngineTools::FindScreenTarget(screenPoint, 10000.0f, pcCamera->GetView ());
if (!st.mesh)
return false;
Modified: cel/trunk/apps/pathfindingtest/pathfindingtest.cpp
===================================================================
--- cel/trunk/apps/pathfindingtest/pathfindingtest.cpp 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/apps/pathfindingtest/pathfindingtest.cpp 2014-02-20 16:20:21 UTC (rev 5169)
@@ -455,7 +455,7 @@
screenPoint.x = csMouseEventHelper::GetX(&ev);
screenPoint.y = csMouseEventHelper::GetY(&ev);
- csScreenTargetResult st = csEngineTools::FindScreenTarget(screenPoint, 10000.0f, camera);
+ csScreenTargetResult st = csEngineTools::FindScreenTarget(screenPoint, 10000.0f, view);
if (!st.mesh)
return;
Modified: cel/trunk/libs/celtool/camera.cpp
===================================================================
--- cel/trunk/libs/celtool/camera.cpp 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/libs/celtool/camera.cpp 2014-02-20 16:20:21 UTC (rev 5169)
@@ -50,11 +50,9 @@
g3d = csQueryRegistry<iGraphics3D> (object_reg);
view = csPtr<iView> (new csView (engine, g3d));
- int w = g3d->GetDriver2D ()->GetWidth ();
- int h = g3d->GetDriver2D ()->GetHeight ();
- view->GetCamera ()->SetViewportSize (w, h);
- view->SetRectangle (0, 0, w, h);
- view->GetCamera ()->SetFOV (h, w);
+ float w = g3d->GetDriver2D ()->GetWidth ();
+ float h = g3d->GetDriver2D ()->GetHeight ();
+ view->GetPerspectiveCamera ()->SetAspectRatio (w / h);
rect_set = false;
center_set = false;
Modified: cel/trunk/plugins/behaviourlayer/xml/xmlscript.cpp
===================================================================
--- cel/trunk/plugins/behaviourlayer/xml/xmlscript.cpp 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/plugins/behaviourlayer/xml/xmlscript.cpp 2014-02-20 16:20:21 UTC (rev 5169)
@@ -6291,9 +6291,8 @@
int screenx, int screeny,
float maxdist, csVector3& isect, iCelEntity*& selent)
{
- iCamera* camera = pccam->GetCamera ();
csScreenTargetResult result = csEngineTools::FindScreenTarget (
- csVector2 (screenx, screeny), maxdist, camera);
+ csVector2 (screenx, screeny), maxdist, pccam->GetView ());
isect = result.isect;
if (result.mesh)
selent = pl->FindAttachedEntity (result.mesh->QueryObject ());
Modified: cel/trunk/plugins/propclass/mesh/meshfact.cpp
===================================================================
--- cel/trunk/plugins/propclass/mesh/meshfact.cpp 2014-02-20 16:18:57 UTC (rev 5168)
+++ cel/trunk/plugins/propclass/mesh/meshfact.cpp 2014-02-20 16:20:21 UTC (rev 5169)
@@ -51,6 +51,7 @@
#include "imap/loader.h"
#include "ivaria/reporter.h"
#include "ivaria/mapnode.h"
+#include "ivaria/view.h"
#include "imesh/object.h"
#include "imesh/sprite3d.h"
#include "imesh/gmeshskel2.h"
@@ -1547,7 +1548,7 @@
if (camera->GetSector ())
{
csScreenTargetResult result = csEngineTools::FindScreenTarget (
- csVector2 (mouse_x, mouse_y), max_distance, camera);
+ csVector2 (mouse_x, mouse_y), max_distance, pccamera->GetView ());
if (result.mesh)
{
iObject* sel_obj = result.mesh->QueryObject ();
@@ -1579,17 +1580,10 @@
mp += drag_offset;
csVector3 v0, v1;
- float shy;
- csRef<iPerspectiveCamera> pcamera =
- scfQueryInterface<iPerspectiveCamera> (camera);
- if (pcamera)
- shy = pcamera->GetShiftY ();
- else
- shy = 0.0f;
- csVector2 p (mouse_x, shy * 2 - mouse_y);
+ csVector2 p (mouse_x, mouse_y);
// Vector from (0,0,0) to 'vc' in camera space corresponding to
// the point we clicked on.
- csVector3 vc = camera->InvPerspective (p, 1);
+ csVector3 vc = pccamera->GetView ()->InvProject (p, 1);
if (drag_normal_camera)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2014-02-20 16:19:00
|
Revision: 5168
http://sourceforge.net/p/cel/code/5168
Author: kickvb
Date: 2014-02-20 16:18:57 +0000 (Thu, 20 Feb 2014)
Log Message:
-----------
Physical layer:
- Added a new version of GetHitEntity() that takes as input a iView instead of a iCamera.
- Deprecated the older version of GetHitEntity() that is using a iCamera.
Modified Paths:
--------------
cel/trunk/include/physicallayer/pl.h
cel/trunk/plugins/stdphyslayer/pl.cpp
cel/trunk/plugins/stdphyslayer/pl.h
Modified: cel/trunk/include/physicallayer/pl.h
===================================================================
--- cel/trunk/include/physicallayer/pl.h 2014-02-20 16:16:47 UTC (rev 5167)
+++ cel/trunk/include/physicallayer/pl.h 2014-02-20 16:18:57 UTC (rev 5168)
@@ -45,6 +45,7 @@
struct iCelEntityTemplateIterator;
struct iSector;
struct iCamera;
+struct iView;
class csVector3;
class csBox3;
class csString;
@@ -122,7 +123,7 @@
*/
struct iCelPlLayer : public virtual iBase
{
- SCF_INTERFACE (iCelPlLayer, 3, 0, 0);
+ SCF_INTERFACE (iCelPlLayer, 3, 0, 1);
/**
* Create a new physical layer entity. The physical layer
@@ -351,7 +352,9 @@
* Given a position on screen find the nearest entity to the camera.
* Returns 0 if no entity found. This function depends on the
* attached entities.
+ * \deprecated Use the other version of GetHitEntity() instead.
*/
+ CS_DEPRECATED_METHOD_MSG("Use the other version of GetHitEntity() instead.")
virtual iCelEntity* GetHitEntity (iCamera* camera, int x, int y) = 0;
/**
@@ -666,6 +669,15 @@
* physical layer.
*/
virtual iMessageSender* QueryMessageSender () = 0;
+
+ //-------------------------------------------------------------------------
+
+ /**
+ * Given a position on screen find the nearest entity to the camera.
+ * Returns 0 if no entity found. This function depends on the
+ * attached entities.
+ */
+ virtual iCelEntity* GetHitEntity (iView* view, int x, int y) = 0;
};
/**
Modified: cel/trunk/plugins/stdphyslayer/pl.cpp
===================================================================
--- cel/trunk/plugins/stdphyslayer/pl.cpp 2014-02-20 16:16:47 UTC (rev 5167)
+++ cel/trunk/plugins/stdphyslayer/pl.cpp 2014-02-20 16:18:57 UTC (rev 5168)
@@ -42,10 +42,12 @@
#include "iengine/camera.h"
#include "iengine/sector.h"
#include "iengine/mesh.h"
+#include "iengine/rview.h"
#include "iutil/objreg.h"
#include "iutil/plugin.h"
#include "iutil/virtclk.h"
#include "ivaria/reporter.h"
+#include "ivideo/graph2d.h"
#include "cstool/enginetools.h"
#include "celtool/stdparams.h"
@@ -1252,8 +1254,37 @@
iCelEntity* celPlLayer::GetHitEntity (iCamera* camera, int x, int y)
{
+ iGraphics2D* g2d = engine->GetTopLevelClipper ()->GetGraphics2D ();
+
+ iSector* sector = camera->GetSector ();
+ if (!sector) return nullptr;
+
+ csVector2 p = csEngineTools::ScreenToNormalized
+ (csVector2 (x, y), g2d->GetWidth (), g2d->GetHeight ());
+ csVector3 v = camera->InvProject (p, 1.0f);
+
+ csVector3 end = camera->GetTransform ().This2Other (v);
+ csVector3 origin = camera->GetTransform ().GetO2TTranslation ();
+
+ // Now move the end until it is at the right distance.
+ csVector3 rel = (end-origin).Unit ();
+ end = origin + rel * 1000000000.0f;
+ // Slightly move the origin for safety.
+ origin = origin + rel * 0.03f;
+
+ csSectorHitBeamResult result = sector->HitBeamPortals (origin, end);
+ if (result.mesh)
+ {
+ iObject* sel_obj = result.mesh->QueryObject ();
+ return FindAttachedEntity (sel_obj);
+ }
+ return 0;
+}
+
+iCelEntity* celPlLayer::GetHitEntity (iView* view, int x, int y)
+{
csScreenTargetResult result = csEngineTools::FindScreenTarget (
- csVector2 (x, y), 1000000000.0f, camera);
+ csVector2 (x, y), 1000000000.0f, view);
if (result.mesh)
{
iObject* sel_obj = result.mesh->QueryObject ();
Modified: cel/trunk/plugins/stdphyslayer/pl.h
===================================================================
--- cel/trunk/plugins/stdphyslayer/pl.h 2014-02-20 16:16:47 UTC (rev 5167)
+++ cel/trunk/plugins/stdphyslayer/pl.h 2014-02-20 16:18:57 UTC (rev 5168)
@@ -198,6 +198,7 @@
bool do_invisible = false,
csStringID cls = csInvalidStringID);
virtual iCelEntity* GetHitEntity (iCamera* camera, int x, int y);
+ virtual iCelEntity* GetHitEntity (iView* view, int x, int y);
virtual csPtr<iCelEntityList> CreateEmptyEntityList ();
virtual iCelEntityTracker* CreateEntityTracker (const char* name);
virtual iCelEntityTracker* FindEntityTracker (const char* name);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ki...@us...> - 2014-02-20 16:16:50
|
Revision: 5167
http://sourceforge.net/p/cel/code/5167
Author: kickvb
Date: 2014-02-20 16:16:47 +0000 (Thu, 20 Feb 2014)
Log Message:
-----------
mechsys: Deprecated the 'step fast' ODE methods that are no longer supported in CS.
Modified Paths:
--------------
cel/trunk/include/propclass/mechsys.h
cel/trunk/plugins/propclass/mechanics/mechanics.cpp
Modified: cel/trunk/include/propclass/mechsys.h
===================================================================
--- cel/trunk/include/propclass/mechsys.h 2013-11-28 04:41:20 UTC (rev 5166)
+++ cel/trunk/include/propclass/mechsys.h 2014-02-20 16:16:47 UTC (rev 5167)
@@ -215,12 +215,16 @@
/**
* Disable fast stepping. This is very accurate but can quickly
* break with lots of objects.
+ * \deprecated StepFast support was dropped. Don't use it anymore
*/
+ CS_DEPRECATED_METHOD_MSG("StepFast support was dropped. Don't use it anymore")
virtual void DisableStepFast () = 0;
/**
* Enable fast stepping. This is a lot faster then DisableStepFast().
* Default.
+ * \deprecated StepFast support was dropped. Don't use it anymore
*/
+ CS_DEPRECATED_METHOD_MSG("StepFast support was dropped. Don't use it anymore")
virtual void EnableStepFast () = 0;
/**
* Very fast but not accurate.
Modified: cel/trunk/plugins/propclass/mechanics/mechanics.cpp
===================================================================
--- cel/trunk/plugins/propclass/mechanics/mechanics.cpp 2013-11-28 04:41:20 UTC (rev 5166)
+++ cel/trunk/plugins/propclass/mechanics/mechanics.cpp 2014-02-20 16:16:47 UTC (rev 5167)
@@ -274,20 +274,10 @@
void celPcMechanicsSystem::DisableStepFast ()
{
- GetDynamicSystem ();
- if (!dynsystem) return;
- csRef<iODEDynamicSystemState> osys= scfQueryInterface<iODEDynamicSystemState> (dynsystem);
- if (osys)
- osys->EnableStepFast (0);
}
void celPcMechanicsSystem::EnableStepFast ()
{
- GetDynamicSystem ();
- if (!dynsystem) return;
- csRef<iODEDynamicSystemState> osys= scfQueryInterface<iODEDynamicSystemState> (dynsystem);
- if (osys)
- osys->EnableStepFast (1);
}
void celPcMechanicsSystem::EnableQuickStep ()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cry...@us...> - 2013-11-28 04:41:24
|
Revision: 5166
http://sourceforge.net/p/cel/code/5166
Author: crystal-manage
Date: 2013-11-28 04:41:20 +0000 (Thu, 28 Nov 2013)
Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Texinfo files: Automated Texinfo @node and @menu repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.
Modified Paths:
--------------
cel/trunk/msvc/appbootstrap_static_staticuse_CRYSTAL.cpp
cel/trunk/msvc/appbttest_static_staticuse_CRYSTAL.cpp
cel/trunk/msvc/appcelstart_static_staticuse_CRYSTAL.cpp
cel/trunk/msvc/appceltst_static_staticuse_CRYSTAL.cpp
cel/trunk/msvc/appelcmtest_static_staticuse_CRYSTAL.cpp
cel/trunk/msvc/appnettest_static_staticuse_CRYSTAL.cpp
cel/trunk/msvc/appquesttest_static_staticuse_CRYSTAL.cpp
Modified: cel/trunk/msvc/appbootstrap_static_staticuse_CRYSTAL.cpp
===================================================================
--- cel/trunk/msvc/appbootstrap_static_staticuse_CRYSTAL.cpp 2013-11-27 12:10:32 UTC (rev 5165)
+++ cel/trunk/msvc/appbootstrap_static_staticuse_CRYSTAL.cpp 2013-11-28 04:41:20 UTC (rev 5166)
@@ -53,8 +53,6 @@
SCF_USE_STATIC_PLUGIN(particles)
SCF_USE_STATIC_PLUGIN(particlesldr)
SCF_USE_STATIC_PLUGIN(ptanimimg)
-SCF_USE_STATIC_PLUGIN(rendloop_loader)
-SCF_USE_STATIC_PLUGIN(rendstep_std)
SCF_USE_STATIC_PLUGIN(reporter)
SCF_USE_STATIC_PLUGIN(sequence)
SCF_USE_STATIC_PLUGIN(shadermgr)
Modified: cel/trunk/msvc/appbttest_static_staticuse_CRYSTAL.cpp
===================================================================
--- cel/trunk/msvc/appbttest_static_staticuse_CRYSTAL.cpp 2013-11-27 12:10:32 UTC (rev 5165)
+++ cel/trunk/msvc/appbttest_static_staticuse_CRYSTAL.cpp 2013-11-28 04:41:20 UTC (rev 5166)
@@ -50,8 +50,6 @@
SCF_USE_STATIC_PLUGIN(particlesldr)
SCF_USE_STATIC_PLUGIN(protomesh)
SCF_USE_STATIC_PLUGIN(protomeshldr)
-SCF_USE_STATIC_PLUGIN(rendloop_loader)
-SCF_USE_STATIC_PLUGIN(rendstep_std)
SCF_USE_STATIC_PLUGIN(reporter)
SCF_USE_STATIC_PLUGIN(sequence)
SCF_USE_STATIC_PLUGIN(shadermgr)
Modified: cel/trunk/msvc/appcelstart_static_staticuse_CRYSTAL.cpp
===================================================================
--- cel/trunk/msvc/appcelstart_static_staticuse_CRYSTAL.cpp 2013-11-27 12:10:32 UTC (rev 5165)
+++ cel/trunk/msvc/appcelstart_static_staticuse_CRYSTAL.cpp 2013-11-28 04:41:20 UTC (rev 5166)
@@ -61,8 +61,6 @@
SCF_USE_STATIC_PLUGIN(particles)
SCF_USE_STATIC_PLUGIN(particlesldr)
SCF_USE_STATIC_PLUGIN(ptanimimg)
-SCF_USE_STATIC_PLUGIN(rendloop_loader)
-SCF_USE_STATIC_PLUGIN(rendstep_std)
SCF_USE_STATIC_PLUGIN(reporter)
SCF_USE_STATIC_PLUGIN(sequence)
SCF_USE_STATIC_PLUGIN(shadermgr)
Modified: cel/trunk/msvc/appceltst_static_staticuse_CRYSTAL.cpp
===================================================================
--- cel/trunk/msvc/appceltst_static_staticuse_CRYSTAL.cpp 2013-11-27 12:10:32 UTC (rev 5165)
+++ cel/trunk/msvc/appceltst_static_staticuse_CRYSTAL.cpp 2013-11-28 04:41:20 UTC (rev 5166)
@@ -62,10 +62,7 @@
SCF_USE_STATIC_PLUGIN(ptpdlight)
SCF_USE_STATIC_PLUGIN(protomesh)
SCF_USE_STATIC_PLUGIN(protomeshldr)
-SCF_USE_STATIC_PLUGIN(rendloop_loader)
-SCF_USE_STATIC_PLUGIN(rendstep_std)
SCF_USE_STATIC_PLUGIN(rm_deferred)
-SCF_USE_STATIC_PLUGIN(rm_rlcompat)
SCF_USE_STATIC_PLUGIN(rm_shadow_pssm)
SCF_USE_STATIC_PLUGIN(rm_unshadowed)
SCF_USE_STATIC_PLUGIN(reporter)
Modified: cel/trunk/msvc/appelcmtest_static_staticuse_CRYSTAL.cpp
===================================================================
--- cel/trunk/msvc/appelcmtest_static_staticuse_CRYSTAL.cpp 2013-11-27 12:10:32 UTC (rev 5165)
+++ cel/trunk/msvc/appelcmtest_static_staticuse_CRYSTAL.cpp 2013-11-28 04:41:20 UTC (rev 5166)
@@ -54,8 +54,6 @@
SCF_USE_STATIC_PLUGIN(particlesldr)
SCF_USE_STATIC_PLUGIN(protomesh)
SCF_USE_STATIC_PLUGIN(protomeshldr)
-SCF_USE_STATIC_PLUGIN(rendloop_loader)
-SCF_USE_STATIC_PLUGIN(rendstep_std)
SCF_USE_STATIC_PLUGIN(reporter)
SCF_USE_STATIC_PLUGIN(sequence)
SCF_USE_STATIC_PLUGIN(shadermgr)
Modified: cel/trunk/msvc/appnettest_static_staticuse_CRYSTAL.cpp
===================================================================
--- cel/trunk/msvc/appnettest_static_staticuse_CRYSTAL.cpp 2013-11-27 12:10:32 UTC (rev 5165)
+++ cel/trunk/msvc/appnettest_static_staticuse_CRYSTAL.cpp 2013-11-28 04:41:20 UTC (rev 5166)
@@ -47,8 +47,6 @@
SCF_USE_STATIC_PLUGIN(nullmesh)
SCF_USE_STATIC_PLUGIN(protomesh)
SCF_USE_STATIC_PLUGIN(protomeshldr)
-SCF_USE_STATIC_PLUGIN(rendloop_loader)
-SCF_USE_STATIC_PLUGIN(rendstep_std)
SCF_USE_STATIC_PLUGIN(reporter)
SCF_USE_STATIC_PLUGIN(sequence)
SCF_USE_STATIC_PLUGIN(shadermgr)
Modified: cel/trunk/msvc/appquesttest_static_staticuse_CRYSTAL.cpp
===================================================================
--- cel/trunk/msvc/appquesttest_static_staticuse_CRYSTAL.cpp 2013-11-27 12:10:32 UTC (rev 5165)
+++ cel/trunk/msvc/appquesttest_static_staticuse_CRYSTAL.cpp 2013-11-28 04:41:20 UTC (rev 5166)
@@ -50,8 +50,6 @@
SCF_USE_STATIC_PLUGIN(particlesldr)
SCF_USE_STATIC_PLUGIN(protomesh)
SCF_USE_STATIC_PLUGIN(protomeshldr)
-SCF_USE_STATIC_PLUGIN(rendloop_loader)
-SCF_USE_STATIC_PLUGIN(rendstep_std)
SCF_USE_STATIC_PLUGIN(reporter)
SCF_USE_STATIC_PLUGIN(sequence)
SCF_USE_STATIC_PLUGIN(shadermgr)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jo...@us...> - 2013-11-27 12:10:36
|
Revision: 5165
http://sourceforge.net/p/cel/code/5165
Author: jorrit
Date: 2013-11-27 12:10:32 +0000 (Wed, 27 Nov 2013)
Log Message:
-----------
Improved error reporting when the physics plugin can't be loaded and also
try to load it only once instead of everytime.
Modified Paths:
--------------
cel/trunk/plugins/propclass/mechanics/mechanics.cpp
Modified: cel/trunk/plugins/propclass/mechanics/mechanics.cpp
===================================================================
--- cel/trunk/plugins/propclass/mechanics/mechanics.cpp 2013-11-27 10:30:50 UTC (rev 5164)
+++ cel/trunk/plugins/propclass/mechanics/mechanics.cpp 2013-11-27 12:10:32 UTC (rev 5165)
@@ -69,11 +69,11 @@
scfiCelTimerListener = new CelTimerListener (this);
pl->CallbackEveryFrame (scfiCelTimerListener, CEL_EVENT_PRE);
- dynsystem_error_reported = false;
delta = 0.01f;
remaining_delta = 0;
simulationspeed=1.0f;
pluginName = "crystalspace.dynamics.ode";
+ dynsystem_error_reported = false;
if (param_dynsys == csInvalidStringID)
{
@@ -164,13 +164,15 @@
iDynamics* celPcMechanicsSystem::GetDynamics ()
{
+ if (dynsystem_error_reported) return dynamics;
+
dynamics = csQueryRegistryOrLoad<iDynamics> (object_reg, pluginName);
if (!dynamics)
{
if (!dynsystem_error_reported)
{
dynsystem_error_reported = true;
- Error ("Can't find dynamic subsystem!");
+ Error ("Can't find dynamic subsystem with name '%s'!", pluginName.GetData ());
}
return 0;
}
@@ -334,6 +336,7 @@
if (!plugin.IsEmpty ())
{
pluginName = plugin;
+ dynsystem_error_reported = false;
}
else
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jo...@us...> - 2013-11-27 10:30:55
|
Revision: 5164
http://sourceforge.net/p/cel/code/5164
Author: jorrit
Date: 2013-11-27 10:30:50 +0000 (Wed, 27 Nov 2013)
Log Message:
-----------
More fixes for removal of rendloop_std and similar plugins in CS.
Modified Paths:
--------------
cel/trunk/apps/bootstrap/Jamfile
cel/trunk/apps/bttest/Jamfile
cel/trunk/apps/celstart/Jamfile
cel/trunk/apps/celtest/Jamfile
cel/trunk/apps/elcmtest/Jamfile
cel/trunk/apps/nettest/Jamfile
cel/trunk/apps/questtest/Jamfile
Modified: cel/trunk/apps/bootstrap/Jamfile
===================================================================
--- cel/trunk/apps/bootstrap/Jamfile 2013-11-24 03:40:07 UTC (rev 5163)
+++ cel/trunk/apps/bootstrap/Jamfile 2013-11-27 10:30:50 UTC (rev 5164)
@@ -62,8 +62,6 @@
particles
particlesldr
ptanimimg
- rendloop_loader
- rendstep_std
reporter
sequence
shadermgr
Modified: cel/trunk/apps/bttest/Jamfile
===================================================================
--- cel/trunk/apps/bttest/Jamfile 2013-11-24 03:40:07 UTC (rev 5163)
+++ cel/trunk/apps/bttest/Jamfile 2013-11-27 10:30:50 UTC (rev 5164)
@@ -82,8 +82,6 @@
particlesldr
protomesh
protomeshldr
- rendloop_loader
- rendstep_std
reporter
sequence
shadermgr
Modified: cel/trunk/apps/celstart/Jamfile
===================================================================
--- cel/trunk/apps/celstart/Jamfile 2013-11-24 03:40:07 UTC (rev 5163)
+++ cel/trunk/apps/celstart/Jamfile 2013-11-27 10:30:50 UTC (rev 5164)
@@ -86,8 +86,6 @@
particles
particlesldr
ptanimimg
- rendloop_loader
- rendstep_std
reporter
sequence
shadermgr
@@ -122,7 +120,6 @@
glshader_cg
glshader_ps1
odedynam
- rm_rlcompat
rm_shadow_pssm
rm_unshadowed
sndmanager
Modified: cel/trunk/apps/celtest/Jamfile
===================================================================
--- cel/trunk/apps/celtest/Jamfile 2013-11-24 03:40:07 UTC (rev 5163)
+++ cel/trunk/apps/celtest/Jamfile 2013-11-27 10:30:50 UTC (rev 5164)
@@ -107,10 +107,7 @@
ptpdlight
protomesh
protomeshldr
- rendloop_loader
- rendstep_std
rm_deferred
- rm_rlcompat
rm_shadow_pssm
rm_unshadowed
reporter
Modified: cel/trunk/apps/elcmtest/Jamfile
===================================================================
--- cel/trunk/apps/elcmtest/Jamfile 2013-11-24 03:40:07 UTC (rev 5163)
+++ cel/trunk/apps/elcmtest/Jamfile 2013-11-27 10:30:50 UTC (rev 5164)
@@ -107,8 +107,6 @@
particlesldr
protomesh
protomeshldr
- rendloop_loader
- rendstep_std
reporter
sequence
shadermgr
Modified: cel/trunk/apps/nettest/Jamfile
===================================================================
--- cel/trunk/apps/nettest/Jamfile 2013-11-24 03:40:07 UTC (rev 5163)
+++ cel/trunk/apps/nettest/Jamfile 2013-11-27 10:30:50 UTC (rev 5164)
@@ -73,8 +73,6 @@
nullmesh
protomesh
protomeshldr
- rendloop_loader
- rendstep_std
reporter
sequence
shadermgr
Modified: cel/trunk/apps/questtest/Jamfile
===================================================================
--- cel/trunk/apps/questtest/Jamfile 2013-11-24 03:40:07 UTC (rev 5163)
+++ cel/trunk/apps/questtest/Jamfile 2013-11-27 10:30:50 UTC (rev 5164)
@@ -82,8 +82,6 @@
particlesldr
protomesh
protomeshldr
- rendloop_loader
- rendstep_std
reporter
sequence
shadermgr
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cry...@us...> - 2013-11-24 03:40:10
|
Revision: 5163
http://sourceforge.net/p/cel/code/5163
Author: crystal-manage
Date: 2013-11-24 03:40:07 +0000 (Sun, 24 Nov 2013)
Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Texinfo files: Automated Texinfo @node and @menu repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.
Modified Paths:
--------------
cel/trunk/docs/doxygen/crystalspace.tag
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc8.jam
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc9.jam
Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag 2013-11-23 12:39:46 UTC (rev 5162)
+++ cel/trunk/docs/doxygen/crystalspace.tag 2013-11-24 03:40:07 UTC (rev 5163)
@@ -1005,31 +1005,31 @@
<member kind="enumvalue">
<name>CS_TRIMESH_CLOSED</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382bae79eee97416d39f451607fc2c94b01dc</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549ae79eee97416d39f451607fc2c94b01dc</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_TRIMESH_NOTCLOSED</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382ba03fce5c7db65c3182ec683ff006698a3</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549a03fce5c7db65c3182ec683ff006698a3</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_TRIMESH_CONVEX</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382baeb9ea0bd96761361e39a61c17d65a256</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549aeb9ea0bd96761361e39a61c17d65a256</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_TRIMESH_NOTCONVEX</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382ba3d71f9603c9ea6f85b041230d365c984</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549a3d71f9603c9ea6f85b041230d365c984</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_TRIMESH_DEFORMABLE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382ba9c5cd7efda84b38e2bdc0089c8ef74ef</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549a9c5cd7efda84b38e2bdc0089c8ef74ef</anchor>
<arglist></arglist>
</member>
</compound>
@@ -1073,31 +1073,31 @@
<member kind="enumvalue">
<name>CS_AXIS_NONE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310a82bccad8e3789fcecb889116579b71ea</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18a82bccad8e3789fcecb889116579b71ea</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_AXIS_X</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310a8e81da4ab0c7c07c39847d17fb3a95b5</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18a8e81da4ab0c7c07c39847d17fb3a95b5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_AXIS_Y</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310a9734b1073fe8f5572622f5e39120317d</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18a9734b1073fe8f5572622f5e39120317d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_AXIS_Z</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310a2524f76ec772151941164bee31d5d9f1</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18a2524f76ec772151941164bee31d5d9f1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_AXIS_W</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310ab090525794378a5a8ee78c5ad7e220b4</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18ab090525794378a5a8ee78c5ad7e220b4</anchor>
<arglist></arglist>
</member>
</compound>
@@ -1626,13 +1626,13 @@
<member kind="enumvalue">
<name>CS_WRITE_BASELINE</name>
<anchorfile>group__gfx2d.html</anchorfile>
- <anchor>gga2ee507fea44084259042ff7bb45ecabfa54886ddf8e7152c7de68ce148eeba005</anchor>
+ <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a54886ddf8e7152c7de68ce148eeba005</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_WRITE_NOANTIALIAS</name>
<anchorfile>group__gfx2d.html</anchorfile>
- <anchor>gga2ee507fea44084259042ff7bb45ecabfa70c03137897cfcdd55da3da9584c5e37</anchor>
+ <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a70c03137897cfcdd55da3da9584c5e37</anchor>
<arglist></arglist>
</member>
</compound>
@@ -24934,31 +24934,31 @@
<member kind="enumvalue">
<name>CS_SAVER_FILE_WORLD</name>
<anchorfile>imap_2saverfile_8h.html</anchorfile>
- <anchor>a26e1124d33b4acdb532c49f6498df549a83e2005fe6301861439ac56abb9ddf85</anchor>
+ <anchor>a7ee8d0f117a79ca7eb1e0076a9182bcba83e2005fe6301861439ac56abb9ddf85</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SAVER_FILE_LIBRARY</name>
<anchorfile>imap_2saverfile_8h.html</anchorfile>
- <anchor>a26e1124d33b4acdb532c49f6498df549a04aa157fdde5f7ec507f082ac947c643</anchor>
+ <anchor>a7ee8d0f117a79ca7eb1e0076a9182bcba04aa157fdde5f7ec507f082ac947c643</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SAVER_FILE_MESHFACT</name>
<anchorfile>imap_2saverfile_8h.html</anchorfile>
- <anchor>a26e1124d33b4acdb532c49f6498df549ac2eabfdace938604cf1b14127064cc3a</anchor>
+ <anchor>a7ee8d0f117a79ca7eb1e0076a9182bcbac2eabfdace938604cf1b14127064cc3a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SAVER_FILE_PARAMS</name>
<anchorfile>imap_2saverfile_8h.html</anchorfile>
- <anchor>a26e1124d33b4acdb532c49f6498df549a7b201792a220f5f30d589b62e7ad26f2</anchor>
+ <anchor>a7ee8d0f117a79ca7eb1e0076a9182bcba7b201792a220f5f30d589b62e7ad26f2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SAVER_FILE_LIGHTFACT</name>
<anchorfile>imap_2saverfile_8h.html</anchorfile>
- <anchor>a26e1124d33b4acdb532c49f6498df549a0ce1ca3698111968109a4c97fe3a3635</anchor>
+ <anchor>a7ee8d0f117a79ca7eb1e0076a9182bcba0ce1ca3698111968109a4c97fe3a3635</anchor>
<arglist></arglist>
</member>
</compound>
@@ -26550,7 +26550,7 @@
<member kind="enumvalue">
<name>csUcMapSimple</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>ggad63240694c6dc2a28c24bfc2db90ad7aa502727b715dbfce568251bcf397ca4ca</anchor>
+ <anchor>gga7859c0a3efa8b1c360f5c2376baf051ea502727b715dbfce568251bcf397ca4ca</anchor>
<arglist></arglist>
</member>
</compound>
@@ -28362,37 +28362,37 @@
<member kind="enumvalue">
<name>SCF_VERBOSE_NONE</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340a103bd7d223adbf6f6320c245ac38d6bc</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24a103bd7d223adbf6f6320c245ac38d6bc</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_PLUGIN_SCAN</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340a1618478cd455be73b5425af2658c054f</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24a1618478cd455be73b5425af2658c054f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_PLUGIN_LOAD</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340af68a22da73642042e6355dcffdef8a74</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24af68a22da73642042e6355dcffdef8a74</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_PLUGIN_REGISTER</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340aeb61d605202afa31732b04143d022e63</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24aeb61d605202afa31732b04143d022e63</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_CLASS_REGISTER</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340a1adcd0e4d15d2bec680094f5154aa4a0</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24a1adcd0e4d15d2bec680094f5154aa4a0</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_ALL</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340a5b39fff166e4e12caed2e5cb5ff67ea5</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24a5b39fff166e4e12caed2e5cb5ff67ea5</anchor>
<arglist></arglist>
</member>
<member kind="function">
@@ -30534,39 +30534,39 @@
<arglist></arglist>
</member>
<member kind="enumvalue">
- <name>CS_CLIP_OUTSIDE</name>
+ <name>CS_VERTEX_ORIGINAL</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga78372742882dccd1c13323dbd66c25c5a327d20023b6a973b24df4878ac1ca2a9</anchor>
+ <anchor>gga73c53bacb25588538843a1dcfe5f382bab2c5f01a5c75c95a126f9352fecc63db</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
- <name>CS_CLIP_CLIPPED</name>
+ <name>CS_VERTEX_ONEDGE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga78372742882dccd1c13323dbd66c25c5a5545e595302e89c3de51ec06a09ad73f</anchor>
+ <anchor>gga73c53bacb25588538843a1dcfe5f382ba5648edc14e0bc979178d7f7cf4ad76d5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
- <name>CS_CLIP_INSIDE</name>
+ <name>CS_VERTEX_INSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga78372742882dccd1c13323dbd66c25c5a75e75d608a45eea6c9fda90b04aeefbd</anchor>
+ <anchor>gga73c53bacb25588538843a1dcfe5f382ba38ad988c5e359fec3a8328c9965a691c</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
- <name>CS_VERTEX_ORIGINAL</name>
+ <name>CS_CLIP_OUTSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga2d5492e116eebd5075f247d21fb9db26ab2c5f01a5c75c95a126f9352fecc63db</anchor>
+ <anchor>gga2d5492e116eebd5075f247d21fb9db26a327d20023b6a973b24df4878ac1ca2a9</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
- <name>CS_VERTEX_ONEDGE</name>
+ <name>CS_CLIP_CLIPPED</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga2d5492e116eebd5075f247d21fb9db26a5648edc14e0bc979178d7f7cf4ad76d5</anchor>
+ <anchor>gga2d5492e116eebd5075f247d21fb9db26a5545e595302e89c3de51ec06a09ad73f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
- <name>CS_VERTEX_INSIDE</name>
+ <name>CS_CLIP_INSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga2d5492e116eebd5075f247d21fb9db26a38ad988c5e359fec3a8328c9965a691c</anchor>
+ <anchor>gga2d5492e116eebd5075f247d21fb9db26a75e75d608a45eea6c9fda90b04aeefbd</anchor>
<arglist></arglist>
</member>
</compound>
@@ -32098,19 +32098,19 @@
<member kind="enumvalue">
<name>CS_SND3D_DISABLE</name>
<anchorfile>group__sndsys.html</anchorfile>
- <anchor>gga10e74d65d7876276a8f6061c71dcf469a4401fef783851d77029e6a74e4d6faee</anchor>
+ <anchor>gga1f3b6c692395e5007ff47ce5d9304c1ca4401fef783851d77029e6a74e4d6faee</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SND3D_RELATIVE</name>
<anchorfile>group__sndsys.html</anchorfile>
- <anchor>gga10e74d65d7876276a8f6061c71dcf469a21804053f393ecd9b1ad79d9132179a1</anchor>
+ <anchor>gga1f3b6c692395e5007ff47ce5d9304c1ca21804053f393ecd9b1ad79d9132179a1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SND3D_ABSOLUTE</name>
<anchorfile>group__sndsys.html</anchorfile>
- <anchor>gga10e74d65d7876276a8f6061c71dcf469ab9f7a0ab979ba1e2456205bb8087f65e</anchor>
+ <anchor>gga1f3b6c692395e5007ff47ce5d9304c1cab9f7a0ab979ba1e2456205bb8087f65e</anchor>
<arglist></arglist>
</member>
</compound>
@@ -32229,25 +32229,25 @@
<member kind="enumvalue">
<name>CS_DBGHELP_BENCHMARK</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>gga01aea4eb01aa6415eee118b5a5ee3dada8ebbd608c1cee89bc482a336b3560b4d</anchor>
+ <anchor>gga7646ae03981912f97626c39dfe9318daa8ebbd608c1cee89bc482a336b3560b4d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_DBGHELP_TXTDUMP</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>gga01aea4eb01aa6415eee118b5a5ee3dada13dc137df8ca48aa57ecb956f5e081d5</anchor>
+ <anchor>gga7646ae03981912f97626c39dfe9318daa13dc137df8ca48aa57ecb956f5e081d5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_DBGHELP_GFXDUMP</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>gga01aea4eb01aa6415eee118b5a5ee3dada0a79c12019dd553e6412bd9dc7f80964</anchor>
+ <anchor>gga7646ae03981912f97626c39dfe9318daa0a79c12019dd553e6412bd9dc7f80964</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_DBGHELP_STATETEST</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>gga01aea4eb01aa6415eee118b5a5ee3dada356357b2ad35764e2ac8efa5816a322a</anchor>
+ <anchor>gga7646ae03981912f97626c39dfe9318daa356357b2ad35764e2ac8efa5816a322a</anchor>
<arglist></arglist>
</member>
</compound>
@@ -34120,19 +34120,19 @@
<member kind="enumvalue">
<name>CS_SEQUENCE_LIGHTCHANGE_NONE</name>
<anchorfile>engseq_8h.html</anchorfile>
- <anchor>a098384b0034af0daa7c9c5c82b563567a47b796e7b1f919fd36cc960eb591bc55</anchor>
+ <anchor>a92c4bd66c8074c3d126a069275a0a80ca47b796e7b1f919fd36cc960eb591bc55</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SEQUENCE_LIGHTCHANGE_LESS</name>
<anchorfile>engseq_8h.html</anchorfile>
- <anchor>a098384b0034af0daa7c9c5c82b563567a003628ad03747b08e6bf75545e799e3f</anchor>
+ <anchor>a92c4bd66c8074c3d126a069275a0a80ca003628ad03747b08e6bf75545e799e3f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SEQUENCE_LIGHTCHANGE_GREATER</name>
<anchorfile>engseq_8h.html</anchorfile>
- <anchor>a098384b0034af0daa7c9c5c82b563567a29a7194001b550e811008129dc92aaeb</anchor>
+ <anchor>a92c4bd66c8074c3d126a069275a0a80ca29a7194001b550e811008129dc92aaeb</anchor>
<arglist></arglist>
</member>
</compound>
@@ -35040,73 +35040,73 @@
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_ZERO</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5af5ce179a35fe83eb4d7bc9412fe53c42</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28eaf5ce179a35fe83eb4d7bc9412fe53c42</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_ONE</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a62585826f145edac424308dd93100b15</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea62585826f145edac424308dd93100b15</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_SRCCOLOR</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a5f2225042583871689d329f3d551c5b5</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea5f2225042583871689d329f3d551c5b5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_SRCCOLOR_INV</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a39df002786ee50e5a002606e76298b01</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea39df002786ee50e5a002606e76298b01</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_DSTCOLOR</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a6d03e7095dabb0cefe33d15164c1d3d4</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea6d03e7095dabb0cefe33d15164c1d3d4</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_DSTCOLOR_INV</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a2cbcb29d021d8dedb4ae80c2ec469e4f</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea2cbcb29d021d8dedb4ae80c2ec469e4f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_SRCALPHA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5aba5a437af635a0f59c2df4a711b077e0</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28eaba5a437af635a0f59c2df4a711b077e0</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_SRCALPHA_INV</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a402ca8198cd18db1db1c89d580340562</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea402ca8198cd18db1db1c89d580340562</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_DSTALPHA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5ac77a53103daa13c42b245c309061bb8c</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28eac77a53103daa13c42b245c309061bb8c</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_DSTALPHA_INV</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5ac0dce88efddadc4c010208518a4637fe</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28eac0dce88efddadc4c010208518a4637fe</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_COUNT</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a47f785c2424ca7659c468f85674e18f0</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea47f785c2424ca7659c468f85674e18f0</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_MASK</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a982f2fa247ecce5a55dfa01fd64dc956</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea982f2fa247ecce5a55dfa01fd64dc956</anchor>
<arglist></arglist>
</member>
<member kind="enumeration">
@@ -39685,31 +39685,31 @@
<member kind="enumvalue">
<name>CS_AXIS_NONE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310a82bccad8e3789fcecb889116579b71ea</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18a82bccad8e3789fcecb889116579b71ea</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_AXIS_X</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310a8e81da4ab0c7c07c39847d17fb3a95b5</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18a8e81da4ab0c7c07c39847d17fb3a95b5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_AXIS_Y</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310a9734b1073fe8f5572622f5e39120317d</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18a9734b1073fe8f5572622f5e39120317d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_AXIS_Z</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310a2524f76ec772151941164bee31d5d9f1</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18a2524f76ec772151941164bee31d5d9f1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_AXIS_W</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga94798fdadfbf49a7c658ace669a1d310ab090525794378a5a8ee78c5ad7e220b4</anchor>
+ <anchor>ggae4d5251432e1a9e6803c0240cc492e18ab090525794378a5a8ee78c5ad7e220b4</anchor>
<arglist></arglist>
</member>
<member kind="function">
@@ -39769,33 +39769,51 @@
<arglist>(const T &x)</arglist>
</member>
<member kind="enumvalue">
+ <name>CS_VERTEX_ORIGINAL</name>
+ <anchorfile>group__geom__utils.html</anchorfile>
+ <anchor>gga73c53bacb25588538843a1dcfe5f382bab2c5f01a5c75c95a126f9352fecc63db</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>CS_VERTEX_ONEDGE</name>
+ <anchorfile>group__geom__utils.html</anchorfile>
+ <anchor>gga73c53bacb25588538843a1dcfe5f382ba5648edc14e0bc979178d7f7cf4ad76d5</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
+ <name>CS_VERTEX_INSIDE</name>
+ <anchorfile>group__geom__utils.html</anchorfile>
+ <anchor>gga73c53bacb25588538843a1dcfe5f382ba38ad988c5e359fec3a8328c9965a691c</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="enumvalue">
<name>CS_TRIMESH_CLOSED</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382bae79eee97416d39f451607fc2c94b01dc</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549ae79eee97416d39f451607fc2c94b01dc</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_TRIMESH_NOTCLOSED</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382ba03fce5c7db65c3182ec683ff006698a3</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549a03fce5c7db65c3182ec683ff006698a3</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_TRIMESH_CONVEX</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382baeb9ea0bd96761361e39a61c17d65a256</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549aeb9ea0bd96761361e39a61c17d65a256</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_TRIMESH_NOTCONVEX</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382ba3d71f9603c9ea6f85b041230d365c984</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549a3d71f9603c9ea6f85b041230d365c984</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_TRIMESH_DEFORMABLE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga73c53bacb25588538843a1dcfe5f382ba9c5cd7efda84b38e2bdc0089c8ef74ef</anchor>
+ <anchor>gga26e1124d33b4acdb532c49f6498df549a9c5cd7efda84b38e2bdc0089c8ef74ef</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
@@ -40143,39 +40161,21 @@
<member kind="enumvalue">
<name>CS_CLIP_OUTSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga78372742882dccd1c13323dbd66c25c5a327d20023b6a973b24df4878ac1ca2a9</anchor>
+ <anchor>gga2d5492e116eebd5075f247d21fb9db26a327d20023b6a973b24df4878ac1ca2a9</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_CLIP_CLIPPED</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga78372742882dccd1c13323dbd66c25c5a5545e595302e89c3de51ec06a09ad73f</anchor>
+ <anchor>gga2d5492e116eebd5075f247d21fb9db26a5545e595302e89c3de51ec06a09ad73f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_CLIP_INSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga78372742882dccd1c13323dbd66c25c5a75e75d608a45eea6c9fda90b04aeefbd</anchor>
+ <anchor>gga2d5492e116eebd5075f247d21fb9db26a75e75d608a45eea6c9fda90b04aeefbd</anchor>
<arglist></arglist>
</member>
- <member kind="enumvalue">
- <name>CS_VERTEX_ORIGINAL</name>
- <anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga2d5492e116eebd5075f247d21fb9db26ab2c5f01a5c75c95a126f9352fecc63db</anchor>
- <arglist></arglist>
- </member>
- <member kind="enumvalue">
- <name>CS_VERTEX_ONEDGE</name>
- <anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga2d5492e116eebd5075f247d21fb9db26a5648edc14e0bc979178d7f7cf4ad76d5</anchor>
- <arglist></arglist>
- </member>
- <member kind="enumvalue">
- <name>CS_VERTEX_INSIDE</name>
- <anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga2d5492e116eebd5075f247d21fb9db26a38ad988c5e359fec3a8328c9965a691c</anchor>
- <arglist></arglist>
- </member>
<member kind="function">
<type>bool</type>
<name>csFinite</name>
@@ -40345,13 +40345,13 @@
<member kind="enumvalue">
<name>CS_WRITE_BASELINE</name>
<anchorfile>group__gfx2d.html</anchorfile>
- <anchor>gga2ee507fea44084259042ff7bb45ecabfa54886ddf8e7152c7de68ce148eeba005</anchor>
+ <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a54886ddf8e7152c7de68ce148eeba005</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_WRITE_NOANTIALIAS</name>
<anchorfile>group__gfx2d.html</anchorfile>
- <anchor>gga2ee507fea44084259042ff7bb45ecabfa70c03137897cfcdd55da3da9584c5e37</anchor>
+ <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a70c03137897cfcdd55da3da9584c5e37</anchor>
<arglist></arglist>
</member>
<member kind="enumeration">
@@ -40587,151 +40587,151 @@
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_ZERO</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5af5ce179a35fe83eb4d7bc9412fe53c42</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28eaf5ce179a35fe83eb4d7bc9412fe53c42</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_ONE</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a62585826f145edac424308dd93100b15</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea62585826f145edac424308dd93100b15</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_SRCCOLOR</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a5f2225042583871689d329f3d551c5b5</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea5f2225042583871689d329f3d551c5b5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_SRCCOLOR_INV</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a39df002786ee50e5a002606e76298b01</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea39df002786ee50e5a002606e76298b01</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_DSTCOLOR</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a6d03e7095dabb0cefe33d15164c1d3d4</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea6d03e7095dabb0cefe33d15164c1d3d4</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_DSTCOLOR_INV</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a2cbcb29d021d8dedb4ae80c2ec469e4f</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea2cbcb29d021d8dedb4ae80c2ec469e4f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_SRCALPHA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5aba5a437af635a0f59c2df4a711b077e0</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28eaba5a437af635a0f59c2df4a711b077e0</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_SRCALPHA_INV</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a402ca8198cd18db1db1c89d580340562</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea402ca8198cd18db1db1c89d580340562</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_DSTALPHA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5ac77a53103daa13c42b245c309061bb8c</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28eac77a53103daa13c42b245c309061bb8c</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_DSTALPHA_INV</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5ac0dce88efddadc4c010208518a4637fe</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28eac0dce88efddadc4c010208518a4637fe</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_COUNT</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a47f785c2424ca7659c468f85674e18f0</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea47f785c2424ca7659c468f85674e18f0</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_MIXMODE_FACT_MASK</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>ggaa7df87806f64f3b241c8cde9eb57cad5a982f2fa247ecce5a55dfa01fd64dc956</anchor>
+ <anchor>gga2f1398dba5e4a5616b83437528bdb28ea982f2fa247ecce5a55dfa01fd64dc956</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compR</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3daea1b0373f6ce3921dac7abdbffb66d15</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0aea1b0373f6ce3921dac7abdbffb66d15</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compG</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da07463652e50be8ca18caf7c4a43a0801</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a07463652e50be8ca18caf7c4a43a0801</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compB</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da7abf487abfbf2aa7a7baab5616198a27</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a7abf487abfbf2aa7a7baab5616198a27</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dab1de66d99bc3969da9af4d6e582c9169</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ab1de66d99bc3969da9af4d6e582c9169</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compX</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dad3e35daaa7ae2d4e5a819c7d0c661a2c</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ad3e35daaa7ae2d4e5a819c7d0c661a2c</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compL</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dac4e2266cd38ee155fb17bed8b06c9d1b</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ac4e2266cd38ee155fb17bed8b06c9d1b</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compD</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dad504896c6a09c1a63a612d72c25883cb</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ad504896c6a09c1a63a612d72c25883cb</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compS</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3daf3149626a043ece26b4800376eae6fde</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0af3149626a043ece26b4800376eae6fde</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compRGB</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da1bf979e7bc1b944d62e6ab52b6587dff</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a1bf979e7bc1b944d62e6ab52b6587dff</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compRGBA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dad999ec2d3c708563e5e079bc18caee84</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ad999ec2d3c708563e5e079bc18caee84</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compLumA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dae78d82aed2749e5f22147838b613f858</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ae78d82aed2749e5f22147838b613f858</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compDepthStencil</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da58469ffed83156c77026bc2acf653777</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a58469ffed83156c77026bc2acf653777</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compUnknown</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da6319eb0febc4c5a12e82160244d47991</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a6319eb0febc4c5a12e82160244d47991</anchor>
<arglist></arglist>
</member>
<member kind="enumeration">
@@ -42095,37 +42095,37 @@
<member kind="enumvalue">
<name>SCF_VERBOSE_NONE</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340a103bd7d223adbf6f6320c245ac38d6bc</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24a103bd7d223adbf6f6320c245ac38d6bc</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_PLUGIN_SCAN</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340a1618478cd455be73b5425af2658c054f</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24a1618478cd455be73b5425af2658c054f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_PLUGIN_LOAD</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340af68a22da73642042e6355dcffdef8a74</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24af68a22da73642042e6355dcffdef8a74</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_PLUGIN_REGISTER</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340aeb61d605202afa31732b04143d022e63</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24aeb61d605202afa31732b04143d022e63</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_CLASS_REGISTER</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340a1adcd0e4d15d2bec680094f5154aa4a0</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24a1adcd0e4d15d2bec680094f5154aa4a0</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>SCF_VERBOSE_ALL</name>
<anchorfile>group__scf.html</anchorfile>
- <anchor>gga950bf8e3371138ceb9649d45e9a96340a5b39fff166e4e12caed2e5cb5ff67ea5</anchor>
+ <anchor>gga5a77d65f4abba81d4456fa6ba8136e24a5b39fff166e4e12caed2e5cb5ff67ea5</anchor>
<arglist></arglist>
</member>
<member kind="function">
@@ -42273,19 +42273,19 @@
<member kind="enumvalue">
<name>CS_SND3D_DISABLE</name>
<anchorfile>group__sndsys.html</anchorfile>
- <anchor>gga10e74d65d7876276a8f6061c71dcf469a4401fef783851d77029e6a74e4d6faee</anchor>
+ <anchor>gga1f3b6c692395e5007ff47ce5d9304c1ca4401fef783851d77029e6a74e4d6faee</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SND3D_RELATIVE</name>
<anchorfile>group__sndsys.html</anchorfile>
- <anchor>gga10e74d65d7876276a8f6061c71dcf469a21804053f393ecd9b1ad79d9132179a1</anchor>
+ <anchor>gga1f3b6c692395e5007ff47ce5d9304c1ca21804053f393ecd9b1ad79d9132179a1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_SND3D_ABSOLUTE</name>
<anchorfile>group__sndsys.html</anchorfile>
- <anchor>gga10e74d65d7876276a8f6061c71dcf469ab9f7a0ab979ba1e2456205bb8087f65e</anchor>
+ <anchor>gga1f3b6c692395e5007ff47ce5d9304c1cab9f7a0ab979ba1e2456205bb8087f65e</anchor>
<arglist></arglist>
</member>
<member kind="enumeration">
@@ -42476,7 +42476,7 @@
<member kind="enumvalue">
<name>csUcMapSimple</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>ggad63240694c6dc2a28c24bfc2db90ad7aa502727b715dbfce568251bcf397ca4ca</anchor>
+ <anchor>gga7859c0a3efa8b1c360f5c2376baf051ea502727b715dbfce568251bcf397ca4ca</anchor>
<arglist></arglist>
</member>
<member kind="enumeration">
@@ -42825,25 +42825,25 @@
<member kind="enumvalue">
<name>CS_DBGHELP_BENCHMARK</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>gga01aea4eb01aa6415eee118b5a5ee3dada8ebbd608c1cee89bc482a336b3560b4d</anchor>
+ <anchor>gga7646ae03981912f97626c39dfe9318daa8ebbd608c1cee89bc482a336b3560b4d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_DBGHELP_TXTDUMP</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>gga01aea4eb01aa6415eee118b5a5ee3dada13dc137df8ca48aa57ecb956f5e081d5</anchor>
+ <anchor>gga7646ae03981912f97626c39dfe9318daa13dc137df8ca48aa57ecb956f5e081d5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_DBGHELP_GFXDUMP</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>gga01aea4eb01aa6415eee118b5a5ee3dada0a79c12019dd553e6412bd9dc7f80964</anchor>
+ <anchor>gga7646ae03981912f97626c39dfe9318daa0a79c12019dd553e6412bd9dc7f80964</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_DBGHELP_STATETEST</name>
<anchorfile>group__util.html</anchorfile>
- <anchor>gga01aea4eb01aa6415eee118b5a5ee3dada356357b2ad35764e2ac8efa5816a322a</anchor>
+ <anchor>gga7646ae03981912f97626c39dfe9318daa356357b2ad35764e2ac8efa5816a322a</anchor>
<arglist></arglist>
</member>
<member kind="function" protection="protected" static="yes">
@@ -56187,7 +56187,7 @@
<member kind="enumvalue">
<name>NUM_FACES</name>
<anchorfile>classcsImageCubeMapMaker.html</anchorfile>
- <anchor>ad732cb0547c542db51af7888267ee8b1aa0f6e2130bea525edc7adac7c788e0be</anchor>
+ <anchor>a283f53bf7a09fe3fa90fb9a9342055b7aa0f6e2130bea525edc7adac7c788e0be</anchor>
<arglist></arglist>
</member>
<member kind="function" protection="protected">
@@ -92880,25 +92880,25 @@
<member kind="enumvalue">
<name>lpiInitialize</name>
<anchorfile>structiPluginManager.html</anchorfile>
- <anchor>ae1d4fd740305b8ba14833c48742dd371aa08f56d16506fa21ab4a8d7dc79220d5</anchor>
+ <anchor>ab2ae596ff7c3e48105774595844494b7aa08f56d16506fa21ab4a8d7dc79220d5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>lpiReportErrors</name>
<anchorfile>structiPluginManager.html</anchorfile>
- <anchor>ae1d4fd740305b8ba14833c48742dd371afea2fe7c6628ed1c6b62caa10187fb80</anchor>
+ <anchor>ab2ae596ff7c3e48105774595844494b7afea2fe7c6628ed1c6b62caa10187fb80</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>lpiLoadDependencies</name>
<anchorfile>structiPluginManager.html</anchorfile>
- <anchor>ae1d4fd740305b8ba14833c48742dd371a27d76f7ebccca23d0296c4ee98e829d4</anchor>
+ <anchor>ab2ae596ff7c3e48105774595844494b7a27d76f7ebccca23d0296c4ee98e829d4</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>lpiReturnLoadedInstance</name>
<anchorfile>structiPluginManager.html</anchorfile>
- <anchor>ae1d4fd740305b8ba14833c48742dd371a132f07d961c1733a0603788498274cd4</anchor>
+ <anchor>ab2ae596ff7c3e48105774595844494b7a132f07d961c1733a0603788498274cd4</anchor>
<arglist></arglist>
</member>
<member kind="function" virtualness="pure">
@@ -103326,13 +103326,13 @@
<member kind="enumvalue">
<name>blitbufReadable</name>
<anchorfile>structiTextureHandle.html</anchorfile>
- <anchor>a6e04e680caf17a4ba5edccd3528aea4ea932bb081f300bc89772998296459cd75</anchor>
+ <anchor>a1f9e7f6f48504f0350c6f888eec81e18a932bb081f300bc89772998296459cd75</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>blitbufRetainArea</name>
<anchorfile>structiTextureHandle.html</anchorfile>
- <anchor>a6e04e680caf17a4ba5edccd3528aea4eab9303d14862a3ebfcc71099c5c0a2c53</anchor>
+ <anchor>a1f9e7f6f48504f0350c6f888eec81e18ab9303d14862a3ebfcc71099c5c0a2c53</anchor>
<arglist></arglist>
</member>
<member kind="enumeration">
@@ -116782,79 +116782,79 @@
<member kind="enumvalue">
<name>compR</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3daea1b0373f6ce3921dac7abdbffb66d15</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0aea1b0373f6ce3921dac7abdbffb66d15</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compG</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da07463652e50be8ca18caf7c4a43a0801</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a07463652e50be8ca18caf7c4a43a0801</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compB</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da7abf487abfbf2aa7a7baab5616198a27</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a7abf487abfbf2aa7a7baab5616198a27</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dab1de66d99bc3969da9af4d6e582c9169</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ab1de66d99bc3969da9af4d6e582c9169</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compX</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dad3e35daaa7ae2d4e5a819c7d0c661a2c</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ad3e35daaa7ae2d4e5a819c7d0c661a2c</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compL</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dac4e2266cd38ee155fb17bed8b06c9d1b</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ac4e2266cd38ee155fb17bed8b06c9d1b</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compD</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dad504896c6a09c1a63a612d72c25883cb</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ad504896c6a09c1a63a612d72c25883cb</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compS</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3daf3149626a043ece26b4800376eae6fde</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0af3149626a043ece26b4800376eae6fde</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compRGB</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da1bf979e7bc1b944d62e6ab52b6587dff</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a1bf979e7bc1b944d62e6ab52b6587dff</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compRGBA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dad999ec2d3c708563e5e079bc18caee84</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ad999ec2d3c708563e5e079bc18caee84</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compLumA</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3dae78d82aed2749e5f22147838b613f858</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0ae78d82aed2749e5f22147838b613f858</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compDepthStencil</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da58469ffed83156c77026bc2acf653777</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a58469ffed83156c77026bc2acf653777</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>compUnknown</name>
<anchorfile>group__gfx3d.html</anchorfile>
- <anchor>gga8e57e4003305642c062693f4e46d1f3da6319eb0febc4c5a12e82160244d47991</anchor>
+ <anchor>gga269a1d1f7dfd0335582f353a42eb8ab0a6319eb0febc4c5a12e82160244d47991</anchor>
<arglist></arglist>
</member>
<member kind="enumeration">
@@ -131699,6 +131699,128 @@
<templarg></templarg>
</compound>
<compound kind="struct">
+ <name>CS::Network::EventManager::iEventCallback</name>
+ <filename>structCS_1_1Network_1_1EventManager_1_1iEventCallback.html</filename>
+ <base virtualness="virtual">iBase</base>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>OnConnect</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventCallback.html</anchorfile>
+ <anchor>a453e85b01b2330bd86f069e8cbde5418</anchor>
+ <arglist>(ConnectionID connection)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>OnDestroy</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventCallback.html</anchorfile>
+ <anchor>a491dc6ad8dcc0ed6bb7bb89064e20c4b</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>OnDisconnect</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventCallback.html</anchorfile>
+ <anchor>a1d0926810b7a29db0720555f6c867b6a</anchor>
+ <arglist>(ConnectionID connection)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>OnUnhandledEvent</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventCallback.html</anchorfile>
+ <anchor>a9c76694ed4c6631d8e3e11b82373b529</anchor>
+ <arglist>(iEvent *e)=0</arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
+ <name>CS::Network::EventManager::iEventManager</name>
+ <filename>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</filename>
+ <base virtualness="virtual">iBase</base>
+ <member kind="function" virtualness="pure">
+ <type>virtual ConnectionID</type>
+ <name>Connect</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>a5bd1ec4b8cbf8e631aed4b499d0c86c4</anchor>
+ <arglist>(iAddress *address, Protocol p)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>Disconnect</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>aa2f13326f2d363dc1d9cdc4d597a7866</anchor>
+ <arglist>(ConnectionID)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual iSocketManager *</type>
+ <name>GetSocketManager</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>a14eaf0aad703587eaa3f1360f6fea2ed</anchor>
+ <arglist>() const =0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual ConnectionID</type>
+ <name>Listen</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>a2ec7cca8714135f73c4b379b0d6b4470</anchor>
+ <arglist>(iAddress *address, Protocol p)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>Process</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>ad821fe660133da9e0baad3474c3f6f08</anchor>
+ <arglist>()=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>Send</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>a2ac4da72d459823fc9f6efef8b673783</anchor>
+ <arglist>(iEvent *e)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetCallback</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>a7eb42ed5944964ee3bffa0a8ddaa6b5c</anchor>
+ <arglist>(iEventCallback *callback)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>SetProcessEvent</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>af7573d2a287858f7df304bc7b84cf67c</anchor>
+ <arglist>(csEventID processType)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>Subscribe</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>a95509b6bc4e620a782f91383d278da39</anchor>
+ <arglist>(csEventID const types[], Source source)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual bool</type>
+ <name>Subscribe</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>a9b97209dc80b51083524ab77cad575fe</anchor>
+ <arglist>(csEventID type, Source source)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>Unsubscribe</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>ab0732ab685ef36d300f6ee9a9d6046d1</anchor>
+ <arglist>(csEventID const types[], Source source)=0</arglist>
+ </member>
+ <member kind="function" virtualness="pure">
+ <type>virtual void</type>
+ <name>Unsubscribe</name>
+ <anchorfile>structCS_1_1Network_1_1EventManager_1_1iEventManager.html</anchorfile>
+ <anchor>a40a16b9cc2df611d2b13b65ed7e14451</anchor>
+ <arglist>(csEventID type, Source source)=0</arglist>
+ </member>
+ </compound>
+ <compound kind="struct">
<name>CS::Network::Socket::iAddress</name>
<filename>structCS_1_1Network_1_1Socket_1_1iAddress.html</filename>
<base virtualness="virtual">iBase</base>
@@ -136762,49 +136884,49 @@
<member kind="enumvalue">
<name>syncTransform</name>
<anchorfile>classCS_1_1RenderManager_1_1CameraCache.html</anchorfile>
- <anchor>a139b0851d3362e34c5ea93320b592f26a9443b19152ad4746b51d1db33749c8df</anchor>
+ <anchor>a085c082cf323c44e6f966e7c2be6f2bea9443b19152ad4746b51d1db33749c8df</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>syncSector</name>
<anchorfile>classCS_1_1RenderManager_1_1CameraCache.html</anchorfile>
- <anchor>a139b0851d3362e34c5ea93320b592f26abe33c10e964493bdd7243ad2b7b6ce15</anchor>
+ <anchor>a085c082cf323c44e6f966e7c2be6f2beabe33c10e964493bdd7243ad2b7b6ce15</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>syncMirrored</name>
<anchorfile>classCS_1_1RenderManager_1_1CameraCache.html</anchorfile>
- <anchor>a139b0851d3362e34c5ea93320b592f26a6b7d787b31a9b05a77981b6f38f1aae1</anchor>
+ <anchor>a085c082cf323c44e6f966e7c2be6f2bea6b7d787b31a9b05a77981b6f38f1aae1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>syncFarPlane</name>
<anchorfile>classCS_1_1RenderManager_1_1CameraCache.html</anchorfile>
- <anchor>a139b0851d3362e34c5ea93320b592f26a2d5238a1e1785e54feaaee8024eeba62</anchor>
+ <anchor>a085c082cf323c44e6f966e7c2be6f2bea2d5238a1e1785e54feaaee8024eeba62</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>syncOnlyPortals</name>
<anchorfile>classCS_1_1RenderManager_1_1CameraCache.html</anchorfile>
- <anchor>a139b0851d3362e34c5ea93320b592f26ab53837d7c0a39d3706c46748c5aa6648</anchor>
+ <anchor>a085c082cf323c44e6f966e7c2be6f2beab53837d7c0a39d3706c46748c5aa6648</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>syncProjection</name>
<anchorfile>classCS_1_1RenderManager_1_1CameraCache.html</anchorfile>
- <anchor>a139b0851d3362e34c5ea93320b592f26a6b936b17ff85ac80f720fb584e962e1f</anchor>
+ <anchor>a085c082cf323c44e6f966e7c2be6f2bea6b936b17ff85ac80f720fb584e962e1f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>syncAll</name>
<anchorfile>classCS_1_1RenderManager_1_1CameraCache.html</anchorfile>
- <anchor>a139b0851d3362e34c5ea93320b592f26a049b84fd65f46afae658af833c6f0e5c</anchor>
+ <anchor>a085c082cf323c44e6f966e7c2be6f2bea049b84fd65f46afae658af833c6f0e5c</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>syncNothing</name>
<anchorfile>classCS_1_1RenderManager_1_1CameraCache.html</anchorfile>
- <anchor>a139b0851d3362e34c5ea93320b592f26a2f93979583d5287fa32cfbb064e7919b</anchor>
+ <anchor>a085c082cf323c44e6f966e7c2be6f2bea2f93979583d5287fa32cfbb064e7919b</anchor>
<arglist></arglist>
</member>
<member kind="function">
@@ -139536,13 +139658,13 @@
<member kind="enumvalue">
<name>tcacheExactSizeMatch</name>
<anchorfile>classCS_1_1RenderManager_1_1TextureCacheT.html</anchorfile>
- <anchor>a53cf50a6c5cd6c6d38ea6099947c43bfad5cf19cf5e5e05986793222b683a1c36</anchor>
+ <anchor>a4eca77cd2c6940dec85198d455f06318ad5cf19cf5e5e05986793222b683a1c36</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>tcachePowerOfTwo</name>
<anchorfile>classCS_1_1RenderManager_1_1TextureCacheT.html</anchorfile>
- <anchor>a53cf50a6c5cd6c6d38ea6099947c43bfa7d8386dd479eae30ed5783e010d65c4a</anchor>
+ <anchor>a4eca77cd2c6940dec85198d455f06318a7d8386dd479eae30ed5783e010d65c4a</anchor>
<arglist></arglist>
</member>
<member kind="function">
Modified: cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam
===================================================================
--- cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam 2013-11-23 12:39:46 UTC (rev 5162)
+++ cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam 2013-11-24 03:40:07 UTC (rev 5163)
@@ -716,13 +716,22 @@
STATICPLUGIN.pathloader.LFLAGS.release.x64.10 = libcrystalspace_staticplugins.lib libcrystalspace.lib zlib.lib ;
STATICPLUGINS.AVAILABLE += cssocket ;
STATICPLUGIN.cssocket.CFLAGS.debug.x86.10 = ;
-STATICPLUGIN.cssocket.LFLAGS.debug.x86.10 = libcrystalspace_staticplugins_d.lib libcrystalspace_d.lib zlib.lib ;
+STATICPLUGIN.cssocket.LFLAGS.debug.x86.10 = libcrystalspace_staticplugins_d.lib libcrystalspace_d.lib zlib.lib ws2_32.lib ;
STATICPLUGIN.cssocket.CFLAGS.debug.x64.10 = ;
-STATICPLUGIN.cssocket.LFLAGS.debug.x64.10 = libcrystalspace_staticplugins_d.lib libcrystalspace_d.lib zlib.lib ;
+STATICPLUGIN.cssocket.LFLAGS.debug.x64.10 = libcrystalspace_staticplugins_d.lib libcrystalspace_d.lib zlib.lib ws2_32.lib ;
STATICPLUGIN.cssocket.CFLAGS.release.x86.10 = ;
-STATICPLUGIN.cssocket.LFLAGS.release.x86.10 = libcrystalspace_staticplugins.lib libcrystalspace.lib zlib.lib ;
+STATICPLUGIN.cssocket.LFLAGS.release.x86.10 = libcrystalspace_staticplugins.lib libcrystalspace.lib zlib.lib ws2_32.lib ;
STATICPLUGIN.cssocket.CFLAGS.release.x64.10 = ;
-STATICPLUGIN.cssocket.LFLAGS.release.x64.10 = libcrystalspace_staticplugins.lib libcrystalspace.lib zlib.lib ;
+STATICPLUGIN.cssocket.LFLAGS.release.x64.10 = libcrystalspace_staticplugins.lib libcrystalspace.lib zlib.lib ws2_32.lib ;
+STATICPLUGINS.AVAILABLE += csnetworkeventmanager ;
+STATICPLUGIN.csnetworkeventmanager.CFLAGS.debug.x86.10 = ;
+STATICPLUGIN.csnetworkeventmanager.LFLAGS.debug.x86.10 = libcrystalspace_staticplugins_d.lib libcrystalspace_d.lib zlib.lib ;
+STATICPLUGIN.csnetworkeventmanager.CFLAGS.debug.x64.10 = ;
+STATICPLUGIN.csnetworkeventmanager.LFLAGS.debug.x64.10 = libcrystalspace_staticplugins_d.lib libcrystalspace_d.lib zlib.lib ;
+STATICPLUGIN.csnetworkeventmanager.CFLAGS.release.x86.10 = ;
+STATICPLUGIN.csnetworkeventmanager.LFLAGS.release.x86.10 = libcrystalspace_staticplugins.lib libcrystalspace.lib zlib.lib ;
+STATICPLUGIN.csnetworkeventmanager.CFLAGS.release.x64.10 = ;
+STATICPLUGIN.csnetworkeventmanager.LFLAGS.release.x64.10 = libcrystalspace_staticplugins.lib libcrystalspace.lib zlib.lib ;
STATICPLUGINS.AVAILABLE += bullet ;
STATICPLUGIN.bullet.CFLAGS.debug.x86.10 = ;
STATICPLUGIN.bullet.LFLAGS.debug.x86.10 = libcrystalspace_staticplugins_d.lib libcrystalspace_d.lib zlib.lib bulletsoftbody-vc10_d.lib bulletc...
[truncated message content] |
|
From: <jo...@us...> - 2013-11-23 12:39:48
|
Revision: 5162
http://sourceforge.net/p/cel/code/5162
Author: jorrit
Date: 2013-11-23 12:39:46 +0000 (Sat, 23 Nov 2013)
Log Message:
-----------
Compile fix
Modified Paths:
--------------
cel/trunk/include/physicallayer/pl.h
Modified: cel/trunk/include/physicallayer/pl.h
===================================================================
--- cel/trunk/include/physicallayer/pl.h 2013-09-29 03:38:32 UTC (rev 5161)
+++ cel/trunk/include/physicallayer/pl.h 2013-11-23 12:39:46 UTC (rev 5162)
@@ -625,9 +625,9 @@
{
va_list arg;
va_start (arg, params);
-#include "csutil/deprecated_warn_off.h"
+//#include "csutil/deprecated_warn_off.h"
int responses = SendMessageV (entlist, msgname, params, arg);
-#include "csutil/deprecated_warn_on.h"
+//#include "csutil/deprecated_warn_on.h"
va_end (arg);
return responses;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <cry...@us...> - 2013-09-29 03:38:37
|
Revision: 5161
http://sourceforge.net/p/cel/code/5161
Author: crystal-manage
Date: 2013-09-29 03:38:32 +0000 (Sun, 29 Sep 2013)
Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
Crystal Space Doxygen .tag file: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Texinfo files: Automated Texinfo @node and @menu repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.
Modified Paths:
--------------
cel/trunk/docs/doxygen/crystalspace.tag
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc10.jam
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc8.jam
cel/trunk/mk/staticplugins/crystalspace_staticplugins_msvc9.jam
cel/trunk/plugins/behaviourlayer/python/blcel.cpp
Modified: cel/trunk/docs/doxygen/crystalspace.tag
===================================================================
--- cel/trunk/docs/doxygen/crystalspace.tag 2013-09-28 16:10:20 UTC (rev 5160)
+++ cel/trunk/docs/doxygen/crystalspace.tag 2013-09-29 03:38:32 UTC (rev 5161)
@@ -34,8 +34,10 @@
<path>/tmp/tmp2/trunk/include/</path>
<filename>csgeom_8h</filename>
<includes id="cssysdef_8h" name="cssysdef.h" local="yes" imported="no">cssysdef.h</includes>
+ <includes id="bih_8h" name="bih.h" local="yes" imported="no">csgeom/bih.h</includes>
<includes id="box_8h" name="box.h" local="yes" imported="no">csgeom/box.h</includes>
<includes id="bsptree_8h" name="bsptree.h" local="yes" imported="no">csgeom/bsptree.h</includes>
+ <includes id="bvh_8h" name="bvh.h" local="yes" imported="no">csgeom/bvh.h</includes>
<includes id="chainhull2d_8h" name="chainhull2d.h" local="yes" imported="no">csgeom/chainhull2d.h</includes>
<includes id="csrect_8h" name="csrect.h" local="yes" imported="no">csgeom/csrect.h</includes>
<includes id="csrectrg_8h" name="csrectrg.h" local="yes" imported="no">csgeom/csrectrg.h</includes>
@@ -43,7 +45,6 @@
<includes id="fixed_8h" name="fixed.h" local="yes" imported="no">csgeom/fixed.h</includes>
<includes id="frustum_8h" name="frustum.h" local="yes" imported="no">csgeom/frustum.h</includes>
<includes id="kdtree_8h" name="kdtree.h" local="yes" imported="no">csgeom/kdtree.h</includes>
- <includes id="kdtreex_8h" name="kdtreex.h" local="yes" imported="no">csgeom/kdtreex.h</includes>
<includes id="math_8h" name="math.h" local="yes" imported="no">csgeom/math.h</includes>
<includes id="math2d_8h" name="math2d.h" local="yes" imported="no">csgeom/math2d.h</includes>
<includes id="math3d_8h" name="math3d.h" local="yes" imported="no">csgeom/math3d.h</includes>
@@ -79,6 +80,15 @@
<includes id="vector4_8h" name="vector4.h" local="yes" imported="no">csgeom/vector4.h</includes>
</compound>
<compound kind="file">
+ <name>bih.h</name>
+ <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <filename>bih_8h</filename>
+ <includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
+ <class kind="class">CS::Geometry::BIH</class>
+ <namespace>CS</namespace>
+ <namespace>CS::Geometry</namespace>
+ </compound>
+ <compound kind="file">
<name>box.h</name>
<path>/tmp/tmp2/trunk/include/csgeom/</path>
<filename>box_8h</filename>
@@ -103,319 +113,319 @@
<member kind="enumvalue">
<name>CS_BOX_CORNER_xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04a86d75fcdcc57f10b7e00afa9571b2d56</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca86d75fcdcc57f10b7e00afa9571b2d56</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04aaa41ac3e362d3bab01aadf9aa6e89ed3</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06caaa41ac3e362d3bab01aadf9aa6e89ed3</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_Xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04a66981a2c120c408cd6a662687e809536</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca66981a2c120c408cd6a662687e809536</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_XY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04a22189c053382e35184dbc0d0c4056c49</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca22189c053382e35184dbc0d0c4056c49</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CENTER2</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04a26daf5755b88f571d2f8b44b8a4eb1f2</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca26daf5755b88f571d2f8b44b8a4eb1f2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xy_Xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06cab42077b10139d5a537a31773f9d82116</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9eab42077b10139d5a537a31773f9d82116</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xy_xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06cae9cda4d3571c9e32d2aba7e4e36255b8</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9eae9cda4d3571c9e32d2aba7e4e36255b8</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xy_XY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06cad9e23645086f99891c4ca5eccba117a1</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ead9e23645086f99891c4ca5eccba117a1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XY_Xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca6e0c54f9e09d052f5da9c4d157720922</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ea6e0c54f9e09d052f5da9c4d157720922</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XY_xY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06cadef3cca359637bed9cbd0240ffd2051d</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9eadef3cca359637bed9cbd0240ffd2051d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xY_XY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca0f820cda4b14b108a4a8eea2f04a399a</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ea0f820cda4b14b108a4a8eea2f04a399a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xY_xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca703caeef06bfab521bdb139104d80154</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ea703caeef06bfab521bdb139104d80154</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xy_xY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca675911addea7e87c3a8c8d7dff2ccb98</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ea675911addea7e87c3a8c8d7dff2ccb98</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea89d329160331dbc52961462fa640e016</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a89d329160331dbc52961462fa640e016</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea0adf66ef9191dbadc5ff14a6bad51070</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a0adf66ef9191dbadc5ff14a6bad51070</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9eace4d8a92c8104f1f48452cb3d312d47c</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635ace4d8a92c8104f1f48452cb3d312d47c</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9eacf591c4f61dc416d2f12e53caa0fc804</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635acf591c4f61dc416d2f12e53caa0fc804</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_Xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ead13ea13c11becbf554b5ae66e58faa24</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635ad13ea13c11becbf554b5ae66e58faa24</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_XyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea764db01cad89323ece3563d24b822a9a</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a764db01cad89323ece3563d24b822a9a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_XYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea2b8f79719b79e9a75f8284feb3cafdf5</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a2b8f79719b79e9a75f8284feb3cafdf5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_XYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea9249f548cf717ea61e140681e58aeac5</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a9249f548cf717ea61e140681e58aeac5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CENTER3</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea8240f71d83e88f58c9c7da2a583e3c03</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a8240f71d83e88f58c9c7da2a583e3c03</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_x</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635abf5848df27bb69f664cbd291d39420ee</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dabf5848df27bb69f664cbd291d39420ee</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_X</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a45dd9cccdf41c83a927d6407db8d896d</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da45dd9cccdf41c83a927d6407db8d896d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_y</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a6a332bf491cf4c6d41382d86e048b2af</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da6a332bf491cf4c6d41382d86e048b2af</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_Y</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a609482712abd0e66fdc499c79446e436</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da609482712abd0e66fdc499c79446e436</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_z</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635ad7e05664a7c62642086c8208312f7e0f</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dad7e05664a7c62642086c8208312f7e0f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_Z</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a7406d4fc7aaf58e925da20fa75e958c7</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da7406d4fc7aaf58e925da20fa75e958c7</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_INSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a3f565d480903f9a9037e5a4f557ac32d</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da3f565d480903f9a9037e5a4f557ac32d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xyz_xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da28c05175d3a2a4c149f796f4c6f64b0f</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a28c05175d3a2a4c149f796f4c6f64b0f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyz_Xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2daf1b6f3bca9b6f462f95b3ee037ea45b9</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600af1b6f3bca9b6f462f95b3ee037ea45b9</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyz_xYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2daab03491e2bc4107e684f35213bcbcd61</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600aab03491e2bc4107e684f35213bcbcd61</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYz_xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da66b26777890e8aa3a1548c43b8db5e6a</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a66b26777890e8aa3a1548c43b8db5e6a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYz_XYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da0287c5a744c7f5f969f704b7417918e0</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a0287c5a744c7f5f969f704b7417918e0</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYz_xYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dafd27ca2b7840189a4e65b6574f1dfae8</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600afd27ca2b7840189a4e65b6574f1dfae8</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYz_Xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da335c45578982e7a26b9d26f4fb0273fc</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a335c45578982e7a26b9d26f4fb0273fc</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xyz_XYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da26ef6a1c17df15e763df523ca4d6092a</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a26ef6a1c17df15e763df523ca4d6092a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xyz_XyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da8364a7525248aaa39bf3754f87ab0e6e</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a8364a7525248aaa39bf3754f87ab0e6e</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XyZ_Xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da7beb6b0163fcf275a4b4f9e898e17ec6</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a7beb6b0163fcf275a4b4f9e898e17ec6</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XyZ_XYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da1e9f896d12d1a99e0c222045a11d6911</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a1e9f896d12d1a99e0c222045a11d6911</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYZ_XyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dae3504080e396e00052243b9c0dc3c8c1</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600ae3504080e396e00052243b9c0dc3c8c1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYZ_XYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2daab569a7997e86dd33ba8636830a2d46f</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600aab569a7997e86dd33ba8636830a2d46f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYz_XYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da52ad8f1f084dbdedfcf455b97b237945</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a52ad8f1f084dbdedfcf455b97b237945</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYZ_xYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dafba0050e6b406ec4837ca5ecb876cac2</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600afba0050e6b406ec4837ca5ecb876cac2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYZ_XYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da70555ffeea5abe887d7c2b11d52a3fe2</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a70555ffeea5abe887d7c2b11d52a3fe2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYZ_xYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da43b1277678de6c48152cfd869f6a52e2</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a43b1277678de6c48152cfd869f6a52e2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYz_xYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da98abe1d1ea24fd6e0e79e71997c48029</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a98abe1d1ea24fd6e0e79e71997c48029</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYZ_xyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da7d2b31db7d0e7f15105194030fed4a23</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a7d2b31db7d0e7f15105194030fed4a23</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyZ_xYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dad023f48dcdce21774666352abed6b56b</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600ad023f48dcdce21774666352abed6b56b</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyZ_xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2daaea4a1129a5c51aae234283ce02df056</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600aaea4a1129a5c51aae234283ce02df056</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyz_xyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da80fb3e69e2048893619b1d79d1af1f31</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a80fb3e69e2048893619b1d79d1af1f31</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyZ_XyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da6e42bf64feb368b283b43cd588c81007</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a6e42bf64feb368b283b43cd588c81007</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XyZ_xyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dad7607d9544acab7162ea123acc6fb711</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600ad7607d9544acab7162ea123acc6fb711</anchor>
<arglist></arglist>
</member>
</compound>
@@ -432,6 +442,15 @@
<class kind="class">csBSPTree</class>
</compound>
<compound kind="file">
+ <name>bvh.h</name>
+ <path>/tmp/tmp2/trunk/include/csgeom/</path>
+ <filename>bvh_8h</filename>
+ <includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
+ <class kind="class">CS::Geometry::BVH</class>
+ <namespace>CS</namespace>
+ <namespace>CS::Geometry</namespace>
+ </compound>
+ <compound kind="file">
<name>chainhull2d.h</name>
<path>/tmp/tmp2/trunk/include/csgeom/</path>
<filename>chainhull2d_8h</filename>
@@ -481,25 +500,25 @@
<member kind="enumvalue">
<name>CS_FRUST_OUTSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabed82baf7f470b522273a3e37c24c600a94cc72a1a3f8f76be34890b8b685f382</anchor>
+ <anchor>ggab04a0655cd1e3bcac5e8f48c18df1a57a94cc72a1a3f8f76be34890b8b685f382</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_FRUST_INSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabed82baf7f470b522273a3e37c24c600a5d55e08138192c764d87aec4cb6fd8e2</anchor>
+ <anchor>ggab04a0655cd1e3bcac5e8f48c18df1a57a5d55e08138192c764d87aec4cb6fd8e2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_FRUST_COVERED</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabed82baf7f470b522273a3e37c24c600ada01f0cc2cf09d08a4cc49d8ec31e208</anchor>
+ <anchor>ggab04a0655cd1e3bcac5e8f48c18df1a57ada01f0cc2cf09d08a4cc49d8ec31e208</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_FRUST_PARTIAL</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabed82baf7f470b522273a3e37c24c600a29a0b767ce5e46c8d3c8150713ed7dc8</anchor>
+ <anchor>ggab04a0655cd1e3bcac5e8f48c18df1a57a29a0b767ce5e46c8d3c8150713ed7dc8</anchor>
<arglist></arglist>
</member>
</compound>
@@ -507,48 +526,11 @@
<name>kdtree.h</name>
<path>/tmp/tmp2/trunk/include/csgeom/</path>
<filename>kdtree_8h</filename>
- <includes id="box_8h" name="box.h" local="yes" imported="no">csgeom/box.h</includes>
- <includes id="blockallocator_8h" name="blockallocator.h" local="yes" imported="no">csutil/blockallocator.h</includes>
- <includes id="ref_8h" name="ref.h" local="yes" imported="no">csutil/ref.h</includes>
- <includes id="scfstr_8h" name="scfstr.h" local="yes" imported="no">csutil/scfstr.h</includes>
<includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
<includes id="dbghelp_8h" name="dbghelp.h" local="yes" imported="no">iutil/dbghelp.h</includes>
- <class kind="class">csKDTree</class>
- <class kind="class">csKDTreeChild</class>
- <class kind="struct">iKDTreeObjectDescriptor</class>
- <class kind="struct">iKDTreeUserData</class>
- <member kind="typedef">
- <type>bool(</type>
- <name>csKDTreeVisitFunc</name>
- <anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ga89e1a8f421704aae373010c9da6b4e64</anchor>
- <arglist>)(csKDTree *treenode, void *userdata, uint32 timestamp, uint32 &frustum_mask)</arglist>
- </member>
- </compound>
- <compound kind="file">
- <name>kdtreex.h</name>
- <path>/tmp/tmp2/trunk/include/csgeom/</path>
- <filename>kdtreex_8h</filename>
- <includes id="box_8h" name="box.h" local="yes" imported="no">csgeom/box.h</includes>
- <includes id="csgeom_2sphere_8h" name="sphere.h" local="yes" imported="no">csgeom/sphere.h</includes>
- <includes id="kdtree_8h" name="kdtree.h" local="yes" imported="no">csgeom/kdtree.h</includes>
- <includes id="blockallocator_8h" name="blockallocator.h" local="yes" imported="no">csutil/blockallocator.h</includes>
- <includes id="ref_8h" name="ref.h" local="yes" imported="no">csutil/ref.h</includes>
- <includes id="scfstr_8h" name="scfstr.h" local="yes" imported="no">csutil/scfstr.h</includes>
- <includes id="scf__implementation_8h" name="scf_implementation.h" local="yes" imported="no">csutil/scf_implementation.h</includes>
- <includes id="dbghelp_8h" name="dbghelp.h" local="yes" imported="no">iutil/dbghelp.h</includes>
- <class kind="struct">CS::Geometry::iObjectDescriptor</class>
<class kind="class">CS::Geometry::KDTree</class>
- <class kind="class">CS::Geometry::KDTreeChild</class>
<namespace>CS</namespace>
<namespace>CS::Geometry</namespace>
- <member kind="typedef">
- <type>bool(</type>
- <name>KDTreeVisitFunc</name>
- <anchorfile>namespaceCS_1_1Geometry.html</anchorfile>
- <anchor>af925c1f22a78e8ca34fdaca320bc10b4</anchor>
- <arglist>)(KDTree *treenode, void *userdata, uint32 timestamp, uint32 &frustum_mask)</arglist>
- </member>
</compound>
<compound kind="file">
<name>math.h</name>
@@ -14073,6 +14055,62 @@
</member>
<member kind="define">
<type>#define</type>
+ <name>GL_QUERY_BUFFER_AMD</name>
+ <anchorfile>glextmanager_8h.html</anchorfile>
+ <anchor>a6333f42decc14af78ab2e85ddd8aa08b</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>GL_QUERY_BUFFER_BARRIER_BIT_AMD</name>
+ <anchorfile>glextmanager_8h.html</anchorfile>
+ <anchor>a40b79a23acb358cbc826bda33a3c2ea8</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>GL_QUERY_BUFFER_BINDING_AMD</name>
+ <anchorfile>glextmanager_8h.html</anchorfile>
+ <anchor>af55f812acf6ed70bfdc45be60a7d9903</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>GL_QUERY_RESULT_NO_WAIT_AMD</name>
+ <anchorfile>glextmanager_8h.html</anchorfile>
+ <anchor>a8c8dbb66f8bb162e85c35af1ddb08a38</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>GL_QUERY_BUFFER_ARB</name>
+ <anchorfile>glextmanager_8h.html</anchorfile>
+ <anchor>a172d1a144badf176a7b033cafd0b9cd0</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>GL_QUERY_BUFFER_BARRIER_BIT_ARB</name>
+ <anchorfile>glextmanager_8h.html</anchorfile>
+ <anchor>a9e323a297c269840304dd10300825817</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>GL_QUERY_BUFFER_BINDING_ARB</name>
+ <anchorfile>glextmanager_8h.html</anchorfile>
+ <anchor>aa013aee17f4a61e27abca4236f71fb91</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
+ <name>GL_QUERY_RESULT_NO_WAIT_ARB</name>
+ <anchorfile>glextmanager_8h.html</anchorfile>
+ <anchor>afb0e8f12c25213b179b23e4f120fa4f1</anchor>
+ <arglist></arglist>
+ </member>
+ <member kind="define">
+ <type>#define</type>
<name>GL_R16</name>
<anchorfile>glextmanager_8h.html</anchorfile>
<anchor>a26dd5464d60dfd4bb4e4217efa1234df</anchor>
@@ -23027,6 +23065,7 @@
<class kind="class">CS::RenderManager::BeginFinishDrawScope</class>
<class kind="class">CS::RenderManager::ContextTargetSetup</class>
<class kind="class">CS::RenderManager::RenderCommon</class>
+ <class kind="struct">CS::RenderManager::RenderCommon::ShaderActivator</class>
<class kind="class">CS::RenderManager::SimpleContextRender</class>
<class kind="class">CS::RenderManager::SimpleContextRenderByMesh</class>
<class kind="class">CS::RenderManager::SimpleTreeRenderer</class>
@@ -36072,6 +36111,7 @@
<class kind="struct">iShader</class>
<class kind="struct">iShaderCompiler</class>
<class kind="struct">iShaderManager</class>
+ <class kind="struct">iShaderPassesActivator</class>
<class kind="struct">iShaderPriorityList</class>
<class kind="struct">iShaderVariableContext</class>
<namespace>CS</namespace>
@@ -39536,8 +39576,6 @@
<class kind="class">csFrustum</class>
<class kind="class">csIntersect2</class>
<class kind="class">csIntersect3</class>
- <class kind="class">csKDTree</class>
- <class kind="class">csKDTreeChild</class>
<class kind="class">csMath2</class>
<class kind="class">csMath3</class>
<class kind="class">csMatrix2</class>
@@ -39600,8 +39638,6 @@
<class kind="struct">iDecalBuilder</class>
<class kind="struct">iDecalManager</class>
<class kind="struct">iDecalTemplate</class>
- <class kind="struct">iKDTreeObjectDescriptor</class>
- <class kind="struct">iKDTreeUserData</class>
<class kind="struct">iObjectModel</class>
<class kind="struct">iObjectModelListener</class>
<class kind="struct">iPath</class>
@@ -39622,13 +39658,6 @@
<anchor>ga341887053b96768adb51e5df20878869</anchor>
<arglist></arglist>
</member>
- <member kind="typedef">
- <type>bool(</type>
- <name>csKDTreeVisitFunc</name>
- <anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ga89e1a8f421704aae373010c9da6b4e64</anchor>
- <arglist>)(csKDTree *treenode, void *userdata, uint32 timestamp, uint32 &frustum_mask)</arglist>
- </member>
<member kind="enumvalue">
<name>CS_POL_SAME_PLANE</name>
<anchorfile>group__geom__utils.html</anchorfile>
@@ -39772,343 +39801,343 @@
<member kind="enumvalue">
<name>CS_BOX_CORNER_xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04a86d75fcdcc57f10b7e00afa9571b2d56</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca86d75fcdcc57f10b7e00afa9571b2d56</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04aaa41ac3e362d3bab01aadf9aa6e89ed3</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06caaa41ac3e362d3bab01aadf9aa6e89ed3</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_Xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04a66981a2c120c408cd6a662687e809536</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca66981a2c120c408cd6a662687e809536</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_XY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04a22189c053382e35184dbc0d0c4056c49</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca22189c053382e35184dbc0d0c4056c49</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CENTER2</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabc6126af1d45847bc59afa0aa3216b04a26daf5755b88f571d2f8b44b8a4eb1f2</anchor>
+ <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca26daf5755b88f571d2f8b44b8a4eb1f2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xy_Xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06cab42077b10139d5a537a31773f9d82116</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9eab42077b10139d5a537a31773f9d82116</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xy_xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06cae9cda4d3571c9e32d2aba7e4e36255b8</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9eae9cda4d3571c9e32d2aba7e4e36255b8</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xy_XY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06cad9e23645086f99891c4ca5eccba117a1</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ead9e23645086f99891c4ca5eccba117a1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XY_Xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca6e0c54f9e09d052f5da9c4d157720922</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ea6e0c54f9e09d052f5da9c4d157720922</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XY_xY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06cadef3cca359637bed9cbd0240ffd2051d</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9eadef3cca359637bed9cbd0240ffd2051d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xY_XY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca0f820cda4b14b108a4a8eea2f04a399a</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ea0f820cda4b14b108a4a8eea2f04a399a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xY_xy</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca703caeef06bfab521bdb139104d80154</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ea703caeef06bfab521bdb139104d80154</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xy_xY</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggadc29c2ff13d900c2f185ee95427fb06ca675911addea7e87c3a8c8d7dff2ccb98</anchor>
+ <anchor>gga61dadd085c1777f559549e05962b2c9ea675911addea7e87c3a8c8d7dff2ccb98</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea89d329160331dbc52961462fa640e016</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a89d329160331dbc52961462fa640e016</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea0adf66ef9191dbadc5ff14a6bad51070</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a0adf66ef9191dbadc5ff14a6bad51070</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9eace4d8a92c8104f1f48452cb3d312d47c</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635ace4d8a92c8104f1f48452cb3d312d47c</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_xYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9eacf591c4f61dc416d2f12e53caa0fc804</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635acf591c4f61dc416d2f12e53caa0fc804</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_Xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ead13ea13c11becbf554b5ae66e58faa24</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635ad13ea13c11becbf554b5ae66e58faa24</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_XyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea764db01cad89323ece3563d24b822a9a</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a764db01cad89323ece3563d24b822a9a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_XYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea2b8f79719b79e9a75f8284feb3cafdf5</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a2b8f79719b79e9a75f8284feb3cafdf5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CORNER_XYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea9249f548cf717ea61e140681e58aeac5</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a9249f548cf717ea61e140681e58aeac5</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_CENTER3</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga61dadd085c1777f559549e05962b2c9ea8240f71d83e88f58c9c7da2a583e3c03</anchor>
+ <anchor>gga726ca809ffd3d67ab4b8476646f26635a8240f71d83e88f58c9c7da2a583e3c03</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_x</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635abf5848df27bb69f664cbd291d39420ee</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dabf5848df27bb69f664cbd291d39420ee</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_X</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a45dd9cccdf41c83a927d6407db8d896d</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da45dd9cccdf41c83a927d6407db8d896d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_y</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a6a332bf491cf4c6d41382d86e048b2af</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da6a332bf491cf4c6d41382d86e048b2af</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_Y</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a609482712abd0e66fdc499c79446e436</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da609482712abd0e66fdc499c79446e436</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_z</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635ad7e05664a7c62642086c8208312f7e0f</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dad7e05664a7c62642086c8208312f7e0f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_SIDE_Z</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a7406d4fc7aaf58e925da20fa75e958c7</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da7406d4fc7aaf58e925da20fa75e958c7</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_INSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga726ca809ffd3d67ab4b8476646f26635a3f565d480903f9a9037e5a4f557ac32d</anchor>
+ <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da3f565d480903f9a9037e5a4f557ac32d</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xyz_xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da28c05175d3a2a4c149f796f4c6f64b0f</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a28c05175d3a2a4c149f796f4c6f64b0f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyz_Xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2daf1b6f3bca9b6f462f95b3ee037ea45b9</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600af1b6f3bca9b6f462f95b3ee037ea45b9</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyz_xYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2daab03491e2bc4107e684f35213bcbcd61</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600aab03491e2bc4107e684f35213bcbcd61</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYz_xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da66b26777890e8aa3a1548c43b8db5e6a</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a66b26777890e8aa3a1548c43b8db5e6a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYz_XYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da0287c5a744c7f5f969f704b7417918e0</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a0287c5a744c7f5f969f704b7417918e0</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYz_xYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dafd27ca2b7840189a4e65b6574f1dfae8</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600afd27ca2b7840189a4e65b6574f1dfae8</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYz_Xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da335c45578982e7a26b9d26f4fb0273fc</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a335c45578982e7a26b9d26f4fb0273fc</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xyz_XYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da26ef6a1c17df15e763df523ca4d6092a</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a26ef6a1c17df15e763df523ca4d6092a</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_Xyz_XyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da8364a7525248aaa39bf3754f87ab0e6e</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a8364a7525248aaa39bf3754f87ab0e6e</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XyZ_Xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da7beb6b0163fcf275a4b4f9e898e17ec6</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a7beb6b0163fcf275a4b4f9e898e17ec6</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XyZ_XYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da1e9f896d12d1a99e0c222045a11d6911</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a1e9f896d12d1a99e0c222045a11d6911</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYZ_XyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dae3504080e396e00052243b9c0dc3c8c1</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600ae3504080e396e00052243b9c0dc3c8c1</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYZ_XYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2daab569a7997e86dd33ba8636830a2d46f</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600aab569a7997e86dd33ba8636830a2d46f</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYz_XYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da52ad8f1f084dbdedfcf455b97b237945</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a52ad8f1f084dbdedfcf455b97b237945</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XYZ_xYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dafba0050e6b406ec4837ca5ecb876cac2</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600afba0050e6b406ec4837ca5ecb876cac2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYZ_XYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da70555ffeea5abe887d7c2b11d52a3fe2</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a70555ffeea5abe887d7c2b11d52a3fe2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYZ_xYz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da43b1277678de6c48152cfd869f6a52e2</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a43b1277678de6c48152cfd869f6a52e2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYz_xYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da98abe1d1ea24fd6e0e79e71997c48029</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a98abe1d1ea24fd6e0e79e71997c48029</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xYZ_xyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da7d2b31db7d0e7f15105194030fed4a23</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a7d2b31db7d0e7f15105194030fed4a23</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyZ_xYZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dad023f48dcdce21774666352abed6b56b</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600ad023f48dcdce21774666352abed6b56b</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyZ_xyz</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2daaea4a1129a5c51aae234283ce02df056</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600aaea4a1129a5c51aae234283ce02df056</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyz_xyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da80fb3e69e2048893619b1d79d1af1f31</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a80fb3e69e2048893619b1d79d1af1f31</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_xyZ_XyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2da6e42bf64feb368b283b43cd588c81007</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600a6e42bf64feb368b283b43cd588c81007</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_BOX_EDGE_XyZ_xyZ</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>gga0411cd49bb5b71852cecd93bcbf0ca2dad7607d9544acab7162ea123acc6fb711</anchor>
+ <anchor>ggabed82baf7f470b522273a3e37c24c600ad7607d9544acab7162ea123acc6fb711</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_FRUST_OUTSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabed82baf7f470b522273a3e37c24c600a94cc72a1a3f8f76be34890b8b685f382</anchor>
+ <anchor>ggab04a0655cd1e3bcac5e8f48c18df1a57a94cc72a1a3f8f76be34890b8b685f382</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_FRUST_INSIDE</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabed82baf7f470b522273a3e37c24c600a5d55e08138192c764d87aec4cb6fd8e2</anchor>
+ <anchor>ggab04a0655cd1e3bcac5e8f48c18df1a57a5d55e08138192c764d87aec4cb6fd8e2</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_FRUST_COVERED</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabed82baf7f470b522273a3e37c24c600ada01f0cc2cf09d08a4cc49d8ec31e208</anchor>
+ <anchor>ggab04a0655cd1e3bcac5e8f48c18df1a57ada01f0cc2cf09d08a4cc49d8ec31e208</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
<name>CS_FRUST_PARTIAL</name>
<anchorfile>group__geom__utils.html</anchorfile>
- <anchor>ggabed82baf7f470b522273a3e37c24c600a29a0b767ce5e46c8d3c8150713ed7dc8</anchor>
+ <anchor>ggab04a0655cd1e3bcac5e8f48c18df1a57a29a0b767ce5e46c8d3c8150713ed7dc8</anchor>
<arglist></arglist>
</member>
<member kind="enumvalue">
@@ -57991,281 +58020,6 @@
</member>
</compound>
<compound kind="class">
- <name>csKDTree</name>
- <filename>classcsKDTree.html</filename>
- <base>scfImplementation1< csKDTree, iDebugHelper ></base>
- <member kind="function">
- <type>csKDTreeChild *</type>
- <name>AddObject</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a3be15758430b4d89834dff8a0abb23a1</anchor>
- <arglist>(const csBox3 &bbox, void *object)</arglist>
- </member>
- <member kind="function" virtualness="virtual">
- <type>virtual csTicks</type>
- <name>Benchmark</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a3e9b0ec3f292e61ad2eeb25a7d5c6054</anchor>
- <arglist>(int num_iterations)</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>Clear</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a9ea3338e7af0c395a39f0397c6a188e9</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function">
- <type></type>
- <name>csKDTree</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a80c7edecba2ebf6acff61a35448855ca</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function" virtualness="virtual">
- <type>virtual bool</type>
- <name>DebugCommand</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>aaebffde40199efca8acd9d785e75cd0f</anchor>
- <arglist>(const char *)</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>Distribute</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a9a63c52048b778cdcc32bfa6dae8a312</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function" virtualness="virtual">
- <type>virtual void</type>
- <name>Dump</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a713cb0e510c875003221d3a780f4c237</anchor>
- <arglist>(iGraphics3D *)</arglist>
- </member>
- <member kind="function" virtualness="virtual">
- <type>virtual csPtr< iString ></type>
- <name>Dump</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a2891fcb30d19fd8cf56c4707b5569677</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>Flatten</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a5e1a7902a5f4f8eb1f1cf3f7e5d61ed8</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>Front2Back</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>ad134123d2de69a67fd1151e5114bc456</anchor>
- <arglist>(const csVector3 &pos, csKDTreeVisitFunc *func, void *userdata, uint32 frustum_mask)</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>FullDistribute</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a2149b44be3c92151741641a695ed2ba8</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function">
- <type>csKDTree *</type>
- <name>GetChild1</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a835938f73dbe5613e108ab325b363083</anchor>
- <arglist>() const </arglist>
- </member>
- <member kind="function">
- <type>csKDTree *</type>
- <name>GetChild2</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a4e3630f290bfc3392f82f255111f9224</anchor>
- <arglist>() const </arglist>
- </member>
- <member kind="function">
- <type>int</type>
- <name>GetEstimatedObjectCount</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a28d8d32022d45b45e45af4c6e3f3428e</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function">
- <type>const csBox3 &</type>
- <name>GetNodeBBox</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a06d9333ee699cf00fb4cf8df6dbcd9d3</anchor>
- <arglist>() const </arglist>
- </member>
- <member kind="function">
- <type>int</type>
- <name>GetObjectCount</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>ac79313b66fcac110d1d5d7241f1eebe0</anchor>
- <arglist>() const </arglist>
- </member>
- <member kind="function">
- <type>csKDTreeChild **</type>
- <name>GetObjects</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a72dd0fce97684a66b62fc7308d060a34</anchor>
- <arglist>() const </arglist>
- </member>
- <member kind="function" virtualness="virtual">
- <type>virtual int</type>
- <name>GetSupportedTests</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>ab2a1459a108d03e095ae26bf727c312a</anchor>
- <arglist>() const </arglist>
- </member>
- <member kind="function">
- <type>iKDTreeUserData *</type>
- <name>GetUserObject</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a9d0dc7604e8f4e5030add12470cdf52d</anchor>
- <arglist>() const </arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>MoveObject</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a8228386cbe8671a8b1a87c560e4ad551</anchor>
- <arglist>(csKDTreeChild *object, const csBox3 &new_bbox)</arglist>
- </member>
- <member kind="function">
- <type>uint32</type>
- <name>NewTraversal</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a5b0381d3836a5745216c17054357f3bb</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>RemoveObject</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a8c52cdeb657cbe42a7352f298819a757</anchor>
- <arglist>(csKDTreeChild *object)</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>SetMinimumSplitAmount</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a6a446ca595ff9b4fd9c737d6e28cc785</anchor>
- <arglist>(int m)</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>SetObjectDescriptor</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a8e208c2f5d1e42f46d6c32de1b7316c7</anchor>
- <arglist>(iKDTreeObjectDescriptor *descriptor)</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>SetParent</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>af9410b6e8b838aa2811fbe99f82185ee</anchor>
- <arglist>(csKDTree *p)</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>SetUserObject</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>ad6f0678cdf707347f4d1005c27f06e39</anchor>
- <arglist>(iKDTreeUserData *userobj)</arglist>
- </member>
- <member kind="function" virtualness="virtual">
- <type>virtual csPtr< iString ></type>
- <name>StateTest</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a5e63f841e839490bc862980a3c8bc35c</anchor>
- <arglist>()</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>TraverseRandom</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a320e178bd111884d6b3bdd49013c3bb7</anchor>
- <arglist>(csKDTreeVisitFunc *func, void *userdata, uint32 frustum_mask)</arglist>
- </member>
- <member kind="function">
- <type>void</type>
- <name>UnlinkObject</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>a0cba4f297830cfbdaafce2e48cbf0606</anchor>
- <arglist>(csKDTreeChild *object)</arglist>
- </member>
- <member kind="function" virtualness="virtual">
- <type>virtual</type>
- <name>~csKDTree</name>
- <anchorfile>classcsKDTree.html</anchorfile>
- <anchor>ab00177d627556c2f74198181f2785c4a</anchor>
- <arglist>()</arglist>
- </member>
- </compound>
- <compound kind="class">
- <name>csKDTreeChild</name>
- <filename>classcsKDTreeChild.html</filename>
- <member kind="function">
- <type>void</type>
- <name>AddLeaf</name>
- <anchorfile>classcsKDTreeChild.html</anchorfile>
- <anchor>a4c99f05ff9657bf063f9b408fe3996e6</anchor>
- <arglist>(csKDTree *leaf)</arglist>
- </member>
- <member kind="function">
- <type>int</type>
- <name>FindLeaf</name>
- <anchorfile>classcsKDTreeChild.html</anchorfile>
- <an...
[truncated message content] |
|
From: <rly...@us...> - 2013-09-28 16:10:23
|
Revision: 5160
http://sourceforge.net/p/cel/code/5160
Author: rlydontknow
Date: 2013-09-28 16:10:20 +0000 (Sat, 28 Sep 2013)
Log Message:
-----------
fix dynworld after the changes to KDTree in CS
Modified Paths:
--------------
cel/trunk/plugins/propclass/dynworld/dynworld.cpp
cel/trunk/plugins/propclass/dynworld/dynworld.h
Modified: cel/trunk/plugins/propclass/dynworld/dynworld.cpp
===================================================================
--- cel/trunk/plugins/propclass/dynworld/dynworld.cpp 2013-09-12 14:04:24 UTC (rev 5159)
+++ cel/trunk/plugins/propclass/dynworld/dynworld.cpp 2013-09-28 16:10:20 UTC (rev 5160)
@@ -307,12 +307,12 @@
//---------------------------------------------------------------------------
-class ObjDes : public scfImplementation1<ObjDes, CS::Geometry::iObjectDescriptor>
+class ObjDes : public scfImplementation1<ObjDes, Tree::iObjectDescriptor>
{
public:
ObjDes () : scfImplementationType (this) { }
virtual ~ObjDes () {}
- virtual csPtr<iString> DescribeObject (CS::Geometry::KDTreeChild* child)
+ virtual csPtr<iString> DescribeObject (TreeChild* child)
{
DynamicObject* dynobj = (DynamicObject*)child->GetObject ();
scfString* str = new scfString ();
@@ -352,7 +352,7 @@
center (center), radius (radius), sqradius (radius * radius) { }
};
-static bool DynWorld_Front2Back (CS::Geometry::KDTree* treenode,
+static bool DynWorld_Front2Back (Tree* treenode,
void* userdata, uint32 cur_timestamp, uint32&)
{
DynWorldKDData* data = (DynWorldKDData*)userdata;
@@ -387,7 +387,7 @@
treenode->Distribute ();
int num_objects;
- CS::Geometry::KDTreeChild** objects;
+ TreeChild** objects;
num_objects = treenode->GetObjectCount ();
objects = treenode->GetObjects ();
@@ -432,7 +432,7 @@
scfImplementationType (this), name (name), world (world)
{
pl = world->pl;
- tree = new CS::Geometry::KDTree ();
+ tree = new Tree;
tree->SetMinimumSplitAmount (50);
ObjDes* objDes = new ObjDes ();
tree->SetObjectDescriptor (objDes);
@@ -617,7 +617,7 @@
obj->SetID (AllocID ());
- CS::Geometry::KDTreeChild* child = tree->AddObject (obj->GetBSphere (), obj);
+ TreeChild* child = tree->AddObject (obj->GetBSphere (), obj);
obj->SetChild (child);
return obj;
}
@@ -657,7 +657,7 @@
return str;
}
objects.Push (dynobj);
- CS::Geometry::KDTreeChild* child = tree->AddObject (dynobj->GetBSphere (),
+ TreeChild* child = tree->AddObject (dynobj->GetBSphere (),
dynobj);
dynobj->SetChild (child);
}
Modified: cel/trunk/plugins/propclass/dynworld/dynworld.h
===================================================================
--- cel/trunk/plugins/propclass/dynworld/dynworld.h 2013-09-12 14:04:24 UTC (rev 5159)
+++ cel/trunk/plugins/propclass/dynworld/dynworld.h 2013-09-28 16:10:20 UTC (rev 5160)
@@ -31,7 +31,7 @@
#include "iutil/virtclk.h"
#include "iutil/selfdestruct.h"
-#include "csgeom/kdtreex.h"
+#include "csgeom/kdtree.h"
#include "csgeom/math3d.h"
#include "csgeom/sphere.h"
@@ -66,6 +66,9 @@
class DynamicCell;
struct iDecalManager;
+typedef CS::Geometry::SpatialTreeChild::SphereChild<true> TreeChild;
+typedef CS::Geometry::KDTree<TreeChild> Tree;
+
class MeshCacheFactory
{
public:
@@ -386,7 +389,7 @@
bool is_hilight;
bool hilight_installed;
float fade;
- CS::Geometry::KDTreeChild* child;
+ TreeChild* child;
uint id;
size_t decalId;
@@ -446,8 +449,8 @@
void ClearEntity ();
- CS::Geometry::KDTreeChild* GetChild () const { return child; }
- void SetChild (CS::Geometry::KDTreeChild* child)
+ TreeChild* GetChild () const { return child; }
+ void SetChild (TreeChild* child)
{ DynamicObject::child = child; }
virtual iDynamicFactory* GetFactory () const { return factory; }
@@ -568,7 +571,7 @@
bool createdDynSys;
csRefArray<DynamicObject> objects;
- CS::Geometry::KDTree* tree;
+ Tree* tree;
uint lastID; // Next ID to generate
size_t idBlockIdx; // Index into below array
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|