Paul Gofman
|
e13d9ed831
|
lsteamclient: Convert api call completion callback length in SteamAPICallCompleted_t.
CW-Bug-Id: #24446
|
2024-11-07 13:58:28 -06:00 |
|
Paul Gofman
|
fced277adf
|
lsteamclient: Fix source length for ntdll_umbstowcs().
CW-Bug-Id: #23962
|
2024-06-26 19:26:28 -06:00 |
|
Paul Gofman
|
2eb602e161
|
lsteamclient: Use default conversion in convert_callback_utow / callback_message_utow even if Unix len is unknown.
CW-Bug-Id: #23875
|
2024-06-20 13:57:31 +03:00 |
|
Paul Gofman
|
0b317f8464
|
lsteamclient: Collapse path in dos to unix conversion.
CW-Bug-Id: #23664
|
2024-04-19 09:47:18 -06:00 |
|
Paul Gofman
|
4e289629ce
|
lsteamclient: Strip extra /'s from file:/// in steamclient_dos_to_unix_path().
CW-Bug-Id: #23664
|
2024-04-19 09:47:18 -06:00 |
|
Paul Gofman
|
6e7e17776e
|
lsteamclient: Return empty string from steamclient_dos_to_unix_path() when conversion failed.
CW-Bug-Id: #23664
|
2024-04-19 09:47:18 -06:00 |
|
Paul Gofman
|
3cba1580fe
|
lsteamclient: Convert callbacks with a best guess even if specified message length is too short.
CW-Bug-Id: #23620
|
2024-04-04 08:53:20 -06:00 |
|
Arkadiusz Hiler
|
4341729100
|
lsteamclient: Generate SteamWorks SDK 1.59 support.
|
2024-03-22 13:30:06 +02:00 |
|
Paul Gofman
|
bd8d7e374e
|
lsteamclient: Reimplement callback_message_utow() in manual code using table.
CW-Bug-Id: #23550
|
2024-03-20 19:52:21 -06:00 |
|
Paul Gofman
|
7e98577a74
|
lsteamclient: Reimplement alloc_callback_wtou(), convert_callback_utow() in manual code using generated table.
And try to handle the case of non-matching Windows callback length
similar to before commit 6a5d5757ca .
CW-Bug-Id: #23550
|
2024-03-20 19:52:21 -06:00 |
|
Rémi Bernon
|
121cdab5fc
|
lsteamclient: Copy the ServerResponded parameter for delayed callbacks.
CW-Bug-Id: #23272
|
2024-02-15 15:53:29 +02:00 |
|
Rémi Bernon
|
37dc6df5eb
|
lsteamclient: Avoid accessing entry->callback.size after free.
Fixes a crash in Space Engineers.
CW-Bug-Id: #23145
|
2024-02-15 15:53:29 +02:00 |
|
Rémi Bernon
|
838d14d66e
|
lsteamclient: Split unixlib and build with msvcrt.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
5e70a92e17
|
lsteamclient: Default calling convention is cdecl.
CW-Bug-Id: #22729
CW-Bug-Id: #23085
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
cd4a31f4e0
|
lsteamclient: Use int8_t instead of ambiguous sized bool.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
98a90a1458
|
lsteamclient: Queue callback for input EnableActionEventCallbacks functions.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
6a7dbe6160
|
lsteamclient: Queue callback for networking SetConfigValue functions.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
5a552fbe77
|
lsteamclient: Use unix callbacks for custom client classes.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
bc000612cd
|
lsteamclient: Move callback function handling to unixlib.cpp.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
38573d2875
|
lsteamclient: Add traces to path conversion helpers.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
c95536019c
|
lsteamclient: Move unix to dos path conversions to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:28 +02:00 |
|
Rémi Bernon
|
049342a555
|
lsteamclient: Move dos to unix path conversion to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
cf89fdf018
|
lsteamclient: Use unixlib interface for C API functions.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
e0b2b50fb1
|
lsteamclient: Move unix library loading to the unix side.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
0564207f84
|
lsteamclient: Use the new converters for Steam_BGetCallback.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
2170b64142
|
lsteamclient: Generate callback wrappers with the new structs.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|
Rémi Bernon
|
77e83d193a
|
lsteamclient: Execute debug callbacks from within Steam_BGetCallback.
CW-Bug-Id: #22729
|
2024-02-15 15:53:27 +02:00 |
|