• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H23-Jul-2021-266194

.tx/H23-Jul-2021-153122

CI/appveyor/H23-Jul-2021-9963

application-icon/H03-May-2022-3730

cmake/Modules/H23-Jul-2021-7057

contrib/H23-Jul-2021-171,917125,027

data/H03-May-2022-684,626670,962

debian/H07-May-2022-11579

doxygen/H23-Jul-2021-1,8391,334

licenses/H03-May-2022-

metadata/H23-Jul-2021-7466

nd/H03-May-2022-86

nix/H23-Jul-2021-4035

osx/H23-Jul-2021-2924

scripts/H23-Jul-2021-3,1282,393

src/H23-Jul-2021-117,90084,708

win32/vs2019/H23-Jul-2021-8,1328,130

.clang-formatH A D23-Jul-20213.3 KiB117116

.editorconfigH A D23-Jul-2021396 2217

.gitattributesH A D23-Jul-202161 75

.gitignoreH A D23-Jul-20211 KiB8988

.travis.ymlH A D23-Jul-20211.1 KiB6053

CMakeLists.txt.profilerH A D03-May-202211.6 KiB423355

CMakeSettings.jsonH A D23-Jul-20212.7 KiB7776

README.mdH A D23-Jul-20213.6 KiB9557

appveyor.ymlH A D23-Jul-2021863 2924

autoformatH A D23-Jul-2021684 2313

bootstrapH A D23-Jul-2021374 1711

buildopts.h.cmakeinH A D23-Jul-2021381 1511

msvc-defaults.cmakeH A D23-Jul-20211.6 KiB2417

pioneerH A D23-Jul-2021474 227

pioneer.iss.cmakeinH A D23-Jul-20212.5 KiB6053

pioneer.rc.cmakeinH A D23-Jul-2021962 3026

README.md

1[![Build](https://github.com/pioneerspacesim/pioneer/workflows/Build%20Pioneer/badge.svg)](https://github.com/pioneerspacesim/pioneer/actions)
2[![Build status](https://ci.appveyor.com/api/projects/status/b2n2fe1vv3wr6n56/branch/master?svg=true)](https://ci.appveyor.com/project/pioneerspacesim/pioneer/branch/master)
3[![License GPLv3](https://img.shields.io/badge/license-GPL_v3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
4[![#pioneer on Libera.Chat](https://img.shields.io/badge/LiberaChat-%23pioneer-brightgreen.svg)](https://kiwiirc.com/client/irc.libera.chat/pioneer)
5
6# Pioneer Space Simulator
7
8![](https://github.com/pioneerspacesim/pioneer/blob/master/data/icons/badge.png)
9
10Pioneer is a space adventure game set in the Milky Way galaxy at the turn of
11the 31st century.
12
13The game is open-ended, and you are free to explore the millions of star
14systems in the game. You can land on planets, slingshot past gas giants, and
15burn yourself to a crisp flying between binary star systems. You can try your
16hand at piracy, make your fortune trading between systems, or do missions for
17the various factions fighting for power, freedom or self-determination.
18
19For more information, see:
20  http://pioneerspacesim.net/
21
22
23## Community
24
25Come by #pioneer at irc.libera.chat and say hi to the team:
26  https://kiwiirc.com/client/irc.libera.chat/pioneer
27
28Bugs? Please log an issue:
29  http://pioneerspacesim.net/issues
30
31Follow Pioneer on Twitter:
32  https://twitter.com/pioneerspacesim/
33
34Pioneer wiki
35  http://pioneerwiki.com/wiki/Pioneer_Wiki
36
37Join the player's forum:
38  http://spacesimcentral.com/community/pioneer/
39
40Join the development forum:
41  http://pioneerspacesim.net/forum
42
43
44## Manual
45
46Manual can be found at:
47  http://pioneerwiki.com/wiki/Manual
48
49Basic flight:
50  https://pioneerwiki.com/wiki/Basic_flight
51
52Keyboard and mouse control is found at:
53  http://pioneerwiki.com/wiki/Keyboard_and_mouse_controls
54
55
56## FAQ
57
58For frequently asked questions, please see
59  http://pioneerwiki.com/wiki/FAQ
60
61
62## BUG Reporting
63
64Please see the section of the FAQ pertaining to bugs, crashs and reporting other issues: [Bug Reporting FAQs](http://pioneerwiki.com/wiki/FAQ#How.2Fwhere_do_I_report_my_bug.2Fcrash).
65
66Please do your best to fill out the issue template as completely as possible, especially when you're reporting a crash bug or a graphical issue. Having system information including graphics drivers and the method you used to install Pioneer helps immensely to diagnose and fix these kinds of issues.
67
68## Contributing
69
70If you are hungry to contribute, more information can be found here:
71  http://pioneerwiki.com/wiki/How_you_can_contribute
72
73If you have a contribution you want to share, and want to learn how to make a
74pull request, see:
75  http://pioneerwiki.com/wiki/Using_git_and_GitHub
76
77## Localization
78
79Localization for Pioneer is handled trough Transifex, and pulled to the source from there automatically. Because of this please don't make pull requests for translations. [You can find the localization project here.](https://www.transifex.com/pioneer/pioneer/dashboard/)
80You need to register at transifex to be able to access the translations.
81
82If you want a new language introduced, [please request it on the Libera IRC channel of Pioneer](https://web.libera.chat/#pioneer), or here by making an issue for it.
83
84## Getting Pioneer
85
86Latest build is available at
87  https://pioneerspacesim.net/page/download/
88
89For compiling from source, please see [COMPILING.txt](https://github.com/pioneerspacesim/pioneer/blob/master/COMPILING.txt)
90
91
92## Changelog
93
94Please see [Changelog.txt](https://github.com/pioneerspacesim/pioneer/blob/master/Changelog.txt)
95