![]() |
Rise
The Vieneo Province
|
#include <gui.h>
Public Member Functions | |
void | SexChangeOperation (char newsex) |
void | OnFrameMove (float fElapsedTime) |
void | OnResetDevice () |
void | LoadLanguage () |
void | InitApp () |
void | LoadConfiguration () const |
void | SaveConfiguration () const |
void | GetVersionText (WCHAR *, int size) const |
void | OnRender (float fElapsedTime, IDirect3DDevice9 *pd3dDevice) |
bool | MsgProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | LoadPeopleSounds () const |
HRESULT | OnCreateDevice (IDirect3DDevice9 *pd3dDevice) |
void | TriggerWelcomeApt2 () const |
void | Toast (const WCHAR *message, ActiveHelp activeHelp) |
void | AddLanguageOptions (UIControlIds controlId, CDXUTDialog *HUD) const |
void | SetLocale () const |
void | ProcessCallsignBox () |
void | ProcessPasswordBox () |
void | UpdateLoginCreateButtons () |
void | DisplaySnow (IDirect3DDevice9 *pd3dDevice, float fade, float fElapsed) |
void | LoadTextures (GameState displaystage, short loadstage) |
void | OnDestroyDevice () |
void | PlayerOffline (unsigned char arrayindex) |
void | AddPlayer (char *msg, unsigned char playerindex) |
void | ChangeChannelName (unsigned char channelId, char *title) |
void | ChannelInvite (char *title, unsigned char whoinvited, unsigned char channel, unsigned char players) const |
void | PlayerJoinedChannel (short tab, unsigned char playerindex) |
void | PlayerLeftChannel (short tab, unsigned char playerindex) |
void | ChangeChannelOwner (short tab, unsigned char playerindex) |
void | AddSupportChatMessage (const WCHAR *wmsg) |
void | AddDiscordChatMessage (const WCHAR *msg) |
void | AddChatMessage (WCHAR *msg, unsigned char playerindex, unsigned char channel) |
void | SetPlayerAlignment (char *msg, unsigned char playerindex) |
void | ChangePlayerProperties (SSubscribeData *prop) |
void | DisplayImmigration (bool refresh) |
void | ResetLoginFields () |
void | DrawRXTXLights (LPDIRECT3DTEXTURE9 *tex) const |
void | DrawErrorBoxes () |
void | FadeIn (float f, float fElapsedTime) |
void | LightningCalculations (float fElapsedTime) |
D3DXCOLOR | GetHairColorAtIndex (int index) |
D3DXCOLOR | GetEyeColorAtIndex (int index) |
void | GarbleChat (wchar_t *str) const |
HMI (GameClass *g, Networking *n, Sound *s) | |
~HMI () | |
void | CreateDialogs () |
Static Public Member Functions | |
static void | RestoreDefaults () |
static void CALLBACK | OnGUIEvent (UINT nEvent, int nControlID, CDXUTControl *pControl, void *pUserContext) |
Public Attributes | |
tm | tm_time {} |
CDXUTDialog | g_HUD |
float | g_fMouseLastMoveTime |
float | m_fSlide |
float | g_fLeftDownTime |
float | g_fDownCounterTime |
float | g_fTabFlashTime |
short | FONT_WIDTH |
short | cursoroverwindow |
short | helpboxlang |
bool | g_bDragging |
bool | g_bLeftClick |
bool | g_bLeftDown |
bool | eastasian |
bool | g_bDropped |
bool | g_bTabLit |
bool | g_bLeftDouble |
short | dragt |
long | dragline |
bool | g_bRightDown |
bool | g_bRightClick |
bool | g_bGVfilter |
POINT | ptClick {} |
POINT | ptCursor {} |
ID3DXSprite * | g_pTextSprite = nullptr |
ID3DXFont * | g_pFont = nullptr |
ID3DXFont * | g_pChatFont = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsGUIParts = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsGUILateral = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsGUIInterlace = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsGUIInterlace2 = nullptr |
char | buffer1 [16384] = {} |
LPDIRECT3DTEXTURE9 | m_pddsGUIScroll = nullptr |
char | buffer2 [16384] = {} |
LPDIRECT3DTEXTURE9 | m_pddsGUIScrollButton = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsGUIActions = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsGUIRanks = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsToast = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsToastIcons = nullptr |
LPDIRECT3DTEXTURE9 | m_pddsEasydockAd = nullptr |
std::vector< std::wstring > | motd |
WCHAR | loginstr [99] = {} |
std::wstring | strings [L_ENUMERATION] |
Sicons | icon [(D_ENUMERATION+1)] |
CDXUTDialogResourceManager | g_DialogResourceManager |
D3DXCOLOR | haircolor |
D3DXCOLOR | eyecolor |
D3DXCOLOR | skintone |
float | age |
float | weight |
float | height |
float | minWeight = 0 |
float | maxWeight |
float | minHeight = 0 |
float | maxHeight |
float | stubbleFreckle |
float | eyemotion |
float | furtherdelay |
float | fade |
bool | makehud |
float | cloudmotion |
LPD3DXBUFFER | pBuffer |
LIGHTNINGABOVEGUI | lightningabove [ACLlightningguiC] {} |
SPlayerData | player [MAX_ONLINEPLAYERS] |
unsigned char | ourplayerC = 255 |
float | flood |
CHATCHANNEL | chatchannel [MAX_TAB] |
PEOPLE | people |
bool | rxlight |
bool | txlight |
bool | haserrors |
char | showerrors |
short | rxbuffer |
short | txbuffer |
char | referralValid |
char | handleValid |
char | charnameValid |
char | emailValid |
s_polygon_object | tempobject |
PolyObj | polyobj |
bool | immigrationPassed = false |
bool | IsAdmin = false |
bool | isInjected = false |
bool | Editing = false |
bool | Edited = false |
LPWSTR | currentCursor = IDC_ARROW |
bool | cursorVisible = true |
bool | grippy = false |
bool | minimized = false |
bool | isSteam = false |
bool | isLocal = false |
int | major |
int | minor |
int | build |
int | revision |
InformationDialog * | informationDialog = nullptr |
Networking * | networking |
Sound * | sound |
GameClass * | game |
Logger * | logger |
Private Member Functions | |
void | ShowHelpBubble (const WCHAR *msg) const |
Private Attributes | |
float | fTime = 0 |
std::vector< std::wstring > | currentToast |
float | toastTime = 0.0f |
short | toastIcon = 0 |
int | toastY |
ActiveHelp | toastId |
bool | createRoute |
HMI::HMI | ( | GameClass * | g, |
Networking * | n, | ||
Sound * | s | ||
) |
void HMI::AddChatMessage | ( | WCHAR * | msg, |
unsigned char | playerindex, | ||
unsigned char | channel | ||
) |
void HMI::AddDiscordChatMessage | ( | const WCHAR * | msg | ) |
void HMI::AddLanguageOptions | ( | UIControlIds | controlId, |
CDXUTDialog * | HUD | ||
) | const |
void HMI::AddPlayer | ( | char * | msg, |
unsigned char | playerindex | ||
) |
void HMI::AddSupportChatMessage | ( | const WCHAR * | wmsg | ) |
void HMI::ChangeChannelName | ( | unsigned char | channelId, |
char * | title | ||
) |
void HMI::ChangeChannelOwner | ( | short | tab, |
unsigned char | playerindex | ||
) |
void HMI::ChangePlayerProperties | ( | SSubscribeData * | prop | ) |
void HMI::ChannelInvite | ( | char * | title, |
unsigned char | whoinvited, | ||
unsigned char | channel, | ||
unsigned char | players | ||
) | const |
void HMI::CreateDialogs | ( | ) |
void HMI::DisplayImmigration | ( | bool | refresh | ) |
void HMI::DisplaySnow | ( | IDirect3DDevice9 * | pd3dDevice, |
float | fade, | ||
float | fElapsed | ||
) |
void HMI::DrawErrorBoxes | ( | ) |
void HMI::DrawRXTXLights | ( | LPDIRECT3DTEXTURE9 * | tex | ) | const |
void HMI::FadeIn | ( | float | f, |
float | fElapsedTime | ||
) |
void HMI::GarbleChat | ( | wchar_t * | str | ) | const |
D3DXCOLOR HMI::GetEyeColorAtIndex | ( | int | index | ) |
D3DXCOLOR HMI::GetHairColorAtIndex | ( | int | index | ) |
void HMI::GetVersionText | ( | WCHAR * | str, |
int | size | ||
) | const |
void HMI::InitApp | ( | ) |
void HMI::LightningCalculations | ( | float | fElapsedTime | ) |
void HMI::LoadConfiguration | ( | ) | const |
void HMI::LoadLanguage | ( | ) |
Definition at line 1480 of file gui.cpp.
void HMI::LoadPeopleSounds | ( | ) | const |
void HMI::LoadTextures | ( | GameState | displaystage, |
short | loadstage | ||
) |
bool HMI::MsgProc | ( | HWND | hWnd, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
HRESULT HMI::OnCreateDevice | ( | IDirect3DDevice9 * | pd3dDevice | ) |
void HMI::OnDestroyDevice | ( | void | ) |
void HMI::OnFrameMove | ( | float | fElapsedTime | ) |
|
static |
void HMI::OnRender | ( | float | fElapsedTime, |
IDirect3DDevice9 * | pd3dDevice | ||
) |
void HMI::OnResetDevice | ( | void | ) |
void HMI::PlayerJoinedChannel | ( | short | tab, |
unsigned char | playerindex | ||
) |
void HMI::PlayerLeftChannel | ( | short | tab, |
unsigned char | playerindex | ||
) |
void HMI::PlayerOffline | ( | unsigned char | arrayindex | ) |
void HMI::ProcessCallsignBox | ( | ) |
void HMI::ProcessPasswordBox | ( | ) |
void HMI::ResetLoginFields | ( | ) |
|
static |
void HMI::SaveConfiguration | ( | ) | const |
void HMI::SetLocale | ( | ) | const |
void HMI::SetPlayerAlignment | ( | char * | msg, |
unsigned char | playerindex | ||
) |
void HMI::SexChangeOperation | ( | char | newsex | ) |
https://dqydj.com/weight-percentile-calculator-men-women/
https://dqydj.com/height-percentile-calculator-for-men-and-women/
https://dqydj.com/weight-percentile-calculator-men-women/
https://dqydj.com/height-percentile-calculator-for-men-and-women/
Definition at line 27 of file gui.cpp.
|
private |
void HMI::Toast | ( | const WCHAR * | message, |
ActiveHelp | activeHelp | ||
) |
void HMI::TriggerWelcomeApt2 | ( | ) | const |
void HMI::UpdateLoginCreateButtons | ( | ) |
CHATCHANNEL HMI::chatchannel[MAX_TAB] |
Sicons HMI::icon[(D_ENUMERATION+1)] |
InformationDialog* HMI::informationDialog = nullptr |
LIGHTNINGABOVEGUI HMI::lightningabove[ACLlightningguiC] {} |
Networking* HMI::networking |
LPD3DXBUFFER HMI::pBuffer |
std::wstring HMI::strings[L_ENUMERATION] |
s_polygon_object HMI::tempobject |
|
private |