Code Repository
5 posters
Code Repository
I think there should be a code repository set up for sio2. I am making changes to sio2 for my personal project that could improve the engine for everybody. A repository could really help with merging those changes.
bucket- Posts : 4
Join date : 2008-10-07
Re: Code Repository
True, but I have no way to setup one... the space on google is way too limited... sorry... however, you are invited to submit your changes. For that simply create a demo that demonstrates the capabilities that you add, so I can test them and integrate them.
Tks in advance!
Cheers,
Tks in advance!
Cheers,
Re: Code Repository
How about setting up a free (open source) space on assembla? You get 200 gigs with that.
josgraha- Posts : 19
Join date : 2008-12-09
Re: Code Repository
google project manager is very easy to ues, you can invite some developers to sio2 project's member, then the members can modify the source code and submit the change by smartSVN on mac system ,but there is problem there's no rule let's the project owner to commit the finally change. and these is very import for sio2 project.
how about sourceforge ?
how about sourceforge ?
terryc- Posts : 11
Join date : 2009-02-08
Re: Code Repository
I don't know man I think google code just do the job well... If users want to modify something, they'll just have to send me their source so I can integrate it (and intensively debug it before adding it to the tree)
Re: Code Repository
Great stuff this SIO2 engine.
Looking at the templateShutdown of tutorial 2 I wonder if sio2ResourceInit and sio2WindowInit should be sio2ResourceFree sio2WindowFree?
tutorial 2:
tutorial 3:
or am I missing something?
I also wonder if there is an issue tracker set up that can be used to submit bug reports and such?
/v
Looking at the templateShutdown of tutorial 2 I wonder if sio2ResourceInit and sio2WindowInit should be sio2ResourceFree sio2WindowFree?
tutorial 2:
- Code:
void templateShutdown( void )
{
sio2ResourceUnloadAll( sio2->_SIO2resource );
sio2->_SIO2resource = sio2ResourceInit();
sio2->_SIO2window = sio2WindowInit();
sio2 = sio2Shutdown();
printf("\nSIO2: shutdown...\n" );
}
tutorial 3:
- Code:
void templateShutdown( void )
{
sio2ResourceUnloadAll( sio2->_SIO2resource );
sio2->_SIO2window = sio2WindowFree( sio2->_SIO2window );
sio2->_SIO2resource = sio2ResourceFree( sio2->_SIO2resource );
sio2 = sio2Shutdown();
printf("\nSIO2: shutdown...\n" );
}
or am I missing something?
I also wonder if there is an issue tracker set up that can be used to submit bug reports and such?
/v
void*- Posts : 4
Join date : 2009-03-17
Similar topics
» Code Contributions?
» OpenGL Code Question
» Request: code comments
» libsio2_sim.a source code?
» Code Response(s) on features & Request(s)
» OpenGL Code Question
» Request: code comments
» libsio2_sim.a source code?
» Code Response(s) on features & Request(s)
Permissions in this forum:
You cannot reply to topics in this forum