Gary Kacmarcik
Gary Kacmarcik
Copied from https://code.google.com/archive/p/spritely/issues/33 Posted on Oct 17, 2010 by Massive Dog Steps to reproduce problem: (1) On main menu if you selecting successively Sprites and BackGrounds Maps and Background Images...
Copied from https://code.google.com/archive/p/spritely/issues/34 Posted on Oct 17, 2010 by Massive Dog Hello, You will found some changes to remove : \* StringBuilder.Append(String.Format( -> StringBuilder.AppendFormat( \* TextWriter.Write(String.Format( -> TextWriter.Write( (because you...
Copied from https://code.google.com/archive/p/spritely/issues/32 Posted on Mar 5, 2009 by Swift Kangaroo Steps to reproduce problem: (1) Add a background image Expected behavior: Option to delete available somewhere Observed behavior: Unable...
Copied from https://code.google.com/archive/p/spritely/issues/31 Posted on Mar 1, 2009 by Swift Kangaroo Since we're generating the complete project, we could just as easily dump the graphic files (tile, map, palette, image...
Copied from https://code.google.com/archive/p/spritely/issues/30 Posted on Mar 1, 2009 by Swift Kangaroo Opening an xml file using "Open with..." and specifying Spritely doesn't work. It needs fixin'.
Copied from https://code.google.com/archive/p/spritely/issues/29 Posted on Mar 1, 2009 by Swift Kangaroo Global preferences: default save directory default platform default color palette (16- or 256-color) once we have 256-color support.
Copied from https://code.google.com/archive/p/spritely/issues/28 Posted on Mar 1, 2009 by Swift Kangaroo Use an .xml file to store preferences. This is more easily edited by users and probably works better cross-...
Copied from https://code.google.com/archive/p/spritely/issues/27 Posted on Mar 1, 2009 by Swift Kangaroo Add more errors/warnings. Catch all exceptions close to error. Add file load tests to verify.
Copied from https://code.google.com/archive/p/spritely/issues/26 Posted on Mar 1, 2009 by Swift Kangaroo Autosave changes into temp file. Delete temp file when exiting/saving. Check for auto-save file on start and ask user...
Copied from https://code.google.com/archive/p/spritely/issues/25