Code Monkey home page Code Monkey logo

arsmagica2's Introduction

ArsMagica2

Ars Magica 2 Repository

IRC

#ArsMagica on Espernet

Webchat link: http://webchat.esper.net/?nick=&channels=ArsMagica

Useful Links

Commit structure

Make sure to keep your commits limited to one issue. If you try to do too much in a single commit, you will be asked to split it out. The reason for this is that if there is an issue with a commit requiring a rollback, this can be done without undoing all the other work.

Code Style Guidelines

If you are interested in contributing to the project, you must follow the coding style guidelines. There is a settings file for IDEA [here] (https://github.com/Mithion/ArsMagica2/blob/master/.idea/codeStyleSettings.xml) It is part of the repo, and will be downloaded automatically.

The general gist of it is:

  • Conditional blocks and their opening braces go on the same line with no space between the closing bracket and the opening brace (1)
    • This is the same for classes/methods
  • Else if / else blocks go on the same line as the closing brace for the previous conditional (2)
    • No spaces between the braces and else
  • Single line if statements should be braceless (3)
  • Casts should not have spaces between the type and the variable (4)
  • Look at existing files for further examples and formatting - just try to match our style! It makes it easier to read and consistent :)

(1) Example:

if (distance_to_entity < 2f){ 

}

(2) Example:

if (distance_to_entity < 2f){

}else{

}

(3) Example:

if (entitySenses.canSee(entity))
	this.target = entity;

(4) Example:

((EntityLivingBase)entity).posX = 5;

License

This mod is open sourced under the Creative Commons 3.0 Attribution Non-Commercial License https://creativecommons.org/licenses/by-nc/3.0/legalcode

Summary https://creativecommons.org/licenses/by-nc/3.0/

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material
  • The licensor cannot revoke these freedoms as long as you follow the license terms.

Under the following conditions:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • NonCommercial — You may not use the material for commercial purposes.
  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

The exceptions to this license are textures, majority of which are property of D3miurge, licensed to this mod for it's use. More information cam be found here: http://www.minecraftforum.net/user/2252536-d3miurge/#am2

Spell icons used include Painterly Spell Packs 1 through 4, courtesy of J. W. Bjerk (eleazzaar) at opengameart.com.

Some icons used courtesy of Ails http://www.alteredgamer.com/rpg-maker/100053-vx-custom-icons

Sounds are courtesy of opengameart.com and freesound.org, and licenses are that of their respective owners.

arsmagica2's People

Contributors

adaptivity avatar biffimaps avatar bluexin avatar bogdan-g avatar crafteverywhere avatar craigparton avatar doomfruit avatar eod avatar fayti1703 avatar jjtparadox avatar kinnalory avatar kolatra avatar kostanakis avatar ksb12 avatar lemadec avatar malexion avatar mastergalen avatar mithion avatar thanatosus avatar theicyone avatar therminatorx avatar tistgamer avatar vexatos avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.