# # ChangeLog for branches # # Generated by Trac 1.0.12 # 04/28/24 12:32:35 Tue, 19 Jan 2016 11:00:45 GMT thasling [13556] * branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/DistributedGA.Core.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Core/HeuristicLab.snk (added) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/TestPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Hive/HeuristicLab.snk (added) * branches/thasling/DistributedGA/DistributedGA.Hive/P2PTask.cs (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Plugin.cs (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Program.cs (deleted) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) new hive project Tue, 19 Jan 2016 09:06:29 GMT thasling [13555] * branches/thasling/DistributedGA/DistributedGA.ContactServer/ContactServiceImpl.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Hive/Program.cs (modified) * branches/thasling/DistributedGA/DistributedGA.sln (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) cleanup on contact server now works correct included ... Tue, 19 Jan 2016 08:57:22 GMT thasling [13554] * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) PeerList now is fetched from the server each time the peerlist is needed Tue, 19 Jan 2016 08:49:35 GMT thasling [13553] * branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Domain/MessageRecieveEventArgs.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/MessageContractImpl.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageSender.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageContract.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageSender.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) changed a few method names and other refactoring Tue, 19 Jan 2016 07:49:23 GMT abeham [13551] * branches/PerformanceComparison/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/PerformanceComparison/HeuristicLab.Optimization/3.3/Interfaces/ICharacteristicCalculator.cs (copied) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.Designer.cs (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.cs (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Views/3.3/ExpertSystemView.resx (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ExpertSystem.cs (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/HeuristicLab.OptimizationExpertSystem-3.3.csproj (modified) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ProblemCharacteristicAnalysis (added) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ProblemCharacteristicAnalysis/CharacteristicCalculator.cs (added) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ProblemCharacteristicAnalysis/DoubleMatrixCharacteristicCalculator.cs (added) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ProblemCharacteristicAnalysis/QAP (added) * branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/ProblemCharacteristicAnalysis/QAP/QAPCharacteristicCalculator.cs (added) #2457: Added characteristic calculator for qap and adapted expert ... Mon, 18 Jan 2016 14:34:30 GMT thasling [13548] * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) removed old code Mon, 18 Jan 2016 14:28:29 GMT thasling [13547] * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) Added Dispose() to MessageHandler and WCF service host Mon, 18 Jan 2016 14:20:16 GMT thasling [13546] * branches/thasling/DistributedGA/DistributedGA.ContactServer (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host (modified) * branches/thasling/DistributedGA/DistributedGA.Core (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host (modified) * branches/thasling/DistributedGA/DistributedGA.Operator (modified) * branches/thasling/DistributedGA/DistributedGA.Test (modified) svn ignore Mon, 18 Jan 2016 14:18:59 GMT thasling [13545] * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj (deleted) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj (deleted) * branches/thasling/DistributedGA/DistributedGA.Core/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.Core/obj (deleted) * branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.Operator/obj (deleted) * branches/thasling/DistributedGA/DistributedGA.Test/bin (deleted) * branches/thasling/DistributedGA/DistributedGA.Test/obj (deleted) deleted binaries Mon, 18 Jan 2016 14:16:33 GMT thasling [13544] * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj (deleted) Mon, 18 Jan 2016 14:16:23 GMT thasling [13543] * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin (deleted) Mon, 18 Jan 2016 14:16:03 GMT thasling [13542] * branches/thasling/DistributedGA/DistributedGA.Hive (modified) svn:ignore Mon, 18 Jan 2016 14:15:19 GMT thasling [13541] * branches/thasling/DistributedGA/DistributedGA.Core.Host/App.config (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/DistributedGA.Core.Host.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Hive (added) * branches/thasling/DistributedGA/DistributedGA.Hive/App.config (added) * branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Program.cs (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Properties (added) * branches/thasling/DistributedGA/DistributedGA.Hive/Properties/AssemblyInfo.cs (added) * branches/thasling/DistributedGA/DistributedGA.Test/DistributedGA.Test.csproj (modified) added new empty project for test on hive changed scheme for ip ... Mon, 18 Jan 2016 12:24:28 GMT thasling [13538] * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/ContactServiceImpl.cs (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/WcfConfigValidationData.tmp (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/App.config (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe.config (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.vshost.exe.config (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/DistributedGA.Core.csproj (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/MessageContractImpl.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/PeerNetworkMessageHandler.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfMessageService.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Implementation/WcfPeerListManager.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageContract.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Operator.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/bin/Debug/DistributedGA.Operator.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DistributedGA.Operator.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/App.config (modified) * branches/thasling/DistributedGA/DistributedGA.Test/Form1.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.exe.config (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.GenerateResource.Cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) Connectionstring to peerlistserver now in app.config Mon, 18 Jan 2016 09:41:50 GMT thasling [13537] * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.Host.vshost.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer.Host/obj/Debug/DistributedGA.ContactServer.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.csprojResolveAssemblyReference.cache (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.dll (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/DistributedGA.ContactServer.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.ContactServer/obj/Debug/WcfConfigValidationData.tmp (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/Program.cs (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.Host.vshost.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Core.Host/obj/Debug/DistributedGA.Core.Host.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/bin/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.dll (modified) * branches/thasling/DistributedGA/DistributedGA.Core/obj/Debug/DistributedGA.Core.pdb (modified) * branches/thasling/DistributedGA/DistributedGA.Operator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/bin/Debug/DistributedGA.Test.vshost.exe (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/thasling/DistributedGA/DistributedGA.Test/obj/Debug/DistributedGA.Test.csproj.FileListAbsolute.txt (modified) * branches/thasling/DistributedGA/DistributedGA.v12.suo (modified) Stable build before changing communication protocoll to net.tcp Mon, 18 Jan 2016 09:27:52 GMT thasling [13536] * branches/thasling/01.PNG (deleted) * branches/thasling/02.PNG (deleted) * branches/thasling/asd.txt (deleted) removed test-files Sun, 17 Jan 2016 17:50:15 GMT aballeit [13533] * branches/HeuristicLab.Problems.GrammaticalOptimization/Evaluation/MainWindow.xaml.cs (modified) #2283 quality diagram fix Sun, 17 Jan 2016 17:21:19 GMT gkronber [13532] * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans/PackingPlan2DView.resx (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans/PackingPlan3DView.Designer.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans/PackingPlan3DView.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans/PackingPlan3DView.resx (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Plugin.cs.frame (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/Container3DView.xaml (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/Container3DView.xaml.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingItemView.Designer.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingItemView.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingShapeView.Designer.cs (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/CuboidPackingShapeView.cs (modified) #1966 work in progress WPF control to visualize packings Sun, 17 Jan 2016 17:14:22 GMT gkronber [13531] * branches/HeuristicLab.BinPacking/PackingPlanVisualizations (deleted) #1966 deleted PackingPlanVisualizations which uses SharpDX to display ... Sun, 17 Jan 2016 17:12:10 GMT gkronber [13530] * branches/HeuristicLab.BinPacking/PackingPlanVisualizations/3D/PackingGame.cs (modified) #1966 final commit of changes to game before deleting the whole ...