Andy Korth
Andy Korth
The .ccb and .ccbi file extensions have changed to .sb and .sbi respectively. This clarifies that SpriteBuilder is the source of these files. In addition, a few CCB\* classes have...
See also #1164 CCActionFollow doesn't actually follow a node. It mirrors the movement of the node. When the target moves left, the action moves its node to the right. Theoretically...
It looks like the OpenGL bindings in OpenTK were upgraded a fair bit in September 2014. It includes support for OpenGL 4.5 spec, ES 3.1, and a bunch of fixes....
I tried using the example flag mod in Eco 0.9.7.7-beta and ran unto several compile issues after packaging it with Unity. The server side code in FlagObject.cs fails to compile...
I'm new to Hugo, but I was following the installation instructions here: https://themes.gohugo.io/themes/hugo-theme-gruvbox/ And they seem to omit the step Try adding the following below [module] in your hugo.toml file:...
If I place an image in /assets/images/, it displays correctly as a featured_image of my post, but when it's time to generate a opengraph meta data, it uses a url...
### Description The README documentation for errorhandler (under "Simple example") suggests registering the errorhandler like this: ```if (process.env.NODE_ENV === 'development') { // only use in development app.use(errorhandler()) } ``` However,...