Starbeamrainbowlabs sbrl
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.
sbrl pushed to master at sbrl/arduino 2016-07-23 15:05:25 +00:00
5fc0a74263 Add default hull pixelbot dance script
sbrl opened issue sbrl/cscz#4 2016-07-16 10:58:03 +00:00
Invalid variable names in generated constructor with --public flag
sbrl opened issue sbrl/cscz#3 2016-06-27 20:33:50 +00:00
Embed git commit hash into binary
sbrl opened issue sbrl/cscz#2 2016-06-27 20:23:54 +00:00
Document using statement command aliases
sbrl pushed to master at sbrl/cscz 2016-06-27 20:22:42 +00:00
6418f52bf8 Further clarified help text.
92fde60f37 Added additional using aliases
ecdffd85a7 Updated help file to reflect new options.
Compare 3 commits »
sbrl pushed to master at sbrl/cscz 2016-06-27 20:10:16 +00:00
77c20cf8ef Add example compressed class definition to examples folder
e8e36ae822 Bugfix: public / private generation
a7e708b8a1 Bugfix: Incorrect default using statement
Compare 3 commits »
sbrl pushed to master at sbrl/SpritePacker 2016-05-25 11:34:28 +00:00
28e3fcbfe5 Add usage information to README.
sbrl pushed to master at sbrl/SpritePacker 2016-05-25 11:18:30 +00:00
f6f144ffd6 Updated readme to be more friendly
sbrl commented on issue sbrl/SpritePacker#2 2016-05-25 11:18:19 +00:00
Provide prebuilt binaries

Done! We now are now providing prebuilt binaries via ownCloud.

sbrl closed issue sbrl/SpritePacker#2 2016-05-25 11:18:19 +00:00
Provide prebuilt binaries
sbrl commented on issue sbrl/SpritePacker#2 2016-05-25 11:09:03 +00:00
Provide prebuilt binaries

ownCloud looks like a good place to host the binaries until we migrate over to GitHub.