Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarClientCommandProcessor.cpp
AgeCommit message (Collapse)Author
2025-05-14fix underflow on input clipboard allow stateKae
2025-05-10make clipboard available when handling user-invoked chat commandsKae
2025-03-03/render bugfixesKae
2025-02-22Create CharacterSwap paneVladimir Krasheninnikov
2025-02-03add /hotreloadKae
2025-01-25Update StarClientCommandProcessor.cppKae
2025-01-01Update StarClientCommandProcessor.cppKae
[skip ci]
2025-01-01/render: support for rendering out character and clothing sheetsKae
2024-12-27temporary /render cmd for debuggingKae
2024-11-05fix /startquest parsing the argument in an annoying wayKae
2024-09-09oopKae
2024-09-09code clean-upKae
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 Commandlonaasan
2024-07-27only print Lua command result if it's not nullKae
2024-04-22Lua chat callbacks + better font stylingKae
golly gee whiz!! i hope i didn't fuck something up
2024-03-19make timescale a server command and add a tickrate commandKae
2024-02-19Fixed a huge amount of Clang warningsKai 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-24Fix TestUniverseKae
2023-08-20Command to adjust global timescaleKae
2023-07-22Add character swapping (no GUI yet)Kae
2023-07-19Support for player entity message commandsKae
2023-07-06Change pure string format calls to use fmt::to_stringKae
2023-07-04Add toggle for debug HUDKae
2023-06-29Move lighting calculation to separate threadKae
2023-06-27The Formatting String CatastropheKae
2023-06-26resolved most of the compiler warnings/errors under gccLDA
also update xxhash and tinyformat
2023-06-20everything everywhereKae
all at once