You can either clone the repository (which makes it much easier to stay up-to-date and switch from branches/versions to other ones), or go to the download page, and download any tag/branch version from there.
You can actually download any specific version, at a given commit, by using a similar URL and simply replacing the name of the tag/branch by the hash of the changeset:
Oh, I missed the download page. I would better clone the whole repo with source tree, last time they had no hg support. I hope its not much different from git, which I frequently use.
Also, while building rox for debug I got some warnings like this
../../../include/../plugins/Display/GLFW/orxDisplay.c:4382:56: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
Mmh, the sound tutorial works fine for me with the 4.7.2 branch.
Not sure what I can do about, sorry. Did it work fine with the previous version?
For the C++11 warning, I haven't modified any code to be C++11 compliant yet (most compilers are still not implementing the full specs anyway), so I'd recommend simply turning off this specific warning for now.
The tutorial works fine with release and profile mode, assert is only there in debug. I tried 1.4 now, surprisingly the assert is also there. I don't know what is wrong here.
edit: the assert is triggered when I pressed down the LEFT_KEY and pitch becomes 0
Comments
You can actually download any specific version, at a given commit, by using a similar URL and simply replacing the name of the tag/branch by the hash of the changeset:
Also, while building rox for debug I got some warnings like this
Its may be C++11 related
Not sure what I can do about, sorry. Did it work fine with the previous version?
For the C++11 warning, I haven't modified any code to be C++11 compliant yet (most compilers are still not implementing the full specs anyway), so I'd recommend simply turning off this specific warning for now.
edit: the assert is triggered when I pressed down the LEFT_KEY and pitch becomes 0