Skip to content

Rhaedyr/CryEng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7cdf84e · Jul 14, 2017
Jul 14, 2017
Jul 11, 2017
Jul 12, 2017
Jul 12, 2017
May 17, 2017
Mar 22, 2017
Apr 25, 2017
Feb 3, 2017
Jun 19, 2017
May 24, 2017
May 24, 2017
Nov 24, 2016
Jun 7, 2016
Feb 3, 2017
Apr 15, 2016
Apr 15, 2016
Jul 6, 2016
Jun 6, 2017
May 17, 2017
May 17, 2017

Repository files navigation

CRYENGINE

This repository houses the source code for CRYENGINE.

Instructions on getting started with git can be found here, along with details on working with launcher projects and git source code.

Building

In order to compile, you will need to download some thirdparty SDKs. They can be downloaded by running the download_sdks.py script. Or on windows the download_sdks.exe can be used alternatively.

To compile the engine the provided WAF has to be used. See here for more information.

Branches

Development takes place primarily in the "main" branch. The stabilisation branch is used for fixing bugs in the run-up to release, and the release branch provides stable snapshots of the engine.

To prepare for a major (feature) release, we integrate "main" into "stabilisation", and then continue fixing bugs in "stabilisation". To prepare for a minor (stability) release, individual changes from 'main are integrated directly into "stabilisation". In each case, when the release is deemed ready, "stabilisation" is integrated to "release".

License

The source code in this repository is governed by the CRYENGINE license agreement, which is contained in LICENSE.md, adjacent to this file.