April 05, 2015
On Sunday, 5 April 2015 at 16:39:34 UTC, Suliman wrote:
> Is it's possible to use Dgame for iOS game developing?
> AFAIK iOS LDC now support building iOS Apps. https://github.com/smolt/ldc-iphone-dev

No. But because I also have no iOS device, I could not test well in this respect. My next step (version 0.5.1) would be to add touch events. Maybe (full) support for Android / iOS comes with 0.5.2
April 09, 2015
Because of some changes, I will publish a further release candidate:
The changes are:
-Touch support
-Touch events
-Keyboard.Code renamed to Keyboard.Key (with deprecation of the old one)
-event.keyboard.code renamed to event.keyboard.key (with depreciation of the old one)
- Abandonment of the dependency m3. Dgame now used an internal module.

The final release date is still sunday evening.
April 10, 2015
On Wednesday, 1 April 2015 at 18:30:01 UTC, Namespace wrote:
> Since the weekend Dgame went into the release phase:
> https://github.com/Dgame/Dgame/releases/tag/v0.5.0-rc.1
> http://dgame-dev.de/?page=download
>
> The Website (http://dgame-dev.de/) is fully updated  and should be useable on every device. Please let me know if you noticed unexpected behavior (at Dgame or on the website).
> I also want to participate on "one game a month (http://www.onegameamonth.com/). I hope you will vote for me there. ;)
> I'm sure that will bring some new light to the D community and it will be a good stress test for Dgame.

I am getting dub error after adding dgame dependency (copy pasted from dub page):

Failed to retrieve metadata for package dgame: Could not find package candidate
for dgame ==~>0.5.0-rc.3
Could not resolve dependencies
The dependency graph could not be filled, there are unresolved dependencies.

April 10, 2015
On Friday, 10 April 2015 at 08:19:14 UTC, Szymon Gatner wrote:
> On Wednesday, 1 April 2015 at 18:30:01 UTC, Namespace wrote:
>> Since the weekend Dgame went into the release phase:
>> https://github.com/Dgame/Dgame/releases/tag/v0.5.0-rc.1
>> http://dgame-dev.de/?page=download
>>
>> The Website (http://dgame-dev.de/) is fully updated  and should be useable on every device. Please let me know if you noticed unexpected behavior (at Dgame or on the website).
>> I also want to participate on "one game a month (http://www.onegameamonth.com/). I hope you will vote for me there. ;)
>> I'm sure that will bring some new light to the D community and it will be a good stress test for Dgame.
>
> I am getting dub error after adding dgame dependency (copy pasted from dub page):
>
> Failed to retrieve metadata for package dgame: Could not find package candidate
> for dgame ==~>0.5.0-rc.3
> Could not resolve dependencies
> The dependency graph could not be filled, there are unresolved dependencies.

Yes, I'm too. I've removed the dependency m3 but that cannot be the reason. Sadly the error message is totally unhelpfull. I will investigate that.
April 10, 2015
On Friday, 10 April 2015 at 08:39:40 UTC, Namespace wrote:
> On Friday, 10 April 2015 at 08:19:14 UTC, Szymon Gatner wrote:
>> On Wednesday, 1 April 2015 at 18:30:01 UTC, Namespace wrote:
>>> Since the weekend Dgame went into the release phase:
>>> https://github.com/Dgame/Dgame/releases/tag/v0.5.0-rc.1
>>> http://dgame-dev.de/?page=download
>>>
>>> The Website (http://dgame-dev.de/) is fully updated  and should be useable on every device. Please let me know if you noticed unexpected behavior (at Dgame or on the website).
>>> I also want to participate on "one game a month (http://www.onegameamonth.com/). I hope you will vote for me there. ;)
>>> I'm sure that will bring some new light to the D community and it will be a good stress test for Dgame.
>>
>> I am getting dub error after adding dgame dependency (copy pasted from dub page):
>>
>> Failed to retrieve metadata for package dgame: Could not find package candidate
>> for dgame ==~>0.5.0-rc.3
>> Could not resolve dependencies
>> The dependency graph could not be filled, there are unresolved dependencies.
>
> Yes, I'm too. I've removed the dependency m3 but that cannot be the reason. Sadly the error message is totally unhelpfull. I will investigate that.

For what it's worth I don't see this error. I just did an upgrade on my projects and they pulled in RC3 and build OK.

I'm on Arch x86_64 using DUB version 0.9.23, built on Apr  8 2015.


Thanks,
Stew
April 10, 2015
On Friday, 10 April 2015 at 10:29:32 UTC, stewarth wrote:
> On Friday, 10 April 2015 at 08:39:40 UTC, Namespace wrote:
>> On Friday, 10 April 2015 at 08:19:14 UTC, Szymon Gatner wrote:
>>> On Wednesday, 1 April 2015 at 18:30:01 UTC, Namespace wrote:
>>>> Since the weekend Dgame went into the release phase:
>>>> https://github.com/Dgame/Dgame/releases/tag/v0.5.0-rc.1
>>>> http://dgame-dev.de/?page=download
>>>>
>>>> The Website (http://dgame-dev.de/) is fully updated  and should be useable on every device. Please let me know if you noticed unexpected behavior (at Dgame or on the website).
>>>> I also want to participate on "one game a month (http://www.onegameamonth.com/). I hope you will vote for me there. ;)
>>>> I'm sure that will bring some new light to the D community and it will be a good stress test for Dgame.
>>>
>>> I am getting dub error after adding dgame dependency (copy pasted from dub page):
>>>
>>> Failed to retrieve metadata for package dgame: Could not find package candidate
>>> for dgame ==~>0.5.0-rc.3
>>> Could not resolve dependencies
>>> The dependency graph could not be filled, there are unresolved dependencies.
>>
>> Yes, I'm too. I've removed the dependency m3 but that cannot be the reason. Sadly the error message is totally unhelpfull. I will investigate that.
>
> For what it's worth I don't see this error. I just did an upgrade on my projects and they pulled in RC3 and build OK.
>
> I'm on Arch x86_64 using DUB version 0.9.23, built on Apr  8 2015.
>
>
> Thanks,
> Stew

Yup, upgrading to dub 0.9.23 fixed the issue for me too. I actually thought I had latest dub version installed, seems I didn't.
April 10, 2015
Yes, I can confirm that also. That relieves me. :)
1 2 3
Next ›   Last »