Code Depo Comments Disabled?

Went “shopping” for a way to do savegames and the dmc_autostore method seemed like a good shot. But wait, it’s missing something! 

Normally I would ask the author in the comments section, but as best I can tell, comments on every code page have been disabled, so there’s no way to contact the author apart from (maybe?) cut/paste the username and private message.

Is there a fix coming for this? (I noticed the search can no longer find anything under code repository either.)

hey richard9,<br /><br />did you ever get in touch with me about your suggestion ?<br /><br />cheers,<br />dmc

This is fixed in the new code repository:  http://code.coronalabs.com

Rob

dmccuskey, that was a very long time ago, but I’m guessing I wanted some kind of support for table structures?

I ended up using ggData for a project last year and spent weeks learning (unfortunately) that if you use “number” and “string” type table entries together, the numbers became strings. (i.e.: you could save myTable{ dude=1 } or myTable{“hi”, 2} but not both.) I think I was hoping to go with autostore but it would have required moving to a flat architecture.

hey richard9,<br /><br />did you ever get in touch with me about your suggestion ?<br /><br />cheers,<br />dmc

This is fixed in the new code repository:  http://code.coronalabs.com

Rob

dmccuskey, that was a very long time ago, but I’m guessing I wanted some kind of support for table structures?

I ended up using ggData for a project last year and spent weeks learning (unfortunately) that if you use “number” and “string” type table entries together, the numbers became strings. (i.e.: you could save myTable{ dude=1 } or myTable{“hi”, 2} but not both.) I think I was hoping to go with autostore but it would have required moving to a flat architecture.