FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Where's Derelict being developed now?

 
Post new topic   Reply to topic     Forum Index -> Derelict
View previous topic :: View next topic  
Author Message
salamander



Joined: 24 May 2011
Posts: 11

PostPosted: Sun Feb 12, 2012 4:55 pm    Post subject: Where's Derelict being developed now? Reply with quote

I think that the Big Changes Afoot entry
http://www.dsource.org/forums/viewtopic.php?t=6214
should be made a sticky topic since it's very important -- perhaps also on the main project page, which seems to be getting a little too far behind the times.

Can we go to the github site now?

p.s. I have a little bug fix, and I'm not great at pull requests etc., but here it is:
in derelictSDL/derelict/mixer.d, the following function GetMusicDecoder ought to take one "int" as a parameter, I believe (line ~160)

alias CCPTR function() da_Mix_GetMusicDecoder;

change to:
alias CCPTR function( int ) da_Mix_GetMusicDecoder;

p.p.s. Is there a proper procedure for pull requests and bug reports?

Zach
Back to top
View user's profile Send private message
aldacron



Joined: 05 May 2004
Posts: 1322
Location: Seoul, South Korea

PostPosted: Sun Feb 12, 2012 10:25 pm    Post subject: Re: Where's Derelict being developed now? Reply with quote

salamander wrote:
I think that the Big Changes Afoot entry
http://www.dsource.org/forums/viewtopic.php?t=6214
should be made a sticky topic since it's very important -- perhaps also on the main project page, which seems to be getting a little too far behind the times.

Can we go to the github site now?


There is a Derelict3 repository at github:
https://github.com/aldacron/Derelict3.

Eventually, I will update the Wiki here and point it there. In the meantime, Derelict 2 is still very much alive.

Quote:

p.s. I have a little bug fix, and I'm not great at pull requests etc., but here it is:
in derelictSDL/derelict/mixer.d, the following function GetMusicDecoder ought to take one "int" as a parameter, I believe (line ~160)

alias CCPTR function() da_Mix_GetMusicDecoder;

change to:
alias CCPTR function( int ) da_Mix_GetMusicDecoder;

p.p.s. Is there a proper procedure for pull requests and bug reports?

Zach


The SDL_mixer binding has not yet been ported to Derelict 3. Any Derelict 2 bugs you encounter should be reported here, either in the forum or as a new ticket in Trac. This post is sufficient. I'll make the change and update the repo ASAP. Thanks!
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
doob



Joined: 06 Jan 2007
Posts: 367

PostPosted: Tue Feb 14, 2012 1:40 pm    Post subject: Reply with quote

Just for the record, github supports readme files in the markdown format (and possibly others as well). This will allow you to format the code example a bit.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Derelict All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group