Syed
Syed
Agreed, which is why documentation and feature PRs should be merged together.
> 'merge' and 'release' are not the same. We 'merge' one PR at a time, and release in bulk at a later time. Well, I meant merge to the branch...
Ok, I've been exploring possibilities to automate deployment of documentation using Travis CI. It is possible and it can be done through Travis.
@damithc @YuPeiHenry Hmm, I explored but there needs to be a general cleanup of the Website repo before it can happen. Also, I didn't do it in the end because...
Hi Just minor edits, such as functions which are deprecated or platform-dependent, like bzero & mkdir (one is deprecated and another works, but requires different parameters, MinGW was quite fussy...
With the SFML framework, I guess nearly all of the problems disappeared! It's just about getting the right external libraries (SFML and libRocket), compiled with the right C++ compiler.
For font rendering, you could use SDL_ttf and also, for PNG support, SDL_image. This may remove the dependency required on OpenGL. Also, both addon libraries are multi-platform.
Why not allow them to create their own scripts, running on the server? That way, you would not have to meddle around with validation and such. Maybe, allow the scripts...