Mercurial > mm7
annotate mm7_unsorted_subs.h @ 2374:802460e60eee
add UIArena.cpp and UIArena.h and other
author | Ritor1 |
---|---|
date | Sun, 01 Jun 2014 18:37:09 +0600 |
parents | eb136041adf1 |
children | 0f17a30149ec |
rev | line source |
---|---|
2152 | 1 #pragma once |
2336 | 2 #include <stdint.h> |
3 #include <math.h> | |
2152 | 4 |
5 | |
6 //------------------------------------------------------------------------- | |
7 // Function declarations | |
8 void init_event_triggers(); | |
9 void check_event_triggers(); | |
10 | |
11 | |
12 | |
13 | |
2290 | 14 //void ShowMM7IntroVideo_and_LoadingScreen(); |
2152 | 15 unsigned int GameOverMenu(void *ecx0); |
16 | |
17 bool __fastcall sub_4075DB(int a1, int a2, int a3, struct BLVFace *face); | |
18 bool __fastcall sub_4077F1(int a1, int a2, int a3, struct ODMFace *face, struct BSPVertexBuffer *a5); | |
19 bool __fastcall sub_407A1C(int x, int z, int y, struct Vec3_int_ v); // idb | |
20 void reset_some_strus_flt_2Cs(); | |
21 void InitializeTurnBasedAnimations(void *); | |
22 double get_shading_dist_mist(); | |
23 void area_of_effect__damage_evaluate(); | |
24 void __fastcall sub_43A97E(unsigned int uLayingItemID, signed int a2); // idb | |
25 double __fastcall sub_43AE12(signed int a1); | |
26 void ItemDamageFromActor(unsigned int uObjID, unsigned int uActorID, struct Vec3_int_ *pVelocity); | |
27 void FindBillboardsLightLevels_BLV(); | |
28 int __fastcall _43F55F_get_billboard_light_level(struct RenderBillboard *a1, int uBaseLightLevel); | |
29 int __fastcall _43F5C8_get_point_light_level_with_respect_to_lights(unsigned int uBaseLightLevel, int uSectorID, float x, float y, float z); | |
2205 | 30 bool _44100D_should_alter_right_panel(); |
2152 | 31 __int16 __fastcall sub_441A4E(int a1); |
32 void LoadLevel_InitializeLevelStr(); | |
33 void OnMapLeave(); | |
34 void OnMapLoad(); | |
35 void Level_LoadEvtAndStr(const char *pLevelName); | |
36 void __fastcall sub_4451A8_press_any_key(int a1, int a2, int a4); | |
37 void __fastcall PrepareToLoadODM(unsigned int bLoading, struct ODMRenderParams *a2); | |
38 void _461103_load_level_sub(); | |
39 void MainMenu_Loop(); | |
40 void ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows(); | |
41 void PrepareWorld(unsigned int _0_box_loading_1_fullscreen); | |
42 void Game_DeinitializeAndTerminate(int exitCode); // idb | |
43 void FinalInitialization(); | |
44 void DoPrepareWorld(unsigned int bLoading, int _1_fullscreen_loading_2_box); | |
45 bool __fastcall CheckMM7CD(char c); | |
46 void SecondaryInitialization(); | |
47 void CreateAsyncMouse(); | |
48 void CreateAsyncKeyboard(); | |
49 void MM6_Initialize(const wchar_t *pIniFilename); | |
50 void MM7Initialization(); | |
51 void SetCurrentMenuID(enum MENU_STATE); // idb | |
52 enum MENU_STATE GetCurrentMenuID(); | |
53 void OracleDialogue(); | |
2239
699bd6ee5ad0
dword_F8B1B0 to dword_F8B1B0_MasteryBeingTaught, some final touches to _4B254D_SkillMasteryTeacher
Grumpy7
parents:
2237
diff
changeset
|
54 const char * _4B254D_SkillMasteryTeacher(int trainerInfo); |
2152 | 55 void sub_4B3E1E(); |
2240
1fc4223bddf6
dword_F8B1B0_MasteryBeingTaught removing redundant case bodies
Grumpy7
parents:
2239
diff
changeset
|
56 void _4B3FE5_training_dialogue(int a4); |
2152 | 57 void __fastcall DrawTextAtStatusBar(const char *Str, int a5); |
58 __int64 GetExperienceRequiredForLevel(int a1); | |
59 void CheckBountyRespawnAndAward(); | |
60 int HouseDialogPressCloseBtn(); | |
61 bool __fastcall IsBModelVisible(unsigned int uModelID, int *unused); | |
62 void ODM_LoadAndInitialize(const char *pLevelFilename, struct ODMRenderParams *thisa); | |
63 unsigned int GetLevelFogColor(); | |
2193
4842f58715ea
sub_47C3D7_get_fog_related_stuff to sub_47C3D7_get_fog_specular cleanup, IsTerrainSlopeTooHigh restoring commented out min,min/max,max implementation, some small changes in OnMapLoad, sub_4465DF_check_season attempted to pick the best readabilty/maintainability tradeoff
Grumpy7
parents:
2155
diff
changeset
|
64 int __fastcall sub_47C3D7_get_fog_specular(int a1, int a2, float a3); |
2152 | 65 int __fastcall GetActorTintColor(int max_dim, int min_dim, float distance, int a4, struct RenderBillboard *a5); |
66 unsigned int WorldPosToGridCellX(int); // weak | |
67 unsigned int WorldPosToGridCellZ(int); // weak | |
68 int GridCellToWorldPosX(int); // weak | |
69 int GridCellToWorldPosZ(int); // weak | |
70 void sub_481ED9_MessWithODMRenderParams(); | |
71 bool IsTerrainSlopeTooHigh(int pos_x, int pos_y); | |
72 int __fastcall GetTerrainHeightsAroundParty2(int a1, int a2, int *a3, int a4); | |
73 void sub_487DA9(); | |
74 double GetFogDensityByTime(struct OutdoorLocation *_this); | |
75 void sub_491E3A(); | |
76 void _493938_regenerate(); | |
77 void init_summoned_item(struct stru351_summoned_item *_this, __int64 duration); | |
78 void _494035_timed_effects__water_walking_damage__etc(); | |
79 unsigned int __fastcall _494820_training_time(unsigned int a1); | |
80 const char *GetReputationString(signed int a1); | |
81 char *BuildDialogueString(const char *lpsz, unsigned __int8 uPlayerID, struct ItemGen *a3, char *a4, int a5, __int64 *a6); | |
82 unsigned int __fastcall GetMaxMipLevels(unsigned int uDim); | |
2246 | 83 void sub_4B1447_party_fine(int shopId, int stealingResult, int fineToAdd); |
2152 | 84 unsigned int GetGravityStrength(); |
85 void UpdateUserInput_and_MapSpecificStuff(); | |
86 bool __fastcall _46BFFA_check_object_intercept(unsigned int uLayingItemID, signed int a2); | |
87 unsigned int __fastcall sub_46DEF2(signed int a2, unsigned int uLayingItemID); | |
88 void _46E0B2_collide_against_decorations(); | |
89 int _46E44E_collide_against_faces_and_portals(unsigned int b1); // idb | |
90 int __fastcall _46E889_collide_against_bmodels(unsigned int ecx0); | |
91 int collide_against_floor(int x, int y, int z, unsigned int *pSectorID, unsigned int *pFaceID); // idb | |
92 void __fastcall _46ED8A_collide_against_sprite_objects(unsigned int _this); | |
93 int _46EF01_collision_chech_player(int a1); // idb | |
94 int _46F04E_collide_against_portals(); | |
95 void UpdateObjects(); | |
96 int collide_against_floor_approximate(int x, int y, int z, unsigned int *pSectorID, unsigned int *pFaceID); // idb | |
97 bool sub_47531C(int a1, int *a2, int pos_x, int pos_y, int pos_z, int dir_x, int dir_y, int dir_z, struct BLVFace *face, int a10); | |
98 bool sub_4754BF(int a1, int *a2, int X, int Y, int Z, int dir_x, int dir_y, int dir_z, struct BLVFace *face, int a10, int a11); | |
99 int sub_475665(struct BLVFace *face, int a2, __int16 a3); | |
100 bool __fastcall sub_4759C9(struct BLVFace *face, int a2, int a3, __int16 a4); | |
101 bool __fastcall sub_475D85(Vec3_int_ *a1, Vec3_int_ *a2, int *a3, struct BLVFace *a4); | |
102 bool __fastcall sub_475F30(int *a1, struct BLVFace *a2, int a3, int a4, int a5, int a6, int a7, int a8, int a9); | |
103 void sub_4452BB(); | |
104 bool sub_4465DF_check_season(int a1); | |
105 void __fastcall sub_44861E_set_texture(unsigned int uFaceCog, const char *pFilename); | |
106 void __fastcall SetDecorationSprite(uint16_t uCog, bool bHide, const char *pFileName); // idb | |
107 void __fastcall sub_44892E_set_faces_bit(int sCogNumber, int bit, int on); | |
108 void GameUI_StatusBar_UpdateTimedString(unsigned int bForceHide); // idb | |
109 void OnTimer(int); | |
110 void __fastcall sub_448CF4_spawn_monsters(__int16 typeindex, __int16 level, int count, int x, int y, int z, int group, unsigned int uUniqueName); | |
111 bool _449B57_test_bit(unsigned __int8 *a1, __int16 a2); | |
112 void _449B7E_toggle_bit(unsigned char *pArray, __int16 a2, unsigned __int16 bToggle); // idb | |
113 void ShowStatusBarString(const char *pString, unsigned int uNumSeconds); | |
114 void ShowNothingHereStatus(); | |
115 int const_2(); | |
116 bool TeleportToNWCDungeon(); | |
117 inline void __fastcall memset32(void *ptr, unsigned __int32 value, int count) | |
118 { | |
119 unsigned __int32* p = (unsigned __int32 *)ptr; | |
120 for ( int i=0; i < count; i++ ) | |
121 *p++ = value; | |
122 } | |
123 |