-
Updated
Oct 25, 2020 - C++
space-game
Here are 150 public repositories matching this topic...
-
Updated
Oct 12, 2020 - C
-
Updated
May 12, 2020 - GLSL
-
Updated
Sep 5, 2020 - C#
-
Updated
Sep 12, 2019 - Python
-
Updated
Nov 26, 2016 - Python
-
Updated
Apr 29, 2020 - C
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Oct 24, 2020 - C++
const std::string fix_key = "_IKEY";
auto n_parse = SerializeUtil::load_string(fix_key + "=" + value);- change fix_key to std::string_view, or "static constexpr auto[]"
- Concatinating strings like this is expensive. Take a look here: https://github.com/splinter-build/splinter/blob/15-default-values/src/string_concat.h
-
Updated
Sep 15, 2020 - C#
-
Updated
Feb 17, 2020 - Rust
-
Updated
May 4, 2019 - Java
-
Updated
Aug 13, 2020 - C#
-
Updated
Aug 6, 2020 - Python
-
Updated
Jul 25, 2017 - C#
-
Updated
Sep 12, 2017 - C++
-
Updated
Sep 24, 2019 - C#
-
Updated
Sep 30, 2020 - C
-
Updated
Aug 10, 2018 - Vue
-
Updated
Oct 23, 2020 - JavaScript
-
Updated
Aug 28, 2020 - Java
-
Updated
Mar 30, 2020 - Shell
-
Updated
Mar 31, 2020 - Java
-
Updated
Aug 1, 2020 - Lua
-
Updated
Sep 5, 2019 - Go
Improve this page
Add a description, image, and links to the space-game topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the space-game topic, visit your repo's landing page and select "manage topics."
Freighters which contain fighter bays should not require to have cargo space. In theory this should be easy fix. "No cargo space!" is error message in ship design, which would be good point to start checking if this is easy fix.