Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-27 | change savePlayer log level to Debug because it's annoying actually | Kae | |
2025-03-16 | warn when two player files have the same UUID | Kae | |
2025-03-16 | log player saving | Kae | |
2025-02-08 | Search character by name | Vladimir Krasheninnikov | |
2024-04-24 | feat: unicode emoji support + other stuff | Kae | |
2024-03-08 | Merge launcher branch | Kae | |
2024-02-19 | Fixed a huge amount of Clang warnings | Kai Blaschke | |
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably. 99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified. Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects. Most remaining warnings are now unused parameters. | |||
2023-11-27 | Update StarPlayerStorage.cpp | Kae | |
2023-11-24 | fallback to hex string when a player UUID has no corresponding filename | Kae | |
2023-08-02 | Update StarPlayerStorage.cpp | Kae | |
2023-08-02 | Backups are now placed in their own directory | Kae | |
2023-08-02 | Game can now load players with non-uuid filenames | Kae | |
2023-07-24 | Fix ToolUser exception when swapping player | Kae | |
Also made /swap by name exclude the current player when searching | |||
2023-07-22 | Add character swapping (no GUI yet) | Kae | |
2023-06-27 | The Formatting String Catastrophe | Kae | |
2023-06-20 | everything everywhere | Kae | |
all at once |