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

summaryrefslogtreecommitdiff
path: root/source/windowing/StarGuiContext.cpp
AgeCommit message (Collapse)Author
2024-04-22Lua chat callbacks + better font stylingKae
golly gee whiz!! i hope i didn't fuck something up
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-08-18Various improvementsKae
You can now right click empty slots to insert one from swap. Added unique sounds for the swap slot count incrementing/decrementing. Material placement now plays sounds.
2023-07-17Initial voice HUD indicator setupKae
2023-07-05Wire rendering improvementsKae
2023-06-30RenderPrimitive micro-optimizationsKae
2023-06-28Fix text box cursor offset with hidden textKae
2023-06-25more!! more!!!!Kae
2023-06-24Pretty much working nowKae
2023-06-23Hardware Cursor supportKae
Updated SDL2 for this, so lib\ is no longer gitignored
2023-06-21The FontpocalypseKae
I hate it
2023-06-21custom fonts!!Kae
2023-06-20everything everywhereKae
all at once