shogun's mirrored branch of the Cxbx original Xbox emulator
Go to file
Rhys Kidd 09194f426e Merge pull request #17 from Echelon9/feature/readme
Add README
2015-10-30 02:38:51 +11:00
build Fixup GNU Makefile for building intermediate tools 2015-10-30 01:32:49 +11:00
doc Run doxygen config file through 'doxygen -u' 2015-10-30 00:19:08 +11:00
import Remove static import of upx. Development environment can contain this functionality, if required. Cleanup broken script. 2015-10-30 00:27:54 +11:00
resource Update gitattributes (with line ending fixes) 2012-10-07 23:58:52 +11:00
src Add XDK 4361 D3DDevice_DeleteStateBlock() and Direct3DDevice8::SetVerticalBlankCallback() 2015-10-26 02:14:14 +11:00
.gitattributes git-svn-id: https://cxbx.svn.sourceforge.net/svnroot/cxbx/branches/private/shogun/wip@174 2012-11-25 22:49:51 +11:00
.gitignore Fixup GNU Makefile for building intermediate tools 2015-10-30 01:32:49 +11:00
.travis.yml Initial Travis CI support for Linux intermediate tools 2015-10-30 02:03:15 +11:00
COPYING Update gitattributes (with line ending fixes) 2012-10-07 23:58:52 +11:00
README.md Add README 2015-10-30 02:17:21 +11:00

README.md

Cxbx

Build Status

A branch of the Cxbx source code.

This fork builds upon the SVN Cxbx in that it attempts to use modern software development practices:

  1. greater reliability through code robustness and automated testing.
  2. easier maintenance through code cleanliness.
  3. easier to develop new features.
  4. 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.