Menu

VRECKO - Source Codes Commit Log


Commit Date  
[r86] by miquode

added basic debug support for keyboard and mouse control, for details see TimMain.h

2014-05-12 13:15:26 Tree
[r85] by gream1024

Terrain Navigation - zooming optimized - mainly for WII.

2014-05-06 11:54:12 Tree
[r84] by gream1024

Navigation plug-in update.

2014-05-06 10:31:17 Tree
[r83] by tisovcik

Nature plug-in update. Minor update of the Land ability.

1.) ComputeIntersectionWithRay() has been removed from derived classes and moved to LandMesh (the method itself is not yet implemented).
2.) Implementation of Export() has been moved from the derived classes to the parent class LandMesh.

2014-05-02 11:14:38 Tree
[r82] by tisovcik

Nature plug-in update. Minor update of the Land ability.

1.) Fixed application crash caused by LandAbility if no mesh is created (i.e. <Render> is set to Off).

2014-04-30 10:45:46 Tree
[r81] by gream1024

Navigation project refactor.

2014-04-29 17:47:41 Tree
[r80] by gream1024

Navigation - simple compass ability added. Navigation VS project fixed. Minor changes in ArtKit and VreckoUtils projects.

2014-04-29 17:20:25 Tree
[r79] by gream1024

Terrain navigation - getAltitude computation fixed.

2014-04-23 13:12:41 Tree
[r78] by tisovcik

Nature plug-in update. Minor update of Land ability.

1.) Added LandAbility::ComputeAltitudeAt() for easier usage.
2.) All properties related files are now fully documented.
3.) All land blocks now support <Render> element which can be used to disable rendering.

2014-04-23 11:26:41 Tree
[r77] by tisovcik

Nature plug-in update. Minor update of the Land ability.

1.) Index array of the TinMesh has been divided in multiple smaller arrays (so that each array contains at most 65535 indices) in order to prevent rendering errors.
2.) TinMesh::ComputeAltitudeAt() has been implemented. Result is approximated using the elevation of the closest sample (measured by Euclidean distance).
3.) TinData::LowestPoint(), TinData::HighestPoint() and TinData::StretchValues() have been implemented.

2014-04-21 12:44:10 Tree
Older >