annotate UIMainMenu.cpp @ 1009:a32318b557c7

CastSpellInfo::_427E01_cast_spell() more clean 2
author zipi
date Sat, 18 May 2013 20:19:38 +0100
parents 5876a9cafa3e
children c45d51b3f4f4
rev   line source
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
1 #include <assert.h>
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
2
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
3 #include "MM7.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
4
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
5 #include "MapInfo.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
6 #include "Game.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
7 #include "GUIWindow.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
8 #include "GUIFont.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
9 #include "GUIProgressBar.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
10 #include "Party.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
11 #include "AudioPlayer.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
12 #include "Outdoor.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
13 #include "IndoorCamera.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
14 #include "Overlays.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
15 #include "Monsters.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
16 #include "Arcomage.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
17 #include "LOD.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
18 #include "Actor.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
19 #include "Allocator.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
20 #include "Events.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
21 #include "Viewport.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
22 #include "FrameTableInc.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
23 #include "Math.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
24 #include "SpriteObject.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
25 #include "ObjectList.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
26 #include "Chest.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
27 #include "PaletteManager.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
28 #include "DecorationList.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
29 #include "SaveLoad.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
30 #include "stru123.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
31 #include "Time.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
32 #include "IconFrameTable.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
33 #include "Awards.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
34 #include "Autonotes.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
35 #include "stru160.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
36 #include "TurnEngine.h"
924
a78f08dbeb88 CastSpellInfo
Ritor1
parents: 907
diff changeset
37 #include "CastSpellInfo.h"
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
38 #include "Weather.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
39 #include "stru298.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
40 #include "StorylineTextTable.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
41 #include "Events2D.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
42 #include "texts.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
43
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
44 #include "mm7_data.h"
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
45
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
46
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
47
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
48 //----- (0041B578) --------------------------------------------------------
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
49 void __cdecl MainMenuUI_LoadFontsAndSomeStuff()
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
50 {
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
51 pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits,
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
52 pRenderer->uTargetGBits,
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
53 pRenderer->uTargetBBits);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
54 pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits,
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
55 pRenderer->uTargetGBits,
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
56 pRenderer->uTargetBBits);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
57 pPaletteManager->RecalculateAll();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
58
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
59 for (uint i = 0; i < 480; ++i)
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
60 pSRZBufferLineOffsets[i] = 640 * i;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
61
727
da130dd3092a Big time Travel ouverhaul
Nomad
parents: 706
diff changeset
62 pRenderer->ResetTextureClipRect();
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
63
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
64 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
65 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", NULL);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
66 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", NULL);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
67 pFontCreate = LoadFont("create.fnt", "FONTPAL", NULL);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
68 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", NULL);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
69 pFontComic = LoadFont("comic.fnt", "FONTPAL", NULL);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
70 pFontArrus->field_3 = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
71 pFontLucida->field_3 = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
72 pFontCreate->field_3 = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
73
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
74 for (uint i = 0; i < 20; ++i)
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
75 pWindowList[i].eWindowType = WINDOW_null;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
76
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
77 uNumVisibleWindows = -1;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
78 memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs));
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
79 }
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
80
995
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
81 //----- (004415C5) --------------------------------------------------------
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
82 void LoadPartyBuffIcons()
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
83 {
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
84 for (uint i = 0; i < 14; ++i)
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
85 {
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
86 char filename[200];
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
87 sprintf(filename, "isn-%02d", i + 1);
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
88 pTextureIDs_PartyBuffIcons[i] = pIcons_LOD->LoadTexture(filename, TEXTURE_16BIT_PALETTE);
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
89 }
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
90
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
91 uIconIdx_FlySpell = pIconsFrameTable->FindIcon("spell21");
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
92 uIconIdx_WaterWalk = pIconsFrameTable->FindIcon("spell27");
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
93 }
5876a9cafa3e Various UIs, autonotes title fixed
Nomad
parents: 960
diff changeset
94
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
95 //----- (0041B690) --------------------------------------------------------
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
96 void __cdecl MainMenuUI_Create()
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
97 {
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
98 //unsigned int v0; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
99 //unsigned int v1; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
100 //unsigned int v2; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
101 //unsigned int v3; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
102 //unsigned int v4; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
103 //unsigned int v5; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
104 Texture *v6; // ST78_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
105 //const char *v7; // ST5C_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
106 unsigned __int8 v8; // al@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
107 //Texture *v9; // ST60_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
108 Texture *v10; // ST78_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
109 //const char *v11; // ST5C_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
110 unsigned __int8 v12; // al@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
111 //Texture *v13; // ST60_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
112 unsigned int v14; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
113 Texture *v15; // ST78_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
114 //const char *v16; // ST5C_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
115 unsigned __int8 v17; // al@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
116 //Texture *v18; // ST60_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
117 unsigned int uTextureID_ib_td4_A; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
118 Texture *v20; // ST78_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
119 unsigned __int8 v22; // al@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
120 //Texture *v23; // ST60_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
121 Texture *v24; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
122 //Texture *v25; // esi@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
123 //Texture *v26; // ST60_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
124 //const char *v27; // ST5C_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
125 unsigned __int8 v28; // al@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
126 Texture *v29; // eax@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
127 //Texture *v30; // esi@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
128 //Texture *v31; // ST60_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
129 //const char *v32; // ST5C_4@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
130 unsigned __int8 v33; // al@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
131
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
132 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeC"));
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
133 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeB"));
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
134 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeA"));
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
135 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchC"));
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
136 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchB"));
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
137 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchA"));
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
138
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
139 pTextureIDs_pMapDirs[0] = pIcons_LOD->LoadTexture("MAPDIR8", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
140 pTextureIDs_pMapDirs[1] = pIcons_LOD->LoadTexture("MAPDIR1", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
141 pTextureIDs_pMapDirs[2] = pIcons_LOD->LoadTexture("MAPDIR2", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
142 pTextureIDs_pMapDirs[3] = pIcons_LOD->LoadTexture("MAPDIR3", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
143 pTextureIDs_pMapDirs[4] = pIcons_LOD->LoadTexture("MAPDIR4", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
144 pTextureIDs_pMapDirs[5] = pIcons_LOD->LoadTexture("MAPDIR5", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
145 pTextureIDs_pMapDirs[6] = pIcons_LOD->LoadTexture("MAPDIR6", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
146 pTextureIDs_pMapDirs[7] = pIcons_LOD->LoadTexture("MAPDIR7", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
147
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
148 uTextureID_BarBlue = pIcons_LOD->LoadTexture("ib-statB", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
149 uTextureID_BarGreen = pIcons_LOD->LoadTexture("ib-statG", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
150 uTextureID_BarYellow = pIcons_LOD->LoadTexture("ib-statY", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
151 uTextureID_BarRed = pIcons_LOD->LoadTexture("ib-statR", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
152 uTextureID_mhp_bd = pIcons_LOD->LoadTexture("mhp_bg", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
153 uTextureID_mhp_capl = pIcons_LOD->LoadTexture("mhp_capl", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
154 uTextureID_mhp_capr = pIcons_LOD->LoadTexture("mhp_capr", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
155 uTextureID_mhp_grn = pIcons_LOD->LoadTexture("mhp_grn", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
156 uTextureID_mhp_red = pIcons_LOD->LoadTexture("mhp_red", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
157 uTextureID_mhp_yel = pIcons_LOD->LoadTexture("mhp_yel", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
158 uTextureID_Leather = pIcons_LOD->LoadTexture("LEATHER", TEXTURE_16BIT_PALETTE);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
159 pTexture_Leather = pIcons_LOD->LoadTexturePtr("ibground", TEXTURE_16BIT_PALETTE);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
160 uTextureID_x_x_u = pIcons_LOD->LoadTexture("x_x_u", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
161 uTextureID_BUTTDESC2 = pIcons_LOD->LoadTexture("BUTTESC2", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
162 uTextureID_x_ok_u = pIcons_LOD->LoadTexture("x_ok_u", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
163 uTextureID_BUTTYES2 = pIcons_LOD->LoadTexture("BUTTYES2", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
164 uTextureID_BUTTMAKE = pIcons_LOD->LoadTexture("BUTTMAKE", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
165 uTextureID_BUTTMAKE2 = pIcons_LOD->LoadTexture("BUTTMAKE2", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
166
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
167 pPrimaryWindow = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
960
9a5db2cf999a UIMSG and WINDOW_Type
Ritor1
parents: 949
diff changeset
168 pPrimaryWindow->CreateButton(7u, 8u, 0x1CCu, 0x157u, 1, 0, UIMSG_MouseLeftClickInGame, 0, 0, "", 0);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
169 pPrimaryWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0x28u, 2, 94, UIMSG_SelectCharacter, 1, '1', "", 0);
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
170 pPrimaryWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, UIMSG_SelectCharacter, 2, '2', "", 0);
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
171 pPrimaryWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, UIMSG_SelectCharacter, 3, '3', "", 0);
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
172 pPrimaryWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, UIMSG_SelectCharacter, 4, '4', "", 0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
173 pPrimaryWindow->CreateButton(0x18u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 1u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
174 pPrimaryWindow->CreateButton(0x8Bu, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 2u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
175 pPrimaryWindow->CreateButton(0xFFu, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 3u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
176 pPrimaryWindow->CreateButton(0x172u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 4u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
177 pPrimaryWindow->CreateButton(0x61u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 1u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
178 pPrimaryWindow->CreateButton(0xD4u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 2u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
179 pPrimaryWindow->CreateButton(0x148u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 3u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
180 pPrimaryWindow->CreateButton(0x1BBu, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 4u, 0, "", 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
181
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
182 uTextureID_ib_td1_A = pIcons_LOD->LoadTexture("ib-td1-A", TEXTURE_16BIT_PALETTE);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
183 v6 = pIcons_LOD->GetTexture(uTextureID_ib_td1_A);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
184 v8 = pKeyActionMap->GetActionVKey(INPUT_Quest);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
185 pBtn_Quests = pPrimaryWindow->CreateButton(0x1EBu, 0x161u, v6->uTextureWidth, v6->uTextureHeight, 1, 0, UIMSG_OpenQuestBook, 0, v8, pGlobalTXT_LocalizationStrings[174], v6, 0); //Quests
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
186
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
187 uTextureID_ib_td2_A = pIcons_LOD->LoadTexture("ib-td2-A", TEXTURE_16BIT_PALETTE);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
188 v10 = pIcons_LOD->GetTexture(uTextureID_ib_td2_A);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
189 v12 = pKeyActionMap->GetActionVKey(INPUT_Autonotes);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
190 pBtn_Autonotes = pPrimaryWindow->CreateButton(0x20Fu, 0x161u, v10->uTextureWidth, v10->uTextureHeight, 1, 0, UIMSG_OpenAutonotes, 0, v12, pGlobalTXT_LocalizationStrings[154], v10, 0);//Autonotes
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
191
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
192 v14 = pIcons_LOD->LoadTexture("ib-td3-A", TEXTURE_16BIT_PALETTE);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
193 v15 = pIcons_LOD->GetTexture(v14);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
194 v17 = pKeyActionMap->GetActionVKey(INPUT_Mapbook);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
195 pBtn_Maps = pPrimaryWindow->CreateButton(0x222u, 0x161u, v15->uTextureWidth, v15->uTextureHeight, 1, 0, UIMSG_OpenMapBook, 0, v17, pGlobalTXT_LocalizationStrings[139], v15, 0); //Maps
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
196
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
197 uTextureID_ib_td4_A = pIcons_LOD->LoadTexture("ib-td4-A", TEXTURE_16BIT_PALETTE);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
198 v20 = pIcons_LOD->GetTexture(uTextureID_ib_td4_A);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
199 v22 = pKeyActionMap->GetActionVKey(INPUT_TimeCal);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
200 pBtn_Calendar = pPrimaryWindow->CreateButton(0x23Au, 0x161u, v20->uTextureWidth, v20->uTextureHeight, 1, 0, UIMSG_OpenCalendar, 0, v22,
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
201 pGlobalTXT_LocalizationStrings[78],//Calendar
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
202 v20, 0);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
203
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
204 uTextureID_ib_td5_A = pIcons_LOD->LoadTexture("ib-td5-A", TEXTURE_16BIT_PALETTE);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
205 pBtn_History = pPrimaryWindow->CreateButton(0x258u, 0x169u,
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
206 pIcons_LOD->GetTexture(uTextureID_ib_td5_A)->uTextureWidth,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
207 pIcons_LOD->GetTexture(uTextureID_ib_td5_A)->uTextureHeight,
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
208 1, 0, UIMSG_OpenHistoryBook, 0, 0x48u, pGlobalTXT_LocalizationStrings[602],//History
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
209 pIcons_LOD->GetTexture(uTextureID_ib_td5_A), 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
210
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
211 bFlashAutonotesBook = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
212 bFlashQuestBook = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
213 bFlashHistoryBook = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
214
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
215 v24 = &pIcons_LOD->pTextures[uTextureID_Btn_ZoomIn];
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
216 v28 = pKeyActionMap->GetActionVKey(INPUT_ZoomIn);
960
9a5db2cf999a UIMSG and WINDOW_Type
Ritor1
parents: 949
diff changeset
217 pBtn_ZoomIn = pPrimaryWindow->CreateButton(574, 136, v24->uTextureWidth, v24->uTextureHeight, 2, 0, UIMSG_ClickZoomInBtn, 0, v28, pGlobalTXT_LocalizationStrings[252], // Zoom In
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
218 v24, 0);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
219 v29 = &pIcons_LOD->pTextures[uTextureID_Btn_ZoomOut];
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
220 v33 = pKeyActionMap->GetActionVKey(INPUT_ZoomOut);
960
9a5db2cf999a UIMSG and WINDOW_Type
Ritor1
parents: 949
diff changeset
221 pBtn_ZoomOut = pPrimaryWindow->CreateButton(519, 136, v29->uTextureWidth, v29->uTextureHeight, 2, 0, UIMSG_ClickZoomOutBtn, 0, v33, pGlobalTXT_LocalizationStrings[251], // Zoom Out
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
222 v29, 0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
223 pPrimaryWindow->CreateButton(0x1E1u, 0, 0x99u, 0x43u, 1, 92, UIMSG_0, 0, 0, "", 0);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
224 pPrimaryWindow->CreateButton(0x1EBu, 0x95u, 0x40u, 0x4Au, 1, 0, UIMSG_StartHireling1Dialogue, 0, '5', "", 0);
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
225 pPrimaryWindow->CreateButton(0x231u, 0x95u, 0x40u, 0x4Au, 1, 0, UIMSG_StartHireling2Dialogue, 0, '6', "", 0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
226 pPrimaryWindow->CreateButton(0x1DCu, 0x142u, 0x4Du, 0x11u, 1, 100, UIMSG_0, 0, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
227 pPrimaryWindow->CreateButton(0x22Bu, 0x142u, 0x4Du, 0x11u, 1, 101, UIMSG_0, 0, 0, "", 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
228 pBtn_CastSpell = pPrimaryWindow->CreateButton(0x1DCu, 0x1C2u,
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
229 pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell)->uTextureWidth,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
230 pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell)->uTextureHeight,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
231 1, 0, UIMSG_SpellBookWindow, 0, 0x43u, pGlobalTXT_LocalizationStrings[38], pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell),
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
232 0);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
233 pBtn_Rest = pPrimaryWindow->CreateButton(0x206u, 0x1C2u,
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
234 pIcons_LOD->GetTexture(uTextureID_Btn_Rest)->uTextureWidth,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
235 pIcons_LOD->GetTexture(uTextureID_Btn_Rest)->uTextureHeight,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
236 1, 0, UIMSG_RestWindow, 0, 0x52u, pGlobalTXT_LocalizationStrings[182], pIcons_LOD->GetTexture(uTextureID_Btn_Rest), 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
237 pBtn_QuickReference = pPrimaryWindow->CreateButton(0x230u, 0x1C2u,
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
238 pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference)->uTextureWidth,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
239 pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference)->uTextureHeight,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
240 1, 0, UIMSG_QuickReference, 0, 0x5Au, pGlobalTXT_LocalizationStrings[173], pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference), 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
241 pBtn_GameSettings = pPrimaryWindow->CreateButton(0x25Au, 0x1C2u,
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
242 pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings)->uTextureWidth,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
243 pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings)->uTextureHeight,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
244 1, 0, UIMSG_GameMenuButton, 0, 0, pGlobalTXT_LocalizationStrings[93], pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings), 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
245 pBtn_NPCLeft = pPrimaryWindow->CreateButton(0x1D5u, 0xB2u,
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
246 pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft)->uTextureWidth,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
247 pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft)->uTextureHeight,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
248 1, 0, UIMSG_ScrollNPCPanel, 0, 0, "", pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft), 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
249 pBtn_NPCRight = pPrimaryWindow->CreateButton(0x272u, 0xB2u,
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
250 pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight)->uTextureWidth,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
251 pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight)->uTextureHeight,
5a2dbb00c399 Code cleaning.
Nomad
parents: 939
diff changeset
252 1, 0, UIMSG_ScrollNPCPanel, 1u, 0, "", pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight), 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
253 LoadPartyBuffIcons();
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
254 }
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
255
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
256 //----- (004979D2) --------------------------------------------------------
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
257 MENU_STATE __cdecl CreditsMenu__Loop()
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
258 {
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
259 char *v0; // eax@5
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
260 char *v1; // edi@5
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
261 FILE *pFile; // eax@5
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
262 unsigned int pSize; // esi@7
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
263 GUIFont *pFont; // edx@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
264 GUIFont *pFont2; // ecx@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
265 __int16 pHeight; // ax@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
266 void *v7; // eax@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
267 unsigned int pNumPixels; // ST2C_4@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
268 unsigned int teal; // eax@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
269 unsigned int v10; // ST2C_4@19
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
270 MSG Msg; // [sp+84h] [bp-B8h]@10
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
271 int v17; // [sp+A0h] [bp-9Ch]@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
272 int pX; // [sp+A4h] [bp-98h]@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
273 unsigned int pY; // [sp+A8h] [bp-94h]@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
274 int v20; // [sp+ACh] [bp-90h]@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
275 int a4; // [sp+B0h] [bp-8Ch]@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
276 int pColor2; // [sp+F8h] [bp-44h]@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
277 int pColor1; // [sp+FCh] [bp-40h]@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
278 int a5; // [sp+128h] [bp-14h]@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
279 char *pString; // [sp+12Ch] [bp-10h]@9
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
280 char *ptr; // [sp+130h] [bp-Ch]@5
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
281 GUIFont *pFontQuick; // [sp+134h] [bp-8h]@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
282 GUIFont *pFontCChar; // [sp+138h] [bp-4h]@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
283 RGBTexture pTexture; // [sp+54h] [bp-E8h]@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
284 RGBTexture pTexture2; // [sp+100h] [bp-3Ch]@1
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
285 Texture pTexture3; // [sp+Ch] [bp-130h]@5
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
286
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
287 a5 = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
288 pFontQuick = LoadFont("quick.fnt", "FONTPAL", NULL);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
289 pFontCChar = LoadFont("cchar.fnt", "FONTPAL", NULL);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
290 if ( pMessageQueue_50CBD0->uNumMessages )
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
291 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
292 ++pIcons_LOD->uTexturePacksCount;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
293 if ( !pIcons_LOD->uNumPrevLoadedFiles )
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
294 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
295 dword_A74C88 = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
296 pAudioPlayer->PlayMusicTrack(MUSIC_Credits);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
297 pTexture.Load("mm6title.pcx", 0);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
298 v0 = (char *)pEvents_LOD->LoadRaw("credits.txt", 0);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
299 v1 = v0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
300 ptr = v0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
301 pFile = pEvents_LOD->FindContainer("credits.txt", 0);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
302 if ( !pFile )
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
303 Abortf(pGlobalTXT_LocalizationStrings[63]); // "Might and Magic VII is having trouble loading files.
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
304 // Please re-install to fix this problem. Note: Re-installing will not destroy your save games."
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
305 fread(&pTexture3, 1, 0x30, pFile);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
306 pSize = pTexture3.uDecompressedSize;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
307 if ( !pTexture3.uDecompressedSize )
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
308 pSize = pTexture3.uTextureSize;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
309 memset(&pTexture3, 0, 0x48);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
310 pFont = pFontCChar;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
311 pFont2 = pFontQuick;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
312 v1[pSize] = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
313 v20 = 250;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
314 a4 = 440;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
315 pX = 389;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
316 pY = 19;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
317 pTexture2.uWidth = 250;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
318 pHeight = pFont2->GetStringHeight2(pFont, v1, (int)&pX, 0, 1);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
319 pTexture2.uHeight = pHeight + 2 * a4;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
320 pTexture2.uNumPixels = (signed __int16)pTexture2.uWidth * (signed __int16)pTexture2.uHeight;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
321 v7 = pAllocator->AllocNamedChunk(pTexture2.pPixels, 2 * pTexture2.uNumPixels, "scrollermap");
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
322 pNumPixels = pTexture2.uNumPixels;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
323 pTexture2.pPixels = (unsigned __int16 *)v7;
949
Nomad
parents: 948
diff changeset
324 teal = TargetColor(0, 0xFFu, 0xFFu);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
325 fill_pixels_fast(teal, pTexture2.pPixels, pNumPixels);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
326 pTexture2.field_20 = 0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
327 pTexture2.field_22 = 0;
949
Nomad
parents: 948
diff changeset
328 pColor1 = TargetColor(0x70u, 0x8Fu, 0xFEu);
Nomad
parents: 948
diff changeset
329 pColor2 = TargetColor(0xECu, 0xE6u, 0x9Cu);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
330 pString = (char *)operator new(2 * pSize);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
331 strncpy(pString, ptr, pSize);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
332 pString[pSize]=0;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
333 pFontQuick->_44D2FD_prolly_draw_credits_entry(pFontCChar, 0, a4, (signed __int16)pTexture2.uWidth, (signed __int16)pTexture2.uHeight, pColor1,
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
334 pColor2, pString, pTexture2.pPixels, (signed __int16)pTexture2.uWidth);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
335 free(pString);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
336 pWindow_MainMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, (int)ptr);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 727
diff changeset
337 pWindow_MainMenu->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_Escape, 0, 0x1Bu, "", 0);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
338 pCurrentScreen = SCREEN_CREATORS;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
339 SetCurrentMenuID(MENU_CREDITSPROC);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
340 do
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
341 {
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
342 while ( PeekMessageA(&Msg, 0, 0, 0, 1) )
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
343 {
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
344 if ( Msg.message == 18 )
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
345 Game_DeinitializeAndTerminate(0);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
346 TranslateMessage(&Msg);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
347 DispatchMessageA(&Msg);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
348 }
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
349 if ( BYTE1(dword_6BE364_game_settings_1) & 1 )
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
350 {
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
351 WaitMessage();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
352 }
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
353 else
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
354 {
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
355 if (pAsyncMouse)
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
356 pAsyncMouse->_46B736_consume_click_lists(1);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
357 pRenderer->BeginScene();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
358 pRenderer->DrawTextureRGB(0, 0, &pTexture);
727
da130dd3092a Big time Travel ouverhaul
Nomad
parents: 706
diff changeset
359 pRenderer->SetTextureClipRect(pX, pY, pX + v20, pY + a4);
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
360 pRenderer->_4A5D33(pX, pY, 0, a5, &pTexture2);
727
da130dd3092a Big time Travel ouverhaul
Nomad
parents: 706
diff changeset
361 pRenderer->ResetTextureClipRect();
706
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
362 pRenderer->EndScene();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
363 ++a5;
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
364 if ( a5 >= (signed __int16)pTexture2.uHeight )
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
365 SetCurrentMenuID(MENU_MAIN);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
366 pRenderer->Present();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
367 pCurrentScreen = SCREEN_GAME;//Ritor1: temporarily, must be corrected GUI_MainMenuMessageProc()
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
368 GUI_MainMenuMessageProc();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
369 }
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
370 }
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
371 while ( GetCurrentMenuID() == MENU_CREDITSPROC );
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
372 pAudioPlayer->_4AA258(1);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
373 pAllocator->FreeChunk(ptr);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
374 pAllocator->FreeChunk(pFontQuick);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
375 pAllocator->FreeChunk(pFontCChar);
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
376 pWindow_MainMenu->Release();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
377 pIcons_LOD->_4114F2();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
378 pTexture.Release();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
379 pTexture2.Release();
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
380 return MENU_MAIN; // return MENU_Main
d6236f6a9882 Rough function rearranging to new files
Gloval
parents: 701
diff changeset
381 }