Skip to content
s0600204 edited this page May 2, 2021 · 10 revisions

This repo

If it's not already apparent, this repository is a fork of the official mirror of the core code repository of 0AD : Empires Ascendant, an Open-Source Real-Time Strategy Game currently under development by Wildfire Games.

As it is an open-source project, contributions are welcome to the core project. Hence this repo, which contains several branches of development I'm working on that may (or may not) get submitted for consideration to the core project. Other branches may be broken out at a later date as stand-alone mods, and some may be discarded altogether either due to lack of interest, time or because a better solution has been implemented.

Active Branches

Note: Branches in active development are routinely rebased to be on top of the HEAD of the master branch from the upstream 0ad/0ad repo. If you wish to build upon any of my branches, please bear that in mind.

The following can be used straight off, with no recompilation of the game necessary:

And the following branch(es) will require you to recompile 0AD in order to use. Please see the project's Build Instructions for details on how to do this.

  • scrollCleanup - Phab revision - Cleanup scrollbar code
    • horiz_scroll - Implementation of a horizontal scrollbar (unused by anything as of yet)
  • numfmt - Work-in-progress attempt at formatting numbers in a localised manner.

"Abandoned" Branches

These are branches I either have no desire to continue, or have been taken over by someone else who has taken the code in a different direction. Feel free to continue where I left off, be "inspired", or whatever...

Guides

In addition to the development work, I also wrote a guide to accompany a rather large change (resource agnostic) that I shall mirror here. Other guides may be added as I write them.

Oh, and welcome, thanks for your interest!

...

At some point, I might standardise how I name branches. CamelCase, snake_case, or whatever. It is a bit inconsistent.

0AD - Local

Home


Current

3670_reqTooltips - trac

gatherer_count

rmgen_walls - trac / phab

scrollCleanup - phab

horiz_scroll - ...


Abandoned

civselect

cts - trac

maxSize - trac


Guides

Adding/Removing Resources

Clone this wiki locally