This repository contains a modified version of the Irrlicht Engine SDK source code.
It also mirrors the original source code from https://sourceforge.net/projects/irrlicht/, the official repository of the Irrlicht Engine SDK.
The mirroring is done manually using git-svn. The URL-like text in commit messages is used to track the original upstream revisions, but these links are not directly accessible. You must use https://sourceforge.net/p/irrlicht/code/<revision number>/ to view the original commit. The revision number is the number after r in the commit message.
trunk- Mirror of https://sourceforge.net/p/irrlicht/code/HEAD/tree/trunk/ . Also known as "upstream", the version code is1.9. This branch will never be modified directly.1.8- Mirror of https://sourceforge.net/p/irrlicht/code/HEAD/tree/branches/releases/1.8/ . This branch will never be modified directly.mercury-Some modifications to the original source code, which are not yet merged into the upstream. Used by the YGOPro project.Current status TBD. It will be renamed tomasterwhen YGOPro migrates to 1.9.patch-*- The branches for patches, new features and bug fixes. These branches should be based onmasterortrunk. Will be merged intomasteror upstream after testing.dev- The development branch, which may contain unstable code. Built frommasterand patch branches. Used for testing patches before they are merged intomasteror upstream. Will never be merged back tomaster.master- The currentmasteris manually maintained by us, based on the 1.8.5 version. It contains some modifications to the original source code, which are not merged into the upstream. Used by the YGOPro project now. It will be renamed and archived when YGOPro migrates to 1.9.