Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline mc-kay  
#1 Posted : Tuesday, March 19, 2013 6:53:11 PM(UTC)
mc-kay

Medals: Admin

Joined: 8/24/2011(UTC)
Posts: 138
Location: Hannover

Thanks: 1 times
Was thanked: 12 time(s) in 7 post(s)
With a bit delay the sprint release for the last week was just released and pushed to nuget, github and codeplex.
For details and all links go to: http://DeltaEngine.net/Download

New features are Networking and Logging.
By default the logger sends all messages to our web service available here.
Please note that there is currently no user separation so all logs are visible for all users.
thanks 1 user thanked mc-kay for this useful post.
fg_garda on 3/19/2013(UTC)

Wanna join the discussion?! Login to your forum accountregister a new account. Or Connect via Facebook Twitter Google

Offline Benjamin  
#2 Posted : Tuesday, March 19, 2013 6:54:22 PM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Good stuff
Offline fg_garda  
#3 Posted : Tuesday, March 19, 2013 11:26:46 PM(UTC)
fg_garda

Joined: 3/18/2013(UTC)
Posts: 29

Thanks: 5 times
Hello,

I've cloned the new release and I've got the same errors that I've listed for the previous release.

- In Blocks and Blocks.Test all the Content files are missing. I've copied them from the Content folder of the Installer (except the *.xnb files)
- In DeltaEngine.Platforms.Tests is missing Content\TestXml.xml
- In DeltaEngine.Multimedia.Tests are missing Content\DefaultMusic.mp3 and Content\DefaultMusic.wma
- In DeltaEngine.Rendering.Tests are missing Content\redgs.png and Content\VectorText.xml
- In GameOfDeath I've installed DeltaEngine.OpenGL from NuGet because OpenAL32.dll is missing.

Anyway, after these fixes I can build the big solution, but I had to exclude the missing files. Could you fix these problems, please?
Thanks!
Offline Benjamin  
#4 Posted : Tuesday, March 19, 2013 11:33:14 PM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
Thanks for the report, I also found out some issues (mostly minor, not show stoppers like for you). There will be a fix release tomorrow.
Offline mc-kay  
#5 Posted : Wednesday, March 20, 2013 11:23:48 AM(UTC)
mc-kay

Medals: Admin

Joined: 8/24/2011(UTC)
Posts: 138
Location: Hannover

Thanks: 1 times
Was thanked: 12 time(s) in 7 post(s)
Hi fg_garda,
I just pushed a updated version to GitHub and CodePlex that fix all your points.
thanks 2 users thanked mc-kay for this useful post.
fg_garda on 3/20/2013(UTC), Benjamin on 3/20/2013(UTC)
Offline Cr3dos  
#6 Posted : Saturday, March 30, 2013 5:47:03 PM(UTC)
Cr3dos

Joined: 8/22/2011(UTC)
Posts: 61
Location: Switzerland

Was thanked: 4 time(s) in 4 post(s)
hi

There are some files missing in the new update on github:

Could not copy the file "F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Core\Xml\Tests\Content\TestXml.xml" because it was not found. DeltaEngine.Core.Xml.Tests

The tag 'SampleBrowserView' does not exist in XML namespace 'clr-namespace:DeltaEngine.Editor.SampleBrowser;assembly=DeltaEngine.Editor.SampleBrowser'. Line 119 Position 9. F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Editor\MainWindow.xaml 119 9 DeltaEngine.Editor

Metadata file 'F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Editor\SampleBrowser\bin\Debug\DeltaEngine.Editor.SampleBrowser.dll' could not be found F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Editor\SampleBrowser\Tests\CSC DeltaEngine.Editor.SampleBrowser.Tests

Could not copy the file "F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Scenes\Tests\Content\DeltaEngineLogo.png" because it was not found. DeltaEngine.Scenes.Tests
Could not copy the file "F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Scenes\Tests\Content\DeltaEngineLogo.xnb" because it was not found. DeltaEngine.Scenes.Tests
Could not copy the file "F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Rendering\Tests\Content\ImageAnimation01.png" because it was not found. DeltaEngine.Rendering.Tests
Could not copy the file "F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Rendering\Tests\Content\ImageAnimation02.png" because it was not found. DeltaEngine.Rendering.Tests
Could not copy the file "F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Rendering\Tests\Content\ImageAnimation03.png" because it was not found. DeltaEngine.Rendering.Tests
Could not copy the file "F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Multimedia\Tests\Content\DefaultVideo.wmv" because it was not found. DeltaEngine.Multimedia.Tests
Could not copy the file "F:\Programmierung\C-Sharp\GitHub_Repos\DeltaEngine\Multimedia\Tests\Content\DefaultVideo.xnb" because it was not found. DeltaEngine.Multimedia.Tests
File 'Images\Remove.png' cannot be found. DeltaEngine.Editor.SampleBrowser
File 'Images\Search.png' cannot be found. DeltaEngine.Editor.SampleBrowser

kind regards
Offline mc-kay  
#7 Posted : Wednesday, April 3, 2013 5:21:26 PM(UTC)
mc-kay

Medals: Admin

Joined: 8/24/2011(UTC)
Posts: 138
Location: Hannover

Thanks: 1 times
Was thanked: 12 time(s) in 7 post(s)
I just added the missing files, should now work.
Offline internetfreak  
#8 Posted : Thursday, April 25, 2013 11:00:03 PM(UTC)
internetfreak

Joined: 12/19/2011(UTC)
Posts: 529

Thanks: 10 times
Was thanked: 16 time(s) in 15 post(s)
pretty long time since the last update but I just noticed that the EmptyLibrary template is not reall that what it should be. It uses EmptyLibrary as default Assemblyname and Namespace, the AssemblyInfo.cs file is located in Properties instead of the root folder where all other project files are cloated, the references are projectReferences and point to a not existent location (seems to be based on the source instead of the environment variable)
The architecture is set to AnyCPU instead of x86 (like all other delta assemblies) so I get a compatibility warning between the architectures.
The AssemblyInfo.cs is also a bit weird because it adds "DeltaEngine" and the Projectname in one of the infos (don't know the field name currently).

Please look and fix what is not correct so we can use that template without problems :)
Mein Blog: www.internetfreak.net

- Inoffizieller DeltaEngine-Supporter und Tutorialschreiber -
Offline Benjamin  
#9 Posted : Thursday, April 25, 2013 11:04:46 PM(UTC)
Benjamin

Medals: Admin

Joined: 8/20/2011(UTC)
Posts: 1,421
Location: Hannover

Thanks: 18 times
Was thanked: 97 time(s) in 92 post(s)
True, we have worked around the clock on the Milestone 3 features and switched our continuous integration server, but were not able to solve all issues there (our build process is very complex). The template issues have been fixed (it was asked in another thread as well) and the next release will come in the next few days (early next week is the current plan).
Offline umityildiz  
#10 Posted : Thursday, May 2, 2013 4:38:57 PM(UTC)
umityildiz

Joined: 10/13/2011(UTC)
Posts: 21
Location: Kastamonu

Thanks: 5 times
I am waiting for the new version. Cool
Rss Feed  Atom Feed
Users browsing this topic
OceanSpiders 2.0
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2023, Yet Another Forum.NET
This page was generated in 0.119 seconds.