Kae
98b27f5f65
Update StarDirectives.cpp
2024-01-03 19:17:19 +11:00
Kae
588065cfc3
Update StarRootLuaBindings.cpp
2023-11-30 21:48:43 +11:00
Kae
2a56c3f9e3
Fix constant tile entity space updates
2023-11-30 21:48:31 +11:00
Kae
8d0dcd11d7
Update StarMainApplication_sdl.cpp
2023-11-29 13:45:53 +11:00
Kae
65cf738832
Update StarMainApplication_sdl.cpp
2023-11-29 13:45:13 +11:00
Kae
b52d7405f2
Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound
2023-11-29 13:37:19 +11:00
Kae
2ffd83c283
Restore missing configuration keys from default
2023-11-29 13:37:08 +11:00
WereTech
6294e9ed1c
add camera panning speed setting
...
- adds a setting that changes the speed of the camera when panning with the CameraShift keybind.
- fixes what I assume is a typo in the zoom slider that referenced the resolution list size instead of the zoom list size
2023-11-28 11:04:45 -06:00
Kae
24c2820ce1
Update StarPlayerStorage.cpp
2023-11-27 10:13:21 +11:00
Kae
ac66491b3f
fix Opus options (the right way)
2023-11-26 23:01:02 +11:00
Kae
8181cff72e
Hopefully fix the rare lightmap flicker
2023-11-25 23:36:36 +11:00
Kae
f3c7bd1d5e
Directives fixes
2023-11-25 23:03:46 +11:00
Kae
9c7d35ee26
A TYPO!!!!!
2023-11-25 22:23:10 +11:00
Kae
1db9091f50
non-zero default for script.updateDt for cases when it's called outside update()
2023-11-24 20:44:43 +11:00
Kae
9bef78a737
make Image move assignment zero other variables
2023-11-24 20:39:41 +11:00
Kae
994b0fe3cf
Fix TestUniverse
2023-11-24 20:35:45 +11:00
Kae
de53f8c7d7
fallback to hex string when a player UUID has no corresponding filename
2023-11-24 20:35:21 +11:00
Kae
81198f091c
fix Image not resetting properly after being moved from
2023-11-24 20:34:41 +11:00
Kae
eb4652b5f6
small CMake fix so Opus values set in extern/CMakeLists.txt work
2023-11-23 17:33:34 +11:00
Kae
74985240fc
simplify necessary sbinit fields on Windows
2023-11-03 08:07:29 +11:00
Kae
5815a873a7
Add more root.asset* functions
2023-11-03 06:51:17 +11:00
Kae
ab7768a3f0
Remove x64-Release leaving just RelWithDebInfo
2023-11-03 06:42:15 +11:00
Kae
1f5b954eb2
Fix (vanilla): Item disappearing from action bar after stacking identical item into it
2023-11-02 16:31:35 +11:00
Kae
86f41b8450
Fix crash right clicking empty item slots with no swap item
2023-11-02 16:30:34 +11:00
Kae
f5c63fa189
Update StarInput.cpp
2023-11-02 11:13:12 +11:00
Kae
bea100bde9
Setting a configuration value to nil should actually erase it
...
also configurationVersion set is already checked in Configuration
2023-11-02 08:23:36 +11:00
Kae
0497048b44
Add input.mousePosition
2023-11-02 08:12:21 +11:00
Kae
2cf97d763c
add root configuration getters & setters
2023-11-02 08:09:51 +11:00
Zithia Satazaki
213ce4bc0f
quick pickupToActionBar manipulation
2023-11-01 15:10:34 -04:00
Kae
38910aeead
Skip generating tile pieces if a color variant is invalid
2023-11-01 12:41:02 +11:00
Zithia Satazaki
f09b54b7e9
pane isDisplayed binding
2023-10-31 15:01:39 -04:00
Zithia Satazaki
00eeb4a809
displayRegisteredPane
2023-10-31 00:31:53 -04:00
Kae
8122cc3e7f
Update StarMainInterface.cpp
2023-10-31 08:53:18 +11:00
Kae
508e8f4304
Use invis material to fix constant re-placement of falling blocks
2023-10-31 08:32:20 +11:00
Kae
ae014e5b6f
Revert bag slot index type to uint8_t for now
...
was causing incompatibility on vanilla servers - need to add net element filters for legacy/modified servers first
2023-10-31 08:13:12 +11:00
Kae
7d948f8839
Don't tile predict falling blocks for now
...
causes too many mispredictions due to not simulating falling blocks locally (and it might still be an issue even if we did simulate it due to slight timing differences between client/server)
2023-10-31 08:10:05 +11:00
Zithia Satazaki
332fb8430b
avoid returnless fallthrough
2023-10-30 15:11:15 -04:00
Zithia Satazaki
86f02eab9b
these need to be {} wrapped to compile for some reason
2023-10-30 15:05:42 -04:00
Kae
a0272c2189
WebHook test againnn
2023-10-31 06:02:25 +11:00
Kae
ad8c17e338
Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound
2023-10-31 06:00:11 +11:00
Kae
c8539fba95
WebHook test
2023-10-31 05:59:52 +11:00
Zithia Satazaki
8aeed2baa8
match prior case convention for swap and trash slots
2023-10-30 14:48:45 -04:00
Kae
7eb1cd8dd9
Simplify new player inventory functions
2023-10-31 05:34:26 +11:00
Zithia Satazaki
012572c199
more graceful failure mode for item bag functions
2023-10-30 01:30:25 -04:00
Zithia Satazaki
943729a20e
player functions for direct item bag manipulation
2023-10-30 01:05:18 -04:00
Zithia Satazaki
fa6a770cfc
add player.actionBarItem
and player.setActionBarItem
(still needs a bit of work)
2023-10-29 23:15:26 -04:00
Zithia Satazaki
7c29196eff
fix player.description
being player[" description"]
instead
2023-10-29 20:50:38 -04:00
Zithia Satazaki
4da15c42e0
Merge branch 'main' of github.com:OpenStarbound/OpenStarbound
2023-10-29 20:23:31 -04:00
Zithia Satazaki
738e45079d
fix incorrect relative pathing in tests
2023-10-29 20:21:54 -04:00
Kae
d425e8e15f
Add world.isClient & isServer
2023-10-30 08:03:16 +11:00