813 Commits

Author SHA1 Message Date
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
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
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
SilverSokolova
28a8b54f43
Update StarMerchantInterface.cpp 2024-12-18 02:42:16 -06:00
SilverSokolova
621166242b
Update StarMerchantInterface.cpp 2024-12-18 02:24:50 -06:00
SilverSokolova
a362aa867a
Update StarMerchantInterface.hpp 2024-12-18 01:57:51 -06:00
SilverSokolova
41cb7dfde4
Update StarCraftingInterface.hpp 2024-12-18 01:57:19 -06:00
SilverSokolova
a57347c9b1
Update StarMerchantInterface.cpp 2024-12-18 01:50:56 -06:00
SilverSokolova
79e2c90ee0
Update StarCraftingInterface.cpp 2024-12-18 01:50:23 -06:00
SilverSokolova
476bdc619c
Update StarCraftingInterface.cpp 2024-12-18 01:49:41 -06:00
SilverSokolova
e875d5fccd
Allow changing maxBuyCount 2024-12-18 01:49:23 -06:00
SilverSokolova
de642ab8bf
Add maxSpinCount 2024-12-18 01:47:58 -06:00
SilverSokolova
54647362a0
Update StarCraftingInterface.cpp 2024-12-18 01:47:22 -06: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
dd52188e53 add sky setting overrides to celestial.flyShip, pass net rules to packet read/write 2024-12-05 15:39:11 +11:00
Kae
cbde26aebe move loadstring out of LuaRoot 2024-11-30 09:17:44 +11:00
Kae
e437282d5c Update StarQuestManager.cpp 2024-11-27 21:29:53 +11:00
Kae
56c99c086f scriptable chat 2024-11-24 12:51:55 +11:00
Kae
d4c976bcb3 Add prefix Humanoid fix to portraits 2024-11-21 15:58:53 +11:00
Kae
a59ff847bc Fix UB when a unique effect script adds another unique effect during initialization 2024-11-21 15:31:28 +11:00
WasabiRaptor
46f4b5b07e add dedicated create character button to the CharSelectionPane
so people don't have to scroll to the bottom of their character list to create new characters
2024-11-13 17:16:19 -05:00
Kae
3b40e89b32 Add camera bindings
override missing, but it's a start
2024-11-07 18:26:31 +11:00
Kae
9502b05ea4 Update StarQuestManager.cpp 2024-11-05 15:42:32 +11:00
Kae
7151c0cd9e fix /startquest parsing the argument in an annoying way 2024-11-05 15:42:21 +11:00
Kae
c2ec41c391 Update StarHumanoid.cpp 2024-11-05 12:07:54 +11:00
Kae
4b0b047448 Update StarQuestManager.cpp 2024-11-05 10:56:20 +11:00
Kae
662a376926 Update StarDirectives.cpp 2024-11-05 10:52:52 +11:00
Kae
49cadf7902 Fix crash when a quest adds a new quest in its update() call 2024-11-05 10:40:32 +11:00
Kae
01770c78db Disable stack capture on common Json patching exceptions
Speeds up asset loading
2024-11-05 10:40:05 +11:00