Code Repository

This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

Code Repository

Post  bucket on Fri Nov 07, 2008 6:27 pm

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

View user profile

Back to top Go down

Re: Code Repository

Post  sio2interactive on Fri Nov 07, 2008 11: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

Posts: 1524
Join date: 2008-08-26
Age: 30
Location: Shanghai

View user profile http://sio2interactive.com

Back to top Go down

Re: Code Repository

Post  josgraha on Thu Feb 05, 2009 7: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

View user profile

Back to top Go down

Re: Code Repository

Post  terryc on Tue Feb 17, 2009 6:08 am

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

View user profile

Back to top Go down

Re: Code Repository

Post  sio2interactive on Thu Feb 19, 2009 10: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

Posts: 1524
Join date: 2008-08-26
Age: 30
Location: Shanghai

View user profile http://sio2interactive.com

Back to top Go down

Re: Code Repository

Post  void* on Sun Mar 22, 2009 5:27 pm

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-18

View user profile

Back to top Go down

Re: Code Repository

Post  sio2interactive on Sun Mar 22, 2009 10:20 pm

oupppsssss ma'bad Wink

_________________
SIO2 Interactive
Free Open Source 3D Game Engine for iPhone and iPod Touch
http://sio2interactive.com

sio2interactive

Posts: 1524
Join date: 2008-08-26
Age: 30
Location: Shanghai

View user profile http://sio2interactive.com

Back to top Go down

View previous topic View next topic Back to top


This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Permissions of this forum:
You cannot reply to topics in this forum