Skip to content

Commit fa02b95

Browse files
committed
Release 0.3.2
1 parent 2a5d585 commit fa02b95

File tree

6 files changed

+14
-69
lines changed

6 files changed

+14
-69
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,10 @@ cd builddir
2929
./orbvis
3030
```
3131

32-
### Windows
33-
34-
Windows binaries are provided with github releases. These releases provide the executable `bin/orbvis.exe`, which cannot be moved from the directory structure, but a shortcut can be created and used.
35-
36-
If you wish to compile for windows yourself, use MSYS2. First verify that all required packages are installed by calling `util/wininit.sh`, then compile with `util/winbuild.sh`. This creates the `release` directory containing windows binaries and all other required files.
37-
3832
## License
3933

4034
```
41-
Copyright (c) 2022-2024 Wojciech Graj
35+
Copyright (c) 2022-2025 Wojciech Graj
4236
4337
This program is free software; you can redistribute it and/or
4438
modify it under the terms of the GNU General Public License
@@ -55,7 +49,7 @@ Portions of this software are copyright of their respective authors:
5549
- [stb](https://github.com/nothings/stb), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2017 Sean Barrett
5650
- [hashmap.c](https://github.com/tidwall/hashmap.c), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2020 Joshua J Baker
5751
- [sgp4](https://github.com/aholinch/sgp4), Licensed under the [Unlicense](https://opensource.org/licenses/Unlicense)
58-
- [satcat](https://github.com/wojciech-graj/libSATCAT), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2022 Wojciech Graj
52+
- [satcat](https://github.com/wojciech-graj/libSATCAT), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2022-2025 Wojciech Graj
5953
- [libcurl](https://curl.se/libcurl/), Licensed under the [curl license](https://curl.se/docs/copyright.html); Copyright (c) 1996 - 2022, Daniel Stenberg, and many contributors
6054
- [cglm](https://github.com/recp/cglm), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2015 Recep Aslantas
6155
- [epoxy](https://github.com/anholt/libepoxy), Licensed under the [MIT License](https://opensource.org/licenses/MIT); Copyright (c) 2013-2014 Intel Corporation

lib/satcat/satcat_code.c

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Wojciech Graj
2+
* Copyright (c) 2022-2025 Wojciech Graj
33
*
44
* Licensed under the MIT license: https://opensource.org/licenses/MIT
55
* Permission is granted to use, copy, modify, and redistribute the work.
@@ -129,6 +129,8 @@ const char *sc_source_str(const sc_code_t code)
129129
return "Greece/Saudi Arabia";
130130
case SCSRC_GUAT:
131131
return "Guatemala";
132+
case SCSRC_HRV:
133+
return "Republic of Croatia";
132134
case SCSRC_HUN :
133135
return "Hungary";
134136
case SCSRC_IM :
@@ -239,6 +241,8 @@ const char *sc_source_str(const sc_code_t code)
239241
return "Republic of Sudan";
240242
case SCSRC_SEAL:
241243
return "Sea Launch";
244+
case SCSRC_SEN:
245+
return "Republic of Senegal";
242246
case SCSRC_SES:
243247
return "SES";
244248
case SCSRC_SGJP:
@@ -301,6 +305,8 @@ const char *sc_launch_site_str(const sc_code_t code)
301305
return "Air Force Eastern Test Range, Florida, USA";
302306
case SCSITE_AFWTR:
303307
return "Air Force Western Test Range, California, USA";
308+
case SCSITE_ANDSP:
309+
return "Andøya Spaceport, Nordland, Norway";
304310
case SCSITE_CAS :
305311
return "Canaries Airspace";
306312
case SCSITE_DLS :

lib/satcat/satcat_code.h

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022-2024 Wojciech Graj
2+
* Copyright (c) 2022-2025 Wojciech Graj
33
*
44
* Licensed under the MIT license: https://opensource.org/licenses/MIT
55
* Permission is granted to use, copy, modify, and redistribute the work.
@@ -92,6 +92,7 @@ const char *sc_launch_site_str(sc_code_t code);
9292
#define SCSRC_GREC (sc_code_t)138567569991UL
9393
#define SCSRC_GRSA (sc_code_t)138534933063UL
9494
#define SCSRC_GUAT (sc_code_t)138852521287UL
95+
#define SCSRC_HRV (sc_code_t)137981481544UL
9596
#define SCSRC_HUN (sc_code_t)137980958024UL
9697
#define SCSRC_IM (sc_code_t)137977941321UL
9798
#define SCSRC_IND (sc_code_t)137980300873UL
@@ -147,6 +148,7 @@ const char *sc_launch_site_str(sc_code_t code);
147148
#define SCSRC_SAUD (sc_code_t)138585391443UL
148149
#define SCSRC_SDN (sc_code_t)137980953683UL
149150
#define SCSRC_SEAL (sc_code_t)138718299475UL
151+
#define SCSRC_SEN (sc_code_t)137980953939UL
150152
#define SCSRC_SES (sc_code_t)137981281619UL
151153
#define SCSRC_SGJP (sc_code_t)138785998675UL
152154
#define SCSRC_SING (sc_code_t)138635266387UL
@@ -176,6 +178,7 @@ const char *sc_launch_site_str(sc_code_t code);
176178
/* Launch Site */
177179
#define SCSITE_AFETR (sc_code_t)353601144385UL
178180
#define SCSITE_AFWTR (sc_code_t)353602324033UL
181+
#define SCSITE_ANDSP (sc_code_t)344994369089UL
179182
#define SCSITE_CAS (sc_code_t)137981280579UL
180183
#define SCSITE_DLS (sc_code_t)137981283396UL
181184
#define SCSITE_ERAS (sc_code_t)138835743301UL
@@ -213,4 +216,4 @@ const char *sc_launch_site_str(sc_code_t code);
213216
#define SCSITE_YSLA (sc_code_t)138534474585UL
214217
#define SCSITE_YUN (sc_code_t)137980958041UL
215218

216-
#endif /* SATCAT_CODE_H */
219+
#endif /* SATCAT_CODE_H */

util/README_WIN.txt

-24
This file was deleted.

util/winbuild.sh

-29
This file was deleted.

util/wininit.sh

-5
This file was deleted.

0 commit comments

Comments
 (0)