mirror of
https://github.com/Echelon9/cxbx-shogun.git
synced 2025-04-02 10:41:47 -04:00
shogun's mirrored branch of the Cxbx original Xbox emulator
clang++ -g -O2 -Wall -I../../src -I../../src/Common/Linux -I../..src/Linux -o ../../src/Common/OpenXDK.o -c ../../src/Common/OpenXDK.cpp In file included from ../../src/Common/OpenXDK.cpp:34: In file included from ../../src/Common/Xbe.h:37: ../../src/Common/Error.h:54:19: warning: field 'm_szError' will be initialized after field 'm_bFatal' [-Wreorder] Error() : m_szError(0), m_bFatal(false) { } ^ 1 warning generated. |
||
---|---|---|
build | ||
doc | ||
import | ||
resource | ||
src | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
COPYING | ||
README.md |
Cxbx
A branch of the Cxbx source code.
This fork builds upon the SVN Cxbx in that it attempts to use modern software development practices:
- greater reliability through code robustness and automated testing.
- easier maintenance through code cleanliness.
- easier to develop new features.
- easier to re-use code though code de-coupling and modularisation.
Further details to be specified in time.
Developers
For now the code itself, 'doc/' folder and self-generated Doxygen documentation are the best resources.
TravisCI is used to run automatic builds of a limited subset of functionality.