192 Commits

Author SHA1 Message Date
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
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
4903d39eed clang hates that I guess 2024-12-31 15:26:01 +11:00
Kae
5cf11ead98 temporary /render cmd for debugging 2024-12-27 20:14:36 +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
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
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
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
56c99c086f scriptable chat 2024-11-24 12:51:55 +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
7151c0cd9e fix /startquest parsing the argument in an annoying way 2024-11-05 15:42:21 +11:00
Kae
391f148f11
Update StarItemTooltip.cpp 2024-10-28 15:04:46 +11:00
Kae
4b917e8c2f
Merge pull request #122 from JenyaRostov/takeallhotkey
Hotkey to Take All action in containers
2024-10-11 05:35:06 +11:00
Kae
9e2f39bc01 Update StarContainerInterface.cpp 2024-10-11 05:34:45 +11:00
Kae
5db9e4e1c5 Fix keypad binding issue (#125) 2024-10-08 09:49:52 +11:00
Jenya
8f4b4d4f2e Merge remote-tracking branch 'origin/takeallhotkey' into takeallhotkey 2024-10-02 22:37:30 +03:00
Jenya
932ec4019a Actual code 2024-10-02 22:35:54 +03:00
Kae
80192714b7 Update StarSongbookInterface.cpp 2024-10-02 09:07:42 +10:00
Kae
4da398e42d Merge branch 'main' into wip/net-n-btree 2024-09-12 19:13:57 +10:00
Kae
37f3178d33 Network compatibility changes 2024-09-11 15:19:17 +10:00
Kae
f59f6be5d3 oop 2024-09-09 20:35:08 +10:00
Kae
95b13f670d code clean-up 2024-09-09 20:32:23 +10:00
lonaasan
732fc2a9d7 [Revision] Applying the recommended changes from pull request #110 (return current value if no argument given, moving the methods to their correct location) 2024-09-09 11:27:14 +02:00
lonaasan
98a395721e [Small Addition] added respawnInWorld Command 2024-09-09 09:53:11 +02:00
Kae
76a00ac5c9 Update StarInventory.cpp 2024-08-18 14:15:07 +10:00
Kae
908fa1ee60 Add libsamplerate, make Voice bitrate configurable 2024-08-03 11:54:08 +10:00
Kae
42acfb3f2d fix F16-F24 keys offsetting keycodes, add key name to canvas key callback args 2024-07-31 08:40:56 +10:00
Kae
9e7a2e9bb9 only print Lua command result if it's not null 2024-07-27 13:58:14 +10:00
Kae
54ac208dd5 lighting: disable the new additive point light behavior when new lighting is off 2024-06-28 17:10:17 +10:00
Kae
67c7257c3b Update StarCharSelection.cpp 2024-06-25 19:56:19 +10:00
Kae
39a6e900a4 Inspecting now logs to the chat
TODO: make configurable!
2024-06-17 20:31:40 +10:00