Rémi Bernon
|
d12d18e87c
|
lsteamclient: Move ISteamNetworkingFakeUDPPort creation / destroy to the PE side.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
1cf15635ac
|
lsteamclient: Use manual methods instead of codegen for callbacks.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
fce62d2dfd
|
lsteamclient: Use manual method wrapper instead of post-exec.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
4092684400
|
lsteamclient: Simplify manual method description.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
eb1a12c85c
|
lsteamclient: Use the new structures in thunks.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
444a139150
|
lsteamclient: Move the client wrapper creation to the unix side.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
11cf15ee6a
|
lsteamclient: Generate wtou / utow struct conversion helpers.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
8b8d4769ef
|
lsteamclient: Generate struct definitions for all abis.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
79495ea28b
|
lsteamclient: Classify struct compatibility over SDK versions.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
683d7bd14e
|
lsteamclient: Use Struct and Field class for conversions.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
1c2efdff99
|
lsteamclient: Introduce new Struct generator class.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
910f149a04
|
lsteamclient: Generate function types with ABI attributes.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
2a2fb338d2
|
lsteamclient: Use the generated interfaces in the manual converters.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
9da6e6851f
|
lsteamclient: Fixup ISteamUser_SteamUser_InitiateGameConnection directly.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
acb9c7a193
|
lsteamclient: Generate linux interface structs.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
afd189d1f6
|
lsteamclient: Remove unnecessary typedefs.
CW-Bug-Id: #22729
|
2023-12-19 19:42:16 +01:00 |
|
Rémi Bernon
|
5cb7e98820
|
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
99e5c542c0
|
lsteamclient: Generate functions with calling convention.
CW-Bug-Id: #22729
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
fb4497a377
|
lsteamclient: Use standard fixed size integer types.
CW-Bug-Id: #22729
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
07e95d32c1
|
lsteamclient: Use integer types instead of enums.
CW-Bug-Id: #22729
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
312c50426b
|
lsteamclient: Use SOURCES instead of C(XX)_SRCS.
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
fb8548e79f
|
lsteamclient: Wrap parameters in structures.
CW-Bug-Id: #22729
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
4852a1bfdd
|
lsteamclient: Simplify unix side parameter conversions.
CW-Bug-Id: #22729
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
26174adf32
|
lsteamclient: Allocate memory for every path conversion.
CW-Bug-Id: #22729
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
80104ca5d9
|
lsteamclient: Simplify path convertion using separate dicts.
CW-Bug-Id: #22729
|
2023-12-19 19:42:15 +01:00 |
|
Rémi Bernon
|
259895dcf3
|
lsteamclient: Use a generic interface wrapper struct.
CW-Bug-Id: #22729
|
2023-12-19 19:42:14 +01:00 |
|
Rémi Bernon
|
338ec9aa0a
|
lsteamclient: Use with statement to generate the .c files.
CW-Bug-Id: #22729
|
2023-12-19 19:42:14 +01:00 |
|
Rémi Bernon
|
48eebd5c23
|
lsteamclient: Generate the .h and .cpp files separately.
CW-Bug-Id: #22729
|
2023-12-19 19:42:14 +01:00 |
|
Rémi Bernon
|
47ae1fde89
|
lsteamclient: Pass write function as parameter to handle_method*.
CW-Bug-Id: #22729
|
2023-12-19 19:42:14 +01:00 |
|
Rémi Bernon
|
85b9f9ea6f
|
lsteamclient: Replace do_cb_wrap with (alloc|convert)_callback.
CW-Bug-Id: #22729
|
2023-12-19 19:42:14 +01:00 |
|
Rémi Bernon
|
d81a972d3f
|
lsteamclient: Split do_cb_wrap into conversion helpers.
CW-Bug-Id: #22729
|
2023-12-19 19:42:14 +01:00 |
|
Rémi Bernon
|
d46fb7c78a
|
lsteamclient: Consistently use the computed return type.
CW-Bug-Id: #22729
|
2023-12-19 19:42:14 +01:00 |
|
Rémi Bernon
|
536b237731
|
lsteamclient: Always use a return result variable.
CW-Bug-Id: #22729
|
2023-12-19 19:42:14 +01:00 |
|
Rémi Bernon
|
fb7270ecbf
|
lsteamclient: Fix some compilation warnings.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
c59345eb5b
|
lsteamclient: Build using makedep rules.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
0040deb754
|
lsteamclient: Cleanup C method generator.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
ec53c8a649
|
lsteamclient: Generate thiscall wrappers separately.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
26eddba698
|
lsteamclient: Introduce a new Method cursor wrapper.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
2087258dc1
|
lsteamclient: Introduce a new Class cursor wrapper.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
0c8b164036
|
lsteamclient: Use the names array for the param converters.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
da3bf9b709
|
lsteamclient: Use declspec to generate C++ method signature.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
9082bfb035
|
lsteamclient: Split C++/C method generation helpers.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
5120d0f423
|
lsteamclient: Reorder do_cb_wrap first parameters.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
16c292fa1b
|
lsteamclient: Split cpp_h generation to a dedicated method.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
3a7b436f7a
|
lsteamclient: Return all struct abis from find_struct.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
cb630d307e
|
lsteamclient: Filter structs and classes while parsing.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
819257a800
|
lsteamclient: Use the all_records dict to lookup structs.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
5537343715
|
lsteamclient: Introduce new canonical_typename helper.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
f6ebb7f506
|
lsteamclient: Sort classes by their version string.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|
Rémi Bernon
|
6451808497
|
lsteamclient: Filter classes by version before generating.
CW-Bug-Id: #22729
|
2023-12-19 19:42:13 +01:00 |
|