Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed

Source Control Clients
Project Name: elephant
Server URL: https://tfs04.codeplex.com

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
6522 Sep 10 2007  at
9:34 AM
* Changed namespaces in Elephant.Utility, so that you only have to reference Elephant.Utility.Components and not each sub-category. shrt 187
5495 Aug 31 2007  at
11:20 PM
* Added some xml files to SpinningPyramid sample, showing how to use the newly added xml template feature. shrt 12
5484 Aug 31 2007  at
6:48 PM
Fixed an issue with EntityComponent.Start() not being called in certain scenarios.
Added CreateFrom method in EntityFactory to create an Entity from an XML template.
Added EntityTemplateReader.
Added EntityTemplate.
Added ComponentTemplate.
Added UsingMaterials sample.
shrt 4
4100 Aug 20 2007  at
1:31 PM
* Fixed a bunch of methods concering finding components of a given type in EntityComponentCollection. Now you will be able to get a Camera reference from an entity containing a LookAtCamera (LAC is derived from Camera).
* Added Material.cs. Implementation awaits.
* Deleted LookAtCamera.cs from SpinningPyramid sample, as it is now residing in the Utility assembly.
shrt 22
3947 Aug 18 2007  at
10:45 PM
* Added a new project (Elephant.Utility), which will hold components and other utilities in order to keep the core framework library as lightweight as possible.
* Added comments to most methods/properties.
* Fixed EntityCollection/ComponentManager .Clear(). It will now remove all entities immediately.
* Deleted Elephant\Framework\Components. The contents are now in a separate library (Elephant.Utility).
shrt 0
3793 Aug 16 2007  at
11:08 PM
* Changed most occurences of IEntity/IEntityComponent to Entity/EntityComponent, as there really isn't any reason to pass the interfaces around (calling virtual methods are faster than through interfaces) shrt 2
3457 Aug 13 2007  at
2:32 PM
* Removed all debugging/test output from various places.
* Added a working sample. (SpinningPyramid)
shrt 4
3450 Aug 13 2007  at
1:48 PM
Uploaded the re-written source, with both xbox and windows solutions. shrt 2
3448 Aug 13 2007  at
1:38 PM
More deletion shrt 0
3445 Aug 13 2007  at
1:34 PM
Deleting everything to allow for new source to be uploaded. shrt 12
1-10 of 19Change Sets < Previous 1 2 Next >
Updating...