otavepto
6b71752fc0
don't bypass local_storage when saving .ini files in settings_parser
2024-04-23 02:16:02 +02:00
otavepto
0c50f6b4c7
refactor comments
2024-04-20 19:36:18 +02:00
otavepto
82ba66fbe7
removed the warning for using force_xxx.txt
from the overlay
2024-04-20 00:49:28 +02:00
otavepto
466b846943
avoid potential use after free
2024-04-14 20:49:59 +02:00
otavepto
0f6b32c248
language independent time/date format
2024-04-13 11:57:49 +02:00
otavepto
75b2423a25
* corrected Turkish translation by [Clompress]
...
* updated changelog
2024-04-13 10:08:45 +02:00
otavepto
159c1d1d9e
proper attribution for the author of the ingame overlay project (why wasn't this done long time ago?!)
2024-04-12 04:25:50 +02:00
otavepto
7a3c1b82f6
updated Turkish translation by [Clompress] + updated changelog
2024-04-11 21:56:13 +02:00
otavepto
4c116de627
Turkish translation for the overlay by [Clompress]
2024-04-11 14:41:22 +02:00
otavepto
138123b1be
load overlay audio from subfolder sounds
+ example files
2024-04-11 00:09:18 +02:00
otavepto
3c2b849601
fix that stupid mistake in overlay when loading audio buffers
2024-04-10 12:27:37 +02:00
otavepto
9fe55f2e81
for the overlay:
...
* reduce code duplication
* avoid bypassing local_storage when loading sounds
* avoid alloating sound buffers via new-delete, use std::vector
* clear/reset all global objects on destroy
2024-04-10 11:05:26 +02:00
otavepto
b01486c765
* cleanup custom sound buffers on destroy + cleanup entire overlay class on destroy
...
* fix sound for auto-accept invites
2024-04-10 11:05:26 +02:00
otavepto
22fc5038a2
don't bypass local_storage in steam_overlay class
2024-04-10 11:05:26 +02:00
otavepto
d0d9658161
ensure renderer hook isn't null
2024-04-09 12:29:08 +02:00
otavepto
8576d149d3
remove functions names prefixes in debug logs
2024-04-06 08:30:08 +02:00
otavepto
b8d9b25a79
load achievements strings before creating fonts, so that their glyphs ranges are taken into consideration
2024-04-04 02:56:18 +02:00
otavepto
5ddbfccfdd
* load overlay fonts with relative paths from steam_settings\fonts
...
* remove invalid parameters from `overlay_appearance.txt`
* example funny font!
2024-04-03 20:26:39 +02:00
detiam
bfdca710f4
allow load custom ttf
2024-04-03 12:19:47 +02:00
detiam
ac709e78e6
change overlay builtin font to unifont
2024-04-03 12:19:47 +02:00
detiam
22c9e8440e
delete builtin font
2024-04-03 12:19:47 +02:00
otavepto
7c0758c02d
return overlay state as always not ready if it was disabled
2024-04-01 19:23:55 +02:00
otavepto
e6ebe6fb6b
prevent running some overlay functions if it's disabled
2024-04-01 19:23:55 +02:00
detiam
574e7a7781
add tchinese translation
2024-03-31 19:40:52 +02:00
detiam
a97ec56ea3
add schinese translation
2024-03-31 19:40:52 +02:00
otavepto
3c9b327fb5
* cleanup/remove all networking callbacks on object destruction
...
* reset pointers on client destruction
2024-03-26 21:39:52 +02:00
otavepto
6b721266ea
allow players connections even when the overlay isn't ready
...
workaround #107
2024-03-26 01:33:18 +02:00
otavepto
166e7db122
more logging
2024-03-20 00:25:54 +02:00
otavepto
846fd6815e
allow overlay invitations to obscure game input to be able to accept/reject the request
2024-03-18 05:57:24 +02:00
otavepto
206732dc8e
don't log the periodic callback messages, they fill the log with non-useful events
2024-03-18 01:19:24 +02:00
otavepto
6611c73448
fix that printf warning
2024-03-16 11:09:28 +02:00
otavepto
0becc74280
note for later
2024-03-15 00:03:41 +02:00
otavepto
af237639d5
* initially attempt to load the icons of all achievements, this will slow things down at startup,
...
but avoids having to load the achievement icon during gameplay which causes micro-stutter
2024-03-15 00:03:41 +02:00
otavepto
0b86464374
* load the icons of a single achievement each overlay callback invokation, will slow things down during startup
...
but this avoids having to load the achievement icon during gameplay which causes micro-stutter
* avoid loading and resizing the achievement icon each time it's unlocked
* Local_Storage: avoid allocating buffers unless `stbi_load()` was successfull
2024-03-15 00:03:41 +02:00
otavepto
37426bac82
allow notifications of these types to steal input focus:
...
notification_type_message
notification_type_invite
2024-03-15 00:03:41 +02:00
otavepto
4d2e14be3f
manage overlay cursor input/clipping and internal frame processing in a better way
2024-03-15 00:03:41 +02:00
otavepto
b7c986f47c
* prevent notifications that do not require interaction from stealing focus
...
* check for success when creating the overlay popup window
* make notifications background less transparent, for easier visibility
* show hidden achievement description in the overlay if it was unlocked
* don't fail loading both achievement icons, locked and unlocked, if eihter one of them wasn't loaded but the other was
2024-03-09 23:17:27 +02:00
otavepto
c96b8f9935
don't show notifications or run overlay callbacks when it's not ready + refactor a private function
2024-03-09 04:19:38 +02:00
otavepto
d448535021
stop frame processing on exit
2024-03-08 22:19:12 +02:00
otavepto
5447940ed1
revert back the original behavior of starting the detector immediately when the renderer detector initial delay = 0
2024-03-08 22:10:04 +02:00
otavepto
875e3e4859
allow changing the font glyph spacing
2024-03-08 18:13:29 +02:00
otavepto
65edb7081a
allow controlling the renderer detector timeout via a config file
2024-03-08 18:13:29 +02:00
otavepto
3b5fea61f3
disable char8_t to be able to use u8"" strings in a normal manner for overlay translations
2024-03-08 18:13:29 +02:00
otavepto
df9cc93028
add builtin fonts to properly render all languages
2024-03-08 18:13:29 +02:00
otavepto
450f46c92c
* allow popup windows to take focus
...
* refactoring private/public functions names
2024-03-08 18:13:29 +02:00
otavepto
b66555afbd
use u8"" strings for overlay translations
2024-03-08 18:13:29 +02:00
otavepto
827f8a472a
refactoring + make fonts variables static
2024-03-08 18:13:29 +02:00
otavepto
d3c4026447
fix default notification height + a potential crash when creating notification table during exit
2024-03-08 18:13:29 +02:00
otavepto
99d689118e
central function to take care of frame/input processing
2024-03-08 18:13:29 +02:00
otavepto
9a73720825
* check for ImGui context before initializing it, otherwise it might crash some games like Antichamber when you alt+tab during initialization
...
* ignore all overlay requests if it's not ready
* when unlocking an achievement, only load it's icon if that was specified in the json
* restore the code for ImGui font builder, this is needed to load the glyphs for all languages
* revert the code which loads the achievements info even if the overlay wasn't ready
2024-03-08 18:13:29 +02:00