[731 total ]
Ticket #24 (trunk not compiling) created

Fresh checkout of trunk, Axiom_2008.sln

Project Axiom -> Properties -> Build Events

"$(ProjectDir?)..\..\build\version_scm.bat" "$(ProjectDir?).\..\.." "$(ProjectDir?)..\GlobalAssemblyInfo?.cs.in" ... [More] "$(ProjectDir?)..\GlobalAssemblyInfo?.cs"

No "version_scm.bat" is present

GlobalAssemblyInfo?.cs is missing but is referenced by all engine projects

Compiles after removing the above items from the solution [Less]

Ticket #23 (MousePicking demo not redrawing BoundingBox correctly) created

In the MousePicking? demo the Bounding box seems to HitTest? in the correct location yet it flickers or doesn't Redraw at all.
Changing the HitTest? to a BoundingBox? from a Sphere seems to have helped allot so I had to change the ... [More] "ray.Intersects(headNode.WorldAABB).Hit" to WorldAABB to get it to work just partially.

Could be A redrawing issue or most likely a Ray problem. [Less]

Ticket #22 (Fixes Grass demo grass animation) created

Fixes Grass demo grass animation. Commented out math in there will be modified later to add varied speed and offset per grass Entity.

Changeset [1551]: - Removed old Xna demo projects

- Removed old Xna demo projects

Changeset [1550]: - Update version number in AssemblyInfo of Demos. Ticket #21

- Update version number in AssemblyInfo? of Demos.
Ticket #21

Ticket #21 (Add files to ResourceManager Manually) closed

fixed

Changeset [1549]: - Added ResourceManager.AddCommonResourceFile and ...

- Added ResourceManager?.AddCommonResourceFile? and ResourceManager?.AddResourceFile?

This allows manually adding files to pre-existing Archives e.g. downloaded content at runtime

Ticket #21

Ticket #21 (Add files to ResourceManager Manually) created

Add methods to ResourceManager to facilitate adding files to the system after initialization.

Discussed in this forum thread http://axiomengine.sourceforge.net/forums/viewtopic.php?f=1&t=598

Changeset [1548]: - Reworked Xbox demos Each demo get's it's own project Each demo ...

- Reworked Xbox demos

Each demo get's it's own project
Each demo references a common content project
Each demo get's it's own content project
This will allow for staged implementation of each demo for the Xbox

demos compile but will not run yet.

Changeset [1547]: - Removed ContentPipeline generated files

- Removed ContentPipeline? generated files