khakilord | 9 Jun 2010 13:17
Picon

SF.net SVN: cel:[4052] cel/branches/soc2010/

Revision: 4052
          http://cel.svn.sourceforge.net/cel/?rev=4052&view=rev
Author:   khakilord
Date:     2010-06-09 11:17:38 +0000 (Wed, 09 Jun 2010)

Log Message:
-----------
Created directory for GSoC 2010.

Added Paths:
-----------
    cel/branches/soc2010/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
khakilord | 9 Jun 2010 13:18
Picon

SF.net SVN: cel:[4053] cel/branches/soc2010/navmesh/

Revision: 4053
          http://cel.svn.sourceforge.net/cel/?rev=4053&view=rev
Author:   khakilord
Date:     2010-06-09 11:18:30 +0000 (Wed, 09 Jun 2010)

Log Message:
-----------
Created a branch of trunk 4052 for navmesh GSoC.

Added Paths:
-----------
    cel/branches/soc2010/navmesh/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open
Source development site.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
crystal | 10 Jun 2010 05:27
Picon

SF.net SVN: cel:[4054] cel/trunk/plugins/behaviourlayer/python/blcel.cpp

Revision: 4054
          http://cel.svn.sourceforge.net/cel/?rev=4054&view=rev
Author:   crystal-manage
Date:     2010-06-10 03:27:52 +0000 (Thu, 10 Jun 2010)

Log Message:
-----------
Crystal Space MSVC static plugins information: Automated file repair/generation.
master header files: Automated master header file repair.
Visual-C++ project files: Automated Visual-C++ project file repair.
Swig Python files: Automated Swig Python file repair.
User's Manual: Automated Texinfo to HTML conversion.

Modified Paths:
--------------
    cel/trunk/plugins/behaviourlayer/python/blcel.cpp

Modified: cel/trunk/plugins/behaviourlayer/python/blcel.cpp
===================================================================
--- cel/trunk/plugins/behaviourlayer/python/blcel.cpp	2010-06-09 11:18:30 UTC (rev 4053)
+++ cel/trunk/plugins/behaviourlayer/python/blcel.cpp	2010-06-10 03:27:52 UTC (rev 4054)
 <at>  <at>  -4114,47 +4114,45  <at>  <at> 
 #define SWIGTYPE_p_p_scfImplementationExt1T_csColliderWrapper_csObject_scfFakeInterfaceT_csColliderWrapper_t_t swig_types[1108]
 #define SWIGTYPE_p_p_scfImplementationExt1T_csPath_csObject_iPath_t swig_types[1109]
 #define SWIGTYPE_p_p_scfImplementationExt1T_pyPcCommon_PcCommon_iPcPython_t swig_types[1110]
-#define SWIGTYPE_p_p_scfImplementationExt2T_csProcTexture_csObject_iTextureWrapper_iProcTexture_t swig_types[1111]
-#define SWIGTYPE_p_p_void swig_types[1112]
-#define SWIGTYPE_p_pyMessageReceiver swig_types[1113]
-#define SWIGTYPE_p_pyMessageSender swig_types[1114]
-#define SWIGTYPE_p_pyPcCommon swig_types[1115]
(Continue reading)

leonardord | 11 Jun 2010 07:31
Picon

SF.net SVN: cel:[4055] cel/branches/soc2010/navmesh

Revision: 4055
          http://cel.svn.sourceforge.net/cel/?rev=4055&view=rev
Author:   leonardord
Date:     2010-06-11 05:31:06 +0000 (Fri, 11 Jun 2010)

Log Message:
-----------
Added the navmesh plugin.
Added the navmeshtest application.

Modified Paths:
--------------
    cel/branches/soc2010/navmesh/msvc/9/wkscel.sln

Added Paths:
-----------
    cel/branches/soc2010/navmesh/apps/navmeshtest/
    cel/branches/soc2010/navmesh/apps/navmeshtest/MainApp.cpp
    cel/branches/soc2010/navmesh/apps/navmeshtest/MainApp.h
    cel/branches/soc2010/navmesh/apps/navmeshtest/main.cpp
    cel/branches/soc2010/navmesh/include/tools/celhpf.h
    cel/branches/soc2010/navmesh/include/tools/celnavmesh.h
    cel/branches/soc2010/navmesh/msvc/9/appnavmeshtest.vcproj
    cel/branches/soc2010/navmesh/msvc/9/plgrecast.vcproj
    cel/branches/soc2010/navmesh/msvc/plgrecast.rc
    cel/branches/soc2010/navmesh/plugins/recast/
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.h
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.h
(Continue reading)

kickvb | 14 Jun 2010 17:14
Picon

SF.net SVN: cel:[4056] cel/branches/soc2010/navmesh

Revision: 4056
          http://cel.svn.sourceforge.net/cel/?rev=4056&view=rev
Author:   kickvb
Date:     2010-06-14 15:14:07 +0000 (Mon, 14 Jun 2010)

Log Message:
-----------
- Added Jam files
- Made the navmesh plugin compile for jam/gcc

Modified Paths:
--------------
    cel/branches/soc2010/navmesh/apps/Jamfile
    cel/branches/soc2010/navmesh/plugins/Jamfile
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.h
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.h

Added Paths:
-----------
    cel/branches/soc2010/navmesh/apps/navmeshtest/Jamfile
    cel/branches/soc2010/navmesh/plugins/recast/Jamfile

Modified: cel/branches/soc2010/navmesh/apps/Jamfile
===================================================================
--- cel/branches/soc2010/navmesh/apps/Jamfile	2010-06-11 05:31:06 UTC (rev 4055)
+++ cel/branches/soc2010/navmesh/apps/Jamfile	2010-06-14 15:14:07 UTC (rev 4056)
 <at>  <at>  -3,6 +3,7  <at>  <at> 
 SubInclude TOP apps celtest ;
(Continue reading)

leonardord | 15 Jun 2010 02:20
Picon

SF.net SVN: cel:[4057] cel/branches/soc2010/navmesh

Revision: 4057
          http://cel.svn.sourceforge.net/cel/?rev=4057&view=rev
Author:   leonardord
Date:     2010-06-15 00:20:18 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
navmesh:
A few tweaks to the iCelNavMeshParams API.
Adjusted a few parameters for the navmeshtest application.
Uncommented a CS_IMPLEMENT_PLUGIN which was causing plgrecast to not link properly.

Modified Paths:
--------------
    cel/branches/soc2010/navmesh/apps/navmeshtest/MainApp.cpp
    cel/branches/soc2010/navmesh/include/tools/celnavmesh.h
    cel/branches/soc2010/navmesh/msvc/9/plgrecast.vcproj
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.h

Modified: cel/branches/soc2010/navmesh/apps/navmeshtest/MainApp.cpp
===================================================================
--- cel/branches/soc2010/navmesh/apps/navmeshtest/MainApp.cpp	2010-06-14 15:14:07 UTC (rev 4056)
+++ cel/branches/soc2010/navmesh/apps/navmeshtest/MainApp.cpp	2010-06-15 00:20:18 UTC (rev 4057)
 <at>  <at>  -261,6 +261,10  <at>  <at> 

   printer.AttachNew(new FramePrinter(object_reg));

+  csRef<iCelNavMeshParams> params;
+  params.AttachNew(navMeshBuilder->GetNavMeshParams()->Clone());
(Continue reading)

leonardord | 20 Jun 2010 16:17
Picon

SF.net SVN: cel:[4058] cel/branches/soc2010/navmesh

Revision: 4058
          http://cel.svn.sourceforge.net/cel/?rev=4058&view=rev
Author:   leonardord
Date:     2010-06-20 14:17:09 +0000 (Sun, 20 Jun 2010)

Log Message:
-----------
navmesh:
fixed the gap near a portal between two navigation meshes for adjacent sectors.
changed the parameter for iCelHNavStructBuilder::SetSectors() to a csList<iSector*> (from iSectorList*).

Modified Paths:
--------------
    cel/branches/soc2010/navmesh/include/tools/celhpf.h
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.h
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.h

Modified: cel/branches/soc2010/navmesh/include/tools/celhpf.h
===================================================================
--- cel/branches/soc2010/navmesh/include/tools/celhpf.h	2010-06-15 00:20:18 UTC (rev 4057)
+++ cel/branches/soc2010/navmesh/include/tools/celhpf.h	2010-06-20 14:17:09 UTC (rev 4058)
 <at>  <at>  -21,6 +21,7  <at>  <at> 
 #define __CEL_HPFAPI__

 #include <csutil/scf.h>
+#include <csutil/list.h>

 class csBox3;
(Continue reading)

leonardord | 23 Jun 2010 07:02
Picon

SF.net SVN: cel:[4059] cel/branches/soc2010/navmesh

Revision: 4059
          http://cel.svn.sourceforge.net/cel/?rev=4059&view=rev
Author:   leonardord
Date:     2010-06-23 05:02:29 +0000 (Wed, 23 Jun 2010)

Log Message:
-----------
navmesh:
added a method for calculating the path Length
hpf:
initial implementations of the iCelHPFStructBuilder
graph:
some changes were made to iCelGraph and iCelNode, in order to be able to remove nodes and edges

Modified Paths:
--------------
    cel/branches/soc2010/navmesh/include/tools/celgraph.h
    cel/branches/soc2010/navmesh/include/tools/celhpf.h
    cel/branches/soc2010/navmesh/include/tools/celnavmesh.h
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.h
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.h
    cel/branches/soc2010/navmesh/plugins/tools/celgraph/celgraph.cpp
    cel/branches/soc2010/navmesh/plugins/tools/celgraph/celgraph.h

Modified: cel/branches/soc2010/navmesh/include/tools/celgraph.h
===================================================================
--- cel/branches/soc2010/navmesh/include/tools/celgraph.h	2010-06-20 14:17:09 UTC (rev 4058)
+++ cel/branches/soc2010/navmesh/include/tools/celgraph.h	2010-06-23 05:02:29 UTC (rev 4059)
(Continue reading)

kickvb | 23 Jun 2010 14:44
Picon

SF.net SVN: cel:[4060] cel/branches/soc2010/navmesh/plugins/recast

Revision: 4060
          http://cel.svn.sourceforge.net/cel/?rev=4060&view=rev
Author:   kickvb
Date:     2010-06-23 12:44:22 +0000 (Wed, 23 Jun 2010)

Log Message:
-----------
Compilation fixes

Modified Paths:
--------------
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.h
    cel/branches/soc2010/navmesh/plugins/recast/CelNavMesh.cpp

Modified: cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp
===================================================================
--- cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp	2010-06-23 05:02:29 UTC (rev 4059)
+++ cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp	2010-06-23 12:44:22 UTC (rev 4060)
 <at>  <at>  -19,6 +19,7  <at>  <at> 

 
 #include "CelHPF.h"
+#include "cstool/mapnode.h"

 CS_PLUGIN_NAMESPACE_BEGIN(celNavMesh)
 {
 <at>  <at>  -159,12 +160,12  <at>  <at> 
     return false;
   }
(Continue reading)

leonardord | 24 Jun 2010 06:27
Picon

SF.net SVN: cel:[4061] cel/branches/soc2010/navmesh

Revision: 4061
          http://cel.svn.sourceforge.net/cel/?rev=4061&view=rev
Author:   leonardord
Date:     2010-06-24 04:27:02 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
graph:
Added weight attribute to the iCelEdge class. The edge weight was being calculated during the
ShortestPath() method, as the Euclidean distance between the two nodes.
Added another AddSuccessor() method to iCelNode, which takes the edge weigth as a parameter.
Added a GetEdges() method to iCelNode.
Changed iCelGraph::ShortestPath() to get the edge weight from iCelEdge instead of calculating it.
Added an AddEdge method to iCelGraph, which takes the edge weight as a parameter.

hpf:
Changes to iCelHNavStruct::BuildHighLevelGraph(). Still needs to be tested.

Modified Paths:
--------------
    cel/branches/soc2010/navmesh/include/tools/celgraph.h
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.cpp
    cel/branches/soc2010/navmesh/plugins/recast/CelHPF.h
    cel/branches/soc2010/navmesh/plugins/tools/celgraph/celgraph.cpp
    cel/branches/soc2010/navmesh/plugins/tools/celgraph/celgraph.h

Modified: cel/branches/soc2010/navmesh/include/tools/celgraph.h
===================================================================
--- cel/branches/soc2010/navmesh/include/tools/celgraph.h	2010-06-23 12:44:22 UTC (rev 4060)
+++ cel/branches/soc2010/navmesh/include/tools/celgraph.h	2010-06-24 04:27:02 UTC (rev 4061)
(Continue reading)


Gmane