AoM is a modding platform for Argentum Online. Read more about AoM here
Copyright (c) 2015 AoM Powered https://github.com/AO-Modding
AoM is licensed under Apache License, Version 2.0,
Please see the LICENSE
file for details.
AoM is 100% free and open-source. We encourage and support an active community that accepts contributions from the public. We'd like you to be a part of that community.
- AoM requires Visual Studio >=2013 and CMake >=3.2 to compile.
-
- Make sure you're familiar with the aim of AoM so we don't end up sitting on code that serves no purpose.
-
- Make sure your code conforms to the formatting guidelines below
-
- If you have any questions come and ask on #aomodding @ chat.freenode.net
- Generally follow the C++11 coding standards.
- Follow C++ formatting.
- Use spaces, no tabs.
- No trailing whitespaces.
- 100 column limit for readability.
- Pull requests must compile, work, and be formatted correctly.
- Sign-off on ALL your commits - this indicates you agree to the terms of our license.
- No merges should be included in pull requests unless the pull request's purpose is a merge.
- Number of commits in a pull request should be kept to one commit and all additional commits must be squashed.
Please follow the above conventions if you want your pull request(s) accepted.