Helping Glest

From MegaGlest
Revision as of 05:01, 20 January 2008 by Hailstone3 (talk) (Programming)
Jump to: navigation, search

This page outlines how a person can become involved with developing for Glest/Glevolution and what areas there are with links to resources to get started.

Mission Statement

Working on a Project

General considerations

Starting a new project

Joining an existing project

Communicating with other developers

Getting help

Try the Glest forums or other places that allow for game developers to ask for help (such as):

Mentoring

Distribution

You can host the files on your own website and add a link to the Wikia or you could contact RainCT so he can upload them to the Glest: Evolution website.

Conditions for uploading to Glest: Evolution are (finish this).

Mod hosting:

Programming

Glest/Glevolution is written in C++.

Getting the tools

IDEs (Linux):

  • Anjuta
  • Kdevelop
  • Geany
  • Code::Blocks

IDEs (Windows):

  • Dev-C++
  • Visual Studio
  • Code::Blocks
  • Geany

Debuggers:

  • gdb

Doxygen

Setting up an IDE

Install Code:Blocks on Linux

Learning C++

Coding style

Available from Glevolution SVN.

Using SVN

Packaging

Packages can often depend on the distribution of Linux or Windows your wanting it for.

AutoPackage makes software installation on Linux easy. Software distributed using Autopackage can be installed on multiple Linux distributions and integrate well into the desktop environment.

Create Debian Linux packages

Packaging software with RPM

RPM Tutorial

Creating Slackware Packages

OpenSUSE Build Service

KRPMBuilder


Thoughts on Package Management

Conary

Maps

Use the map editor to create new maps. For information go here.

Models/Animation

Tools

  • Blender
  • K-3D
  • Wings 3D
  • 3D Studio Max
  • Glexml

Translations

Audio

Promoting

(Links to promotional content) Any Glest content can be used to promote Glest. Make a video of gameplay, a poem, a story, a poster, talk about it with your friends or on gaming forums.

Testing

Submit bugs to the Glest bug tracker, or let us know on the forum.

Documentation/Maintenance

Wikia

This is a good source of Glest information. Anybody is able to modify and add to it to make it better.

Forum

It is organised into the categories of News, General, Development, Bugs and Linux Port.

Doxygen

This is a tool used to automatically generate documentation for the source code.

Co-ordinating