Mercurial > mm7
annotate UI/UITransition.cpp @ 2356:08c4f1799ca1
Elements of VideoPlayer structure moved
author | Ritor1 |
---|---|
date | Thu, 10 Apr 2014 17:34:50 +0600 |
parents | d6887ee81068 |
children | 2fe8feb3dcd1 |
rev | line source |
---|---|
2253
aff7a7b072b7
adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
Grumpy7
parents:
2215
diff
changeset
|
1 #define _CRT_SECURE_NO_WARNINGS |
1298 | 2 #include <io.h> |
3 | |
2336 | 4 #include "..\ErrorHandling.h" |
5 #include "..\mm7_unsorted_subs.h" | |
1299 | 6 #include "..\mm7_data.h" |
7 #include "..\VideoPlayer.h" | |
8 #include "..\MapInfo.h" | |
9 #include "..\GUIWindow.h" | |
10 #include "..\GUIFont.h" | |
11 #include "..\GUIProgressBar.h" | |
12 #include "..\Party.h" | |
13 #include "..\AudioPlayer.h" | |
14 #include "..\Outdoor.h" | |
15 #include "..\LOD.h" | |
2044 | 16 #include "..\Timer.h" |
1299 | 17 #include "..\stru159.h" |
18 #include "..\Events2D.h" | |
19 #include "..\texts.h" | |
1298 | 20 #include "UIHouses.h" |
21 | |
22 | |
23 | |
24 | |
25 //----- (00444839) -------------------------------------------------------- | |
26 void TransitionUI_Load(uint anim_id, uint exit_pic_id, int x, int y, int z, int directiony, int directionx, int a8, const char *pLocationName) | |
27 { | |
28 const char *v15; // eax@14 | |
29 char pContainer[40]; // [sp+Ch] [bp-2Ch]@1 | |
30 | |
31 dword_59117C_teleportx = x; | |
32 dword_591178_teleporty = y; | |
33 dword_591174_teleportz = z; | |
34 dword_591170_teleport_directiony = directiony; | |
35 dword_59116C_teleport_directionx = directionx; | |
36 dword_591168_teleport_speedz = a8; | |
37 dword_591164_teleport_map_name = (char *)pLocationName; | |
38 uCurrentHouse_Animation = anim_id; | |
39 pEventTimer->Pause(); | |
40 pAudioPlayer->StopChannels(-1, -1); | |
41 | |
42 switch (pParty->alignment) | |
43 { | |
44 case PartyAlignment_Good: sprintfex(pContainer, "evt%02d-b", const_2()); break; | |
45 case PartyAlignment_Neutral: sprintfex(pContainer, "evt%02d", const_2()); break; | |
46 case PartyAlignment_Evil: sprintfex(pContainer, "evt%02d-c", const_2()); break; | |
1545 | 47 default: Error("Invalid alignment: %u", pParty->alignment); |
1298 | 48 } |
49 | |
1754 | 50 pTexture_Dialogue_Background = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE)]; |
51 pTexture_outside = pIcons_LOD->LoadTexturePtr(pHouse_ExitPictures[exit_pic_id], TEXTURE_16BIT_PALETTE); | |
1298 | 52 if (anim_id) |
53 { | |
1754 | 54 if ( !IndoorLocation::GetLocationIndex(pLocationName) ) |
1298 | 55 pVideoPlayer->OpenHouseMovie(pAnimatedRooms[p2DEvents[anim_id - 1].uAnimationID].video_name, 1); |
56 } | |
1754 | 57 else if ( !IndoorLocation::GetLocationIndex(pLocationName) ) |
1298 | 58 { |
1754 | 59 if ( pMapStats->GetMapInfo(pCurrentMapName) ) |
60 { | |
61 sprintfex(sHouseName.data(), pGlobalTXT_LocalizationStrings[410], pMapStats->pInfos[pMapStats->GetMapInfo(pCurrentMapName)].pName); // "Leave %s" | |
2215
e9625ad08541
fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents:
2153
diff
changeset
|
62 pDialogueWindow = GUIWindow::Create(0, 0, window->GetWidth(), window->GetHeight(), WINDOW_Transition, 0, sHouseName.data()); |
1754 | 63 //if ( pAnimatedRooms[p2DEvents[anim_id].uAnimationID].uRoomSoundId ) |
64 //PlayHouseSound(anim_id, HouseSound_Greeting); | |
65 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && uActiveCharacter && pParty->uFlags & 0x30 ) | |
66 pPlayers[uActiveCharacter]->PlaySound(SPEECH_47, 0); | |
67 if ( IndoorLocation::GetLocationIndex(pLocationName) ) | |
68 uCurrentHouse_Animation = IndoorLocation::GetLocationIndex(pLocationName); | |
69 return; | |
70 } | |
71 strcpy(sHouseName.data(), pGlobalTXT_LocalizationStrings[79]); | |
2215
e9625ad08541
fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents:
2153
diff
changeset
|
72 pDialogueWindow = GUIWindow::Create(0, 0, window->GetWidth(), window->GetHeight(), WINDOW_Transition, 0, sHouseName.data()); |
1754 | 73 //if ( pAnimatedRooms[p2DEvents[anim_id].uAnimationID].uRoomSoundId ) |
74 //PlayHouseSound(anim_id, HouseSound_Greeting); | |
75 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && uActiveCharacter && pParty->uFlags & 0x30 ) | |
76 pPlayers[uActiveCharacter]->PlaySound(SPEECH_47, 0); | |
77 if ( IndoorLocation::GetLocationIndex(pLocationName) ) | |
78 uCurrentHouse_Animation = IndoorLocation::GetLocationIndex(pLocationName); | |
79 return; | |
1298 | 80 } |
81 v15 = pLocationName; | |
82 if ( *pLocationName == 48 ) | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1299
diff
changeset
|
83 v15 = pCurrentMapName; |
1754 | 84 if ( pMapStats->GetMapInfo(v15) ) |
1298 | 85 { |
1754 | 86 sprintfex(sHouseName.data(), pGlobalTXT_LocalizationStrings[411], pMapStats->pInfos[pMapStats->GetMapInfo(v15)].pName);//Войти в ^Pv[%s] |
2215
e9625ad08541
fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents:
2153
diff
changeset
|
87 pDialogueWindow = GUIWindow::Create(0, 0, window->GetWidth(), window->GetHeight(), WINDOW_Transition, 0, sHouseName.data()); |
1754 | 88 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && uActiveCharacter && pParty->uFlags & 0x30 ) |
89 pPlayers[uActiveCharacter]->PlaySound(SPEECH_47, 0); | |
90 if ( IndoorLocation::GetLocationIndex(pLocationName) ) | |
91 uCurrentHouse_Animation = IndoorLocation::GetLocationIndex(pLocationName); | |
92 return; | |
1298 | 93 } |
1754 | 94 strcpy(sHouseName.data(), pGlobalTXT_LocalizationStrings[73]);//Войти |
2215
e9625ad08541
fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents:
2153
diff
changeset
|
95 pDialogueWindow = GUIWindow::Create(0, 0, window->GetWidth(), window->GetHeight(), WINDOW_Transition, 0, sHouseName.data()); |
1754 | 96 //if ( pAnimatedRooms[p2DEvents[anim_id].uAnimationID].uRoomSoundId ) |
97 //PlayHouseSound(anim_id, HouseSound_Greeting); | |
1298 | 98 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && uActiveCharacter && pParty->uFlags & 0x30 ) |
99 pPlayers[uActiveCharacter]->PlaySound(SPEECH_47, 0); | |
1754 | 100 if ( IndoorLocation::GetLocationIndex(pLocationName) ) |
101 uCurrentHouse_Animation = IndoorLocation::GetLocationIndex(pLocationName); | |
1298 | 102 } |
103 | |
104 //----- (00444C8F) -------------------------------------------------------- | |
105 void TravelUI_Load() | |
106 { | |
107 char pContainer[32]; // [sp+0h] [bp-28h]@1 | |
108 | |
109 pEventTimer->Pause(); | |
110 | |
111 switch (pParty->alignment) | |
112 { | |
113 case PartyAlignment_Good: sprintfex(pContainer, "evt%02d-b", const_2()); break; | |
114 case PartyAlignment_Neutral: sprintfex(pContainer, "evt%02d", const_2()); break; | |
115 case PartyAlignment_Evil: sprintfex(pContainer, "evt%02d-c", const_2()); break; | |
1545 | 116 default: Error("Invalid alignment: %u", pParty->alignment); |
1298 | 117 } |
118 | |
119 pTexture_Dialogue_Background = pIcons_LOD->LoadTexturePtr(pContainer, TEXTURE_16BIT_PALETTE); | |
120 pTexture_outside = pIcons_LOD->LoadTexturePtr("outside", TEXTURE_16BIT_PALETTE); | |
1757 | 121 if ( pMapStats->GetMapInfo(pCurrentMapName) ) |
122 sprintfex(sHouseName.data(), pGlobalTXT_LocalizationStrings[410], pMapStats->pInfos[pMapStats->GetMapInfo(pCurrentMapName)].pName);// "Leave %s" | |
1298 | 123 else |
124 strcpy(sHouseName.data(), pGlobalTXT_LocalizationStrings[79]);// "Exit" | |
2215
e9625ad08541
fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents:
2153
diff
changeset
|
125 pDialogueWindow = GUIWindow::Create(0, 0, window->GetWidth(), window->GetHeight(), WINDOW_ChangeLocation, 0, sHouseName.data()); |
1298 | 126 } |
127 | |
128 //----- (00444DCA) -------------------------------------------------------- | |
129 void TravelUI_Draw() | |
130 { | |
1757 | 131 GUIWindow travel_window; // [sp+Ch] [bp-78h]@1 |
1298 | 132 char pDestinationMapName[32]; // [sp+60h] [bp-24h]@1 |
133 | |
1757 | 134 memcpy(&travel_window, pPrimaryWindow, sizeof(travel_window)); |
1298 | 135 pOutdoor->GetTravelDestination(pParty->vPosition.x, pParty->vPosition.y, pDestinationMapName, 20); |
1757 | 136 pRenderer->DrawTextureIndexed(477, 0, pTexture_Dialogue_Background); |
137 pRenderer->DrawTextureTransparent(468, 0, &pIcons_LOD->pTextures[uTextureID_right_panel_loop]); | |
1298 | 138 pRenderer->DrawTextureIndexed(pNPCPortraits_x[0][0], pNPCPortraits_y[0][0], pTexture_outside); |
1757 | 139 pRenderer->DrawTextureIndexed(556, 451, pIcons_LOD->GetTexture(uTextureID_x_x_u)); |
140 pRenderer->DrawTextureIndexed(476, 451, pIcons_LOD->GetTexture(uTextureID_x_ok_u)); | |
141 if ( pMapStats->GetMapInfo(pDestinationMapName) ) | |
1298 | 142 { |
1757 | 143 travel_window.uFrameX = 493; |
144 travel_window.uFrameWidth = 126; | |
145 travel_window.uFrameZ = 366; | |
146 travel_window.DrawTitleText(pFontCreate, 0, 4, 0, pMapStats->pInfos[pMapStats->GetMapInfo(pDestinationMapName)].pName, 3); | |
147 travel_window.uFrameX = 483; | |
148 travel_window.uFrameWidth = 148; | |
149 travel_window.uFrameZ = 334; | |
150 if ( GetTravelTime() == 1 ) | |
151 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[663], 1, pMapStats->pInfos[pMapStats->GetMapInfo(pDestinationMapName)].pName);// "It will take %d day to cross to %s." | |
1298 | 152 else |
1757 | 153 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[128], GetTravelTime(), pMapStats->pInfos[pMapStats->GetMapInfo(pDestinationMapName)].pName);// "It will take %d days to travel to %s." |
154 | |
1298 | 155 strcat(pTmpBuf.data(), "\n \n"); |
1757 | 156 sprintfex(pTmpBuf2.data(), pGlobalTXT_LocalizationStrings[126], pMapStats->pInfos[pMapStats->GetMapInfo(pCurrentMapName)].pName); |
1298 | 157 strcat(pTmpBuf.data(), pTmpBuf2.data()); |
1757 | 158 travel_window.DrawTitleText(pFontCreate, 0, (212 - pFontCreate->CalcTextHeight(pTmpBuf.data(), &travel_window, 0, 0)) / 2 + 101, 0, pTmpBuf.data(), 3); |
1298 | 159 _unused_5B5924_is_travel_ui_drawn = 1; |
160 } | |
161 } | |
162 | |
163 //----- (00444A51) -------------------------------------------------------- | |
164 void TransitionUI_Draw() | |
165 { | |
166 unsigned int v4; // [sp-10h] [bp-7Ch]@12 | |
1755 | 167 GUIWindow transition_window; // [sp+Ch] [bp-60h]@1 |
1298 | 168 unsigned int v9; // [sp+60h] [bp-Ch]@1 |
1755 | 169 unsigned int map_id; // [sp+64h] [bp-8h]@1 |
1298 | 170 |
1755 | 171 memcpy(&transition_window, pPrimaryWindow, sizeof(transition_window)); |
1298 | 172 v9 = IndoorLocation::GetLocationIndex(dword_591164_teleport_map_name); |
173 pRenderer->DrawTextureIndexed(0x1DDu, 0, pTexture_Dialogue_Background); | |
174 pRenderer->DrawTextureIndexed(pNPCPortraits_x[0][0] - 4, pNPCPortraits_y[0][0] - 4, pIcons_LOD->GetTexture(uTextureID_50795C)); | |
175 pRenderer->DrawTextureIndexed(pNPCPortraits_x[0][0], pNPCPortraits_y[0][0], pTexture_outside); | |
176 uTextureID_right_panel_loop = uTextureID_right_panel; | |
177 pRenderer->DrawTextureTransparent(468, 0, pIcons_LOD->GetTexture(uTextureID_right_panel)); | |
178 pRenderer->DrawTextureIndexed(556, 451, pIcons_LOD->GetTexture(uTextureID_x_x_u)); | |
179 pRenderer->DrawTextureIndexed(476, 451, pIcons_LOD->GetTexture(uTextureID_x_ok_u)); | |
1755 | 180 map_id = pMapStats->GetMapInfo(pCurrentMapName); |
2356 | 181 if ( (pMovie || v9) && *dword_591164_teleport_map_name != ' ' ) |
1755 | 182 map_id = pMapStats->GetMapInfo(dword_591164_teleport_map_name); |
183 transition_window.uFrameX = 493; | |
184 transition_window.uFrameWidth = 126; | |
185 transition_window.uFrameZ = 366; | |
186 transition_window.DrawTitleText(pFontCreate, 0, 5, 0, pMapStats->pInfos[map_id].pName, 3); | |
187 transition_window.uFrameX = 483; | |
188 transition_window.uFrameWidth = 148; | |
189 transition_window.uFrameZ = 334; | |
1298 | 190 |
191 if ( uCurrentHouse_Animation ) | |
192 { | |
1755 | 193 v4 = (212 - pFontCreate->CalcTextHeight(pTransitionStrings[uCurrentHouse_Animation], &transition_window, 0, 0)) / 2 + 101; |
194 transition_window.DrawTitleText(pFontCreate, 0, v4, 0, pTransitionStrings[uCurrentHouse_Animation], 3); | |
1298 | 195 } |
1755 | 196 else if ( map_id ) |
1298 | 197 { |
1755 | 198 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[409], pMapStats->pInfos[map_id].pName);// "Do you wish to leave %s?" |
199 v4 = (212 - pFontCreate->CalcTextHeight(pTmpBuf.data(), &transition_window, 0, 0)) / 2 + 101; | |
200 transition_window.DrawTitleText(pFontCreate, 0, v4, 0, pTmpBuf.data(), 3); | |
1298 | 201 } |
1545 | 202 else Error("Troubles in da house"); |
1298 | 203 |
204 _unused_5B5924_is_travel_ui_drawn = true; | |
205 } |