Kae
874ab3dd48
?saturation discrepancies: fixed mostly on GCC, 100% (seemingly?) on Clang
2024-12-31 14:49:51 +11:00
Bottinator22
9beadf3e2c
oops
...
since my hhcolour shader (which doesn't have any parameters) was the first one in the list, it didn't need to load any parameters, which hid a bug that caused errors if the first shader in the menu had parameters
2024-12-29 12:23:26 -08:00
Bottinator22
fbae5b2223
Merge pull request #159 from Bottinator22/main
...
Documentation for renderer
2024-12-28 21:24:14 -08:00
Bottinator22
54b8f83b85
Documentation for renderer
2024-12-28 21:23:16 -08:00
Kae
b953042e56
Merge pull request #158 from Bottinator22/main
...
Scriptable shader uniforms
2024-12-29 15:29:20 +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
Bottinator22
ebabc7bf8e
Update shaders.lua
2024-12-28 20:02:52 -08:00
Bottinator22
6b85d7094a
Update shaders.config
2024-12-28 20:02:37 -08:00
Bottinator22
e33d260e6d
Add files via upload
2024-12-28 20:02:00 -08:00
Bottinator22
d63501aa07
Add files via upload
2024-12-28 19:58:18 -08:00
Bottinator22
d2e1826865
Update universeclient.lua
2024-12-28 19:58:06 -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
3df5cb78da
oxipng pass
...
pointless but i like the smaller number yayyyy
2024-12-26 20:51:02 +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
Kae
2bf5be1af3
Merge pull request #152 from SilverSokolova/SilverSokolova-doc
...
More documentation [skip ci]
2024-12-19 19:08:39 +11:00
Kae
157eb7c141
Merge pull request #155 from SilverSokolova/main
...
Allow buying/crafting more than 1000 items at once [skip ci]
2024-12-19 19:07:34 +11:00
Bottinator22
300b8f2dba
Update build.yml
2024-12-18 22:45:26 -08: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
20f0efdcb8
add shader interface
2024-12-18 22:34:58 -08:00
Bottinator22
8dbbbcb086
Update graphicsmenu.config.patch.lua
2024-12-18 22:33:27 -08:00
Bottinator22
9cff2ce433
Update CMakeLists.txt
2024-12-18 22:30:16 -08:00
Bottinator22
bf6969dc7d
Add files via upload
2024-12-18 22:28:39 -08:00
Bottinator22
0c4682d304
Update StarGraphicsMenu.hpp
2024-12-18 22:26:59 -08:00
Bottinator22
e12860ad25
Update StarGraphicsMenu.cpp
2024-12-18 22:26:35 -08:00
Bottinator22
1303f54e30
Update StarOptionsMenu.cpp
2024-12-18 22:23:54 -08:00
Bottinator22
096ab486f6
Update StarOptionsMenu.hpp
2024-12-18 22:22:12 -08:00
Bottinator22
7bc0f942bc
Update StarMainInterface.cpp
2024-12-18 22:21:32 -08:00
Bottinator22
2ffe114686
Update StarClientApplication.cpp
2024-12-18 18:13:34 -08:00