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

summaryrefslogtreecommitdiff
path: root/source/windowing
AgeCommit message (Collapse)Author
2025-06-07Update StarItemSlotWidget.cppKae
2025-06-06im sure tihs would allow us to display 18446744073709551615 with Qgrbr404
2025-06-06Update StarItemSlotWidget.cppKae
[skip ci]
2025-06-06improve short item count formatting, fix missing cooldownKae
2025-06-05Update StarItemSlotWidget.cppgrbr404
2025-06-05Update StarItemSlotWidget.cppgrbr404
2025-06-05removed the to big onesgrbr404
2025-06-05maybe this fixes itgrbr404
2025-06-05made it support up to max posible stack amountgrbr404
2025-06-05try 4grbr404
2025-06-05Update StarItemSlotWidget.cppgrbr404
2025-06-05try 2grbr404
2025-06-03unlock clipboard during button widget pressesKae
2025-03-16Add widget.setImageStretchSetVladimir Krasheninnikov
2025-03-02Merge pull request #203 from KrashV/new-widget-callbacksKae
Bring new widget callbacks
2025-03-02this can be a clampKae
[skip ci]
2025-03-01Oops, forgot the return values for non checkboxes.Vladimir Krasheninnikov
2025-03-01Bring new textbox callbacksVladimir Krasheninnikov
2025-02-26make scrollareas updating their children optionalpatman
2025-02-23remove unusable buttons, make configurable and draggableKae
[skip ci]
2024-12-28Update StarScrollArea.cppBottinator22
2024-11-24scriptable chatKae
2024-09-11tooltip stuffKae
2024-09-11fix button click not playing when returning from a GUI and then clicking it ↵Kae
again
2024-09-11Tooltip improvementsKae
2024-09-02Rename Keypad enumsKae
noticed keypad binds were named like this in SE (probably due to using the names given by SDL there) and it's nicer anyway. better do this sooner than later.
2024-08-20Update StarPortraitWidget.cppKae
2024-05-25Fix anchored panes flying into the abyss within miliseconds when you try to ↵Kae
drag them
2024-05-23make text anchors in LargeCharPlate configurableKae
also gave the char previews some animation!
2024-04-22Lua chat callbacks + better font stylingKae
golly gee whiz!! i hope i didn't fuck something up
2024-04-15widget.getText didn't work for labels and buttons??Kae
2024-03-27feat: middle click objects in the inventory to open their interfaceKae
makes carrying around shop objects easier might need to restrict the allowed interaction types more, as some may break due to the source entity being the player
2024-02-28Fixed remaining compiler warningsKai Blaschke
Some warnings (e.g. in Opus and the tests) can't be fixed, only suppressed.
2024-02-25Use "#pragma once" instead of include guardsKai Blaschke
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-10-31pane isDisplayed bindingZithia Satazaki
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-08-18Fix LabelWidgets randomly being shadowedKae
2023-08-15Rename global WorldTimestep var to more appropriate nameKae
2023-08-02Improve planet name titleKae
They began showing during the warp cinematic and their fade-out timing was wrong.
2023-07-30ScriptPanes can specify paneLayer and interactiveKae
2023-07-29Reset script panes on character swapKae
2023-07-22Add character swapping (no GUI yet)Kae
2023-07-21Support for changing the game's timescaleKae
Context-specific (like per-world) timescales can also be added later
2023-07-19Port in the voice settings menuKae
2023-07-17Initial voice HUD indicator setupKae
2023-07-06Change pure string format calls to use fmt::to_stringKae
2023-07-05Wire rendering improvementsKae
2023-07-05interface.bindCanvas uses interface scale by defaultKae
2023-07-04pane lua stuffKae