851 Commits

Author SHA1 Message Date
Kae
57a5afa13a fix net compat rules not being considered in client netLoad 2025-01-05 15:21:59 +11:00
Kae
c47bceb3f3 add time played support to server query results 2025-01-05 15:21:27 +11:00
Kae
9bc12f5f97 Lua 5.3.6 2025-01-05 15:16:15 +11:00
Kae
bbc167de0f fix ArmorWearer sync flag not being set for two slots
no idea how I missed that
[skip ci]
2025-01-02 16:07:34 +11:00
Kae
aaa1587f0c Update StarPlayer.cpp
[skip ci]
2025-01-01 22:46:37 +11:00
Kae
2ccc2ac487 Update StarClientCommandProcessor.cpp
[skip ci]
2025-01-01 19:43:56 +11:00
Kae
5159b073bd /render: support for rendering out character and clothing sheets 2025-01-01 19:41:42 +11:00
Kae
a589a41fb4 Update vcpkg.json
[skip ci]
2024-12-31 20:40:42 +11:00
Kae
ad1c25a502 Update vcpkg.json
[skip ci]
2024-12-31 20:31:15 +11:00
Kae
c37265623d oops
[skip ci]
2024-12-31 20:13:23 +11:00
Kae
5247c48551 actually silence Clang unused warns
[skip ci]
2024-12-31 19:41:40 +11:00
Kae
cb893f0f52 disable jemalloc on Linux for Clang 2024-12-31 19:20:40 +11:00
Kae
c14a99a7c3 guess I can't have atomic for an array in Clang. ok
also the indenting was mixed so I had to fix it which is why the diff here is so wacky
2024-12-31 18:55:37 +11:00
Kae
c0fd5c0a60 Update vcpkg.json 2024-12-31 18:34:28 +11:00
Kae
4f37d900c4 get rid of SDL2's dbus dependency 2024-12-31 18:21:12 +11:00
Kae
32f6d28d05 trying again 2024-12-31 17:59:05 +11:00
Kae
aa1d559854 okay libsystemd doesn't compile on clang right now :( 2024-12-31 16:06:10 +11:00
Kae
3a077eabeb make sure vcpkg is using clang 2024-12-31 15:36:10 +11:00
Kae
7b2ce5155a fix Clang warnings
those two tryLexicalCasts were literally just broken
2024-12-31 15:27:32 +11:00
Kae
4903d39eed clang hates that I guess 2024-12-31 15:26:01 +11:00
Kae
9e3341f2f2 Update StarMemory.cpp 2024-12-31 14:59:15 +11:00
Kae
5b520556cf switch Linux builds to Clang (this will surely end well!) 2024-12-31 14:50:10 +11:00
Kae
874ab3dd48 ?saturation discrepancies: fixed mostly on GCC, 100% (seemingly?) on Clang 2024-12-31 14:49:51 +11:00
Bottinator22
ec6c8f0c3c
Update StarLuaConverters.hpp 2024-12-28 20:09:29 -08:00
Bottinator22
922427e25f
Update StarScrollArea.cpp 2024-12-28 20:08:17 -08:00
Bottinator22
f7dc97965d
Update StarRenderingLuaBindings.cpp 2024-12-28 20:07:34 -08:00
Bottinator22
1a0bf768f0
Update StarRenderer_opengl.cpp 2024-12-28 20:07:04 -08:00
Bottinator22
5e07241741
Update StarRenderer.hpp 2024-12-28 20:04:59 -08:00
Bottinator22
740cf89122
Update StarRenderer_opengl.hpp 2024-12-28 20:04:19 -08:00
Kae
75ff3cbba9 Update CMakeLists.txt 2024-12-28 13:42:00 +11:00
Kae
6b49f382e3 move image scaling functions to their own unit, as -O2 2024-12-28 13:07:51 +11:00
Kae
9da08e898d Update StarImageProcessing.cpp 2024-12-28 10:58:44 +11:00
Kae
81dfda9ea0 Update StarImageProcessing.cpp 2024-12-28 10:46:37 +11:00
Kae
10edbdc399 disable GCC unmath optimization in non-nearest scaling funcs 2024-12-28 10:29:47 +11:00
Kae
aba77ed2b4 Update StarImageProcessing.cpp
[skip ci]
2024-12-27 22:06:33 +11:00
Kae
45c89cefb6 Update StarImageProcessing.cpp 2024-12-27 21:54:59 +11:00
Kae
8f1cadbbf2 enable hardened runtime on macOS builds 2024-12-27 21:08:41 +11:00
Kae
5cf11ead98 temporary /render cmd for debugging 2024-12-27 20:14:36 +11:00
Kae
3205f3b283 fix item inventoryFilters handling 2024-12-27 08:47:40 +11:00
Kae
1210a75fb7 ! Fix head rotation not showing on other players 2024-12-26 22:12:44 +11:00
Kae
e092de711e fix compile error 2024-12-26 21:00:29 +11:00
Kae
0a1a82b18b Head Rotation
(way too hardcoded, not ideal but it will do in the meantime as many have been asking for it)
2024-12-26 20:53:06 +11:00
Kae
5de1e6cbc9 items can now override inventory filters 2024-12-26 20:12:15 +11:00
Kae
6a1ea4aa30 change math constants to constexpr 2024-12-26 20:11:45 +11:00
Kae
0a506401aa Update StarUniverseClient.cpp 2024-12-19 20:03:51 +11:00
Kae
63903276e5
Merge pull request #157 from Bottinator22/main
Allow post process shaders to be grouped up and enabled/disabled via Lua or a shaders menu
2024-12-19 19:08:59 +11:00
Bottinator22
ea21eb55d7
Update StarTitleScreen.cpp 2024-12-18 22:41:54 -08:00
Bottinator22
93839a2032
Update StarTitleScreen.hpp 2024-12-18 22:41:35 -08:00
Bottinator22
1f5606b4d5
Update StarClientApplication.cpp 2024-12-18 22:41:05 -08:00
Bottinator22
9cff2ce433
Update CMakeLists.txt 2024-12-18 22:30:16 -08:00