1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

138 Commits

Author SHA1 Message Date
5a296dd048 Updated releasenotes v1.0.3 2016-06-03 22:47:46 +02:00
efb0f35f25 Updated version to 1.0.3 2016-06-03 22:15:43 +02:00
a3554e6cd7 Updated DevTest to use some of the fancy new techniques 2016-06-03 22:04:12 +02:00
d453cdc9bc Added deltaTime-parameter to UpdatingEventArgs 2016-06-03 22:02:35 +02:00
5d1c8a1433 Added missing comment 2016-06-03 21:29:53 +02:00
d7d34988be Added missing finalization in ImageBrush 2016-06-03 21:27:47 +02:00
ec9eb7aef0 Added missing comment (#45) 2016-06-03 20:56:26 +02:00
c1027df0f7 Added a method to check for SDK availability.
This should address #45
2016-06-03 20:51:20 +02:00
f71342545c Updated gitignore 2016-04-02 11:13:50 +02:00
a783e52c41 Moved brush calculation mode to the brush
This makes obviously more sense ...
2016-03-27 17:57:13 +02:00
286a6ea284 Suppressed some code issues 2016-03-26 20:43:34 +01:00
1ba02cc613 Updated AudioAnalyzer-Example 2016-03-26 20:39:36 +01:00
dbdc1c22e8 Fixed update mechanism 2016-03-26 20:37:10 +01:00
603c4f72fe Added missing files from the last commit 2016-03-26 19:48:43 +01:00
6f2e77b797 Added events in the update-process 2016-03-26 19:48:14 +01:00
a0a0132ca0 Renamed brush-update-method 2016-03-26 18:28:20 +01:00
93d94fdc5a Added a selection for BrushCalculationModes (relative/absolute) 2016-03-25 23:17:38 +01:00
88ac78f19a Renamed Exception-Event 2016-03-25 18:57:14 +01:00
2cbf4b9894 Added caching to rectangle-keygroup 2016-03-25 18:15:59 +01:00
a61e433f12 Added overloads to use all 'param'-Methods with IEnumerables 2016-03-25 18:13:49 +01:00
6bda450e86 Fixed wrong comment 2016-03-18 20:45:50 +01:00
45c57b47a7 Updated version to 1.0.2.2 2016-03-16 21:21:18 +01:00
3ade6dc0f3 Added ImageBrush 2016-03-16 21:19:37 +01:00
d3103dd646 Fixed a calculation bug while calculating the parameters for the brush calculation 2016-03-16 21:11:10 +01:00
855e850ce4 Fixed some descriptions 2016-03-12 09:32:53 +01:00
1270f4b8e4 Updated release-notes 2016-03-12 09:32:30 +01:00
c1fa3025b6 Updated SDK to 1.15.28
This resolves #38
2016-03-12 09:31:48 +01:00
de9713db00 Set version to 1.0.2.1 2016-02-28 17:37:49 +01:00
7a0a2778ba Extended target-file to support VS publishing
(somehow workarounded - MSBuild is weird ...)
2016-02-24 20:46:39 +01:00
c1b8fbc10b Set version to 1.0.2 v1.0.2 2016-02-20 10:16:15 +01:00
4fd4cb0a31 Merge pull request #35 from DarthAffe/Development
Implemented a reinitialize-functionality
2016-02-20 10:12:27 +01:00
a64d27c5ae Implemented a reinitialize-functionality 2016-02-20 10:05:33 +01:00
b13a08bdf4 Rewrote the native stuff to allow hot reloading of the SDK-library 2016-02-20 10:03:33 +01:00
ced1867b03 Set version to 1.0.1 v1.0.1 2016-02-07 10:35:32 +01:00
4788204297 Merge pull request #34 from DarthAffe/Development 2016-02-07 10:29:38 +01:00
6479de8d26 Added code-documentation for the Profile-implementation 2016-02-07 10:26:35 +01:00
089cada426 Refactoring 2016-02-07 10:06:07 +01:00
0b6ba617ac Added basic CUE-Profile loading 2016-02-06 23:49:56 +01:00
074f823fd7 Merge branch 'master' 2015-12-23 17:07:09 +01:00
8e193f9fa6 Updated to V1.0 v1.0 2015-12-23 15:55:53 +01:00
c68f55c824 Updated readme for V1.0 release 2015-12-23 15:46:18 +01:00
a53af22454 Fixed RadialGradientBrush not returning transparent when no gradient is set 2015-11-29 12:42:39 +01:00
5683fe9698 Merge branch 'master' of https://github.com/DarthAffe/CUE.NET.git 2015-11-28 14:21:28 +01:00
f2e3126281 Fixed documentation comment 2015-11-28 14:21:23 +01:00
b69ef8ec48 Updated readme 2015-11-28 14:19:30 +01:00
6f1786a826 Updated readme 2015-11-28 13:09:32 +01:00
20b28087f6 Fixed some exception related stuff in the CUE.NET initialization 2015-11-13 11:05:34 +01:00
e813f32cdc Fixed nuget-package-layout 2015-10-28 20:01:04 +01:00
cc213e6d73 Changed build-traget to .NET 4.5. This resolves #28 2015-10-28 18:14:28 +01:00
e169d7448e Tweaked some settings and fixed comments in the AudioAnalyzerExample 2015-10-24 19:49:05 +02:00