forked from pioneerspacesim/pioneer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS.txt
270 lines (235 loc) · 7.15 KB
/
AUTHORS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
Authors
=======
The Pioneer Developers are:
* Aaron Lewis
* Aaron Senese
* Abram Hindle
* Ae
* Alan Briggs
* Alan 'joonicks' Londa
* Alessandro Giachi
* Alexander Noack
* Andrew Cook
* Andrew Copland
* Anton Korzun
* Antti Salonen
* Arda Güler
* Armin Kretschmer
* Asier Basagoiti
* Benamucki
* Benjamin Hodgetts
* Blaga Cosmin
* Brian Ronald
* C de Craen
* Chip Richards
* Chris Collins
* Chris Dennett
* Christian Koch
* Christian Wyss
* Claudius Mueller
* Clinton Mead
* ColdSpirit
* Connor Findlay
* Craig Thomson
* CylonicRaider
* Dan Bennett
* Darren Salt
* Denis Volk
* DerpyHooves
* Dionisis Kontominas
* Dmitry Marakasov
* Edoardo Morandi
* Emery Hemingway
* Enric Morales
* Florian Schmidt
* Fran Morton
* Francesco Corrado
* Frank Klippenberg
* Gareth Allnutt
* Gaz Davidson
* Georgi Georgiev
* Gernot
* HeadHunter
* Jan Olsina
* jmf
* Jeremy List
* John Bartholomew
* John Jordan
* Jon Jenkins
* Joshua Mathews
* Jost Triller
* Karl Fogelmark
* Kimmo Kotajärvi
* Konrad Mruk
* Krzysztof Niedźwiecki
* Kyungdahm Yun
* Lars Westerhoff
* Leandro Papi
* Lee Reilly
* Leonardo Manna
* Luca Ganzerla
* Maksim Kulikov aka sapog662
* Marcel Tulloh
* Marcus de Roos
* Michele Botticelli
* Michele Fanti
* Miha Vitorovič
* Nathan Jones
* Nic
* Nick Wanstall
* Oleg Ovcharenko
* Paul Cercueil
* Paul Mahol
* Paul Roberts
* Peter Feigl
* Pedro Gimeno
* Peter Kurucz
* Phil Howlett
* Pieter Thielens
* Piotr Gredka
* PVJeltz
* Radek Valášek aka vaLin
* Rémi Boutemy
* Rob Williamson
* Robert Norris
* Robert Pallier
* Roland Mas
* Sal Borrelli
* Sean Bailey
* Simon Chopin
* SolCommand
* Stefan Kapusniak
* Steve Tyler
* Sukender (Benoit Neil)
* Szilárd Bálint
* Taiki Kim
* Taylor Talkington
* Thierry Dupré
* Tim Jones
* Timothy Hills
* Tom Morton
* Torham2234
* Ulf Pettersson
* Uncle Bob
* Vakhoir
* Vincent Teerling
* Vladimir Rutsky
* Wayne Ashworth
* Webster Sheets
* 42triangles
Licensing
=========
Copyright © 2008-2022 Pioneer Developers
Portions copyright © 2013-2014 Meteoric Games Ltd.
Pioneer's core code and extension modules are licensed under the terms of the
GNU General Public License version 3. See licenses/GPL-3.txt for details.
Pioneer's art, music and other assets are licensed under the terms of the
Creative Commons Attribution-ShareAlike 3.0 Unported License. See
licenses/CC-BY-SA-3.0.txt for details.
Pioneer includes the following third-party software:
Lua 5.2.1 by R. Ierusalimschy, L. H. de Figueiredo & W. Celes,
Copyright (C) 1994-2012 Lua.org, PUC-Rio
Licensed under the MIT licence (see contrib/lua/src/lua.h)
GLEW: The OpenGL Extension Wrangler
Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
Copyright (C) 2002, Lev Povalahev
Licensed under the Modified BSD licence (see licenses/GLEW.txt)
atomic_queue - C++ lockless queue
Copyright (c) 2019 Maxim Egorushkin
Licensed under the MIT license (see contrib/atomic_queue/LICENSE)
argh
Copyright (C) 2016, Adi Shavit
Licensed under the BSD 3-clause license (see licenses/BSD-3-Clause.txt)
string-view lite, a C++17-like string_view for C++98 and later.
https://github.com/martinmoene/string-view-lite
Copyright 2017-2019 by Martin Moene
Distributed under the Boost Software License, Version 1.0. (see licenses/Boost-1.0.txt)
miniz by Rich Geldreich, April 2012
Public domain (see contrib/miniz/miniz.h)
LZ4 Library
Copyright (c) 2011-2016, Yann Collet
Licensed under the BSD 2-Clause license (see licenses/LZ4.txt)
lookup3.c, by Bob Jenkins, May 2006,
Public domain (see contrib/jenkins/lookup3.c)
vcacheopt.h
Copyright (C) 2009, Michael Georgoulpoulos
Licensed under the MIT licence (see contrib/vcacheopt/vcacheopt.h)
PicoDDS
Copyright (C) 2011 Andrew Copland
Includes portions of the Game Texture Library (GTL)
GTL is Copyright (C) 2005, 2006, 2007 Rob Jones
Copyright (C) 2006, 2007 Michael P. Jung
GTL and PicoDDS are licensed under the zlib License
(see contrib/PicoDDS/PicoDDS.h)
JSON for Modern C++
Copyright © 2013-2018 Niels Lohmann.
Licensed under the MIT License (see contrib/json/json.hpp)
Base64 Encode / Decode
Copyright © 2013 Tomas Kislan, Adam Rudd
Licensed under the MIT License (see contrib/base64/base64.hpp)
fmt - open-source formatting library for C++
Copyright (c) 2012 - present, Victor Zverovich
Licensed under the MIT license
doctest - The fastest feature-rich C++11/14/17/20 single-header testing framework
Copyright (c) 2016-2021 Viktor Kirilov
Licensed under the MIT license
High Performance C++ Profiler
https://code.google.com/p/high-performance-cplusplus-profiler/
Licensed under the MIT license
Pionillium Text font
Copyright (c) 2015, Pioneer Developers
Based on Titillium
Copyright (C) 2007-2009 Academia di Belle Arte di Urbino - Campivisivi
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt)
Inpionata font
Copyright (c) 2015, Pioneer Developers
Based on Inconsolata
Copyright (C) 2006, Raph Levien
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt)
Orbiteer font
Copyright (c) 2012, Pioneer Developers
Based on Orbitron
Copyright (c) 2009, Matt McInerney
Licensed under the SIL Open Font Licence v1.1 (see licenses/SIL-1.1.txt)
Deja Vu font
Copyright (c) 2003, Bitstream Inc.
parts Copyright (c) 2006, Tavmjong Bah
License: see licenses/DejaVu-license.txt
WenWuanYi Micro Hei Font
Copyright (c) 2008-2009 The WenQuanYi Project Board of Trusteess
Copyright (c) 2008-2009, Qianqian Fangi [FangQ]
Copyright (c) 2008-2009, mozbug
Licensed under the Apache License 2.0 (see licenses/Apache-2.0.txt)
WPZOOM Developer Icon Set
http://www.wpzoom.com/wpzoom/new-freebie-wpzoom-developer-icon-set-154-free-icons/
Copyright (c) 2010 David Ferreira
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported
License (see licenses/CC-BY-SA-3.0.txt)
Galaxy colour image
Modified version (rotated/converted to PNG)
http://www.spitzer.caltech.edu/images/2353-sig05-010a-Milky-Way-Bar
Credit: NASA/JPL-Caltech/R. Hurt (SSC)
See licenses/Image Use Policy - NASA Spitzer Space Telescope.html
Milky Way panorama ("The star map in galactic coordinates")
Modified version (dimmed stars, converted to cube map dds)
https://svs.gsfc.nasa.gov/4851
Credit:
Ernie Wright (USRA): Lead Animator
Laurence Schuler (ADNET): Technical Support
Ian Jones (ADNET): Technical Support
Public domain: https://svs.gsfc.nasa.gov/help/ under "Copyright and Credit Information"
Acknowledgements
================
The Pioneer Developers would like to acknowledge the following fine products
and services, without which Pioneer would not be possible:
SDL http://www.libsdl.org/
FreeType http://freetype.org/
Ogg Vorbis http://vorbis.com/
libsigc++ http://libsigc.sourceforge.net/
assimp http://assimp.sourceforge.net/
MXE http://mxe.cc/
GitHub https://github.com/
SourceForge https://sourceforge.net/
randomColorSharped https://github.com/nathanpjones/randomColorSharped
OpenGameArt http://opengameart.org (specifically http://opengameart.org/content/smoke-aura)