Development for Bos Wars


This file should give you some information to help with development of the project.

For most up to date information, it is highly recommended to check the information on the Bos Wars website, including the page on development.

IRC - Internet Relay Chat

You can try to meet other Bos Wars developers and users on the Libera.chat IRC Network, in the #boswars channel.

Mailing list

If you want to help with development, you should join the bos-dev mailing list.

Bugs and tasks

You can find known bugs on the project pages for Bos Wars.

Before starting work on a bug or task, please ask on the mailing list or in the IRC channel whether anybody else is already working on it.

Building Bos Wars

Installing the Git client

If you want to help develop, you should use Git. The online Git documentation will help you master Git.

Getting Bos Wars from Git

The Bos Wars project has the following main repositories:

Getting Bos Wars without Git

Only releases are made outside of Git. If you wish to be involved with development, you should obtain the sources via Git. Git usually remains quite stable and is easier for you to keep up to date. Release versions of Bos Wars are available here.

Building Bos Wars

You can find instructions for compiling Bos Wars at install.html.
Since you already have a copy of the source, you may skip ahead to step 2.

Source code documentation

The engine has tagged source documentation.

You need either DoxyGen or DOC++ to generate source code documentation.

Tags used in source code

We use the doc++ tags:

Multi line source code documentation:

/** ... */

Single line source code documentation:

/// ...

Start grouping:

//@{ or /*@{*/

End grouping:

//@} or /*@}*/

Please read the doxygen/doc++ documentation.

Sending a patch

Once you have completed some work, you will probably want it to be included in the main Bos Wars source.

You can create a pull request on the Bos Wars Codeberg project page.

Alternatively, you can create a patch with these steps:


(C) Copyright 1998-2023 by The Bos Wars Project under the GNU General Public License.
All trademarks and copyrights on this page are owned by their respective owners.