dermetfan / libgdx-texturepacker-gui

Automatically exported from code.google.com/p/libgdx-texturepacker-gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept new TexturePacker.Settings parameter to set the crc file path

GoogleCodeExporter opened this issue · comments

There is a new parameter in TexturePacker Settings class in the latest version 
of LibGDX which allows the user to specify the location of the crc file path in 
case incremental parameter was specified. The LibGDX issue is here: 
http://code.google.com/p/libgdx/issues/detail?id=808  and it explains why the 
new addition.

It would be great if texturepacker-gui accept this parameter too, maybe just 
adding a new value int the project file and/or a new argument when executing 
the main like --incrementalFilePath=/somewhere.

We could discuss the solution and I could provide a patch for the first case if 
you want.

Thanks




Original issue reported on code.google.com by ariel.co...@gmail.com on 22 Apr 2012 at 2:09

Only adding the patch file for reference.

Original comment by ariel.co...@gmail.com on 21 May 2012 at 2:47

Attachments:

I'm in the process of updating the application with a better UI and some 
features that are not present in the TexturePacker class (custom pack name, 
packing multiple packs at once, etc). I'll include support for the CRC setting. 
Sorry for being so long :)

Original comment by aurelien.ribon on 30 May 2012 at 8:04

  • Changed state: Accepted

Original comment by aurelien.ribon on 30 May 2012 at 8:04

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
Fixed in 3.0.0
However, since incrementalFile setting is a very advanced feature, I didn't 
include it in the UI itself. It's only supported as an option in the project 
file.

Original comment by aurelien.ribon on 5 Jun 2012 at 8:57

  • Changed state: Fixed