FORUM CLOSED, PLEASE REGISTER AT FORUM.SIO2INTERACTIVE.COM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Code Repository

5 posters

Go down

Code Repository Empty Code Repository

Post  bucket Fri Nov 07, 2008 11:27 am

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

Back to top Go down

Code Repository Empty Re: Code Repository

Post  sio2interactive Fri Nov 07, 2008 4:20 pm

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,
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 45
Location : Shanghai

http://sio2interactive.com

Back to top Go down

Code Repository Empty Re: Code Repository

Post  josgraha Thu Feb 05, 2009 12:24 am

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

Back to top Go down

Code Repository Empty Re: Code Repository

Post  terryc Mon Feb 16, 2009 11:08 pm

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 ? lol!

terryc

Posts : 11
Join date : 2009-02-08

Back to top Go down

Code Repository Empty Re: Code Repository

Post  sio2interactive Thu Feb 19, 2009 3:28 pm

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) Wink
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 45
Location : Shanghai

http://sio2interactive.com

Back to top Go down

Code Repository Empty Re: Code Repository

Post  void* Sun Mar 22, 2009 11:27 am

Great stuff this SIO2 engine.

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

Back to top Go down

Code Repository Empty Re: Code Repository

Post  sio2interactive Sun Mar 22, 2009 4:20 pm

oupppsssss ma'bad Wink
sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 45
Location : Shanghai

http://sio2interactive.com

Back to top Go down

Code Repository Empty Re: Code Repository

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum