Commit Graph

9 Commits

Author SHA1 Message Date
Robert Adam
330c356e71 MAINT: Remove copyright year from all copyright notices
Keeping these up-to-date is just super tedious and they don't really
fulfill any purpose these days.
2024-09-30 18:06:20 +02:00
Robert Adam
249d2c6298 MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Davide Beatrici
5b7f95b54f REFAC(positional-audio): Define "procid_t" as "uint64_t" instead of "uint32_t"
This allows us to take advantage of the full range provided by the plugin API.
2022-06-05 02:48:50 +02:00
Davide Beatrici
799926b8a3 FEAT(positional-audio): Rewrite GTAV plugin to use signatures and game structs
It should now work flawlessly with all variants (Rockstar, Steam, Epic Games).
2022-06-05 02:48:47 +02:00
Magnus Groß
36b58eb688
FIX(positional-audio): Update GTAV plugin to version 1.59.2612 2022-05-17 11:56:45 +02:00
Magnus Groß
f0d7381e49
FIX(positional-audio): Update GTAV plugin to version 1.58.2545 2022-01-27 23:21:34 +01:00
Magnus Groß
31a9522a0f
REFAC(positional-audio): Remove useless memory locations in GTAV
These addresses provide no additional meaningful data. The identity
context is supposed to identify an user, not provide meaningless info
about unrelated ingame objects.

Remove these unnecessary variables, as they only increase the amount of
work needed when reverse-engineering positional audio.

The username is already alone an unique identity, so instead of setting
the identity to a JSON of multiple values, we now set the identity to
just the username.
2022-01-27 23:21:18 +01:00
Robert Adam
d100ff1467 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Magnus Groß
696c47b50c
REFAC(positional-audio): Port GTA5 to new Plugin API 2021-07-01 12:58:41 +02:00