Go to file
Joris Dauphin 372b292930
Merge pull request #484 from Wargus/proj
Improve `ranges::find` to support projection.
2023-09-04 13:19:33 +02:00
.github/workflows Fix github action node warning: 2023-08-05 12:14:18 +02:00
.vscode default to vendored libs on wargus + war1gus in vscode 2022-08-27 22:17:36 +02:00
cmake/modules Some minor changes to build files to get this to build and run on macOS. 2021-11-22 17:41:02 -07:00
debian start new dev cycle 2022-08-11 20:32:27 +02:00
doc Merge pull request #398 from SimoneStarace/master 2022-12-27 10:17:56 +01:00
gameheaders Fix for UNICODE. 2023-08-03 20:37:50 +02:00
po Updated some translations 2021-06-10 22:23:10 -03:00
src Improve `ranges::find` to support projection. 2023-09-04 02:26:19 +02:00
tests Use `nullptr` instead of `NULL`. 2023-08-01 14:13:01 +02:00
third-party@604362dbeb vendor all dependencies and allow statically linking them all 2022-08-27 21:20:34 +02:00
tools Replace some iterator usages by for-range or algorithm. 2023-08-07 17:52:18 +02:00
.gitignore vendor all dependencies and allow statically linking them all 2022-08-27 21:20:34 +02:00
.gitmodules vendor all dependencies and allow statically linking them all 2022-08-27 21:20:34 +02:00
.travis.yml fix lua index regen 2021-06-29 09:52:24 +02:00
CMakeLists.txt Move `#include <filesystem>` in its own file to be consistent with experimental support... 2023-08-04 18:06:53 +02:00
COPYING Update COPYING 2015-12-19 19:00:56 +01:00
HOWTO-NEW-RELEASE Release v3.2.0 2021-12-24 21:26:54 +01:00
README.md Update README.md 2023-03-01 20:41:27 +01:00
appveyor.yml vendor all dependencies and allow statically linking them all 2022-08-27 21:20:34 +02:00
cmake-variants.yaml Add cmake-variants.yaml to allow vscode to build Stratagus according to varaiants defined in the CMakeLists.txt 2021-03-16 13:08:22 +03:00
cmake_uninstall.cmake.in Add uninstall target. Fixes #215 2018-09-27 20:55:27 +00:00
external_ai_example.py add an example for an external ai 2021-02-07 10:07:54 +01:00

README.md

_______________________________________________________________________
     _________ __                 __                               
    /   _____//  |_____________ _/  |______     ____  __ __  ______
    \_____  \\   __\_  __ \__  \\   __\__  \   / ___\|  |  \/  ___/
    /        \|  |  |  | \// __ \|  |  / __ \_/ /_/  >  |  /\___ | 
   /_______  /|__|  |__|  (____  /__| (____  /\___  /|____//____  >
           \/                  \/          \//_____/            \/ 
______________________                           ______________________
                      T H E   W A R   B E G I N S
       Stratagus - A free fantasy real time strategy game engine

Join the chat at https://gitter.im/Wargus

Discord

Windows:

Linux: Build Status

The latest Linux dev builds come as AppImage:

  • Go to our workflow, click the latest run, and scroll down to download the game you want.

For releases on Linux, you might want packages:

  • Ubuntu/Debian, you might want the deb packages:
  • At least the OpenSUSE, Fedora, and Arch Linux communities maintain packages as well

For Windows, you likely want the game installers:

Contributing

If you want to contribute, there is a video that details how to set up a development environment on Windows using VSCode here: https://youtu.be/c1Zm7tt_QtQ

Read 'doc/index.html' for general information and license information. Read 'doc/install.html' for Stratagus installation instructions. Read 'doc/changelog.html' for the Stratagus changelog.

The Windows builds are done on Appveyor, Linux on Github Actions. The Ubuntu packages are built on Launchpad: