Bottinator22
91cf2d8251
Add fork changes (move instruments to their own audio group)
2024-01-02 23:08:51 -08: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
994b0fe3cf
Fix TestUniverse
2023-11-24 20:35:45 +11:00
Kae
6e7c0498ef
Hook tile meshing up to Material Item drop and preview
2023-08-20 18:56:50 +10:00
Kae
af74a2f491
Rename global WorldTimestep var to more appropriate name
2023-08-15 13:38:40 +10:00
Kae
856e93be3f
Skip packet compression on Voice packets
...
cause 99% of the data is already compressed by Opus
2023-08-02 14:43:49 +10:00
Kae
224ad2c2c0
Reset script panes on character swap
2023-07-29 02:12:03 +10:00
Kae
3b8ea95d61
Move MainInterface destruction on disconnect to fix Lua binding crash
2023-07-23 22:49:23 +10:00
Kae
cb19eef701
Add character swapping (no GUI yet)
2023-07-22 22:31:04 +10:00
Kae
1a2f143f88
debug: tile_dungeon_id is red if dungeon ID is protected
2023-07-22 17:37:47 +10:00
Kae
4b0bc220e4
Support for changing the game's timescale
...
Context-specific (like per-world) timescales can also be added later
2023-07-21 00:58:49 +10:00
Kae
f2bc9adc36
Minor fixes
2023-07-19 23:25:16 +10:00
Kae
1f038540a5
Port in the voice settings menu
2023-07-19 23:16:59 +10:00
Kae
d682b164aa
more Lua voice callbacks
2023-07-19 21:12:14 +10:00
Kae
620c23e70a
Schedule voice config save when updating settings from Lua
2023-07-19 19:04:31 +10:00
Kae
35b1c36b17
Add loopback, fix mono and leak
2023-07-19 18:59:35 +10:00
Kae
6e1d29fe86
Provide speaker info to HUD indicators
2023-07-18 17:36:51 +10:00
Kae
34bb0b5422
Initial voice HUD indicator setup
2023-07-17 22:20:39 +10:00
Kae
848b11399f
Get SE-compatible voice transmission working
2023-07-16 23:04:09 +10:00
Kae
4e44a4ed75
Get transmission working
2023-07-15 14:01:44 +10:00
Kae
3b38825b34
more voice stuff
2023-07-14 13:13:19 +10:00
Kae
f14f77724d
more voice work!!!
2023-07-13 20:47:53 +10:00
Kae
28f4204b09
more Voice work
2023-07-13 19:12:55 +10:00
Kae
40223a5090
Initial work
2023-07-12 22:16:12 +10:00
Kae
fe99ec6966
Render the world in its own framebuffer
2023-07-06 23:59:18 +10:00
Kae
fe4cc19618
Change pure string format calls to use fmt::to_string
2023-07-06 19:26:28 +10:00
Kae
bf7418073d
Move input callback creation
2023-07-04 20:45:43 +10:00
Kae
e3461e9053
Start of Interface callbacks, starting with a bindCanvas function for the whole screen
2023-07-04 19:27:16 +10:00
Kae
c8340602f5
Update StarClientApplication.cpp
2023-07-04 06:15:45 +10:00
Kae
1b8f117bac
Update StarClientApplication.cpp
2023-07-04 06:03:07 +10:00
Kae
deb96742e0
Prevent particle copy, tweak debugging some more
...
probably not too time-saving
2023-07-03 18:31:12 +10:00
Kae
7f65913762
Use more portable encoding for Unicode character in debug strfs
2023-07-03 16:26:42 +10:00
Kae
11e00a8ded
Change debug render time logging to use microseconds
2023-07-03 16:04:17 +10:00
Kae
d018957b09
Fix font glyph generation to work correctly with other fonts
2023-07-03 14:21:51 +10:00
Kae
d7ba113688
Add zoom level keybinds
2023-07-03 04:29:58 +10:00
Kae
2386a95342
Input Binding support
2023-07-02 17:19:54 +10:00
Kae
15b0e99460
Initial setup of input stuff
2023-07-02 06:34:43 +10:00
Kae
fd5247321f
Split world & interface shaders
2023-06-30 05:55:41 +10:00
Kae
dc134e168b
Move lightmap wait into WorldPainter to fix single-frame lightmap lag-behind
...
unfortunate
2023-06-29 10:31:59 +10:00
Kae
624c7aaaf1
Move lighting calculation to separate thread
2023-06-29 10:11:19 +10:00
Kae
1e213aac5f
Decimal zoom with lerp
2023-06-29 07:05:01 +10:00
Kae
bc2080e2c6
Improve windowing logic
2023-06-29 01:12:52 +10:00
Kae
45493ca8dd
Revert timestep values to default, make configurable
2023-06-29 00:12:05 +10:00
Kae
0b7ddd05d1
Add extremely basic controller support (only movement)
2023-06-28 22:52:09 +10:00
Kae
0886098242
holy shit I'm never using amend commit again
2023-06-28 20:36:42 +10:00
Kae
4f586418d1
Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound
2023-06-28 20:35:56 +10:00
Kae
aa8832eb23
Fix becoming deaf after returning to the title (again)
2023-06-28 20:35:53 +10:00
Kae
d8e2d45b7a
Fix becoming deaf after returning to the title (again)
2023-06-28 20:33:22 +10:00
Kae
152af87655
Fix broken regex, make game timestep non-const
2023-06-28 00:20:22 +10:00
Kae
359624119a
Fix becoming deaf to positional audio after returning to the title
2023-06-27 21:04:46 +10:00