t7x/src/client/game/symbols.hpp

100 lines
3.6 KiB
C++
Raw Normal View History

#pragma once
2022-10-25 20:42:37 +02:00
#include "structs.hpp"
2022-09-17 08:13:06 +02:00
#define WEAK __declspec(selectany)
namespace game
{
#define Com_Error(code, fmt, ...) Com_Error_(__FILE__, __LINE__, code, fmt, ##__VA_ARGS__)
2022-11-11 17:19:26 +01:00
2022-10-25 20:42:37 +02:00
// CL
2022-10-28 22:16:14 +02:00
WEAK symbol<void(int controllerIndex, XSESSION_INFO* hostInfo, const netadr_t* addr, int numPublicSlots,
2022-10-25 20:42:37 +02:00
int numPrivateSlots, const char* mapname, const char* gametype)> CL_ConnectFromLobby
2022-11-09 17:10:08 +01:00
{0x14134C570};
2022-10-25 20:42:37 +02:00
2022-08-10 11:26:19 +02:00
// Com
2023-01-06 10:29:24 +01:00
WEAK symbol<void(int channel, unsigned int label, const char* fmt, ...)> Com_Printf{0x1421499C0, 0x140505630};
2022-11-09 17:10:08 +01:00
WEAK symbol<void(const char* file, int line, int code, const char* fmt, ...)> Com_Error_{0x1420F8BD0};
2022-12-30 19:17:36 +01:00
WEAK symbol<bool(eModes mode)> Com_SessionMode_IsMode{0x1420F7DD0};
WEAK symbol<void(uint32_t localClientNum, eModes fromMode, eModes toMode, uint32_t flags)> Com_SwitchMode{
0x14214AF30
};
2022-08-10 11:26:19 +02:00
2023-01-06 10:29:24 +01:00
WEAK symbol<void(uint32_t localClientNum, const char* text)> Cbuf_AddText{0x1420EC8B0, 0x1404F75B0};
2022-09-16 20:55:36 +02:00
WEAK symbol<void(const char* cmdName, xcommand_t function, cmd_function_s* allocedCmd)> Cmd_AddCommandInternal{
2023-01-02 15:18:37 +01:00
0x1420ED530, 0x1404F8210
2022-09-16 20:55:36 +02:00
};
WEAK symbol<void(uint32_t localClientNum, ControllerIndex_t controllerIndex, const char* text,
bool fromRemoteConsol)> Cmd_ExecuteSingleCommand{
2022-12-30 19:17:36 +01:00
0x1420EDC20
};
2023-01-06 10:29:24 +01:00
WEAK symbol<void(char* text, int maxSize)> Con_GetTextCopy{0x14133A7D0, 0x140182C40};
2022-08-10 11:26:19 +02:00
2022-09-24 15:09:48 +02:00
// DB
2022-10-25 20:42:37 +02:00
WEAK symbol<void(XZoneInfo* zoneInfo, uint32_t zoneCount, bool sync, bool suppressSync)> DB_LoadXAssets{
2022-11-09 18:10:34 +01:00
0x1414236A0
2022-10-25 20:42:37 +02:00
};
2022-09-24 15:09:48 +02:00
2022-09-21 19:32:40 +02:00
// Live
2022-11-09 17:10:08 +01:00
WEAK symbol<bool(uint64_t, int*, bool)> Live_GetConnectivityInformation{0x141E0C410};
2022-09-21 19:32:40 +02:00
// MSG
2023-01-02 13:57:00 +01:00
WEAK symbol<uint8_t(msg_t* msg)> MSG_ReadByte{0x142155EB0, 0x14050D1B0};
2022-10-23 19:56:03 +02:00
// NET
2023-01-02 13:57:00 +01:00
WEAK symbol<bool(netsrc_t sock, int length, const void* data, const netadr_t* to)> NET_SendPacket{0x142332F70, 0x140596E40};
WEAK symbol<bool(char const*, netadr_t*)> NET_StringToAdr{0x1421731E0, 0x140515110};
2022-08-10 11:26:19 +02:00
// Sys
2022-11-09 17:10:08 +01:00
WEAK symbol<int()> Sys_Milliseconds{0x142333430};
2023-01-06 10:29:24 +01:00
WEAK symbol<void()> Sys_ShowConsole{0x142333F80, 0x140597E40 };
2023-01-02 15:18:37 +01:00
WEAK symbol<TLSData*()> Sys_GetTLS{0x142184210, 0x140525EB0};
2022-08-10 11:26:19 +02:00
// Dvar
2023-01-02 13:57:00 +01:00
WEAK symbol<const dvar_t*(const char* dvarName)> Dvar_FindVar{0x1422BD730, 0x140575540};
2022-11-09 17:10:08 +01:00
WEAK symbol<unsigned int(const char* str)> Dvar_GenerateHash{0x14133DBF0};
WEAK symbol<dvar_t*(unsigned int hash)> Dvar_FindMalleableVar{0x1422BD6A0};
WEAK symbol<const char*(const dvar_t* dvar)> Dvar_GetDebugName{0x1422BDCB0};
2023-01-02 13:57:00 +01:00
WEAK symbol<const char*(const dvar_t* dvar)> Dvar_GetString{0x1422BFFF0, 0x140575E30};
2022-10-25 20:42:37 +02:00
WEAK symbol<void(const char* dvarName, const char* string, bool createIfMissing)> Dvar_SetFromStringByName{
2022-11-09 18:10:34 +01:00
0x1422C7F60
2022-10-25 20:42:37 +02:00
};
2022-08-10 11:26:19 +02:00
2022-09-16 20:55:36 +02:00
// Rendering
2022-12-30 19:17:36 +01:00
WEAK symbol<void(const char*, int, const void*, float, float, float, float, float, const float*, int)>
R_AddCmdDrawText{
2022-11-09 18:10:34 +01:00
0x141CD98D0
2022-09-16 20:55:36 +02:00
};
// Rendering
2023-01-02 15:18:37 +01:00
WEAK symbol<void*()> SV_AddTestClient{0x1422499A0, 0x14052E3E0};
2022-10-23 20:57:44 +02:00
// Variables
2022-11-12 08:07:51 +01:00
2023-01-02 15:18:37 +01:00
WEAK symbol<cmd_function_s> cmd_functions{0x15689FF58, 0x14946F860};
2022-11-09 17:10:08 +01:00
WEAK symbol<CmdArgs> sv_cmd_args{0x15689CE30};
2022-10-23 20:57:44 +02:00
2023-01-02 13:57:00 +01:00
WEAK symbol<SOCKET> ip_socket{0x157E77818, 0x14A640988};
2022-10-23 20:57:44 +02:00
2022-11-09 17:10:08 +01:00
WEAK symbol<Join> s_join{0x15574C640};
2022-10-29 20:05:22 +02:00
namespace s_wcd
{
2023-01-06 10:29:24 +01:00
WEAK symbol<HWND> codLogo{0x157E77A50, 0x14A640BC0};
WEAK symbol<HFONT> hfBufferFont{0x157E77A58, 0x14A640BC8};
WEAK symbol<HWND> hWnd{0x157E77A40, 0x14A640BB0};
WEAK symbol<HWND> hwndBuffer{0x157E77A48, 0x14A640BB8};
WEAK symbol<HWND> hwndInputLine{0x157E77A60, 0x14A640BD0};
WEAK symbol<int> windowHeight{0x157E7806C, 0x14A6411DC};
WEAK symbol<int> windowWidth{0x157E78068, 0x14A6411D8};
WEAK symbol<WNDPROC> SysInputLineWndProc{0x157E78070, 0x14A6411E0};
}
2022-11-11 17:19:26 +01:00
2022-11-12 08:07:51 +01:00
// Global game definitions
constexpr auto CMD_MAX_NESTING = 8;
2022-11-21 18:37:25 +00:00
// Re-implementations
2022-11-11 17:19:26 +01:00
eModes Com_SessionMode_GetMode();
}