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 : Thursday, November 28, 2013 8:45:24 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)
A Bugfix Release for all Frameworks was just pushed, download like always at http://deltaengine.net/download
This is now the recommended version to use.

Edited by moderator Friday, November 29, 2013 10:48:42 AM(UTC)  | Reason: Not specified

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

Offline internetfreak  
#2 Posted : Thursday, December 5, 2013 11:39:10 AM(UTC)
internetfreak

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

Thanks: 10 times
Was thanked: 16 time(s) in 15 post(s)
I don't know if it's fixed but I just found a small coding bug. In the file ContentLoader.cs you have the following code:
Code:
public static void RemoveResource(string key)
		{
			if (current.resources.ContainsKey(key))
				current.resources.Clear();
		}


You check if the key exists and then you clear the whole dictionary? I don't think this is intentional :)
Mein Blog: www.internetfreak.net

- Inoffizieller DeltaEngine-Supporter und Tutorialschreiber -
Offline Benjamin  
#3 Posted : Thursday, December 5, 2013 6:04:25 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, good catch. It is only used in the Editor and killing all resources is certainly not correct, but it is just a cache, so it works either way. I forwarded this to the Editor team and it has been already fixed, they will write a comment here too.
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.040 seconds.