Development: Difference between revisions

Maikel (talk | contribs)
No edit summary
Luchs (talk | contribs)
nightly-builds => snapshots, part 2
 
(6 intermediate revisions by 3 users not shown)
Line 6: Line 6:
OpenClonk is continously in development. The "current" version can change daily! If you want to follow the development, it is a good idea to make sure you are able to run development versions. You will not need to build them yourself - just use the development snapshots linked below and you should be ready to go.
OpenClonk is continously in development. The "current" version can change daily! If you want to follow the development, it is a good idea to make sure you are able to run development versions. You will not need to build them yourself - just use the development snapshots linked below and you should be ready to go.


* Development Snapshots - [http://www.openclonk.org/nightly-builds/ www.openclonk.org/nightly-builds/]
* Development Snapshots - [http://www.openclonk.org/snapshots/ www.openclonk.org/snapshots/]
* Blog - [http://blog.openclonk.org blog.openclonk.org]
* Blog - [https://blog.openclonk.org blog.openclonk.org]
* Changelog - [http://git.openclonk.org/openclonk.git git.openclonk.org/openclonk.git]
* Changelog - [https://github.com/openclonk/openclonk/commits/master github.com/openclonk/openclonk/commits/master]
* Browse source - [http://git.openclonk.org/openclonk.git/tree/refs/heads/master git.openclonk.org/openclonk.git/tree/refs/heads/master]
* Browse source - [https://github.com/openclonk/openclonk github.com/openclonk/openclonk]


=== Report Bugs ===
=== Report Bugs ===
Line 17: Line 17:
Here's how you can reach us:
Here's how you can reach us:


* IRC - [irc://irc.euirc.net/openclonk-dev/ #openclonk-dev] on irc.euirc.net (Problems connecting? Use irc.ham.de.euirc.net)
* IRC - [irc://irc.euirc.net/openclonk-dev #openclonk-dev] on irc.euirc.net (Problems connecting? Use irc.ham.de.euirc.net)
* Bugtracker - [http://bugs.openclonk.org bugs.openclonk.org]
* Bugtracker - [https://bugs.openclonk.org bugs.openclonk.org]
* Forum - [http://forum.openclonk.org forum.openclonk.org]
* Forum - [https://forum.openclonk.org forum.openclonk.org]


=== Contribute Scripts or Game Content ===
=== Contribute Scripts or Game Content ===
Line 25: Line 25:
Just like Clonk Rage before, most things in OpenClonk can be changed without touching the engine. Instead, we rely on a script language and a flexible game content system to make up our game content. This means that you can get involved easily - without having to learn C++ first! Traditionally, developing own objects and scenarios and sharing them with others has been how pretty much all of today's developers started out.
Just like Clonk Rage before, most things in OpenClonk can be changed without touching the engine. Instead, we rely on a script language and a flexible game content system to make up our game content. This means that you can get involved easily - without having to learn C++ first! Traditionally, developing own objects and scenarios and sharing them with others has been how pretty much all of today's developers started out.


* Developer Documentation [http://docs.openclonk.org/en/sdk/ docs.openclonk.org/en/sdk/]
* Developer Documentation [https://docs.openclonk.org/en/sdk/ docs.openclonk.org/en/sdk/]
* Forum - [http://forum.openclonk.org forum.openclonk.org]
* Forum - [https://forum.openclonk.org forum.openclonk.org]
* Style Guide - [http://wiki.openclonk.org/w/C4Script_Style_Guidelines wiki.openclonk.org/w/C4Script_Style_Guidelines]
* Style Guide - [https://wiki.openclonk.org/w/C4Script_Style_Guidelines wiki.openclonk.org/w/C4Script_Style_Guidelines]
* Contribute changes - [[Git Workflow]]
* Contribute changes - [[Git Workflow]]
* [http://crucible.openclonk.org Crucible] for code review
* Are you a sound artist? Here is a list of [[missing sounds]] you can contribute.
* Are you a sound artist? Here is a list of [[missing sounds]] you can contribute.
* Game content external to the main game: [[List Of Community Creations]]


=== Build OpenClonk Yourself ===
=== Build OpenClonk Yourself ===
Line 36: Line 36:
When delving deeper into OpenClonk, you will often find yourself in the situation that you need a closer look at what makes OpenClonk tick internally. At that point, it is a good idea to assume the perspective of developers - get the source code and build it in your own development environment.
When delving deeper into OpenClonk, you will often find yourself in the situation that you need a closer look at what makes OpenClonk tick internally. At that point, it is a good idea to assume the perspective of developers - get the source code and build it in your own development environment.


* Tutorial for Windows - [http://wiki.openclonk.org/w/Building_with_Windows wiki.openclonk.org/w/Building_with_Windows]
* Tutorial for Windows - [https://wiki.openclonk.org/w/Building_with_Windows wiki.openclonk.org/w/Building_with_Windows]
* General instructions - [http://wiki.openclonk.org/w/Build_OpenClonk wiki.openclonk.org/w/Build_OpenClonk]
* Tutorial for Linux - [https://wiki.openclonk.org/w/Building_with_Linux wiki.openclonk.org/w/Building_with_Linux]
* Git Workflow Guide - [http://wiki.openclonk.org/w/Git_Workflow wiki.openclonk.org/w/Git_Workflow]
* General instructions - [https://wiki.openclonk.org/w/Build_OpenClonk wiki.openclonk.org/w/Build_OpenClonk]
* Git Repository - [http://git.openclonk.org/openclonk.git git.openclonk.org/openclonk.git]
* Git Workflow Guide - [https://wiki.openclonk.org/w/Git_Workflow wiki.openclonk.org/w/Git_Workflow]
* Source Code Structure - [http://wiki.openclonk.org/w/Source_code_structure wiki.openclonk.org/w/Source_code_structure]
* Git Repository - [https://github.com/openclonk/openclonk github.com/openclonk/openclonk]
* Source Code Structure - [https://wiki.openclonk.org/w/Source_code_structure wiki.openclonk.org/w/Source_code_structure]


=== Hack the OpenClonk Engine ===
=== Hack the OpenClonk Engine ===
Line 47: Line 48:


* Wondering where to start? - [[GSoC2011Ideas|Ideas page]]
* Wondering where to start? - [[GSoC2011Ideas|Ideas page]]
* Debugging synchronization losses - [http://wiki.openclonk.org/w/Sync_losses wiki.openclonk.org/w/Sync_Losses]
* Debugging synchronization losses - [https://wiki.openclonk.org/w/Sync_losses wiki.openclonk.org/w/Sync_Losses]
* Style Guide - [http://wiki.openclonk.org/w/Style_Guidelines wiki.openclonk.org/w/Style_Guidelines]
* Style Guide - [https://wiki.openclonk.org/w/Style_Guidelines wiki.openclonk.org/w/Style_Guidelines]
* Forum, developers' corner - [http://forum.openclonk.org/board_show.pl?bid=5 forum.openclonk.org]
* Forum, developers' corner - [https://forum.openclonk.org/board_show.pl?bid=5 forum.openclonk.org]
* Contribute changes - [[Git Workflow]]
* Contribute changes - [[Git Workflow]]



Latest revision as of 19:13, 20 January 2019

OpenClonk is an open project. That means it depends on people coming in and helping out. People just like you! This page should give you an idea what you could do in order to get involved.

Use Development Snapshots

OpenClonk is continously in development. The "current" version can change daily! If you want to follow the development, it is a good idea to make sure you are able to run development versions. You will not need to build them yourself - just use the development snapshots linked below and you should be ready to go.

Report Bugs

We cannot possibly account for every possible configuration out there. If you see something that's wrong, we would really like to know about it. Especially if you are willing to actively work with us in finding a solution for the problem.

Here's how you can reach us:

Contribute Scripts or Game Content

Just like Clonk Rage before, most things in OpenClonk can be changed without touching the engine. Instead, we rely on a script language and a flexible game content system to make up our game content. This means that you can get involved easily - without having to learn C++ first! Traditionally, developing own objects and scenarios and sharing them with others has been how pretty much all of today's developers started out.

Build OpenClonk Yourself

When delving deeper into OpenClonk, you will often find yourself in the situation that you need a closer look at what makes OpenClonk tick internally. At that point, it is a good idea to assume the perspective of developers - get the source code and build it in your own development environment.

Hack the OpenClonk Engine

Maybe you already are well-versed in C++ and want to help out actually diagnosing problems? Or - even better - have your own ideas on engine improvements? We are always glad to look at patches.

Internal Links

Legal Stuff

OpenClonk uses the ISC license for code (engine and script) and CC-by for most other media. Read more about the license stuff here.