Free and Open Source real time strategy game with a new take on micro-management

Difference between revisions of "Developer Center"

From Globulation2

Jump to: navigation, search
m (Compilation and Releases: small typos)
m (ProgVal moved page Diveloper Center to Developer Center over redirect: revert vandalism)
(6 intermediate revisions by 5 users not shown)
Line 13: Line 13:
* [[Converting from the old map format]] - After Alpha 23, the format for maps was changed, so you need to convert
* [[Converting from the old map format]] - After Alpha 23, the format for maps was changed, so you need to convert
* [[Obtaining the Release Candidate]] - How to work with the release candidate
* [[Obtaining the Release Candidate]] - How to work with the release candidate
* [[Beta 5 rebalance]] - Slight gameplay tweaks in beta 5
====Packaging====
====Packaging====
* [[Building the .deb file]] - making a package for Debian
* [[Building the .deb file]] - making a package for Debian
Line 18: Line 19:
* [[Mingw compilation|Compile glob2 with mingw]] - explains how to compile globulation2 on windows using mingw.
* [[Mingw compilation|Compile glob2 with mingw]] - explains how to compile globulation2 on windows using mingw.
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy
* [[MAC OS X Development|Compiling Glob2 on Mac OSX]] - maintained by AppleBoy
* [[Cross compiling deb packages on Hudson]] - how to cross compile and package using pbuilder.


===Coding info===
===Coding info===
Line 33: Line 35:
* [[Race Customization]]
* [[Race Customization]]
* [[Making An AI With Echo (part 1)|Making An AI With Echo]]. Read this if you want to make an AI for Glob2.
* [[Making An AI With Echo (part 1)|Making An AI With Echo]]. Read this if you want to make an AI for Glob2.
* [[How to contribute without having access to VCS]]
====Algorithm Descriptions====
====Algorithm Descriptions====
* [[Resource_Algorithm|Resource growing description]]
* [[Resource_Algorithm|Resource growing description]]

Revision as of 20:55, 15 August 2017

This page is intended to be the center of the developer community, i.e. people working with direct Mercurial access. The final code documentation should be written by doxygen into Mercurial in docsrc/ directory, but intermediate doc are welcomed here to be worked on.


Resources for developers

These are wiki resources usefull for developer:

Compilation and Releases

Packaging

Coding info

Algorithm Descriptions


Of course, Resources for contributors, savannah as well as IRC are also very usefull for developers.

Work in Progress

These sections are still being worked on. While you're welcome to comment on them, you shouldn't spend all day nitpicking on them, as they might be changed completely or removed before you're finished.

Request for comments

These files have been written up fully, but need to be peer-reviewed. Please read through these pages, edit and comment on them.

  • nothing for now
Misc