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

summaryrefslogtreecommitdiff
path: root/source/frontend
AgeCommit message (Collapse)Author
2024-12-10Input: binds can now make the clipboard available while held, config option ↵Kae
to always allow
2024-11-24scriptable chatKae
2024-11-13add dedicated create character button to the CharSelectionPaneWasabiRaptor
so people don't have to scroll to the bottom of their character list to create new characters
2024-11-05fix /startquest parsing the argument in an annoying wayKae
2024-10-28Update StarItemTooltip.cppKae
2024-10-11Merge pull request #122 from JenyaRostov/takeallhotkeyKae
Hotkey to Take All action in containers
2024-10-11Update StarContainerInterface.cppKae
2024-10-08Fix keypad binding issue (#125)Kae
2024-10-02Merge remote-tracking branch 'origin/takeallhotkey' into takeallhotkeyJenya
2024-10-02Actual codeJenya
2024-10-02Update StarSongbookInterface.cppKae
2024-09-12Merge branch 'main' into wip/net-n-btreeKae
2024-09-11Network compatibility changesKae
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-08-18Update StarInventory.cppKae
2024-08-03Add libsamplerate, make Voice bitrate configurableKae
2024-07-31fix F16-F24 keys offsetting keycodes, add key name to canvas key callback argsKae
2024-07-27only print Lua command result if it's not nullKae
2024-06-28lighting: disable the new additive point light behavior when new lighting is offKae
2024-06-25Update StarCharSelection.cppKae
2024-06-17Inspecting now logs to the chatKae
TODO: make configurable!
2024-06-02scale planetNameOffset by interface scaleKae
that parameter was definitely not tested for other interface scales
2024-05-29sequence parsing and parseArguments fixesKae
2024-05-25fix two tiny issues with changing interface scaleKae
2024-05-25Add an interface scale sliderKae
2024-05-24lmao oopsKae
2024-05-24fix Songbook interface no longer excluding /songs/ & .abcKae
2024-05-23slightly smarter inventory close behavior with panes that open with the ↵Kae
inventory
2024-05-23make text anchors in LargeCharPlate configurableKae
also gave the char previews some animation!
2024-05-15don't crash when drawing wires connected to a non-existent nodeKae
2024-04-24feat: unicode emoji support + other stuffKae
2024-04-23oops - fix broken damage bar after text styling changeKae
2024-04-23reduce armor stat to 1 decimal place since it was spilling a littleKae
2024-04-22Tweak item stat formatting to prevent way too many decimalsKae
2024-04-22Lua chat callbacks + better font stylingKae
golly gee whiz!! i hope i didn't fuck something up
2024-04-19Add hardware cursor game settingKae
2024-04-15Add volume and pitch to projectile sound actionsKae
did it to some chat bubble thing too lol, why not.
2024-04-15new object lighting toggle, log non-master entity render/update exceptionsKae
2024-04-082 features: multi-sample anti-aliasing & Lua patches for imagesKae
2024-04-05only decline offered quests if the player explicitly pressed the decline buttonKae
2024-04-05Update StarTeamBar.cppKae
2024-04-04fix: last minor text wrapping bugKae
2024-04-03fix rare text wrapping bug in the chat boxKae
also removed unnecessary leftover variables from when text wrapping used to always create a StringList
2024-03-29wire interface: fetch render vars on init instead of every wire (wtf?)Kae
2024-03-29don't deselect the wire after making one connectionKae
2024-03-28fix: crafting interfaces not working with new middle-click openingKae
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