Robert Adam
d100ff1467
MAINT: Update copyright to 2022
2022-01-04 20:17:33 +01:00
Davide Beatrici
2e93212d74
FIX(positional-audio): Update Source Engine plugin to work with L4D2 2.2.1.3
...
This commit makes the plugin work again with the Linux version of the game.
The game update didn't break support for the Windows version.
https://steamcommunity.com/games/L4D2/announcements/detail/4625740823862061052
2021-06-17 01:38:29 +02:00
Robert Adam
59ae429972
MAINT: Update copyright notice to 2021
...
This was done by running scripts/updateLicenseHeaders.py and then
manually editing the LICENSE file.
2021-03-02 10:15:01 +01:00
Davide Beatrici
13cbf72877
REFAC(plugins): Use new C++ classes in Source Engine plugin
2020-10-28 19:27:01 +01:00
Davide Beatrici
501072ef50
FEAT(client): add Source Engine plugin, retract Left 4 Dead 1 & 2 plugins
...
5df2bb2c0b explains how we gain access to the game's interfaces.
Once we have access to the interfaces, we retrieve the address of the variables' we're interested in by reading the assembly of one or more functions accessing them.
The process for each function is documented in the code.
2020-09-27 20:12:17 +02:00