The repositories are hosted across three GitHub organizations to keep them grouped by topic:
| Organization | Topic |
|---|---|
| Unvanquished | Game code, game release tools, game infrastructure… |
| UnvanquishedAssets | Game data: maps, textures, sound effects, models… |
| DaemonEngine | Game engine code, codec, authoring tools, compilers… |
A few repositories may be hosted elsewhere, for example when they are developped in collaboration with other game projects like the level editor. As such, those repositories may have their own direction and teams, while being either the official tool for a task, or sharing a common interest.
Development topics:
- Developping the game:
- Game code: github.com/Unvanquished/Unvanquished
- Game CBSE generator: github.com/Unvanquished/Unvanquished/tree/master/tools/cbse
- Game launcher code: github.com/Unvanquished/updater
- Game data: github.com/UnvanquishedAssets/UnvanquishedAssets
- Game branding: github.com/Unvanquished/UnvanquishedBranding
- Game wiki templates: github.com/Unvanquished/unvanquished-documentation-data
- Developping the game engine:
- Engine code: github.com/DaemonEngine/Daemon
- Crunch image codec: github.com/DaemonEngine/crunch
- Native Client runtime: github.com/DaemonEngine/native_client
- Saigo Native Client SDK: github.com/DaemonEngine/saigo-nacl-sdk
- Breakpad crash-reporting system github.com/DaemonEngine/breakpad
- Yokai CMake framework: github.com/DaemonEngine/Daemon/tree/master/cmake/Yokai
- Dæmon Git tools: github.com/DaemonEngine/DaemonGitTools
- Developping the editing suite:
- NetRadiant level editor: gitlab.com/xonotic/netradiant 🤝
- NetRadiant game pack: github.com/Unvanquished/unvanquished-mapeditor-support
- Q3map2 map compiler: gitlab.com/xonotic/netradiant/-/tree/master/tools/quake3/q3map2
- Chameleon texture replacement editor: github.com/DaemonEngine/Chameleon
- Sloth shader generator: github.com/DaemonEngine/Sloth
- Urcheon build and packaging tool: github.com/DaemonEngine/Urcheon
- Easy way to fetch them all: github.com/DaemonEngine/DaemonMediaAuthoringKit
- Developping server browsers:
- XQF game server browser: github.com/XQF/xqf 🤝
- Unvanquished Tray browser: github.com/Unvanquished/unvanquished-tray-browser
- Developping the game infrastructure:
- Infrastructure issue tracker: github.com/Unvanquished/unvanquished-infrastructure
- Unvanquished master server: github.com/Unvanquished/unvanquished-master
- Unvanquished web server browser: github.com/DaemonEngine/Xonpress
- Unvanquished development feeds: github.com/Unvanquished/pluto-devfeeds
- Breakpad web interface: github.com/Unvanquished/breakpad-webui
- Forum and wiki chat notice: github.com/Unvanquished/unvanquished-irc-atom-notice
- Played game chat notice: gitlab.com/mjstahlberg/Mantis 🤝
- SimpleSAMLphp phpBB backend: github.com/Unvanquished/simplesamlphp-phpbbauth
- phpBB SimpleSAMLphp authenticator: github.com/Unvanquished/phpbb-simplesamlauth
- Releasing the game:
- Unvanquished release scripts: github.com/Unvanquished/release-scripts
- Unvanquished release validation scripts: github.com/Unvanquished/validate-release