Starbeamrainbowlabs sbrl
sbrl pushed to master at sbrl/cscz 2016-08-04 09:31:26 +00:00
7f2c363396 Bump version & update changelog for v0.3
sbrl pushed to master at sbrl/SpritePacker 2016-08-03 17:03:03 +00:00
b4eab747a4 Hook up preview image & create save button
sbrl pushed to master at sbrl/SpritePacker 2016-08-03 11:15:26 +00:00
b806b34b17 Hook remove button up.
sbrl pushed to master at sbrl/SpritePacker 2016-08-03 11:00:17 +00:00
fad5799c7e Hook add sprites button up
sbrl pushed to master at sbrl/SpritePacker 2016-08-03 10:27:50 +00:00
6408d90821 Adjust margins for control row buttons
sbrl pushed to master at sbrl/SpritePacker 2016-08-01 19:42:47 +00:00
694de8b223 Fix panel width sizing issue
sbrl pushed to master at sbrl/SpritePacker 2016-08-01 19:41:36 +00:00
054d7d5169 Add file selector with auto populated filter.
sbrl pushed to master at sbrl/SpritePacker 2016-08-01 19:26:25 +00:00
4d42de98ab Namespace SilentorBit -> Ext.SilentorBit + docs.
sbrl pushed to master at sbrl/SpritePacker 2016-08-01 19:16:13 +00:00
aa3f114f0c Work on GUI & add test row to ListView
sbrl pushed to master at sbrl/SpritePacker 2016-08-01 18:54:51 +00:00
c4ecc51245 Begin work on GUI with Gtk#.
sbrl pushed to master at sbrl/SpritePacker 2016-07-31 11:18:28 +00:00
57ebb57335 Separate SpritePacker from CLI
sbrl pushed to master at sbrl/SpritePacker 2016-07-31 10:09:59 +00:00
d30ab8d4ef Refactor Output() slightly and document more stuff
sbrl commented on issue sbrl/cscz#2 2016-07-25 18:38:27 +00:00
Document using statement command aliases

Done.

sbrl closed issue sbrl/cscz#2 2016-07-25 18:38:27 +00:00
Document using statement command aliases
sbrl pushed to master at sbrl/cscz 2016-07-25 18:38:09 +00:00
e4fb2f2a7c Documented using statement shortcuts in README.md.
sbrl commented on issue sbrl/cscz#3 2016-07-25 18:30:49 +00:00
Embed git commit hash in binary

Found it! We need to use the Exec Task with the IgnoreExitCode parameter. That way we can execute git and if git isn't installed, we can display some default message or other instead.

sbrl commented on issue sbrl/cscz#3 2016-07-25 18:25:08 +00:00
Embed git commit hash in binary

There doesn't seem to be a way of doing it that preserves both Linux and Windows compatibility and that doesn't require git to be installed and in the PATH variable.

sbrl commented on issue sbrl/cscz#4 2016-07-25 18:23:31 +00:00
Invalid variable names in generated constructor with --public flag

Fixed.

sbrl closed issue sbrl/cscz#4 2016-07-25 18:22:35 +00:00
Invalid variable names in generated constructor with --public flag
sbrl pushed to master at sbrl/cscz 2016-07-25 18:22:35 +00:00
1fe1b54174 Added moar comments and fixed #4.