dh
dh
This renames the CCBReader class to CCSBReader. The internal CCB\* classes are left untouched by this pull request, as there are many string/class comparisons throughout the app that depend on...
The blend mode property isn't implemented for the `CCLabelBMFont` class which is resulting in some errors in SpriteBuilder when deserialising. This property needs to be added to the class for...
The commit 6fc1745f introduces visible corruption in the way the `CCBMFont` class is displayed. This is noticeable in the rulers around the main window in the SpriteBuilder CocosScene view. Reverting...
Some files throughout the framework are named `ccBlah.h` and some are `CCBlah.h` - let's make this consistent and decide on a set style.
### Description This changes the Ecto database connection to be backed by a library that forwards write operations to a specific elixir node during runtime. This library has been forked...
### Description _A few sentences describing the overall effects and goals of the pull request's commits._ _What is the current behavior, and what is the updated/expected behavior with this PR?_...