Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-14 | fix underflow on input clipboard allow state | Kae | |
2025-05-10 | make clipboard available when handling user-invoked chat commands | Kae | |
2025-03-03 | /render bugfixes | Kae | |
2025-02-22 | Create CharacterSwap pane | Vladimir Krasheninnikov | |
2025-02-03 | add /hotreload | Kae | |
2025-01-25 | Update StarClientCommandProcessor.cpp | Kae | |
2025-01-01 | Update StarClientCommandProcessor.cpp | Kae | |
[skip ci] | |||
2025-01-01 | /render: support for rendering out character and clothing sheets | Kae | |
2024-12-27 | temporary /render cmd for debugging | Kae | |
2024-11-05 | fix /startquest parsing the argument in an annoying way | Kae | |
2024-09-09 | oop | Kae | |
2024-09-09 | code clean-up | Kae | |
2024-09-09 | [Revision] Applying the recommended changes from pull request #110 (return ↵ | lonaasan | |
current value if no argument given, moving the methods to their correct location) | |||
2024-09-09 | [Small Addition] added respawnInWorld Command | lonaasan | |
2024-07-27 | only print Lua command result if it's not null | Kae | |
2024-04-22 | Lua chat callbacks + better font styling | Kae | |
golly gee whiz!! i hope i didn't fuck something up | |||
2024-03-19 | make timescale a server command and add a tickrate command | 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-24 | Fix TestUniverse | Kae | |
2023-08-20 | Command to adjust global timescale | Kae | |
2023-07-22 | Add character swapping (no GUI yet) | Kae | |
2023-07-19 | Support for player entity message commands | Kae | |
2023-07-06 | Change pure string format calls to use fmt::to_string | Kae | |
2023-07-04 | Add toggle for debug HUD | Kae | |
2023-06-29 | Move lighting calculation to separate thread | Kae | |
2023-06-27 | The Formatting String Catastrophe | Kae | |
2023-06-26 | resolved most of the compiler warnings/errors under gcc | LDA | |
also update xxhash and tinyformat | |||
2023-06-20 | everything everywhere | Kae | |
all at once |