972 Commits

Author SHA1 Message Date
Bottinator22
0a035226d8
Update client.config.patch 2024-12-18 18:02:08 -08:00
Kae
7d98cc8e04
Merge pull request #156 from SilverSokolova/merchantShineFix
Fix merchant shine when using Patch Project
2024-12-19 10:40:20 +11:00
SilverSokolova
c80f55bef2
Create merchant.config.patch 2024-12-18 13:59:10 -06:00
SilverSokolova
fa81726902
Delete assets/opensb/interface/merchant directory 2024-12-18 13:58:06 -06:00
Kae
a52c213ebe Update bindings.lua 2024-12-10 19:48:16 +11:00
Kae
ad508c5322 add item copy-paste binds
decided against making them bound by default
2024-12-10 18:50:03 +11: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
3fc12923ce Merge branch 'chat' 2024-12-05 12:28:33 +11:00
Kae
cbde26aebe move loadstring out of LuaRoot 2024-11-30 09:17:44 +11:00
Kae
47de88c373 Update StarQuestManager.cpp 2024-11-29 13:17:11 +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
Kae
996dc77967
Merge pull request #145 from WasabiRaptor/dedicated-create-character-button
add dedicated create character button to the CharSelectionPane
2024-11-14 10:32:36 +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
Kae
515d71409c support for an absurd hacky trick used by FD: appending to the frame ID via the directives parameter
wtf 😭
2024-11-05 10:23:03 +11:00
Kae
6435fd5e34 Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound 2024-11-05 09:57:02 +11:00
Kae
e1dea58e80 questPortrait callback 2024-11-05 09:44:46 +11:00
Kae
7dc8f4ae04
Merge pull request #139 from OpenStarbound/SilverSokolova-patch-1
Interface docs
[skip ci]
2024-10-30 14:39:46 +11:00
SilverSokolova
6423dead1f
Interface docs 2024-10-29 21:38:37 -05:00
Kae
cc5fbb0087 fix broken status.primaryDirectives
why did it even compile before. what the fuck!
2024-10-29 20:12:58 +11:00
Kae
391f148f11
Update StarItemTooltip.cpp 2024-10-28 15:04:46 +11:00
Kae
e065981ce2 Update StarWorldClient.cpp 2024-10-27 05:44:33 +11:00
Kae
beea448827 fix WorldClient::m_inWorld being false during during player init
this was breaking a few new checks
fixes #136
2024-10-26 10:46:46 +11:00
Kae
aeb3644d9b Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound 2024-10-25 11:59:42 +11:00
Kae
42a648ecc1 Update StarPlayerLuaBindings.cpp 2024-10-25 11:59:33 +11:00
Kae
98bc80a32c
Merge pull request #134 from dressupgeekout/netbsd
Add preliminary support for NetBSD
2024-10-25 11:19:41 +11:00
Kae
c2b9f5ac07 Only create a dump on stack overflow 2024-10-25 11:19:27 +11:00
Charlotte Koch
20c79e32f8 Add preliminary support for NetBSD 2024-10-24 15:42:26 -07:00
Kae
15d116b7ea fix broken minidumping 2024-10-23 15:05:00 +11:00
Kae
73e9ab3b8e player.callQuest 2024-10-21 20:05:07 +11:00
Kae
250869e215
Merge pull request #131 from KrashV/main
player.teamMembers callback
2024-10-21 16:55:59 +11:00
Kae
2796e8ed10 Update StarPlayerLuaBindings.cpp 2024-10-21 16:55:31 +11:00
Kae
5c669f4b3a change to trackedQuestId, add currentQuestId 2024-10-21 16:54:10 +11:00
Kae
e3aa302a8c Move teamMembers impl to Lua bindings
avoiding including UniverseClient.hpp and TeamClient.hpp in StarPlayer
2024-10-21 16:49:21 +11:00
Kae
99f78c3912 add player.trackedQuest 2024-10-21 16:21:53 +11:00
Degranon
f270c3f168 Player teammembers 2024-10-19 21:10:39 +05:00
Kae
aac3e53941 win: add minidumps to fatal errors 2024-10-18 14:18:40 +11:00
Kae
0a5e92ef38 unify UniverseClient & WorldClient LuaRoots & let universeClient scripts intercept packets
can be used for intercepting chat packets, for example!
2024-10-17 19:02:24 +11:00
LDA
9ba9eb2ac3 only set minimum opengl context version on macos 2024-10-17 00:16:44 -07:00