Bottinator22
f7dc97965d
Update StarRenderingLuaBindings.cpp
2024-12-28 20:07:34 -08:00
Kae
8f1cadbbf2
enable hardened runtime on macOS builds
2024-12-27 21:08:41 +11:00
Bottinator22
1f5606b4d5
Update StarClientApplication.cpp
2024-12-18 22:41:05 -08:00
Bottinator22
2ffe114686
Update StarClientApplication.cpp
2024-12-18 18:13:34 -08:00
Bottinator22
1d80822543
Update CMakeLists.txt
2024-12-18 18:10:07 -08:00
Bottinator22
b7aa4f6da6
Add files via upload
2024-12-18 18:09:19 -08:00
Bottinator22
226ff4e278
Update StarClientApplication.hpp
2024-12-18 18:07:58 -08:00
Bottinator22
e009a15ba7
Update StarClientApplication.cpp
2024-12-18 18:06:56 -08:00
Bottinator22
209d89a07d
Update StarClientApplication.cpp
2024-12-18 18:05:55 -08:00
Kae
d95eac3164
Input: binds can now make the clipboard available while held, config option to always allow
2024-12-10 18:49:29 +11:00
Kae
56c99c086f
scriptable chat
2024-11-24 12:51:55 +11:00
Kae
3b40e89b32
Add camera bindings
...
override missing, but it's a start
2024-11-07 18:26:31 +11:00
Kae
8332536399
fix compilation
2024-08-22 12:52:59 +10:00
Bottinator22
08dd7d72d7
Update StarClientApplication.hpp
2024-08-21 19:23:11 -07:00
Bottinator22
b0d3c88834
Update StarClientApplication.cpp
2024-08-21 19:22:25 -07:00
Kae
1a5507f019
Update StarClientApplication.hpp
2024-08-14 11:06:23 +10:00
Kae
8bef4abdbc
Connection changes
2024-08-13 16:23:01 +10:00
Rohan
8f0c327ffa
Fix LeftStick movement StarClientApplication.cpp
...
It no longer has that drift. The drift is caused by the controller, and this simply turns up the threshold of where the game actually accepts the input as a movement.
2024-08-03 11:42:20 -07:00
Kae
6321a7d75d
Update StarClientApplication.cpp
2024-08-03 18:54:49 +10:00
Kae
20de634a06
Improve Discord activity info
...
requested by Omeruin!
2024-08-03 18:51:19 +10:00
Kae
a6ac154b94
accept 🎮 in mod bindings
2024-07-25 08:56:00 +10:00
Kae
369dcb63d1
disable left-stick movement for now
...
#87
2024-07-18 06:55:38 +10:00
Kae
f60a19e065
optional sbinit option to disable UGC (workshop mods)
2024-06-27 15:49:41 +10:00
Kae
f3adb0b9d0
Add an interface scale slider
2024-05-25 12:52:07 +10:00
Kae
2a751e2e37
Make zoom key-binds holdable
...
also fixed some random UI shine cause it was the wrong freaking size
2024-04-27 16:31:10 +10:00
Kae
ad72057c38
Add server icon and fix Installer shortcuts
2024-04-22 13:23:57 +10:00
Kae
ca1426eabc
Lua chat callbacks + better font styling
...
golly gee whiz!! i hope i didn't fuck something up
2024-04-22 06:07:59 +10:00
Kae
d5f5fb5ddf
Add hardware cursor game setting
2024-04-19 08:52:35 +10:00
Kae
8a8a050159
2 features: multi-sample anti-aliasing & Lua patches for images
2024-04-08 14:22:22 +10:00
Kae
5981880a99
title changes (moved quit button away) + better compressed all the pngs
2024-03-25 08:40:02 +11:00
Kae
6d76a11e25
experiment: unclamped lighting
2024-03-20 01:53:34 +11:00
Kae
983bb82a96
Async lighting improvements
2024-03-19 18:21:54 +11:00
Kae
4e0d7598e1
omg
2024-03-17 15:56:29 +11:00
Kae
463205c09c
remove unnecessary SDL2 include
...
[skip ci]
2024-03-17 01:52:34 +11:00
ErodeesFleurs
c6a2f4fa7d
add clipboard lua binds
2024-03-16 20:00:53 +08:00
Kae
696abcca71
fix late aimPosition
2024-03-15 16:26:12 +11:00
Kae
6c562470f3
Merge launcher branch
2024-03-08 20:09:27 +11:00
Kae
79cd235939
Update StarClientApplication.cpp
2024-03-05 16:22:13 +11:00
Kai Blaschke
cd23817bf1
Fixed remaining compiler warnings
...
Some warnings (e.g. in Opus and the tests) can't be fixed, only suppressed.
2024-02-28 18:30:27 +01:00
Kai Blaschke
3073a88cd1
Use "#pragma once" instead of include guards
2024-02-25 15:46:47 +01:00
Kai Blaschke
431a9c00a5
Fixed a huge amount of Clang warnings
...
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.
2024-02-19 16:55:19 +01:00
Bottinator22
91cf2d8251
Add fork changes (move instruments to their own audio group)
2024-01-02 23:08:51 -08:00
WereTech
6294e9ed1c
add camera panning speed setting
...
- adds a setting that changes the speed of the camera when panning with the CameraShift keybind.
- fixes what I assume is a typo in the zoom slider that referenced the resolution list size instead of the zoom list size
2023-11-28 11:04:45 -06:00
Kae
994b0fe3cf
Fix TestUniverse
2023-11-24 20:35:45 +11:00
Kae
6e7c0498ef
Hook tile meshing up to Material Item drop and preview
2023-08-20 18:56:50 +10:00
Kae
af74a2f491
Rename global WorldTimestep var to more appropriate name
2023-08-15 13:38:40 +10:00
Kae
856e93be3f
Skip packet compression on Voice packets
...
cause 99% of the data is already compressed by Opus
2023-08-02 14:43:49 +10:00
Kae
224ad2c2c0
Reset script panes on character swap
2023-07-29 02:12:03 +10:00
Kae
3b8ea95d61
Move MainInterface destruction on disconnect to fix Lua binding crash
2023-07-23 22:49:23 +10:00
Kae
cb19eef701
Add character swapping (no GUI yet)
2023-07-22 22:31:04 +10:00