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
d922be6612
decouple raw artifacts from assemble script
2024-12-31 19:11:20 +11:00
Kae
da76c1d95d
defer test to after upload so I can debug locally
2024-12-31 19:06:37 +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
95b8727d0c
Update build.yml
2024-12-31 18:11:52 +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
6076746ff3
Update build.yml
2024-12-31 15:51:26 +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
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