Go to file
Kai Blaschke 2c67296e0f
Add .clang-format file
Resembles the existing code style as closely as possible, so that future commits and reformatting won't change the code. Visual Studio (Code) and CLion support this file.
2024-02-28 17:35:05 +01:00
.github/workflows Update build_windows.yml 2024-02-20 15:42:54 +11:00
assets/opensb Fix up and add options menu slider 2024-01-03 20:08:57 +11:00
attic Font update 2023-08-04 20:58:09 +10:00
cmake Support prefixed and non-prefixed JeMalloc functions 2024-02-21 18:08:56 +01:00
doc make the chat really pretty!! 2023-06-21 00:59:41 +10:00
lib Throw away 32-bit support 2023-07-01 08:39:38 +10:00
scripts switch build type on old build scripts 2024-02-18 18:20:01 +11:00
source Merge pull request #22 from kblaschke/use-pragma-once 2024-02-26 13:57:22 +11:00
triplets custom vcpkg triplet 2024-02-20 15:32:35 +11:00
.clang-format Add .clang-format file 2024-02-28 17:35:05 +01:00
.gitattributes update gitattributes 2023-07-03 15:51:48 -07:00
.gitignore fix Opus options (the right way) 2023-11-26 23:01:02 +11:00
.gitmodules Add Opus library 2023-07-10 16:55:44 +10:00
README.md Update README.md 2024-02-21 10:15:17 +11:00

OpenStarbound

This is a fork of Starbound. Contributions are welcome! You must own a copy of Starbound to use it. Base game assets are not provided for obvious reasons.

It is still work-in-progress. You can download the latest test build here.

Changes:

  • You can now make .patch files that are just merged in. That's why the patch files in here are unusually simple.

  • Some Lua functions like getters and setters for player identity values, but not every function from StarExtensions has been ported yet.

  • Character swapping (rewrite from StarExtensions, currently command-only: /swap name case-insensitive, only substring required)

  • Custom user input support with a keybindings menu (rewrite from StarExtensions)

  • Positional Voice Chat that works on completely vanilla servers, uses Opus for crisp, HD audio (rewrite from StarExtensions)

    • Both menus are made available in the options menu in this fork rather than as a chat command.
  • Multiple font support (switch fonts inline with ^font=name;, .ttf assets are auto-detected)

  • World lightmap generation has been moved off the main thread

  • Experimental changes to the storage of directives in memory to greatly reduce their impact on frametimes

    • Works well when extremely long directives are used for "vanilla multiplayer-compatible" creations, like generated clothing.
  • Client-side tile placement prediction (rewrite from StarExtensions)

    • You can also resize the placement area of tiles on the fly.
  • Support for placing foreground tiles with a custom collision type (rewrite from StarExtensions, requires OpenSB server)

    • Additionally, objects can be placed under non-solid foreground tiles.
  • Some minor polish to UI

Discord