diff --git a/Actor_8h_source.html b/Actor_8h_source.html index c5656410e..30c4e0e58 100644 --- a/Actor_8h_source.html +++ b/Actor_8h_source.html @@ -134,7 +134,7 @@ $(function(){initNavTree('Actor_8h_source.html',''); initResizable(true); });
23 /* 0x16 */ s16 Unk_16;
24 /* 0x18 */ Vec3f Pos;
25 /* 0x24 */ Vec3f Velocity = {0, 0, 0};
-
26 /* 0x30 */ struct Collision Unk30;
+
26 /* 0x30 */ Collision Unk30;
27 /* 0x */ const char* Model = "";
28 uint8_t uuid[16];
29 const char* Name = "";
@@ -185,6 +185,7 @@ $(function(){initNavTree('Actor_8h_source.html',''); initResizable(true); });
AActor::State
s16 State
Definition Actor.h:19
AActor::VehicleCollision
virtual void VehicleCollision(s32 playerId, Player *player)
Definition Actor.cpp:50
AActor::Model
const char * Model
Definition Actor.h:27
+
AActor::Unk30
Collision Unk30
Definition Actor.h:26
AActor::Rotate
void Rotate(IRotator rot)
Definition Actor.cpp:89
AActor::AActor
AActor()
Definition Actor.cpp:13
AActor::bPendingDestroy
bool bPendingDestroy
Definition Actor.h:39
@@ -214,7 +215,6 @@ $(function(){initNavTree('Actor_8h_source.html',''); initResizable(true); });
AActor::Triangles
std::vector< Triangle > Triangles
Definition Actor.h:37
AActor::Collision
virtual void Collision(Player *player, AActor *actor)
Definition Actor.cpp:49
AActor::Rot
Vec3s Rot
Definition Actor.h:22
-
AActor::Unk30
struct Collision Unk30
Definition Actor.h:26
AActor::IsMod
virtual bool IsMod()
Definition Actor.cpp:54
AActor::GetScale
FVector GetScale() const
Definition Actor.cpp:70
AActor::Unk_04
s16 Unk_04
Definition Actor.h:18
diff --git a/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.map b/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.map index 511ff052c..e1b4f09a3 100644 --- a/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.map +++ b/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.map @@ -1,6 +1,6 @@ - + @@ -16,11 +16,11 @@ - + - + - + diff --git a/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.md5 b/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.md5 index ff4797439..1b59c7a4f 100644 --- a/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.md5 +++ b/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.md5 @@ -1 +1 @@ -743e7d8e54121ca2f55fc5001355c1c7 \ No newline at end of file +8533618a28905f0af47e808de04753c6 \ No newline at end of file diff --git a/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.svg b/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.svg index af4ca747c..d9f12ce1c 100644 --- a/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.svg +++ b/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-1'; Node2 - + check_bounding_collision @@ -212,7 +212,7 @@ var sectionId = 'dynsection-1'; Node3 - + check_collision_yx @@ -230,7 +230,7 @@ var sectionId = 'dynsection-1'; Node4 - + check_collision_zx @@ -248,7 +248,7 @@ var sectionId = 'dynsection-1'; Node5 - + check_collision_zy diff --git a/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph_org.svg b/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph_org.svg index afe3716ce..e7684d0cb 100644 --- a/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph_org.svg +++ b/Banana_8cpp_a7fae4ae12296c036bbac3dd8985bbb8e_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + check_bounding_collision @@ -165,7 +165,7 @@ Node3 - + check_collision_yx @@ -183,7 +183,7 @@ Node4 - + check_collision_zx @@ -201,7 +201,7 @@ Node5 - + check_collision_zy diff --git a/BombKart_8h_source.html b/BombKart_8h_source.html index 7b0f87b70..de3f36a98 100644 --- a/BombKart_8h_source.html +++ b/BombKart_8h_source.html @@ -148,7 +148,7 @@ $(function(){initNavTree('BombKart_8h_source.html',''); initResizable(true); });
41 u16 Unk_4A = 0;
42 s16 Unk_4C = 1;
43 f32 CenterY; // Center of the circle
- +
45
46
47 // This is simply a helper function to keep Spawning code clean
@@ -231,6 +231,7 @@ $(function(){initNavTree('BombKart_8h_source.html',''); initResizable(true); });
f32 Unk_3C
Definition BombKart.h:35
static size_t _count
Definition BombKart.h:98
void DrawBattle(s32 cameraId)
Definition BombKart.cpp:392
+
Collision _Collision
Definition BombKart.h:44
u16 CircleTimer
Definition BombKart.h:40
u16 WaypointIndex
Definition BombKart.h:37
States State
Definition BombKart.h:38
@@ -258,7 +259,6 @@ $(function(){initNavTree('BombKart_8h_source.html',''); initResizable(true); });
static size_t GetCount()
Definition BombKart.h:79
const char * Type
Definition BombKart.h:31
static OBombKart * Spawn(FVector pos, uint16_t behaviour, f32 unk_3C)
Definition BombKart.h:49
-
struct Collision _Collision
Definition BombKart.h:44
virtual void Translate(FVector pos) override
Definition BombKart.cpp:587
float SpeedB
Definition BombKart.h:95
u16 Unk_4A
Definition BombKart.h:41
diff --git a/CoreMath_8h_source.html b/CoreMath_8h_source.html index 952769cb6..ce6f11686 100644 --- a/CoreMath_8h_source.html +++ b/CoreMath_8h_source.html @@ -250,7 +250,7 @@ $(function(){initNavTree('CoreMath_8h_source.html',''); initResizable(true); });
151 return *this;
152 }
153
-
154 void Set(uint16_t p, uint16_t y, uint16_t r) {
+
154 [[nodiscard]] void Set(uint16_t p, uint16_t y, uint16_t r) {
155 pitch = p;
156 yaw = y;
157 roll = r;
diff --git a/DKJungle_8h_source.html b/DKJungle_8h_source.html index 91928de85..285200b62 100644 --- a/DKJungle_8h_source.html +++ b/DKJungle_8h_source.html @@ -135,7 +135,7 @@ $(function(){initNavTree('DKJungle_8h_source.html',''); initResizable(true); });
24// virtual void Load(const char* courseVtx,
25// course_texture* textures, const char* displaylists, size_t dlSize);
26 virtual void Load() override;
-
27 virtual f32 GetWaterLevel(FVector pos, struct Collision* collision) override;
+
27 virtual f32 GetWaterLevel(FVector pos, Collision* collision) override;
28 virtual void BeginPlay() override;
29 virtual void InitTrackObjects() override;
30 virtual void TickTrackObjects() override;
@@ -161,10 +161,10 @@ $(function(){initNavTree('DKJungle_8h_source.html',''); initResizable(true); });
virtual void DrawCredits() override
Definition DKJungle.cpp:284
virtual void DrawTransparency(ScreenContext *screen, uint16_t pathCounter, uint16_t cameraRot, uint16_t playerDirection) override
Definition DKJungle.cpp:328
virtual void CreditsSpawnActors() override
Definition DKJungle.cpp:479
-
virtual f32 GetWaterLevel(FVector pos, struct Collision *collision) override
Definition DKJungle.cpp:137
virtual void Waypoints(Player *player, int8_t playerId) override
Definition DKJungle.cpp:292
virtual void Tick() override
Definition DKJungle.cpp:304
virtual void Destroy() override
Definition DKJungle.cpp:484
+
virtual f32 GetWaterLevel(FVector pos, Collision *collision) override
Definition DKJungle.cpp:137
DKJungle()
Definition DKJungle.cpp:43
virtual void DrawTrackObjects(s32 cameraId) override
Definition DKJungle.cpp:205
virtual void TickTrackObjects() override
Definition DKJungle.cpp:201
diff --git a/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.map b/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.map index e6a0ad048..b2c339c9a 100644 --- a/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.map +++ b/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.map @@ -99,7 +99,7 @@ - + diff --git a/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.md5 b/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.md5 index 0f119abdd..d147bf8ad 100644 --- a/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.md5 +++ b/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.md5 @@ -1 +1 @@ -b82f68b52d72a5f0ef1ec02adc77a714 \ No newline at end of file +866715be3aeacda47c8b3c9b4b77c8f2 \ No newline at end of file diff --git a/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.svg b/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.svg index 037ccf4bc..5eac8956d 100644 --- a/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.svg +++ b/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.svg @@ -962,7 +962,7 @@ var sectionId = 'dynsection-35'; Node63 - + func_8004A630 diff --git a/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph_org.svg b/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph_org.svg index 9a7583539..6145312b1 100644 --- a/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph_org.svg +++ b/FrameInterpolation_8cpp_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph_org.svg @@ -915,7 +915,7 @@ Node63 - + func_8004A630 diff --git a/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.map b/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.map index e6a0ad048..b2c339c9a 100644 --- a/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.map +++ b/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.map @@ -99,7 +99,7 @@ - + diff --git a/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.md5 b/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.md5 index 0f119abdd..d147bf8ad 100644 --- a/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.md5 +++ b/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.md5 @@ -1 +1 @@ -b82f68b52d72a5f0ef1ec02adc77a714 \ No newline at end of file +866715be3aeacda47c8b3c9b4b77c8f2 \ No newline at end of file diff --git a/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.svg b/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.svg index 6eef1d13b..437205c37 100644 --- a/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.svg +++ b/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph.svg @@ -962,7 +962,7 @@ var sectionId = 'dynsection-30'; Node63 - + func_8004A630 diff --git a/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph_org.svg b/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph_org.svg index 9a7583539..6145312b1 100644 --- a/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph_org.svg +++ b/FrameInterpolation_8h_adc4e082ac2a755e94aa8b4e8bbba9850_icgraph_org.svg @@ -915,7 +915,7 @@ Node63 - + func_8004A630 diff --git a/Game_8cpp.html b/Game_8cpp.html index 8c090f1cc..933e37652 100644 --- a/Game_8cpp.html +++ b/Game_8cpp.html @@ -324,8 +324,8 @@ Functions   void CM_ActorCollision (Player *player, Actor *actor)   -f32 CM_GetWaterLevel (Vec3f pos, struct Collision *collision) -  +f32 CM_GetWaterLevel (Vec3f pos, Collision *collision) +  bool IsMarioRaceway ()   bool IsLuigiRaceway () @@ -1618,8 +1618,8 @@ Here is the caller graph for this function: - -

◆ CM_GetWaterLevel()

+ +

◆ CM_GetWaterLevel()

@@ -1632,19 +1632,19 @@ Here is the caller graph for this function:
- struct Collision * collision ) + Collision * collision )
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
@@ -2632,7 +2632,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
Here is the call graph for this function:
diff --git a/Game_8cpp.js b/Game_8cpp.js index 2096bb652..614cbab1d 100644 --- a/Game_8cpp.js +++ b/Game_8cpp.js @@ -41,7 +41,7 @@ var Game_8cpp = [ "CM_GetPlayerCamera", "Game_8cpp.html#ad62d65b13bb8c7fbbfe39c28d4f73758", null ], [ "CM_GetProps", "Game_8cpp.html#a3416a195a0c7be6ec3783bbf4842dc3e", null ], [ "CM_GetTrack", "Game_8cpp.html#a4b0b6efd68e3514c5c4014b2d5f547f5", null ], - [ "CM_GetWaterLevel", "Game_8cpp.html#ad67598b92b4fcdbd59e913da2726b0e7", null ], + [ "CM_GetWaterLevel", "Game_8cpp.html#a7ff5610a2d67bb8a510d93cf238e6ffb", null ], [ "CM_InitTrackObjects", "Game_8cpp.html#a872b3eafef96f83081b83794fb4681e5", null ], [ "CM_IsTourEnabled", "Game_8cpp.html#a7a5ca7cbd6c70c0ef872405d46503896", null ], [ "CM_RaceDrawSky", "Game_8cpp.html#aa97d48e199aac53548393bfad5a6d2ca", null ], diff --git a/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.map b/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.map index b84f3a24f..ea7e33143 100644 --- a/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.map +++ b/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.map @@ -79,7 +79,7 @@ - + diff --git a/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.md5 b/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.md5 index f3ede601d..e19ac14f8 100644 --- a/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.md5 +++ b/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.md5 @@ -1 +1 @@ -f2823e8db558931fb1e13313dbfa286b \ No newline at end of file +eb7418ad1d54c1b5f4172e27c2f47f1d \ No newline at end of file diff --git a/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.svg b/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.svg index 90132724d..221415e6f 100644 --- a/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.svg +++ b/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph.svg @@ -787,7 +787,7 @@ var sectionId = 'dynsection-24'; Node25 - + func_802AAAAC diff --git a/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph_org.svg b/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph_org.svg index c9b727b13..a1e45bc2a 100644 --- a/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph_org.svg +++ b/Game_8cpp_a1f50631d155dab971f42355e657e5c6c_cgraph_org.svg @@ -740,7 +740,7 @@ Node25 - + func_802AAAAC diff --git a/Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.map b/Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.map similarity index 100% rename from Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.map rename to Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.map diff --git a/Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.md5 b/Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.md5 similarity index 100% rename from Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.md5 rename to Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.md5 diff --git a/Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.svg b/Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.svg similarity index 100% rename from Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.svg rename to Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.svg diff --git a/Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_cgraph_org.svg b/Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph_org.svg similarity index 100% rename from Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_cgraph_org.svg rename to Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph_org.svg diff --git a/Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.map b/Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.map similarity index 100% rename from Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.map rename to Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.map diff --git a/Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.md5 b/Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.md5 similarity index 100% rename from Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.md5 rename to Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.md5 diff --git a/Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.svg b/Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.svg similarity index 99% rename from Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.svg rename to Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.svg index 95c687230..7f2733e14 100644 --- a/Game_8cpp_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.svg +++ b/Game_8cpp_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.svg @@ -1208,7 +1208,7 @@ var sectionId = 'dynsection-79'; - + - + - + - + - + - + diff --git a/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph.md5 b/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph.md5 index eb26dd2d8..9f4a3f50e 100644 --- a/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph.md5 +++ b/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph.md5 @@ -1 +1 @@ -53a8d9d1966e58c918e19ab4c7d1fa96 \ No newline at end of file +724e08ee4ff5a8712703fe3453ccf707 \ No newline at end of file diff --git a/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph.svg b/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph.svg index 5f5e8dfc3..2b7d9d5ee 100644 --- a/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph.svg +++ b/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph.svg @@ -373,7 +373,7 @@ var sectionId = 'dynsection-131'; Node8 - + check_bounding_collision @@ -410,7 +410,7 @@ var sectionId = 'dynsection-131'; Node25 - + func_802AAAAC @@ -464,7 +464,7 @@ var sectionId = 'dynsection-131'; Node9 - + check_collision_yx @@ -482,7 +482,7 @@ var sectionId = 'dynsection-131'; Node10 - + check_collision_zx @@ -500,7 +500,7 @@ var sectionId = 'dynsection-131'; Node11 - + check_collision_zy diff --git a/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph_org.svg b/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph_org.svg index 58d8c55f9..03c57a877 100644 --- a/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph_org.svg +++ b/Game_8cpp_ac505f9a43eebef85997e6333efbce87c_cgraph_org.svg @@ -326,7 +326,7 @@ Node8 - + check_bounding_collision @@ -363,7 +363,7 @@ Node25 - + func_802AAAAC @@ -417,7 +417,7 @@ Node9 - + check_collision_yx @@ -435,7 +435,7 @@ Node10 - + check_collision_zx @@ -453,7 +453,7 @@ Node11 - + check_collision_zy diff --git a/Game_8h.html b/Game_8h.html index 713bf829f..123fea38a 100644 --- a/Game_8h.html +++ b/Game_8h.html @@ -294,8 +294,8 @@ Functions
 
void CM_CleanWorld (void)
 
-
f32 CM_GetWaterLevel (Vec3f pos, struct Collision *collision)
-
 
+
f32 CM_GetWaterLevel (Vec3f pos, Collision *collision)
+
 
bool IsMarioRaceway ()
 
bool IsLuigiRaceway ()
@@ -1573,8 +1573,8 @@ Here is the caller graph for this function:
- -

◆ CM_GetWaterLevel()

+ +

◆ CM_GetWaterLevel()

@@ -1587,19 +1587,19 @@ Here is the caller graph for this function:
- struct Collision * collision ) + Collision * collision )
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
@@ -2545,7 +2545,7 @@ Here is the caller graph for this function:
-
Todo
Move gGfxPool out of main.h
+
Todo
Move gGfxPool out of main.h
diff --git a/Game_8h.js b/Game_8h.js index a3055a178..7a2c1bf62 100644 --- a/Game_8h.js +++ b/Game_8h.js @@ -42,7 +42,7 @@ var Game_8h = [ "CM_GetPlayerCamera", "Game_8h.html#ad62d65b13bb8c7fbbfe39c28d4f73758", null ], [ "CM_GetProps", "Game_8h.html#a3416a195a0c7be6ec3783bbf4842dc3e", null ], [ "CM_GetTrack", "Game_8h.html#a4b0b6efd68e3514c5c4014b2d5f547f5", null ], - [ "CM_GetWaterLevel", "Game_8h.html#ad67598b92b4fcdbd59e913da2726b0e7", null ], + [ "CM_GetWaterLevel", "Game_8h.html#a7ff5610a2d67bb8a510d93cf238e6ffb", null ], [ "CM_InitTrackObjects", "Game_8h.html#a872b3eafef96f83081b83794fb4681e5", null ], [ "CM_IsTourEnabled", "Game_8h.html#a7a5ca7cbd6c70c0ef872405d46503896", null ], [ "CM_RaceDrawSky", "Game_8h.html#aa97d48e199aac53548393bfad5a6d2ca", null ], diff --git a/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.map b/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.map index b84f3a24f..ea7e33143 100644 --- a/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.map +++ b/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.map @@ -79,7 +79,7 @@ - + diff --git a/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.md5 b/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.md5 index f3ede601d..e19ac14f8 100644 --- a/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.md5 +++ b/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.md5 @@ -1 +1 @@ -f2823e8db558931fb1e13313dbfa286b \ No newline at end of file +eb7418ad1d54c1b5f4172e27c2f47f1d \ No newline at end of file diff --git a/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.svg b/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.svg index 73185ec36..a59b218ec 100644 --- a/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.svg +++ b/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph.svg @@ -787,7 +787,7 @@ var sectionId = 'dynsection-24'; Node25 - + func_802AAAAC diff --git a/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph_org.svg b/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph_org.svg index c9b727b13..a1e45bc2a 100644 --- a/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph_org.svg +++ b/Game_8h_a1f50631d155dab971f42355e657e5c6c_cgraph_org.svg @@ -740,7 +740,7 @@ Node25 - + func_802AAAAC diff --git a/Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.map b/Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.map similarity index 100% rename from Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.map rename to Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.map diff --git a/Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.md5 b/Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.md5 similarity index 100% rename from Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.md5 rename to Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.md5 diff --git a/Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.svg b/Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.svg similarity index 100% rename from Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_cgraph.svg rename to Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph.svg diff --git a/Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_cgraph_org.svg b/Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph_org.svg similarity index 100% rename from Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_cgraph_org.svg rename to Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_cgraph_org.svg diff --git a/Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.map b/Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.map similarity index 100% rename from Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.map rename to Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.map diff --git a/Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.md5 b/Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.md5 similarity index 100% rename from Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.md5 rename to Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.md5 diff --git a/Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.svg b/Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.svg similarity index 99% rename from Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.svg rename to Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.svg index 0c2272835..c7fd8be9e 100644 --- a/Game_8h_ad67598b92b4fcdbd59e913da2726b0e7_icgraph.svg +++ b/Game_8h_a7ff5610a2d67bb8a510d93cf238e6ffb_icgraph.svg @@ -1208,7 +1208,7 @@ var sectionId = 'dynsection-79'; - + 168void CM_CleanCameras(void);
169void CM_CleanWorld(void);
170
-
171f32 CM_GetWaterLevel(Vec3f pos, struct Collision* collision);
+
171f32 CM_GetWaterLevel(Vec3f pos, Collision* collision);
172
173bool IsMarioRaceway();
174bool IsLuigiRaceway();
@@ -426,6 +426,7 @@ $(function(){initNavTree('Game_8h_source.html',''); initResizable(true); });
void CM_TickParticles(void)
Definition Game.cpp:551
bool IsToadsTurnpike()
Definition Game.cpp:840
void CM_SetCupIndex(size_t index)
Definition Game.cpp:214
+
f32 CM_GetWaterLevel(Vec3f pos, Collision *collision)
Definition Game.cpp:824
void CM_InitTrackObjects()
Definition Game.cpp:587
void CM_BeginPlay()
Definition Game.cpp:366
void CM_WhatDoesThisDo(Player *player, int8_t playerId)
Definition Game.cpp:620
@@ -478,7 +479,6 @@ $(function(){initNavTree('Game_8h_source.html',''); initResizable(true); });
void CM_DeleteActor(size_t index)
Definition Game.cpp:759
bool IsKalimariDesert()
Definition Game.cpp:841
Camera * CM_GetPlayerCamera(s32 playerIndex)
Definition Game.cpp:389
-
f32 CM_GetWaterLevel(Vec3f pos, struct Collision *collision)
Definition Game.cpp:824
void CM_BombKartsWaypoint(s32 cameraId)
Definition Game.cpp:234
void SelectLuigiRaceway()
Definition Game.cpp:853
void CM_SetFreeCamera(bool state)
Definition Game.cpp:495
diff --git a/Menu_8h_source.html b/Menu_8h_source.html index 90f57fa55..627b74e19 100644 --- a/Menu_8h_source.html +++ b/Menu_8h_source.html @@ -134,7 +134,7 @@ $(function(){initNavTree('Menu_8h_source.html',''); initResizable(true); });
23 using GuiWindow::GuiWindow;
24
25 Menu(const std::string& cVar, const std::string& name, uint8_t searchSidebarIndex_ = 0,
-
26 UIWidgets::Colors menuThemeIndex_ = UIWidgets::Colors::LightBlue);
+
27 virtual ~Menu() {}
28
29 void InitElement() override;
@@ -299,6 +299,7 @@ $(function(){initNavTree('Menu_8h_source.html',''); initResizable(true); });
Definition SpaghettiGui.cpp:39
uint32_t GetVectorIndexOf(std::vector< std::string > &vector, std::string value)
Definition Menu.cpp:61
Colors
Definition UIWidgets.h:40
+
@ LightBlue
Definition UIWidgets.h:46
Definition MenuTypes.h:242
Definition UIWidgets.h:112
WidgetOptions & Tooltip(const char *tooltip_)
Definition UIWidgets.h:122
diff --git a/PortMenu_8h_source.html b/PortMenu_8h_source.html index caccfab79..a605528b2 100644 --- a/PortMenu_8h_source.html +++ b/PortMenu_8h_source.html @@ -130,20 +130,20 @@ $(function(){initNavTree('PortMenu_8h_source.html',''); initResizable(true); });
18
19static const std::unordered_map<int32_t, const char*> menuThemeOptions = {
-
20 { UIWidgets::Colors::Red, "Red" },
-
21 { UIWidgets::Colors::DarkRed, "Dark Red" },
-
22 { UIWidgets::Colors::Orange, "Orange" },
-
23 { UIWidgets::Colors::Green, "Green" },
-
24 { UIWidgets::Colors::DarkGreen, "Dark Green" },
-
25 { UIWidgets::Colors::LightBlue, "Light Blue" },
-
26 { UIWidgets::Colors::Blue, "Blue" },
-
27 { UIWidgets::Colors::DarkBlue, "Dark Blue" },
-
28 { UIWidgets::Colors::Indigo, "Indigo" },
-
29 { UIWidgets::Colors::Violet, "Violet" },
-
30 { UIWidgets::Colors::Purple, "Purple" },
-
31 { UIWidgets::Colors::Brown, "Brown" },
-
32 { UIWidgets::Colors::Gray, "Gray" },
-
33 { UIWidgets::Colors::DarkGray, "Dark Gray" },
+
20 { UIWidgets::Colors::Red, "Red" },
+
21 { UIWidgets::Colors::DarkRed, "Dark Red" },
+
22 { UIWidgets::Colors::Orange, "Orange" },
+
23 { UIWidgets::Colors::Green, "Green" },
+
24 { UIWidgets::Colors::DarkGreen, "Dark Green" },
+
25 { UIWidgets::Colors::LightBlue, "Light Blue" },
+
26 { UIWidgets::Colors::Blue, "Blue" },
+
27 { UIWidgets::Colors::DarkBlue, "Dark Blue" },
+
28 { UIWidgets::Colors::Indigo, "Indigo" },
+
29 { UIWidgets::Colors::Violet, "Violet" },
+
30 { UIWidgets::Colors::Purple, "Purple" },
+
31 { UIWidgets::Colors::Brown, "Brown" },
+
32 { UIWidgets::Colors::Gray, "Gray" },
+
33 { UIWidgets::Colors::DarkGray, "Dark Gray" },
34};
35
@@ -240,6 +240,20 @@ $(function(){initNavTree('PortMenu_8h_source.html',''); initResizable(true); });
static const std::unordered_map< int32_t, const char * > menuExtentOptions
Definition PortMenu.h:14
@ Stretched
Definition UIWidgets.h:109
@ Condensed
Definition UIWidgets.h:108
+
@ Blue
Definition UIWidgets.h:47
+
@ Red
Definition UIWidgets.h:41
+
@ DarkRed
Definition UIWidgets.h:42
+
@ Purple
Definition UIWidgets.h:51
+
@ DarkGray
Definition UIWidgets.h:54
+
@ Violet
Definition UIWidgets.h:50
+
@ Brown
Definition UIWidgets.h:52
+
@ Green
Definition UIWidgets.h:44
+
@ Gray
Definition UIWidgets.h:53
+
@ DarkBlue
Definition UIWidgets.h:48
+
@ Indigo
Definition UIWidgets.h:49
+
@ Orange
Definition UIWidgets.h:43
+
@ DarkGreen
Definition UIWidgets.h:45
+
@ LightBlue
Definition UIWidgets.h:46
Definition MenuTypes.h:103
Definition MenuTypes.h:197
diff --git a/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.map b/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.map index de9980a80..fba7b9d00 100644 --- a/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.map +++ b/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.md5 b/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.md5 index 76c8fbb3a..5cdfd6c11 100644 --- a/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.md5 +++ b/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.md5 @@ -1 +1 @@ -778e088ba15f5177524b443e838ea962 \ No newline at end of file +97ce62d95ea8d37f06ddb4311f08480c \ No newline at end of file diff --git a/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.svg b/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.svg index 8a0326cbe..c841b6e44 100644 --- a/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.svg +++ b/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-1'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-1'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-1'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-1'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-1'; Node8 - + check_collision_zy diff --git a/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph_org.svg b/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph_org.svg index 980a1becc..85fc61fb6 100644 --- a/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph_org.svg +++ b/RegisterActors_8cpp_a513a516f10b29e918841fd3b27e0a1b6_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.map b/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.map index de9980a80..fba7b9d00 100644 --- a/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.map +++ b/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.md5 b/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.md5 index 76c8fbb3a..5cdfd6c11 100644 --- a/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.md5 +++ b/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.md5 @@ -1 +1 @@ -778e088ba15f5177524b443e838ea962 \ No newline at end of file +97ce62d95ea8d37f06ddb4311f08480c \ No newline at end of file diff --git a/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.svg b/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.svg index d0bec61fe..9add3d6ed 100644 --- a/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.svg +++ b/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-6'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-6'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-6'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-6'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-6'; Node8 - + check_collision_zy diff --git a/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph_org.svg b/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph_org.svg index 980a1becc..85fc61fb6 100644 --- a/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph_org.svg +++ b/RegisterContent_8h_a513a516f10b29e918841fd3b27e0a1b6_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/SherbetLand_8h_source.html b/SherbetLand_8h_source.html index 47021b246..47455beb2 100644 --- a/SherbetLand_8h_source.html +++ b/SherbetLand_8h_source.html @@ -135,7 +135,7 @@ $(function(){initNavTree('SherbetLand_8h_source.html',''); initResizable(true);
24// virtual void Load(const char* courseVtx,
25// course_texture* textures, const char* displaylists, size_t dlSize);
26 virtual void Load() override;
-
27 virtual f32 GetWaterLevel(FVector pos, struct Collision* collision) override;
+
27 virtual f32 GetWaterLevel(FVector pos, Collision* collision) override;
28 virtual void BeginPlay() override;
29 virtual void TickTrackObjects() override;
30 virtual void DrawTrackObjects(s32 cameraId) override;
@@ -149,6 +149,7 @@ $(function(){initNavTree('SherbetLand_8h_source.html',''); initResizable(true);
SherbetLand()
Definition SherbetLand.cpp:39
+
virtual f32 GetWaterLevel(FVector pos, Collision *collision) override
Definition SherbetLand.cpp:135
virtual void CreditsSpawnActors() override
Definition SherbetLand.cpp:233
virtual void Draw(ScreenContext *) override
Definition SherbetLand.cpp:199
virtual void DrawTransparency(ScreenContext *screen, uint16_t pathCounter, uint16_t cameraRot, uint16_t playerDirection) override
Definition SherbetLand.cpp:212
@@ -156,7 +157,6 @@ $(function(){initNavTree('SherbetLand_8h_source.html',''); initResizable(true);
virtual void Load() override
Definition SherbetLand.cpp:117
virtual void DrawTrackObjects(s32 cameraId) override
Definition SherbetLand.cpp:193
virtual void BeginPlay() override
Definition SherbetLand.cpp:142
-
virtual f32 GetWaterLevel(FVector pos, struct Collision *collision) override
Definition SherbetLand.cpp:135
virtual void DrawCredits() override
Definition SherbetLand.cpp:208
diff --git a/Track_8h_source.html b/Track_8h_source.html index 29de20940..d94ef7495 100644 --- a/Track_8h_source.html +++ b/Track_8h_source.html @@ -476,7 +476,7 @@ $(function(){initNavTree('Track_8h_source.html',''); initResizable(true); });
366 virtual void Draw(ScreenContext*);
367 virtual void DrawCredits();
368 virtual void Waypoints(Player* player, int8_t playerId);
-
369 virtual f32 GetWaterLevel(FVector pos, struct Collision* collision);
+
369 virtual f32 GetWaterLevel(FVector pos, Collision* collision);
370 virtual void Tick();
371 // Draw transparent models (water, signs, arrows, etc.)
372 virtual void DrawTransparency(ScreenContext* screen, uint16_t pathCounter, uint16_t cameraRot,
diff --git a/UIWidgets_8h.html b/UIWidgets_8h.html index aeb2fd49e..998bd7b35 100644 --- a/UIWidgets_8h.html +++ b/UIWidgets_8h.html @@ -170,8 +170,6 @@ Macros Typedefs using UIWidgets::SectionFunc = void(*)()   -typedef enum UIWidgets::Colors UIWidgets::Colors -  diff --git a/UIWidgets_8h.js b/UIWidgets_8h.js index 1a3ff7067..3e3b81727 100644 --- a/UIWidgets_8h.js +++ b/UIWidgets_8h.js @@ -8,7 +8,6 @@ var UIWidgets_8h = [ "UIWidgets::IntSliderOptions", "structUIWidgets_1_1IntSliderOptions.html", "structUIWidgets_1_1IntSliderOptions" ], [ "UIWidgets::FloatSliderOptions", "structUIWidgets_1_1FloatSliderOptions.html", "structUIWidgets_1_1FloatSliderOptions" ], [ "IMGUI_DEFINE_MATH_OPERATORS", "UIWidgets_8h.html#adf4d73301961430d50d7edd96f92ce38", null ], - [ "UIWidgets::Colors", "namespaceUIWidgets.html#a20505336f67ae9f7fb097fac83a5b731", null ], [ "UIWidgets::SectionFunc", "namespaceUIWidgets.html#ae6baa537b60cf1d33e03e5e0c440c962", null ], [ "UIWidgets::Colors", "namespaceUIWidgets.html#ab518b3979a369a95a6e490c6d8f87d26", [ [ "UIWidgets::Red", "namespaceUIWidgets.html#ab518b3979a369a95a6e490c6d8f87d26a197d0422f331777e7c59bbf3d5215250", null ], diff --git a/UIWidgets_8h_source.html b/UIWidgets_8h_source.html index 667ca4039..8ff44b188 100644 --- a/UIWidgets_8h_source.html +++ b/UIWidgets_8h_source.html @@ -154,7 +154,7 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
38
39 // mostly in order for colors usable by the menu without custom text color
-
40 typedef enum Colors {
+
40 enum Colors {
@@ -177,32 +177,32 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); }) -
63 } Colors;
+
63 };
64
65 const std::unordered_map<Colors, ImVec4> ColorValues = {
-
66 { Colors::Pink, ImVec4(0.87f, 0.3f, 0.87f, 1.0f) },
-
67 { Colors::Red, ImVec4(0.55f, 0.0f, 0.0f, 1.0f) },
-
68 { Colors::DarkRed, ImVec4(0.3f, 0.0f, 0.0f, 1.0f) },
-
69 { Colors::Orange, ImVec4(0.85f, 0.55f, 0.0f, 1.0f) },
-
70 { Colors::Yellow, ImVec4(0.95f, 0.95f, 0.0f, 1.0f) },
-
71 { Colors::Green, ImVec4(0.0f, 0.55f, 0.0f, 1.0f) },
-
72 { Colors::DarkGreen, ImVec4(0.0f, 0.3f, 0.0f, 1.0f) },
-
73 { Colors::Cyan, ImVec4(0.0f, 0.9f, 0.9f, 1.0f) },
-
74 { Colors::LightBlue, ImVec4(0.0f, 0.24f, 0.8f, 1.0f) },
-
75 { Colors::Blue, ImVec4(0.08f, 0.03f, 0.65f, 1.0f) },
-
76 { Colors::DarkBlue, ImVec4(0.03f, 0.0f, 0.5f, 1.0f) },
-
77 { Colors::Indigo, ImVec4(0.35f, 0.0f, 0.87f, 1.0f) },
-
78 { Colors::Violet, ImVec4(0.5f, 0.0f, 0.9f, 1.0f) },
-
79 { Colors::Purple, ImVec4(0.31f, 0.0f, 0.67f, 1.0f) },
-
80 { Colors::Brown, ImVec4(0.37f, 0.18f, 0.0f, 1.0f) },
-
81 { Colors::LightGray, ImVec4(0.75f, 0.75f, 0.75f, 1.0f) },
-
82 { Colors::Gray, ImVec4(0.45f, 0.45f, 0.45f, 1.0f) },
-
83 { Colors::DarkGray, ImVec4(0.15f, 0.15f, 0.15f, 1.0f) },
-
84 { Colors::Black, ImVec4(0.0f, 0.0f, 0.0f, 1.0f)},
-
85 { Colors::White, ImVec4(1.0f, 1.0f, 1.0f, 1.0f) },
-
86 { Colors::NoColor, ImVec4(0.0f, 0.0f, 0.0f, 0.0f)},
+
66 { Colors::Pink, ImVec4(0.87f, 0.3f, 0.87f, 1.0f) },
+
67 { Colors::Red, ImVec4(0.55f, 0.0f, 0.0f, 1.0f) },
+
68 { Colors::DarkRed, ImVec4(0.3f, 0.0f, 0.0f, 1.0f) },
+
69 { Colors::Orange, ImVec4(0.85f, 0.55f, 0.0f, 1.0f) },
+
70 { Colors::Yellow, ImVec4(0.95f, 0.95f, 0.0f, 1.0f) },
+
71 { Colors::Green, ImVec4(0.0f, 0.55f, 0.0f, 1.0f) },
+
72 { Colors::DarkGreen, ImVec4(0.0f, 0.3f, 0.0f, 1.0f) },
+
73 { Colors::Cyan, ImVec4(0.0f, 0.9f, 0.9f, 1.0f) },
+
74 { Colors::LightBlue, ImVec4(0.0f, 0.24f, 0.8f, 1.0f) },
+
75 { Colors::Blue, ImVec4(0.08f, 0.03f, 0.65f, 1.0f) },
+
76 { Colors::DarkBlue, ImVec4(0.03f, 0.0f, 0.5f, 1.0f) },
+
77 { Colors::Indigo, ImVec4(0.35f, 0.0f, 0.87f, 1.0f) },
+
78 { Colors::Violet, ImVec4(0.5f, 0.0f, 0.9f, 1.0f) },
+
79 { Colors::Purple, ImVec4(0.31f, 0.0f, 0.67f, 1.0f) },
+
80 { Colors::Brown, ImVec4(0.37f, 0.18f, 0.0f, 1.0f) },
+
81 { Colors::LightGray, ImVec4(0.75f, 0.75f, 0.75f, 1.0f) },
+
82 { Colors::Gray, ImVec4(0.45f, 0.45f, 0.45f, 1.0f) },
+
83 { Colors::DarkGray, ImVec4(0.15f, 0.15f, 0.15f, 1.0f) },
+
84 { Colors::Black, ImVec4(0.0f, 0.0f, 0.0f, 1.0f)},
+
85 { Colors::White, ImVec4(1.0f, 1.0f, 1.0f, 1.0f) },
+
86 { Colors::NoColor, ImVec4(0.0f, 0.0f, 0.0f, 0.0f)},
87 };
88
@@ -242,7 +242,7 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
113 const char* tooltip = "";
114 bool disabled = false;
115 const char* disabledTooltip = "";
-
116 Colors color = Colors::NoColor;
+
117
@@ -268,7 +268,7 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
-
134 Colors color = Colors::Gray;
+
135
136 ButtonOptions& Size(ImVec2 size_) {
@@ -294,9 +294,9 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
151 bool defaultValue = false; // Only applicable to CVarCheckbox
- - -
154 Colors color = WidgetOptions::color = Colors::LightBlue;
+ + +
155
156 CheckboxOptions& DefaultValue(bool defaultValue_) {
@@ -306,13 +306,13 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
-
161 alignment = alignment_;
+
161 alignment = alignment_;
162 return *this;
163 }
-
165 labelPosition = labelPosition_;
+
165 labelPosition = labelPosition_;
166 return *this;
167 }
@@ -335,10 +335,10 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
179 std::unordered_map<int32_t, const char*> comboMap = {};
180 uint32_t defaultIndex = 0; // Only applicable to CVarCombobox
- - + +
183 ImGuiComboFlags flags = 0;
-
184 Colors color = Colors::LightBlue;
+
185
186 ComboboxOptions& ComboMap(std::unordered_map<int32_t, const char*> comboMap_) {
@@ -354,13 +354,13 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
-
195 alignment = alignment_;
+
195 alignment = alignment_;
196 return *this;
197 }
-
199 labelPosition = labelPosition_;
+
199 labelPosition = labelPosition_;
200 return *this;
201 }
@@ -387,9 +387,9 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
216 int32_t min = 1;
217 int32_t max = 10;
218 int32_t defaultValue = 1;
- - -
221 Colors color = Colors::Gray;
+ + +
222 ImGuiSliderFlags flags = 0;
223
@@ -430,13 +430,13 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
-
249 alignment = alignment_;
+
249 alignment = alignment_;
250 return *this;
251 }
-
253 labelPosition = labelPosition_;
+
253 labelPosition = labelPosition_;
254 return *this;
255 }
@@ -464,9 +464,9 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
271 float max = 10.0f;
272 float defaultValue = 1.0f;
273 bool isPercentage = false; // Multiplies visual value by 100
- - -
276 Colors color = Colors::Gray;
+ + +
277 ImGuiSliderFlags flags = 0;
278
@@ -507,13 +507,13 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
-
304 alignment = alignment_;
+
304 alignment = alignment_;
305 return *this;
306 }
-
308 labelPosition = labelPosition_;
+
308 labelPosition = labelPosition_;
309 return *this;
310 }
@@ -542,30 +542,30 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
327
328 void PushStyleMenu(const ImVec4& color);
-
329 void PushStyleMenu(Colors color = Colors::LightBlue);
+
329 void PushStyleMenu(Colors color = Colors::LightBlue);
330 void PopStyleMenu();
-
331 bool BeginMenu(const char* label, Colors color = Colors::LightBlue);
+
331 bool BeginMenu(const char* label, Colors color = Colors::LightBlue);
332
333 void PushStyleMenuItem(const ImVec4& color);
-
334 void PushStyleMenuItem(Colors color = Colors::LightBlue);
+
334 void PushStyleMenuItem(Colors color = Colors::LightBlue);
335 void PopStyleMenuItem();
-
336 bool MenuItem(const char* label, const char* shortcut = NULL, Colors color = Colors::LightBlue);
+
336 bool MenuItem(const char* label, const char* shortcut = NULL, Colors color = Colors::LightBlue);
337
338 void PushStyleButton(const ImVec4& color);
-
339 void PushStyleButton(Colors color = Colors::Gray);
+
339 void PushStyleButton(Colors color = Colors::Gray);
340 void PopStyleButton();
341 bool Button(const char* label, const ButtonOptions& options = {});
342 bool WindowButton(const char* label, const char* cvarName, std::shared_ptr<Ship::GuiWindow> windowPtr, const ButtonOptions& options = {});
343
344 void PushStyleCheckbox(const ImVec4& color);
-
345 void PushStyleCheckbox(Colors color = Colors::LightBlue);
+
346 void PopStyleCheckbox();
347 void RenderText(ImVec2 pos, const char* text, const char* text_end, bool hide_text_after_hash);
348 bool Checkbox(const char* label, bool* v, const CheckboxOptions& options = {});
349 bool CVarCheckbox(const char* label, const char* cvarName, const CheckboxOptions& options = {});
350
351 void PushStyleCombobox(const ImVec4& color);
-
352 void PushStyleCombobox(Colors color = Colors::LightBlue);
+
353 void PopStyleCombobox();
354
355 /*using ComboVariant = std::variant<const std::unordered_map<int32_t, const char*>&, const std::vector<const char*>&>;
@@ -928,7 +928,7 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
701 }
702
-
703 void PushStyleSlider(Colors color = Colors::LightBlue);
+
704 void PopStyleSlider();
705 bool SliderInt(const char* label, int32_t* value, const IntSliderOptions& options = {});
706 bool CVarSliderInt(const char* label, const char* cvarName, const IntSliderOptions& options = {});
@@ -1026,28 +1026,28 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
Colors color
Definition UIWidgets.h:134
ButtonOptions & Color(Colors color_)
Definition UIWidgets.h:144
Definition UIWidgets.h:150
-
enum ComponentAlignment alignment
Definition UIWidgets.h:152
CheckboxOptions & LabelPosition(LabelPosition labelPosition_)
Definition UIWidgets.h:164
+
LabelPosition labelPosition
Definition UIWidgets.h:153
CheckboxOptions & Color(Colors color_)
Definition UIWidgets.h:172
CheckboxOptions & ComponentAlignment(ComponentAlignment alignment_)
Definition UIWidgets.h:160
Colors color
Definition UIWidgets.h:154
CheckboxOptions & DefaultValue(bool defaultValue_)
Definition UIWidgets.h:156
-
enum LabelPosition labelPosition
Definition UIWidgets.h:153
CheckboxOptions & Tooltip(const char *tooltip_)
Definition UIWidgets.h:168
bool defaultValue
Definition UIWidgets.h:151
+
ComponentAlignment alignment
Definition UIWidgets.h:152
Definition UIWidgets.h:178
std::unordered_map< int32_t, const char * > comboMap
Definition UIWidgets.h:179
ImGuiComboFlags flags
Definition UIWidgets.h:183
ComboboxOptions & Tooltip(const char *tooltip_)
Definition UIWidgets.h:202
ComboboxOptions & Color(Colors color_)
Definition UIWidgets.h:206
+
ComponentAlignment alignment
Definition UIWidgets.h:181
Colors color
Definition UIWidgets.h:184
-
enum LabelPosition labelPosition
Definition UIWidgets.h:182
uint32_t defaultIndex
Definition UIWidgets.h:180
ComboboxOptions & ComboMap(std::unordered_map< int32_t, const char * > comboMap_)
Definition UIWidgets.h:186
ComboboxOptions & ComponentAlignment(ComponentAlignment alignment_)
Definition UIWidgets.h:194
ComboboxOptions & LabelPosition(LabelPosition labelPosition_)
Definition UIWidgets.h:198
+
LabelPosition labelPosition
Definition UIWidgets.h:182
ComboboxOptions & DefaultIndex(uint32_t defaultIndex_)
Definition UIWidgets.h:190
-
enum ComponentAlignment alignment
Definition UIWidgets.h:181
Definition UIWidgets.h:266
const char * format
Definition UIWidgets.h:268
FloatSliderOptions & DefaultValue(float defaultValue_)
Definition UIWidgets.h:299
@@ -1055,24 +1055,23 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
FloatSliderOptions & ComponentAlignment(ComponentAlignment alignment_)
Definition UIWidgets.h:303
float min
Definition UIWidgets.h:270
FloatSliderOptions & Format(const char *format_)
Definition UIWidgets.h:283
+
ComponentAlignment alignment
Definition UIWidgets.h:274
FloatSliderOptions & IsPercentage(bool isPercentage_=true)
Definition UIWidgets.h:311
FloatSliderOptions & Step(float step_)
Definition UIWidgets.h:287
FloatSliderOptions & ShowButtons(bool showButtons_)
Definition UIWidgets.h:279
Colors color
Definition UIWidgets.h:276
FloatSliderOptions & Color(Colors color_)
Definition UIWidgets.h:322
float defaultValue
Definition UIWidgets.h:272
+
LabelPosition labelPosition
Definition UIWidgets.h:275
bool showButtons
Definition UIWidgets.h:267
ImGuiSliderFlags flags
Definition UIWidgets.h:277
FloatSliderOptions & LabelPosition(LabelPosition labelPosition_)
Definition UIWidgets.h:307
-
enum LabelPosition labelPosition
Definition UIWidgets.h:275
bool isPercentage
Definition UIWidgets.h:273
float step
Definition UIWidgets.h:269
FloatSliderOptions & Min(float min_)
Definition UIWidgets.h:291
float max
Definition UIWidgets.h:271
-
enum ComponentAlignment alignment
Definition UIWidgets.h:274
FloatSliderOptions & Max(float max_)
Definition UIWidgets.h:295
Definition UIWidgets.h:212
-
enum LabelPosition labelPosition
Definition UIWidgets.h:220
Colors color
Definition UIWidgets.h:221
IntSliderOptions & LabelPosition(LabelPosition labelPosition_)
Definition UIWidgets.h:252
IntSliderOptions & ComponentAlignment(ComponentAlignment alignment_)
Definition UIWidgets.h:248
@@ -1080,6 +1079,7 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
IntSliderOptions & DefaultValue(int32_t defaultValue_)
Definition UIWidgets.h:244
ImGuiSliderFlags flags
Definition UIWidgets.h:222
IntSliderOptions & Min(int32_t min_)
Definition UIWidgets.h:236
+
LabelPosition labelPosition
Definition UIWidgets.h:220
IntSliderOptions & Tooltip(const char *tooltip_)
Definition UIWidgets.h:256
int32_t step
Definition UIWidgets.h:215
IntSliderOptions & Color(Colors color_)
Definition UIWidgets.h:260
@@ -1087,9 +1087,9 @@ $(function(){initNavTree('UIWidgets_8h_source.html',''); initResizable(true); })
int32_t min
Definition UIWidgets.h:216
IntSliderOptions & ShowButtons(bool showButtons_)
Definition UIWidgets.h:224
IntSliderOptions & Step(int32_t step_)
Definition UIWidgets.h:232
-
enum ComponentAlignment alignment
Definition UIWidgets.h:219
int32_t defaultValue
Definition UIWidgets.h:218
bool showButtons
Definition UIWidgets.h:213
+
ComponentAlignment alignment
Definition UIWidgets.h:219
IntSliderOptions & Format(const char *format_)
Definition UIWidgets.h:228
IntSliderOptions & Max(int32_t max_)
Definition UIWidgets.h:240
Definition UIWidgets.h:18
diff --git a/World_8h_source.html b/World_8h_source.html index b0e150d63..58b7c92c3 100644 --- a/World_8h_source.html +++ b/World_8h_source.html @@ -151,8 +151,8 @@ $(function(){initNavTree('World_8h_source.html',''); initResizable(true); });
40class World {
41typedef struct Matrix {
-
42 Mtx Screen2D; // Orthogonal projection for UI, skybox, and such
-
43 Mtx Ortho;
+
42 Mtx Screen2D; // Orthogonal projection for UI, skybox, and such
+
44 std::array<Mtx,5> Persp;
45 std::array<Mtx,5> LookAt;
46 std::array<Mtx, 8 * 4> Karts; // Eight players * four screens
@@ -165,7 +165,7 @@ $(function(){initNavTree('World_8h_source.html',''); initResizable(true); });
52 : Hud(200), Objects(1000)
53 {}
- +
54};
55private:
56 std::unique_ptr<Track> mTrack;
@@ -231,7 +231,7 @@ $(function(){initNavTree('World_8h_source.html',''); initResizable(true); });
112
113 void SetCurrentTrack(std::unique_ptr<Track> track);
114
- +
116
117 std::vector<Cup*> Cups;
118 size_t CupIndex = 1;
@@ -291,7 +291,6 @@ $(function(){initNavTree('World_8h_source.html',''); initResizable(true); });
void SetCurrentCup(Cup *cup)
Definition World.cpp:92
Cup * GetCurrentCup()
Definition World.h:95
StaticMeshActor * AddStaticMeshActor(const std::string &name, FVector pos, IRotator rot, FVector scale, const std::string &model, int32_t *collision)
Definition World.cpp:169
-
Matrix world_mtx
Definition World.h:115
World * GetWorld(void)
size_t CupIndex
Definition World.h:118
Cup * CurrentCup
Definition World.h:57
@@ -324,6 +323,7 @@ $(function(){initNavTree('World_8h_source.html',''); initResizable(true); });
PlayerBombKart mPlayerBombKart[4]
Definition World.h:130
std::unique_ptr< Track > mTrack
Definition World.h:56
static World * Instance
Definition World.h:60
+
Matrix Mtx
Definition World.h:115
void DrawObjects(s32 cameraId)
Definition World.cpp:224
void DrawStaticMeshActors()
Definition World.cpp:175
void TickParticles()
Definition World.cpp:230
@@ -333,7 +333,6 @@ $(function(){initNavTree('World_8h_source.html',''); initResizable(true); });
RaceManager & GetRaceManager()
Definition World.h:64
World()
Definition World.cpp:26
f32 Vec3f[3]
Definition common_structs.h:10
-
MtxF Matrix
Definition matrix.h:52
Definition actor_types.h:124
Definition CoreMath.h:30
diff --git a/actor__types_8h_source.html b/actor__types_8h_source.html index 50d869444..fe06162ba 100644 --- a/actor__types_8h_source.html +++ b/actor__types_8h_source.html @@ -223,7 +223,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
132 /* 0x16 */ s16 unk_16;
133 /* 0x18 */ Vec3f pos;
134 /* 0x24 */ Vec3f velocity;
-
135 /* 0x30 */ struct Collision unk30;
+
135 /* 0x30 */ Collision unk30;
136 const char* model;
137}; // size = 0x70
@@ -250,7 +250,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
157 /* 0x10 */ s16 unk_16;
158 /* 0x18 */ Vec3f pos;
159 /* 0x24 */ Vec3f velocity;
-
160 /* 0x30 */ struct Collision unk30;
+
160 /* 0x30 */ Collision unk30;
161 const char* model;
162}; // size = 0x70
@@ -274,7 +274,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
179 /* 0x16 */ s16 unk_16;
180 /* 0x18 */ Vec3f pos;
181 /* 0x24 */ Vec3f velocity;
-
182 /* 0x30 */ struct Collision unk30;
+
182 /* 0x30 */ Collision unk30;
183 const char* model;
184}; // size = 0x70
@@ -294,7 +294,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
197 /* 0x16 */ s16 unk_16;
198 /* 0x18 */ Vec3f pos;
199 /* 0x24 */ Vec3f velocity;
-
200 /* 0x30 */ struct Collision unk30;
+
200 /* 0x30 */ Collision unk30;
201 const char* model;
202}; // size = 0x70
@@ -333,7 +333,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
242 // Note, pathCenter[1] should be understood to be the Y velocity of the egg
243 // pathCenter[0] and pathCenter[2] are the X,Z coordinates of the center of the path
244 /* 0x24 */ Vec3f pathCenter;
-
245 /* 0x30 */ struct Collision unk30;
+
245 /* 0x30 */ Collision unk30;
246 const char* model;
247}; // size = 0x70
@@ -354,7 +354,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
261 /* 0x16 */ s16 unk_16;
262 /* 0x18 */ Vec3f pos;
263 /* 0x24 */ Vec3f velocity;
-
264 /* 0x30 */ struct Collision unk30;
+
264 /* 0x30 */ Collision unk30;
265 const char* model;
266}; // size = 0x70
@@ -371,7 +371,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
276 /* 0x16 */ s16 unk_16;
277 /* 0x18 */ Vec3f pos;
278 /* 0x24 */ Vec3f velocity;
-
279 /* 0x30 */ struct Collision unk30;
+
279 /* 0x30 */ Collision unk30;
280 const char* model;
281}; // size = 0x70
@@ -386,7 +386,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
289 /* 0x18 */ Vec3f pos;
290 /* 0x24 */ Vec4s timers; // A per-camera timer. Might be more appropriate to call this state
291 /* 0x2C */ f32 unk_02C;
-
292 /* 0x30 */ struct Collision unk30;
+
292 /* 0x30 */ Collision unk30;
293 const char* model;
294}; // size = 0x70
@@ -403,7 +403,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
304 /* 0x16 */ s16 unk_16;
305 /* 0x18 */ Vec3f pos;
306 /* 0x24 */ Vec3f velocity;
-
307 /* 0x30 */ struct Collision unk30;
+
307 /* 0x30 */ Collision unk30;
308 const char* model;
309}; // size = 0x70
@@ -422,7 +422,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
321 /* 0x16 */ s16 unk_16;
322 /* 0x18 */ Vec3f unk_18;
323 /* 0x24 */ Vec3f shellIndices; // Indices in gActorList for the shells "owned" by this parent
-
324 /* 0x30 */ struct Collision unk30;
+
324 /* 0x30 */ Collision unk30;
325 const char* model;
326} TripleShellParent; // size = 0x70
@@ -452,7 +452,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
349 /* 0x16 */ s16 unk_16;
350 /* 0x18 */ Vec3f pos;
351 /* 0x24 */ Vec3f velocity; // All 0 until the shell is fired
-
352 /* 0x30 */ struct Collision unk30;
+
352 /* 0x30 */ Collision unk30;
353 const char* model;
354}; // size = 0x70
@@ -473,7 +473,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
368 /* 0x24 */ f32 origY; // Original Y position. Basically the Y position the box will reset to after being touched
369 /* 0x28 */ f32 unk_028;
370 /* 0x2C */ f32 unk_02C;
-
371 /* 0x30 */ struct Collision unk30;
+
371 /* 0x30 */ Collision unk30;
372 const char* model;
373}; // size = 0x70
@@ -492,7 +492,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
385 /* 0x24 */ f32 playerId;
386 /* 0x28 */ f32 targetY;
387 /* 0x2C */ f32 unk_02C;
-
388 /* 0x30 */ struct Collision unk30;
+
388 /* 0x30 */ Collision unk30;
389 const char* model;
390}; // size = 0x70
@@ -510,7 +510,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
401 /* 0x1C */ s16 bananasAvailable;
402 /* 0x1E */ s16 unk_1E;
403 /* 0x20 */ f32 unk_20[4];
-
404 /* 0x30 */ struct Collision unk30;
+
404 /* 0x30 */ Collision unk30;
405 const char* model;
406}; // size = 0x70
@@ -535,7 +535,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
424 /* 0x16 */ s16 unk_16;
425 /* 0x18 */ Vec3f pos;
426 /* 0x24 */ Vec3f velocity;
-
427 /* 0x30 */ struct Collision unk30;
+
427 /* 0x30 */ Collision unk30;
428 const char* model;
429}; // size = 0x70
@@ -621,11 +621,11 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
Definition actor_types.h:124
s16 type
Definition actor_types.h:125
s16 unk_16
Definition actor_types.h:132
-
struct Collision unk30
Definition actor_types.h:135
s16 state
Definition actor_types.h:128
Vec3s rot
Definition actor_types.h:131
Vec3f velocity
Definition actor_types.h:134
const char * model
Definition actor_types.h:136
+
Collision unk30
Definition actor_types.h:135
f32 unk_08
Definition actor_types.h:129
s16 unk_04
Definition actor_types.h:127
s16 flags
Definition actor_types.h:126
@@ -634,6 +634,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
Definition actor_types.h:408
Vec3f velocity
Definition actor_types.h:426
Vec3s rot
Definition actor_types.h:417
+
Collision unk30
Definition actor_types.h:427
f32 boundingBoxSize
Definition actor_types.h:415
s16 unk_16
Definition actor_types.h:424
s16 playerId
Definition actor_types.h:419
@@ -643,7 +644,6 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
s16 bananaId
Definition actor_types.h:414
s16 unk_04
Definition actor_types.h:411
s16 flags
Definition actor_types.h:410
-
struct Collision unk30
Definition actor_types.h:427
const char * model
Definition actor_types.h:428
s16 youngerIndex
Definition actor_types.h:421
s16 parentIndex
Definition actor_types.h:413
@@ -655,11 +655,11 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
s16 unk_04
Definition actor_types.h:395
f32 unk_08
Definition actor_types.h:397
s16 unk_1E
Definition actor_types.h:402
-
struct Collision unk30
Definition actor_types.h:404
s16 flags
Definition actor_types.h:394
s16 bananaIndices[5]
Definition actor_types.h:400
f32 unk_0C
Definition actor_types.h:398
f32 unk_20[4]
Definition actor_types.h:403
+
Collision unk30
Definition actor_types.h:404
const char * model
Definition actor_types.h:405
s16 type
Definition actor_types.h:393
Definition common_structs.h:147
@@ -668,10 +668,10 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
const char * model
Definition actor_types.h:389
s16 someTimer
Definition actor_types.h:378
f32 targetY
Definition actor_types.h:386
-
struct Collision unk30
Definition actor_types.h:388
s16 flags
Definition actor_types.h:377
f32 boundingBoxSize
Definition actor_types.h:381
f32 sizeScaling
Definition actor_types.h:380
+
Collision unk30
Definition actor_types.h:388
f32 playerId
Definition actor_types.h:385
s16 state
Definition actor_types.h:379
s16 unk_16
Definition actor_types.h:383
@@ -679,6 +679,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
Vec3f pos
Definition actor_types.h:384
f32 unk_02C
Definition actor_types.h:387
Definition actor_types.h:189
+
Collision unk30
Definition actor_types.h:200
s16 respawnTimer
Definition actor_types.h:192
f32 unk_08
Definition actor_types.h:194
Vec3s rot
Definition actor_types.h:196
@@ -687,7 +688,6 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
f32 boundingBoxSize
Definition actor_types.h:195
s16 unk_16
Definition actor_types.h:197
Vec3f velocity
Definition actor_types.h:199
-
struct Collision unk30
Definition actor_types.h:200
s16 type
Definition actor_types.h:190
s16 flags
Definition actor_types.h:191
const char * model
Definition actor_types.h:201
@@ -696,7 +696,6 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
s16 flags
Definition actor_types.h:358
f32 unk_028
Definition actor_types.h:369
f32 origY
Definition actor_types.h:368
-
struct Collision unk30
Definition actor_types.h:371
f32 boundingBoxSize
Definition actor_types.h:364
s16 type
Definition actor_types.h:357
Vec3f pos
Definition actor_types.h:367
@@ -705,9 +704,11 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
const char * model
Definition actor_types.h:372
Vec3s rot
Definition actor_types.h:365
f32 unk_02C
Definition actor_types.h:370
+
Collision unk30
Definition actor_types.h:371
s16 unk_16
Definition actor_types.h:366
Definition actor_types.h:249
f32 boundingBoxSize
Definition actor_types.h:257
+
Collision unk30
Definition actor_types.h:264
f32 bonkTimer
Definition actor_types.h:255
Vec3f velocity
Definition actor_types.h:263
s16 animState
Definition actor_types.h:258
@@ -716,7 +717,6 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
s16 unk_16
Definition actor_types.h:261
s16 unk_14
Definition actor_types.h:260
s16 flags
Definition actor_types.h:251
-
struct Collision unk30
Definition actor_types.h:264
s16 targetPlayer
Definition actor_types.h:253
Vec3f pos
Definition actor_types.h:262
s16 state
Definition actor_types.h:254
@@ -732,25 +732,25 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
f32 unk_08
Definition actor_types.h:273
s16 flags
Definition actor_types.h:270
s16 type
Definition actor_types.h:269
-
struct Collision unk30
Definition actor_types.h:279
const char * model
Definition actor_types.h:280
+
Collision unk30
Definition actor_types.h:279
Definition actor_types.h:296
Vec3s rot
Definition actor_types.h:303
s16 state
Definition actor_types.h:300
s16 type
Definition actor_types.h:297
s16 unk_16
Definition actor_types.h:304
f32 unk_08
Definition actor_types.h:301
-
struct Collision unk30
Definition actor_types.h:307
s16 variant
Definition actor_types.h:299
s16 flags
Definition actor_types.h:298
Vec3f velocity
Definition actor_types.h:306
Vec3f pos
Definition actor_types.h:305
const char * model
Definition actor_types.h:308
f32 boundingBoxSize
Definition actor_types.h:302
+
Collision unk30
Definition actor_types.h:307
Definition actor_types.h:283
Vec4s visibilityStates
Definition actor_types.h:286
s16 type
Definition actor_types.h:284
-
struct Collision unk30
Definition actor_types.h:292
+
Collision unk30
Definition actor_types.h:292
Vec4s timers
Definition actor_types.h:290
f32 unk_02C
Definition actor_types.h:291
Vec4s unk10
Definition actor_types.h:288
@@ -768,7 +768,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
f32 unk_08
Definition actor_types.h:174
f32 boundingBoxSize
Definition actor_types.h:175
Vec3s rot
Definition actor_types.h:178
-
struct Collision unk30
Definition actor_types.h:182
+
Collision unk30
Definition actor_types.h:182
Vec3f pos
Definition actor_types.h:180
s16 someTimer
Definition actor_types.h:167
const char * model
Definition actor_types.h:183
@@ -782,11 +782,11 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
f32 shellId
Definition actor_types.h:340
s16 type
Definition actor_types.h:329
s16 playerId
Definition actor_types.h:348
-
struct Collision unk30
Definition actor_types.h:352
Vec3f velocity
Definition actor_types.h:351
const char * model
Definition actor_types.h:353
s16 parentIndex
Definition actor_types.h:334
Vec3f pos
Definition actor_types.h:350
+
Collision unk30
Definition actor_types.h:352
s16 targetPlayer
Definition actor_types.h:337
s16 someTimer
Definition actor_types.h:335
u16 pathIndex
Definition actor_types.h:345
@@ -800,10 +800,11 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
Vec3f pos
Definition actor_types.h:158
Vec3f velocity
Definition actor_types.h:159
s16 type
Definition actor_types.h:150
-
struct Collision unk30
Definition actor_types.h:160
const char * model
Definition actor_types.h:161
Vec3s rot
Definition actor_types.h:156
+
Collision unk30
Definition actor_types.h:160
Definition actor_types.h:311
+
Collision unk30
Definition actor_types.h:324
s16 playerId
Definition actor_types.h:320
s16 state
Definition actor_types.h:315
s16 shellsAvailable
Definition actor_types.h:314
@@ -814,7 +815,6 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
s16 unk_16
Definition actor_types.h:321
f32 firePressed
Definition actor_types.h:316
s16 flags
Definition actor_types.h:313
-
struct Collision unk30
Definition actor_types.h:324
f32 unk_0C
Definition actor_types.h:317
const char * model
Definition actor_types.h:325
Vec3f shellIndices
Definition actor_types.h:323
@@ -824,6 +824,7 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
s16 unk8
Definition UnkSpawnData.h:13
Definition actor_types.h:230
s16 unk_14
Definition actor_types.h:239
+
Collision unk30
Definition actor_types.h:245
s16 eggRot
Definition actor_types.h:238
const char * model
Definition actor_types.h:246
s16 type
Definition actor_types.h:231
@@ -833,7 +834,6 @@ $(function(){initNavTree('actor__types_8h_source.html',''); initResizable(true);
s16 unk_16
Definition actor_types.h:240
s16 unk_06
Definition actor_types.h:234
s16 unk_04
Definition actor_types.h:233
-
struct Collision unk30
Definition actor_types.h:245
f32 boundingBoxSize
Definition actor_types.h:236
Vec3f pathCenter
Definition actor_types.h:244
s16 pathRot
Definition actor_types.h:237
diff --git a/actors_8c.html b/actors_8c.html index a60e2c0e3..659180f72 100644 --- a/actors_8c.html +++ b/actors_8c.html @@ -202,8 +202,8 @@ Functions - - + + @@ -456,7 +456,7 @@ Here is the caller graph for this function:

Enumerations

 
void func_802976D8 (Vec3s arg0)
 
void func_802976EC (struct Collision *arg0, Vec3s arg1)
 
void func_802976EC (Collision *arg0, Vec3s arg1)
 
void func_80297760 (struct Actor *arg0, Vec3f arg1)
 
void func_802977B0 (Player *player)
-
Todo
Commented out because deletes too soon.
+
Todo
Commented out because deletes too soon.
Here is the call graph for this function:
@@ -952,8 +952,8 @@ Here is the caller graph for this function:
- -

◆ func_802976EC()

+ +

◆ func_802976EC()

@@ -961,7 +961,7 @@ Here is the caller graph for this function:
void func_802976EC ( - struct Collision * arg0, + Collision * arg0, @@ -973,12 +973,12 @@ Here is the caller graph for this function:
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
@@ -1861,7 +1861,7 @@ Here is the caller graph for this function:
-
Todo
actorType needs to be passed into this function for flexibility
+
Todo
actorType needs to be passed into this function for flexibility
Here is the call graph for this function:
diff --git a/actors_8c.js b/actors_8c.js index 03a258821..ce1a7c52b 100644 --- a/actors_8c.js +++ b/actors_8c.js @@ -22,7 +22,7 @@ var actors_8c = [ "func_80297340", "actors_8c.html#af3679e7269b472294b3d91b070c1ff25", null ], [ "func_80297524", "actors_8c.html#a8fd591464106cdb5d34c160c9a6b4cfa", null ], [ "func_802976D8", "actors_8c.html#a6fd7dc3bc34357287535b6f06ab7d85c", null ], - [ "func_802976EC", "actors_8c.html#a8786467cfca527d54cfec719207c1ec1", null ], + [ "func_802976EC", "actors_8c.html#a09d879c67b2c1430dd8ba2d5c9c136e1", null ], [ "func_80297760", "actors_8c.html#a83bcf2234f4c65898ed5d48a7301f86b", null ], [ "func_802977B0", "actors_8c.html#a6968a4585e6457d53306634fbf66d0d1", null ], [ "func_802977E4", "actors_8c.html#a786b41fb3a8c328ede15995af2b4a0eb", null ], diff --git a/actors_8c_a8786467cfca527d54cfec719207c1ec1_cgraph.map b/actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_cgraph.map similarity index 100% rename from actors_8c_a8786467cfca527d54cfec719207c1ec1_cgraph.map rename to actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_cgraph.map diff --git a/actors_8c_a8786467cfca527d54cfec719207c1ec1_cgraph.md5 b/actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_cgraph.md5 similarity index 100% rename from actors_8c_a8786467cfca527d54cfec719207c1ec1_cgraph.md5 rename to actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_cgraph.md5 diff --git a/actors_8c_a8786467cfca527d54cfec719207c1ec1_cgraph.svg b/actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_cgraph.svg similarity index 100% rename from actors_8c_a8786467cfca527d54cfec719207c1ec1_cgraph.svg rename to actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_cgraph.svg diff --git a/actors_8c_a8786467cfca527d54cfec719207c1ec1_cgraph_org.svg b/actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_cgraph_org.svg similarity index 100% rename from actors_8c_a8786467cfca527d54cfec719207c1ec1_cgraph_org.svg rename to actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_cgraph_org.svg diff --git a/actors_8c_a8786467cfca527d54cfec719207c1ec1_icgraph.map b/actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_icgraph.map similarity index 100% rename from actors_8c_a8786467cfca527d54cfec719207c1ec1_icgraph.map rename to actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_icgraph.map diff --git a/actors_8c_a8786467cfca527d54cfec719207c1ec1_icgraph.md5 b/actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_icgraph.md5 similarity index 100% rename from actors_8c_a8786467cfca527d54cfec719207c1ec1_icgraph.md5 rename to actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_icgraph.md5 diff --git a/actors_8c_a8786467cfca527d54cfec719207c1ec1_icgraph.svg b/actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_icgraph.svg similarity index 99% rename from actors_8c_a8786467cfca527d54cfec719207c1ec1_icgraph.svg rename to actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_icgraph.svg index 3402c7f14..49517edd5 100644 --- a/actors_8c_a8786467cfca527d54cfec719207c1ec1_icgraph.svg +++ b/actors_8c_a09d879c67b2c1430dd8ba2d5c9c136e1_icgraph.svg @@ -1146,7 +1146,7 @@ var sectionId = 'dynsection-37'; - + - + - + - + - + - + diff --git a/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph.md5 b/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph.md5 index 9bcfd1eca..ca1b52de8 100644 --- a/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph.md5 +++ b/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph.md5 @@ -1 +1 @@ -f8d75531f38c584aa1713374919f27dc \ No newline at end of file +b74b7ab9452d055870fdd939b35a119b \ No newline at end of file diff --git a/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph.svg b/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph.svg index 812c440e6..fafb79df6 100644 --- a/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph.svg +++ b/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph.svg @@ -211,7 +211,7 @@ var sectionId = 'dynsection-47'; Node5 - + check_bounding_collision @@ -248,7 +248,7 @@ var sectionId = 'dynsection-47'; Node23 - + func_802AAAAC @@ -302,7 +302,7 @@ var sectionId = 'dynsection-47'; Node6 - + check_collision_yx @@ -320,7 +320,7 @@ var sectionId = 'dynsection-47'; Node7 - + check_collision_zx @@ -338,7 +338,7 @@ var sectionId = 'dynsection-47'; Node8 - + check_collision_zy diff --git a/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph_org.svg b/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph_org.svg index 405ed5994..3a475bb14 100644 --- a/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph_org.svg +++ b/actors_8c_a0d9197f8df1df3e8834fbaf37e9e2115_cgraph_org.svg @@ -164,7 +164,7 @@ Node5 - + check_bounding_collision @@ -201,7 +201,7 @@ Node23 - + func_802AAAAC @@ -255,7 +255,7 @@ Node6 - + check_collision_yx @@ -273,7 +273,7 @@ Node7 - + check_collision_zx @@ -291,7 +291,7 @@ Node8 - + check_collision_zy diff --git a/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.map b/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.map index f466e87f2..0e531f0d4 100644 --- a/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.map +++ b/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.map @@ -1,6 +1,6 @@ - + diff --git a/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.md5 b/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.md5 index b479ab9ed..19bc7099d 100644 --- a/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.md5 +++ b/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.md5 @@ -1 +1 @@ -e8c92848e3058da9bc625eba79638d47 \ No newline at end of file +5ad1e35a3ad221617cdba32511e7b93a \ No newline at end of file diff --git a/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.svg b/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.svg index 31cd38174..90be236e7 100644 --- a/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.svg +++ b/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-44'; Node2 - + func_802976EC diff --git a/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph_org.svg b/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph_org.svg index ff594adc2..8a5112597 100644 --- a/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph_org.svg +++ b/actors_8c_a1e950a72a2fb31b55123e856e64e15c0_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_802976EC diff --git a/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.map b/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.map index d81062af3..89e11a3cc 100644 --- a/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.map +++ b/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.map @@ -23,7 +23,7 @@ - + diff --git a/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.md5 b/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.md5 index a06ce5ffd..2b0d6f12f 100644 --- a/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.md5 +++ b/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.md5 @@ -1 +1 @@ -9eae697d329744a8506dbb1e9d98dc42 \ No newline at end of file +7f87f349f9dd1ae1af7a6faa9336fe95 \ No newline at end of file diff --git a/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.svg b/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.svg index c8f15160e..a0f7fff35 100644 --- a/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.svg +++ b/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph.svg @@ -276,7 +276,7 @@ var sectionId = 'dynsection-70'; Node10 - + func_802976EC diff --git a/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph_org.svg b/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph_org.svg index f794caa71..eed83f5b7 100644 --- a/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph_org.svg +++ b/actors_8c_a244363eb20e950ed94944be1c768a37c_cgraph_org.svg @@ -229,7 +229,7 @@ Node10 - + func_802976EC diff --git a/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.map b/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.map index 7d81aaad3..cec34a98c 100644 --- a/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.map +++ b/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.map @@ -1,20 +1,20 @@ - + - + - + - + - + diff --git a/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.md5 b/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.md5 index 810fd5576..8ca897465 100644 --- a/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.md5 +++ b/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.md5 @@ -1 +1 @@ -085842a9ef0eb45a75f883905e1e03d1 \ No newline at end of file +8792d0da33e1d734d4b0cfe754266330 \ No newline at end of file diff --git a/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.svg b/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.svg index 53bd21e15..fb47e3545 100644 --- a/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.svg +++ b/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-0'; Node2 - + check_bounding_collision @@ -104,7 +104,7 @@ var sectionId = 'dynsection-0'; Node20 - + func_802AAAAC @@ -158,7 +158,7 @@ var sectionId = 'dynsection-0'; Node3 - + check_collision_yx @@ -176,7 +176,7 @@ var sectionId = 'dynsection-0'; Node4 - + check_collision_zx @@ -194,7 +194,7 @@ var sectionId = 'dynsection-0'; Node5 - + check_collision_zy diff --git a/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph_org.svg b/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph_org.svg index 9b17de377..90a66ba22 100644 --- a/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph_org.svg +++ b/actors_8c_a39c023177b5a7686cdd1fc65b8b953e1_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + check_bounding_collision @@ -57,7 +57,7 @@ Node20 - + func_802AAAAC @@ -111,7 +111,7 @@ Node3 - + check_collision_yx @@ -129,7 +129,7 @@ Node4 - + check_collision_zx @@ -147,7 +147,7 @@ Node5 - + check_collision_zy diff --git a/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.map b/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.map index cfedf4c07..677469e2f 100644 --- a/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.map +++ b/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.map @@ -16,21 +16,21 @@ - + - + - + - + - + diff --git a/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.md5 b/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.md5 index c7bb7f03a..1cb55c63c 100644 --- a/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.md5 +++ b/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.md5 @@ -1 +1 @@ -6df51378d5d50bec60595ac76db9b777 \ No newline at end of file +a556f270fb87ff510128bf0e3634e53c \ No newline at end of file diff --git a/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.svg b/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.svg index e2d939620..3acb5426d 100644 --- a/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.svg +++ b/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph.svg @@ -211,7 +211,7 @@ var sectionId = 'dynsection-84'; Node4 - + check_bounding_collision @@ -248,7 +248,7 @@ var sectionId = 'dynsection-84'; Node22 - + func_802AAAAC @@ -302,7 +302,7 @@ var sectionId = 'dynsection-84'; Node5 - + check_collision_yx @@ -320,7 +320,7 @@ var sectionId = 'dynsection-84'; Node6 - + check_collision_zx @@ -338,7 +338,7 @@ var sectionId = 'dynsection-84'; Node7 - + check_collision_zy diff --git a/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph_org.svg b/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph_org.svg index 4009ce3cb..9d6ea6d27 100644 --- a/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph_org.svg +++ b/actors_8c_a4ea5c435e8d75c52a2551d3ff64fb212_cgraph_org.svg @@ -164,7 +164,7 @@ Node4 - + check_bounding_collision @@ -201,7 +201,7 @@ Node22 - + func_802AAAAC @@ -255,7 +255,7 @@ Node5 - + check_collision_yx @@ -273,7 +273,7 @@ Node6 - + check_collision_zx @@ -291,7 +291,7 @@ Node7 - + check_collision_zy diff --git a/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.map b/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.map index efcbf5eec..3785a523c 100644 --- a/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.map +++ b/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.map @@ -16,21 +16,21 @@ - + - + - + - + - + diff --git a/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.md5 b/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.md5 index dcc36096f..43a8bfcaf 100644 --- a/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.md5 +++ b/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.md5 @@ -1 +1 @@ -c76e1dfedc2bea268a875518bcba05db \ No newline at end of file +cc57a54192be52dc194a30221a5f1bea \ No newline at end of file diff --git a/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.svg b/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.svg index c0b7c0ee5..2bea71d46 100644 --- a/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.svg +++ b/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph.svg @@ -212,7 +212,7 @@ var sectionId = 'dynsection-54'; Node4 - + check_bounding_collision @@ -249,7 +249,7 @@ var sectionId = 'dynsection-54'; Node22 - + func_802AAAAC @@ -303,7 +303,7 @@ var sectionId = 'dynsection-54'; Node5 - + check_collision_yx @@ -321,7 +321,7 @@ var sectionId = 'dynsection-54'; Node6 - + check_collision_zx @@ -339,7 +339,7 @@ var sectionId = 'dynsection-54'; Node7 - + check_collision_zy diff --git a/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph_org.svg b/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph_org.svg index f644ccde3..a423e8130 100644 --- a/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph_org.svg +++ b/actors_8c_a5998eaf5bee060a664f203f5d0a8ae95_cgraph_org.svg @@ -165,7 +165,7 @@ Node4 - + check_bounding_collision @@ -202,7 +202,7 @@ Node22 - + func_802AAAAC @@ -256,7 +256,7 @@ Node5 - + check_collision_yx @@ -274,7 +274,7 @@ Node6 - + check_collision_zx @@ -292,7 +292,7 @@ Node7 - + check_collision_zy diff --git a/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.map b/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.map index 061182a8e..d6280d7df 100644 --- a/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.map +++ b/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.map @@ -2,7 +2,7 @@ - + @@ -10,7 +10,7 @@ - + @@ -25,17 +25,17 @@ - + - + - + - + diff --git a/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.md5 b/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.md5 index c27a6dfd1..1f66523f3 100644 --- a/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.md5 +++ b/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.md5 @@ -1 +1 @@ -4e1c5d8c1787a96eddcf929e3f0be67f \ No newline at end of file +7cab1414c25ee14d2df76aaafdb2d927 \ No newline at end of file diff --git a/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.svg b/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.svg index 5d8cda512..749bedd78 100644 --- a/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.svg +++ b/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph.svg @@ -85,7 +85,7 @@ var sectionId = 'dynsection-90'; Node4 - + check_bounding_collision @@ -157,7 +157,7 @@ var sectionId = 'dynsection-90'; Node36 - + func_802976EC @@ -293,7 +293,7 @@ var sectionId = 'dynsection-90'; Node22 - + func_802AAAAC @@ -347,7 +347,7 @@ var sectionId = 'dynsection-90'; Node5 - + check_collision_yx @@ -365,7 +365,7 @@ var sectionId = 'dynsection-90'; Node6 - + check_collision_zx @@ -383,7 +383,7 @@ var sectionId = 'dynsection-90'; Node7 - + check_collision_zy diff --git a/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph_org.svg b/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph_org.svg index ec95b79ee..2b610cb3f 100644 --- a/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph_org.svg +++ b/actors_8c_a64785058c93cd477d4f1f3fd1eee38fe_cgraph_org.svg @@ -38,7 +38,7 @@ Node4 - + check_bounding_collision @@ -110,7 +110,7 @@ Node36 - + func_802976EC @@ -246,7 +246,7 @@ Node22 - + func_802AAAAC @@ -300,7 +300,7 @@ Node5 - + check_collision_yx @@ -318,7 +318,7 @@ Node6 - + check_collision_zx @@ -336,7 +336,7 @@ Node7 - + check_collision_zy diff --git a/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.map b/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.map index 62b839588..559f8a9e2 100644 --- a/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.map +++ b/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.map @@ -1,6 +1,6 @@ - + diff --git a/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.md5 b/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.md5 index 418c16281..bcd0f6fe5 100644 --- a/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.md5 +++ b/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.md5 @@ -1 +1 @@ -0331c911dbe4b11da0ce81affa746b7f \ No newline at end of file +bf319d69d93dd847d7afaa8425191f52 \ No newline at end of file diff --git a/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.svg b/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.svg index f929f1c14..b69121f0b 100644 --- a/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.svg +++ b/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-35'; Node2 - + func_802976EC diff --git a/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph_org.svg b/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph_org.svg index 72c29b266..aa8948d4a 100644 --- a/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph_org.svg +++ b/actors_8c_a6fd7dc3bc34357287535b6f06ab7d85c_icgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + func_802976EC diff --git a/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.map b/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.map index 453bed71d..dd081ee3a 100644 --- a/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.map +++ b/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.map @@ -14,21 +14,21 @@ - + - + - + - + - + diff --git a/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.md5 b/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.md5 index 4aef94b12..70d1ba613 100644 --- a/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.md5 +++ b/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.md5 @@ -1 +1 @@ -8744a745e3b8927865a9a215f75f6052 \ No newline at end of file +b14c76187d5900c2d52d29ead66bbbf0 \ No newline at end of file diff --git a/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.svg b/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.svg index 7deb9f40a..08f6290ee 100644 --- a/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.svg +++ b/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph.svg @@ -193,7 +193,7 @@ var sectionId = 'dynsection-80'; Node4 - + check_bounding_collision @@ -230,7 +230,7 @@ var sectionId = 'dynsection-80'; Node22 - + func_802AAAAC @@ -284,7 +284,7 @@ var sectionId = 'dynsection-80'; Node5 - + check_collision_yx @@ -302,7 +302,7 @@ var sectionId = 'dynsection-80'; Node6 - + check_collision_zx @@ -320,7 +320,7 @@ var sectionId = 'dynsection-80'; Node7 - + check_collision_zy diff --git a/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph_org.svg b/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph_org.svg index 4ae580fc1..41c44c71d 100644 --- a/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph_org.svg +++ b/actors_8c_a89e1bc069861528b3d9bac9571a83cd5_cgraph_org.svg @@ -146,7 +146,7 @@ Node4 - + check_bounding_collision @@ -183,7 +183,7 @@ Node22 - + func_802AAAAC @@ -237,7 +237,7 @@ Node5 - + check_collision_yx @@ -255,7 +255,7 @@ Node6 - + check_collision_zx @@ -273,7 +273,7 @@ Node7 - + check_collision_zy diff --git a/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.map b/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.map index dc5502a40..782e8d1c0 100644 --- a/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.map +++ b/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.map @@ -8,21 +8,21 @@ - + - + - + - + - + diff --git a/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.md5 b/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.md5 index 3681fc368..b3fb763f8 100644 --- a/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.md5 +++ b/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.md5 @@ -1 +1 @@ -5907c66b1d086d10de3f5a6bd85f603c \ No newline at end of file +32c6cbf5142914cf58bf04a4e7715e94 \ No newline at end of file diff --git a/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.svg b/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.svg index d607adcb4..bd7584594 100644 --- a/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.svg +++ b/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph.svg @@ -139,7 +139,7 @@ var sectionId = 'dynsection-4'; Node3 - + check_bounding_collision @@ -176,7 +176,7 @@ var sectionId = 'dynsection-4'; Node21 - + func_802AAAAC @@ -230,7 +230,7 @@ var sectionId = 'dynsection-4'; Node4 - + check_collision_yx @@ -248,7 +248,7 @@ var sectionId = 'dynsection-4'; Node5 - + check_collision_zx @@ -266,7 +266,7 @@ var sectionId = 'dynsection-4'; Node6 - + check_collision_zy diff --git a/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph_org.svg b/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph_org.svg index b9acf5fe8..03eb649e6 100644 --- a/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph_org.svg +++ b/actors_8c_a91fb2e4e37e7c72fea918fe2c1bb4eaf_cgraph_org.svg @@ -92,7 +92,7 @@ Node3 - + check_bounding_collision @@ -129,7 +129,7 @@ Node21 - + func_802AAAAC @@ -183,7 +183,7 @@ Node4 - + check_collision_yx @@ -201,7 +201,7 @@ Node5 - + check_collision_zx @@ -219,7 +219,7 @@ Node6 - + check_collision_zy diff --git a/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.map b/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.map index 4208b1f87..ac8949646 100644 --- a/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.map +++ b/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.map @@ -64,7 +64,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -121,7 +121,7 @@ - + diff --git a/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.md5 b/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.md5 index 86cd3c28a..505411c3a 100644 --- a/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.md5 +++ b/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.md5 @@ -1 +1 @@ -98e12d161f9b569c9894f52d9b38dcf4 \ No newline at end of file +517be854a4b10f21c25e7ba4c2f4e782 \ No newline at end of file diff --git a/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.svg b/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.svg index 1a87dc3bc..4496474c8 100644 --- a/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.svg +++ b/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph.svg @@ -658,7 +658,7 @@ var sectionId = 'dynsection-96'; Node14 - + check_bounding_collision @@ -938,7 +938,7 @@ var sectionId = 'dynsection-96'; Node49 - + actor_terrain_collision @@ -1173,7 +1173,7 @@ var sectionId = 'dynsection-96'; Node98 - + copy_collision diff --git a/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph_org.svg b/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph_org.svg index e933ad61a..e2ac4723c 100644 --- a/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph_org.svg +++ b/actors_8c_aa6387502059c64a81d32c944b39d78f9_cgraph_org.svg @@ -611,7 +611,7 @@ Node14 - + check_bounding_collision @@ -891,7 +891,7 @@ Node49 - + actor_terrain_collision @@ -1126,7 +1126,7 @@ Node98 - + copy_collision diff --git a/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.map b/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.map index fdb96f607..451b1343a 100644 --- a/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.map +++ b/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.map @@ -2,7 +2,7 @@ - + diff --git a/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.md5 b/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.md5 index df13a10e6..da77f6891 100644 --- a/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.md5 +++ b/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.md5 @@ -1 +1 @@ -c74a14f8187a3aa1d6c47fadb4c05399 \ No newline at end of file +9b95cfb1d48809f921210dfaa8eb2a40 \ No newline at end of file diff --git a/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.svg b/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.svg index 178c9dda3..d9cf4b522 100644 --- a/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.svg +++ b/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph.svg @@ -49,7 +49,7 @@ Node4 - + func_802ABEAC diff --git a/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph_org.svg b/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph_org.svg index b6791aea1..1c2a972eb 100644 --- a/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph_org.svg +++ b/actors_8c_aa69562a03d97fa7b0b040009f5351776_cgraph_org.svg @@ -38,7 +38,7 @@ Node4 - + func_802ABEAC diff --git a/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.map b/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.map index d5aec0f80..c236ea5d4 100644 --- a/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.map +++ b/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.map @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ - + @@ -41,17 +41,17 @@ - + - + - + - + diff --git a/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.md5 b/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.md5 index bb7cb7e5d..6c31b9a43 100644 --- a/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.md5 +++ b/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.md5 @@ -1 +1 @@ -798909eaf305169241b3c3d5f387acad \ No newline at end of file +5bd39eda1e6e2bab45b9f827e5dbc509 \ No newline at end of file diff --git a/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.svg b/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.svg index 634f98c5b..3e6e43578 100644 --- a/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.svg +++ b/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph.svg @@ -85,7 +85,7 @@ var sectionId = 'dynsection-86'; Node4 - + check_bounding_collision @@ -175,7 +175,7 @@ var sectionId = 'dynsection-86'; Node37 - + func_802976EC @@ -437,7 +437,7 @@ var sectionId = 'dynsection-86'; Node22 - + func_802AAAAC @@ -491,7 +491,7 @@ var sectionId = 'dynsection-86'; Node5 - + check_collision_yx @@ -509,7 +509,7 @@ var sectionId = 'dynsection-86'; Node6 - + check_collision_zx @@ -527,7 +527,7 @@ var sectionId = 'dynsection-86'; Node7 - + check_collision_zy diff --git a/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph_org.svg b/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph_org.svg index df2b4b8dd..14c987269 100644 --- a/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph_org.svg +++ b/actors_8c_aa6c218ad25d2200bdbf85cbbd197d1cd_cgraph_org.svg @@ -38,7 +38,7 @@ Node4 - + check_bounding_collision @@ -128,7 +128,7 @@ Node37 - + func_802976EC @@ -390,7 +390,7 @@ Node22 - + func_802AAAAC @@ -444,7 +444,7 @@ Node5 - + check_collision_yx @@ -462,7 +462,7 @@ Node6 - + check_collision_zx @@ -480,7 +480,7 @@ Node7 - + check_collision_zy diff --git a/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.map b/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.map index 4a74b7be4..e1776a41c 100644 --- a/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.map +++ b/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.map @@ -16,21 +16,21 @@ - + - + - + - + - + diff --git a/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.md5 b/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.md5 index 8a7968d30..3a9e1e1d1 100644 --- a/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.md5 +++ b/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.md5 @@ -1 +1 @@ -af99a6d17eda67e4e3f6f261b162338b \ No newline at end of file +9ae718f9f278aa91ab260adacd51c2c0 \ No newline at end of file diff --git a/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.svg b/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.svg index 304f5f912..5b168b1a9 100644 --- a/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.svg +++ b/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph.svg @@ -211,7 +211,7 @@ var sectionId = 'dynsection-88'; Node4 - + check_bounding_collision @@ -248,7 +248,7 @@ var sectionId = 'dynsection-88'; Node22 - + func_802AAAAC @@ -302,7 +302,7 @@ var sectionId = 'dynsection-88'; Node5 - + check_collision_yx @@ -320,7 +320,7 @@ var sectionId = 'dynsection-88'; Node6 - + check_collision_zx @@ -338,7 +338,7 @@ var sectionId = 'dynsection-88'; Node7 - + check_collision_zy diff --git a/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph_org.svg b/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph_org.svg index 899be1434..ded661a33 100644 --- a/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph_org.svg +++ b/actors_8c_ab94b87f4f45d885770add5f4013a753a_cgraph_org.svg @@ -164,7 +164,7 @@ Node4 - + check_bounding_collision @@ -201,7 +201,7 @@ Node22 - + func_802AAAAC @@ -255,7 +255,7 @@ Node5 - + check_collision_yx @@ -273,7 +273,7 @@ Node6 - + check_collision_zx @@ -291,7 +291,7 @@ Node7 - + check_collision_zy diff --git a/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.map b/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.map index ff0c46504..e611ec7f6 100644 --- a/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.map +++ b/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.map @@ -18,21 +18,21 @@ - + - + - + - + - + diff --git a/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.md5 b/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.md5 index 376769843..ac94a0050 100644 --- a/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.md5 +++ b/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.md5 @@ -1 +1 @@ -abba2eedddb2aaac8d8a6712476435c5 \ No newline at end of file +7acc2b5388f8e5d85ef7a01a91e9a1a6 \ No newline at end of file diff --git a/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.svg b/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.svg index 3d33a4262..bc0274802 100644 --- a/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.svg +++ b/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph.svg @@ -229,7 +229,7 @@ var sectionId = 'dynsection-82'; Node4 - + check_bounding_collision @@ -266,7 +266,7 @@ var sectionId = 'dynsection-82'; Node22 - + func_802AAAAC @@ -320,7 +320,7 @@ var sectionId = 'dynsection-82'; Node5 - + check_collision_yx @@ -338,7 +338,7 @@ var sectionId = 'dynsection-82'; Node6 - + check_collision_zx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-82'; Node7 - + check_collision_zy diff --git a/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph_org.svg b/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph_org.svg index 482af0687..e5d549ead 100644 --- a/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph_org.svg +++ b/actors_8c_ac586c2534258d0f108e15fd88751b760_cgraph_org.svg @@ -182,7 +182,7 @@ Node4 - + check_bounding_collision @@ -219,7 +219,7 @@ Node22 - + func_802AAAAC @@ -273,7 +273,7 @@ Node5 - + check_collision_yx @@ -291,7 +291,7 @@ Node6 - + check_collision_zx @@ -309,7 +309,7 @@ Node7 - + check_collision_zy diff --git a/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.map b/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.map index f90da79d9..156fc8f0d 100644 --- a/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.map +++ b/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.map @@ -12,21 +12,21 @@ - + - + - + - + - + diff --git a/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.md5 b/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.md5 index 587129091..8f164b291 100644 --- a/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.md5 +++ b/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.md5 @@ -1 +1 @@ -4979a9c45a041005d1e8c9423f0b5e57 \ No newline at end of file +9468943ea543642079ba1620e59c663c \ No newline at end of file diff --git a/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.svg b/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.svg index 7fdd83b15..2a3bcf25d 100644 --- a/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.svg +++ b/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph.svg @@ -175,7 +175,7 @@ var sectionId = 'dynsection-58'; Node4 - + check_bounding_collision @@ -212,7 +212,7 @@ var sectionId = 'dynsection-58'; Node22 - + func_802AAAAC @@ -266,7 +266,7 @@ var sectionId = 'dynsection-58'; Node5 - + check_collision_yx @@ -284,7 +284,7 @@ var sectionId = 'dynsection-58'; Node6 - + check_collision_zx @@ -302,7 +302,7 @@ var sectionId = 'dynsection-58'; Node7 - + check_collision_zy diff --git a/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph_org.svg b/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph_org.svg index 76ca6a5d9..29fc8edcc 100644 --- a/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph_org.svg +++ b/actors_8c_acf7a2e2500cef03e41aec3bde2103ca9_cgraph_org.svg @@ -128,7 +128,7 @@ Node4 - + check_bounding_collision @@ -165,7 +165,7 @@ Node22 - + func_802AAAAC @@ -219,7 +219,7 @@ Node5 - + check_collision_yx @@ -237,7 +237,7 @@ Node6 - + check_collision_zx @@ -255,7 +255,7 @@ Node7 - + check_collision_zy diff --git a/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.map b/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.map index 6c5d89abe..7dc24110c 100644 --- a/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.map +++ b/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.map @@ -8,21 +8,21 @@ - + - + - + - + - + diff --git a/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.md5 b/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.md5 index fe1ea4d48..2c858e87d 100644 --- a/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.md5 +++ b/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.md5 @@ -1 +1 @@ -0d7becba85476336ec04654044b5a8d5 \ No newline at end of file +1ffb143263a7967d7966ff28f6d3fd2e \ No newline at end of file diff --git a/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.svg b/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.svg index 482558a05..507d95885 100644 --- a/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.svg +++ b/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph.svg @@ -140,7 +140,7 @@ var sectionId = 'dynsection-94'; Node3 - + check_bounding_collision @@ -177,7 +177,7 @@ var sectionId = 'dynsection-94'; Node21 - + func_802AAAAC @@ -231,7 +231,7 @@ var sectionId = 'dynsection-94'; Node4 - + check_collision_yx @@ -249,7 +249,7 @@ var sectionId = 'dynsection-94'; Node5 - + check_collision_zx @@ -267,7 +267,7 @@ var sectionId = 'dynsection-94'; Node6 - + check_collision_zy diff --git a/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph_org.svg b/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph_org.svg index 694a3d50a..34c8c8c96 100644 --- a/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph_org.svg +++ b/actors_8c_adf454481afb7fd833f5ce3f01dea4bea_cgraph_org.svg @@ -93,7 +93,7 @@ Node3 - + check_bounding_collision @@ -130,7 +130,7 @@ Node21 - + func_802AAAAC @@ -184,7 +184,7 @@ Node4 - + check_collision_yx @@ -202,7 +202,7 @@ Node5 - + check_collision_zx @@ -220,7 +220,7 @@ Node6 - + check_collision_zy diff --git a/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.map b/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.map index 53ab99dbf..9c974277c 100644 --- a/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.map +++ b/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.map @@ -16,21 +16,21 @@ - + - + - + - + - + diff --git a/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.md5 b/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.md5 index 207604437..511fe7a5a 100644 --- a/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.md5 +++ b/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.md5 @@ -1 +1 @@ -23f9d7549135aa0840780c9d43fea8ad \ No newline at end of file +9b3d6597df5ddc2611556c2801e60b87 \ No newline at end of file diff --git a/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.svg b/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.svg index 58098dae2..2667c0dfc 100644 --- a/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.svg +++ b/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph.svg @@ -211,7 +211,7 @@ var sectionId = 'dynsection-92'; Node4 - + check_bounding_collision @@ -248,7 +248,7 @@ var sectionId = 'dynsection-92'; Node22 - + func_802AAAAC @@ -302,7 +302,7 @@ var sectionId = 'dynsection-92'; Node5 - + check_collision_yx @@ -320,7 +320,7 @@ var sectionId = 'dynsection-92'; Node6 - + check_collision_zx @@ -338,7 +338,7 @@ var sectionId = 'dynsection-92'; Node7 - + check_collision_zy diff --git a/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph_org.svg b/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph_org.svg index cfe199577..edc7aba37 100644 --- a/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph_org.svg +++ b/actors_8c_af6d278bc785acfd772b70dd01b2a2dc0_cgraph_org.svg @@ -164,7 +164,7 @@ Node4 - + check_bounding_collision @@ -201,7 +201,7 @@ Node22 - + func_802AAAAC @@ -255,7 +255,7 @@ Node5 - + check_collision_yx @@ -273,7 +273,7 @@ Node6 - + check_collision_zx @@ -291,7 +291,7 @@ Node7 - + check_collision_zy diff --git a/actors_8h_source.html b/actors_8h_source.html index 3bbbd3e4a..bbfe86f22 100644 --- a/actors_8h_source.html +++ b/actors_8h_source.html @@ -124,7 +124,7 @@ $(function(){initNavTree('actors_8h_source.html',''); initResizable(true); });
15void actor_rendered(Camera*, struct Actor*);
-
18void func_802976EC(struct Collision*, Vec3s);
+
19void func_80297760(struct Actor*, Vec3f);
@@ -248,6 +248,7 @@ $(function(){initNavTree('actors_8h_source.html',''); initResizable(true); });
140#endif // ACTORS_H
void evaluate_collision_between_player_actor(Player *player, struct Actor *actor)
Definition actors.c:1962
+
void func_802976EC(Collision *arg0, Vec3s arg1)
Definition actors.c:408
bool query_collision_actor_vs_actor(struct Actor *arg0, struct Actor *arg1)
Definition actors.c:1709
void play_sound_before_despawn(struct Actor *actor)
Definition actors.c:1187
void init_actors_and_load_textures(void)
Loads actor textures, track specific actor textures. Calls to spawn_track_vehicles and place_track_ac...
Definition actors.c:1178
@@ -276,7 +277,6 @@ $(function(){initNavTree('actors_8h_source.html',''); initResizable(true); });
void init_red_shell_texture(void)
Definition actors.c:448
void render_palm_trees(Camera *camera, Mat4 arg1)
Definition actors.c:645
void func_80297760(struct Actor *arg0, Vec3f arg1)
Definition actors.c:426
-
void func_802976EC(struct Collision *arg0, Vec3s arg1)
Definition actors.c:408
UNUSED s16 spawn_actor_at_pos(Vec3f pos, s16 actorType)
Definition actors.c:1365
void destroy_all_actors(void)
Definition actors.c:1159
void render_item_boxes(ScreenContext *arg0)
Definition actors.c:2324
diff --git a/actors__extended_8c.html b/actors__extended_8c.html index dd60ae132..42e7f7838 100644 --- a/actors__extended_8c.html +++ b/actors__extended_8c.html @@ -139,8 +139,8 @@ Include dependency graph for actors_extended.c:
- - + + @@ -218,8 +218,8 @@ Here is the caller graph for this function: - -

◆ copy_collision()

+ +

◆ copy_collision()

@@ -227,24 +227,24 @@ Here is the caller graph for this function:
- + - +

Functions

void copy_collision (struct Collision *src, struct Collision *dest)
 
void copy_collision (Collision *src, Collision *dest)
 
void triple_shell_actor_collide_with_player (struct ShellActor *shell, s32 shellType)
 
void func_802B039C (struct BananaActor *banana)
void copy_collision (struct Collision * src, Collision * src,
struct Collision * dest )Collision * dest )
Here is the call graph for this function:
-
+
Here is the caller graph for this function:
-
+
diff --git a/actors__extended_8c.js b/actors__extended_8c.js index 18dfcc67b..caea6e0d1 100644 --- a/actors__extended_8c.js +++ b/actors__extended_8c.js @@ -1,7 +1,7 @@ var actors__extended_8c = [ [ "check_player_use_item", "actors__extended_8c.html#afd7ab650c7f22bef507645c85cc0ca37", null ], - [ "copy_collision", "actors__extended_8c.html#aec6893c9eda9a36f5745b9a1446d1685", null ], + [ "copy_collision", "actors__extended_8c.html#a407d30d307b990cf22e979f7180477e5", null ], [ "destroy_banana_in_banana_bunch", "actors__extended_8c.html#ae4a15c57c04e2152938b23b9d2e2d328", null ], [ "drop_banana_in_banana_bunch", "actors__extended_8c.html#a0910375b121b8c6bd510bbb81a369335", null ], [ "func_802B039C", "actors__extended_8c.html#a093f702b462b6657ba7ab789941ef800", null ], diff --git a/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.map b/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.map index 27a97169d..39ffabdb7 100644 --- a/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.map +++ b/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.map @@ -41,7 +41,7 @@ - + @@ -51,11 +51,11 @@ - + - + - + @@ -65,21 +65,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.md5 b/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.md5 index 1611bdda8..a25ceebfc 100644 --- a/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.md5 +++ b/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.md5 @@ -1 +1 @@ -21105d740f0021923674e5ac1b2f0e30 \ No newline at end of file +c9ea0bca05bdf6690aa7fd4dbab0570c \ No newline at end of file diff --git a/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.svg b/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.svg index a7af60f2a..0aac999b6 100644 --- a/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.svg +++ b/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph.svg @@ -438,7 +438,7 @@ var sectionId = 'dynsection-26'; Node22 - + actor_terrain_collision @@ -528,7 +528,7 @@ var sectionId = 'dynsection-26'; Node23 - + is_colliding_with_drivable _surface @@ -547,7 +547,7 @@ var sectionId = 'dynsection-26'; Node24 - + is_colliding_with_wall1 @@ -565,7 +565,7 @@ var sectionId = 'dynsection-26'; Node25 - + is_colliding_with_wall2 @@ -655,7 +655,7 @@ var sectionId = 'dynsection-26'; Node28 - + check_bounding_collision @@ -692,7 +692,7 @@ var sectionId = 'dynsection-26'; Node36 - + func_802AAAAC @@ -746,7 +746,7 @@ var sectionId = 'dynsection-26'; Node29 - + check_collision_yx @@ -764,7 +764,7 @@ var sectionId = 'dynsection-26'; Node30 - + check_collision_zx @@ -782,7 +782,7 @@ var sectionId = 'dynsection-26'; Node31 - + check_collision_zy diff --git a/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph_org.svg b/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph_org.svg index 79c7e4c77..9e8f25f6b 100644 --- a/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph_org.svg +++ b/actors__extended_8c_a34694840e4ed5e496ed3ba98429b0558_cgraph_org.svg @@ -391,7 +391,7 @@ Node22 - + actor_terrain_collision @@ -481,7 +481,7 @@ Node23 - + is_colliding_with_drivable _surface @@ -500,7 +500,7 @@ Node24 - + is_colliding_with_wall1 @@ -518,7 +518,7 @@ Node25 - + is_colliding_with_wall2 @@ -608,7 +608,7 @@ Node28 - + check_bounding_collision @@ -645,7 +645,7 @@ Node36 - + func_802AAAAC @@ -699,7 +699,7 @@ Node29 - + check_collision_yx @@ -717,7 +717,7 @@ Node30 - + check_collision_zx @@ -735,7 +735,7 @@ Node31 - + check_collision_zy diff --git a/actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_cgraph.map b/actors__extended_8c_a407d30d307b990cf22e979f7180477e5_cgraph.map similarity index 100% rename from actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_cgraph.map rename to actors__extended_8c_a407d30d307b990cf22e979f7180477e5_cgraph.map diff --git a/actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_cgraph.md5 b/actors__extended_8c_a407d30d307b990cf22e979f7180477e5_cgraph.md5 similarity index 100% rename from actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_cgraph.md5 rename to actors__extended_8c_a407d30d307b990cf22e979f7180477e5_cgraph.md5 diff --git a/actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_cgraph.svg b/actors__extended_8c_a407d30d307b990cf22e979f7180477e5_cgraph.svg similarity index 100% rename from actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_cgraph.svg rename to actors__extended_8c_a407d30d307b990cf22e979f7180477e5_cgraph.svg diff --git a/actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_cgraph_org.svg b/actors__extended_8c_a407d30d307b990cf22e979f7180477e5_cgraph_org.svg similarity index 100% rename from actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_cgraph_org.svg rename to actors__extended_8c_a407d30d307b990cf22e979f7180477e5_cgraph_org.svg diff --git a/actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_icgraph.map b/actors__extended_8c_a407d30d307b990cf22e979f7180477e5_icgraph.map similarity index 100% rename from actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_icgraph.map rename to actors__extended_8c_a407d30d307b990cf22e979f7180477e5_icgraph.map diff --git a/actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_icgraph.md5 b/actors__extended_8c_a407d30d307b990cf22e979f7180477e5_icgraph.md5 similarity index 100% rename from actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_icgraph.md5 rename to actors__extended_8c_a407d30d307b990cf22e979f7180477e5_icgraph.md5 diff --git a/actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_icgraph.svg b/actors__extended_8c_a407d30d307b990cf22e979f7180477e5_icgraph.svg similarity index 99% rename from actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_icgraph.svg rename to actors__extended_8c_a407d30d307b990cf22e979f7180477e5_icgraph.svg index 239fdb59f..ebcf4ae10 100644 --- a/actors__extended_8c_aec6893c9eda9a36f5745b9a1446d1685_icgraph.svg +++ b/actors__extended_8c_a407d30d307b990cf22e979f7180477e5_icgraph.svg @@ -1100,7 +1100,7 @@ var sectionId = 'dynsection-4'; - + - + - + - + - + - + diff --git a/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph.md5 b/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph.md5 index d72d0d8f0..58d209b71 100644 --- a/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph.md5 +++ b/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph.md5 @@ -1 +1 @@ -39ec2dbb9b53a4c2f81ef70af7816263 \ No newline at end of file +dadc1961b6362d9ae5c9c639ac58ca84 \ No newline at end of file diff --git a/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph.svg b/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph.svg index a634b1c05..9df1c892e 100644 --- a/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph.svg +++ b/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph.svg @@ -157,7 +157,7 @@ var sectionId = 'dynsection-44'; Node4 - + check_bounding_collision @@ -194,7 +194,7 @@ var sectionId = 'dynsection-44'; Node22 - + func_802AAAAC @@ -248,7 +248,7 @@ var sectionId = 'dynsection-44'; Node5 - + check_collision_yx @@ -266,7 +266,7 @@ var sectionId = 'dynsection-44'; Node6 - + check_collision_zx @@ -284,7 +284,7 @@ var sectionId = 'dynsection-44'; Node7 - + check_collision_zy diff --git a/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph_org.svg b/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph_org.svg index 67957d1cf..7cc3e70bb 100644 --- a/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph_org.svg +++ b/actors__extended_8c_a47255ea9aa07316c48b95fd7a97ac40d_cgraph_org.svg @@ -110,7 +110,7 @@ Node4 - + check_bounding_collision @@ -147,7 +147,7 @@ Node22 - + func_802AAAAC @@ -201,7 +201,7 @@ Node5 - + check_collision_yx @@ -219,7 +219,7 @@ Node6 - + check_collision_zx @@ -237,7 +237,7 @@ Node7 - + check_collision_zy diff --git a/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.map b/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.map index aa0ecf7f9..0d8e17aa9 100644 --- a/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.map +++ b/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.map @@ -41,21 +41,21 @@ - + - + - + - + - + @@ -84,15 +84,15 @@ - + - + - + - + diff --git a/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.md5 b/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.md5 index 72fe214ae..ba2aed270 100644 --- a/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.md5 +++ b/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.md5 @@ -1 +1 @@ -a5643f554305a31b53316ae97f29ccfd \ No newline at end of file +04611f443bbf159531594dfdd8c66d1d \ No newline at end of file diff --git a/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.svg b/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.svg index 7cbb140ff..31e8c151e 100644 --- a/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.svg +++ b/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph.svg @@ -436,7 +436,7 @@ var sectionId = 'dynsection-23'; Node12 - + check_bounding_collision @@ -473,7 +473,7 @@ var sectionId = 'dynsection-23'; Node30 - + func_802AAAAC @@ -527,7 +527,7 @@ var sectionId = 'dynsection-23'; Node13 - + check_collision_yx @@ -545,7 +545,7 @@ var sectionId = 'dynsection-23'; Node14 - + check_collision_zx @@ -563,7 +563,7 @@ var sectionId = 'dynsection-23'; Node15 - + check_collision_zy @@ -825,7 +825,7 @@ var sectionId = 'dynsection-23'; Node47 - + actor_terrain_collision @@ -861,7 +861,7 @@ var sectionId = 'dynsection-23'; Node48 - + is_colliding_with_drivable _surface @@ -880,7 +880,7 @@ var sectionId = 'dynsection-23'; Node49 - + is_colliding_with_wall1 @@ -898,7 +898,7 @@ var sectionId = 'dynsection-23'; Node50 - + is_colliding_with_wall2 diff --git a/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph_org.svg b/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph_org.svg index 8eea2beea..4f9522289 100644 --- a/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph_org.svg +++ b/actors__extended_8c_a6c53567ce07da53daa086cb9b09076a1_cgraph_org.svg @@ -389,7 +389,7 @@ Node12 - + check_bounding_collision @@ -426,7 +426,7 @@ Node30 - + func_802AAAAC @@ -480,7 +480,7 @@ Node13 - + check_collision_yx @@ -498,7 +498,7 @@ Node14 - + check_collision_zx @@ -516,7 +516,7 @@ Node15 - + check_collision_zy @@ -778,7 +778,7 @@ Node47 - + actor_terrain_collision @@ -814,7 +814,7 @@ Node48 - + is_colliding_with_drivable _surface @@ -833,7 +833,7 @@ Node49 - + is_colliding_with_wall1 @@ -851,7 +851,7 @@ Node50 - + is_colliding_with_wall2 diff --git a/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.map b/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.map index baccc2dd6..aad5696e5 100644 --- a/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.map +++ b/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.map @@ -12,21 +12,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.md5 b/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.md5 index 54fb60008..215c3b6f6 100644 --- a/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.md5 +++ b/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.md5 @@ -1 +1 @@ -57d2bba256225db12ffc0723747aad72 \ No newline at end of file +db27f035463086e0b5f6701cb14b9f1f \ No newline at end of file diff --git a/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.svg b/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.svg index 6d4e9c3db..0029a36ab 100644 --- a/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.svg +++ b/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph.svg @@ -175,7 +175,7 @@ var sectionId = 'dynsection-32'; Node4 - + check_bounding_collision @@ -212,7 +212,7 @@ var sectionId = 'dynsection-32'; Node22 - + func_802AAAAC @@ -266,7 +266,7 @@ var sectionId = 'dynsection-32'; Node5 - + check_collision_yx @@ -284,7 +284,7 @@ var sectionId = 'dynsection-32'; Node6 - + check_collision_zx @@ -302,7 +302,7 @@ var sectionId = 'dynsection-32'; Node7 - + check_collision_zy diff --git a/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph_org.svg b/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph_org.svg index 9a4f3dc60..6d2591780 100644 --- a/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph_org.svg +++ b/actors__extended_8c_a78ba9cbef20b4e33a02f2d21004e0194_cgraph_org.svg @@ -128,7 +128,7 @@ Node4 - + check_bounding_collision @@ -165,7 +165,7 @@ Node22 - + func_802AAAAC @@ -219,7 +219,7 @@ Node5 - + check_collision_yx @@ -237,7 +237,7 @@ Node6 - + check_collision_zx @@ -255,7 +255,7 @@ Node7 - + check_collision_zy diff --git a/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.map b/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.map index 62b5d2cb7..f96e86a1f 100644 --- a/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.map +++ b/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.map @@ -10,21 +10,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.md5 b/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.md5 index f68a3b0df..2100c16d5 100644 --- a/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.md5 +++ b/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.md5 @@ -1 +1 @@ -df1157d9a6ed4ca580716c9475bf9b94 \ No newline at end of file +d45b49baba7a09775e1a190c91728f34 \ No newline at end of file diff --git a/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.svg b/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.svg index 1c8bbf8bd..cfa2883c2 100644 --- a/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.svg +++ b/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph.svg @@ -157,7 +157,7 @@ var sectionId = 'dynsection-30'; Node4 - + check_bounding_collision @@ -194,7 +194,7 @@ var sectionId = 'dynsection-30'; Node22 - + func_802AAAAC @@ -248,7 +248,7 @@ var sectionId = 'dynsection-30'; Node5 - + check_collision_yx @@ -266,7 +266,7 @@ var sectionId = 'dynsection-30'; Node6 - + check_collision_zx @@ -284,7 +284,7 @@ var sectionId = 'dynsection-30'; Node7 - + check_collision_zy diff --git a/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph_org.svg b/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph_org.svg index 8edb2806d..04263edf1 100644 --- a/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph_org.svg +++ b/actors__extended_8c_a88021e28f51eed86867e22b5aae7e252_cgraph_org.svg @@ -110,7 +110,7 @@ Node4 - + check_bounding_collision @@ -147,7 +147,7 @@ Node22 - + func_802AAAAC @@ -201,7 +201,7 @@ Node5 - + check_collision_yx @@ -219,7 +219,7 @@ Node6 - + check_collision_zx @@ -237,7 +237,7 @@ Node7 - + check_collision_zy diff --git a/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.map b/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.map index 05e07dbe6..2b7d8420c 100644 --- a/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.map +++ b/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.map @@ -12,21 +12,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.md5 b/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.md5 index d629f6071..267d631b9 100644 --- a/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.md5 +++ b/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.md5 @@ -1 +1 @@ -5b5921c0d4543da92d40c97948fd0494 \ No newline at end of file +f9fb6c07ff0268fb7e06643f9ebb7996 \ No newline at end of file diff --git a/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.svg b/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.svg index 128d1b783..bbb3ce9f8 100644 --- a/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.svg +++ b/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph.svg @@ -175,7 +175,7 @@ var sectionId = 'dynsection-36'; Node4 - + check_bounding_collision @@ -212,7 +212,7 @@ var sectionId = 'dynsection-36'; Node22 - + func_802AAAAC @@ -266,7 +266,7 @@ var sectionId = 'dynsection-36'; Node5 - + check_collision_yx @@ -284,7 +284,7 @@ var sectionId = 'dynsection-36'; Node6 - + check_collision_zx @@ -302,7 +302,7 @@ var sectionId = 'dynsection-36'; Node7 - + check_collision_zy diff --git a/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph_org.svg b/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph_org.svg index 11149b4b3..189c81951 100644 --- a/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph_org.svg +++ b/actors__extended_8c_a8ac8961d38b45f457d0f27d5f782a464_cgraph_org.svg @@ -128,7 +128,7 @@ Node4 - + check_bounding_collision @@ -165,7 +165,7 @@ Node22 - + func_802AAAAC @@ -219,7 +219,7 @@ Node5 - + check_collision_yx @@ -237,7 +237,7 @@ Node6 - + check_collision_zx @@ -255,7 +255,7 @@ Node7 - + check_collision_zy diff --git a/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.map b/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.map index 76d3f2420..05385d598 100644 --- a/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.map +++ b/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.map @@ -49,7 +49,7 @@ - + @@ -59,11 +59,11 @@ - + - + - + @@ -73,21 +73,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.md5 b/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.md5 index 7998611a7..44da3adb0 100644 --- a/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.md5 +++ b/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.md5 @@ -1 +1 @@ -de5b39e3b1de7f31103ab8da5f69c304 \ No newline at end of file +709383a76dd74d18aaf6bcedad82d802 \ No newline at end of file diff --git a/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.svg b/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.svg index d5e084181..9f3aa7ca5 100644 --- a/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.svg +++ b/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph.svg @@ -512,7 +512,7 @@ var sectionId = 'dynsection-28'; Node24 - + actor_terrain_collision @@ -602,7 +602,7 @@ var sectionId = 'dynsection-28'; Node25 - + is_colliding_with_drivable _surface @@ -621,7 +621,7 @@ var sectionId = 'dynsection-28'; Node26 - + is_colliding_with_wall1 @@ -639,7 +639,7 @@ var sectionId = 'dynsection-28'; Node27 - + is_colliding_with_wall2 @@ -729,7 +729,7 @@ var sectionId = 'dynsection-28'; Node30 - + check_bounding_collision @@ -766,7 +766,7 @@ var sectionId = 'dynsection-28'; Node36 - + func_802AAAAC @@ -820,7 +820,7 @@ var sectionId = 'dynsection-28'; Node31 - + check_collision_yx @@ -838,7 +838,7 @@ var sectionId = 'dynsection-28'; Node32 - + check_collision_zx @@ -856,7 +856,7 @@ var sectionId = 'dynsection-28'; Node33 - + check_collision_zy diff --git a/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph_org.svg b/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph_org.svg index ad74edea3..48b11c513 100644 --- a/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph_org.svg +++ b/actors__extended_8c_a92482e9796fd6ddc17e3b24c35b767df_cgraph_org.svg @@ -465,7 +465,7 @@ Node24 - + actor_terrain_collision @@ -555,7 +555,7 @@ Node25 - + is_colliding_with_drivable _surface @@ -574,7 +574,7 @@ Node26 - + is_colliding_with_wall1 @@ -592,7 +592,7 @@ Node27 - + is_colliding_with_wall2 @@ -682,7 +682,7 @@ Node30 - + check_bounding_collision @@ -719,7 +719,7 @@ Node36 - + func_802AAAAC @@ -773,7 +773,7 @@ Node31 - + check_collision_yx @@ -791,7 +791,7 @@ Node32 - + check_collision_zx @@ -809,7 +809,7 @@ Node33 - + check_collision_zy diff --git a/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.map b/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.map index 51dd12489..373a63820 100644 --- a/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.map +++ b/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.map @@ -1,6 +1,6 @@ - + @@ -8,11 +8,11 @@ - + - + - + @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.md5 b/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.md5 index 7b84cfdf4..033ea2feb 100644 --- a/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.md5 +++ b/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.md5 @@ -1 +1 @@ -485a507ec1294502643f06a2a5f3939a \ No newline at end of file +cc336ef96a8ba8ab2a34067a82a551cb \ No newline at end of file diff --git a/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.svg b/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.svg index 381033684..7e1ee193b 100644 --- a/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.svg +++ b/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-40'; Node2 - + actor_terrain_collision @@ -139,7 +139,7 @@ var sectionId = 'dynsection-40'; Node3 - + is_colliding_with_drivable _surface @@ -158,7 +158,7 @@ var sectionId = 'dynsection-40'; Node4 - + is_colliding_with_wall1 @@ -176,7 +176,7 @@ var sectionId = 'dynsection-40'; Node5 - + is_colliding_with_wall2 @@ -266,7 +266,7 @@ var sectionId = 'dynsection-40'; Node8 - + check_bounding_collision @@ -303,7 +303,7 @@ var sectionId = 'dynsection-40'; Node26 - + func_802AAAAC @@ -357,7 +357,7 @@ var sectionId = 'dynsection-40'; Node9 - + check_collision_yx @@ -375,7 +375,7 @@ var sectionId = 'dynsection-40'; Node10 - + check_collision_zx @@ -393,7 +393,7 @@ var sectionId = 'dynsection-40'; Node11 - + check_collision_zy diff --git a/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph_org.svg b/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph_org.svg index 5437a6a8d..010ecc632 100644 --- a/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph_org.svg +++ b/actors__extended_8c_abfd4761b52386597862e72451a1a3d1d_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + actor_terrain_collision @@ -92,7 +92,7 @@ Node3 - + is_colliding_with_drivable _surface @@ -111,7 +111,7 @@ Node4 - + is_colliding_with_wall1 @@ -129,7 +129,7 @@ Node5 - + is_colliding_with_wall2 @@ -219,7 +219,7 @@ Node8 - + check_bounding_collision @@ -256,7 +256,7 @@ Node26 - + func_802AAAAC @@ -310,7 +310,7 @@ Node9 - + check_collision_yx @@ -328,7 +328,7 @@ Node10 - + check_collision_zx @@ -346,7 +346,7 @@ Node11 - + check_collision_zy diff --git a/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.map b/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.map index fa2ecb565..2d566f102 100644 --- a/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.map +++ b/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.map @@ -1,6 +1,6 @@ - + @@ -12,11 +12,11 @@ - + - + - + @@ -26,21 +26,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.md5 b/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.md5 index 1926a8015..750bc088e 100644 --- a/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.md5 +++ b/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.md5 @@ -1 +1 @@ -201b85dc7adcc4cf0e32a55298af6451 \ No newline at end of file +a130eed8386a79ccd550d653879498ff \ No newline at end of file diff --git a/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.svg b/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.svg index f95ec3655..e456a3b62 100644 --- a/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.svg +++ b/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-17'; Node2 - + actor_terrain_collision @@ -175,7 +175,7 @@ var sectionId = 'dynsection-17'; Node3 - + is_colliding_with_drivable _surface @@ -194,7 +194,7 @@ var sectionId = 'dynsection-17'; Node4 - + is_colliding_with_wall1 @@ -212,7 +212,7 @@ var sectionId = 'dynsection-17'; Node5 - + is_colliding_with_wall2 @@ -302,7 +302,7 @@ var sectionId = 'dynsection-17'; Node8 - + check_bounding_collision @@ -339,7 +339,7 @@ var sectionId = 'dynsection-17'; Node26 - + func_802AAAAC @@ -393,7 +393,7 @@ var sectionId = 'dynsection-17'; Node9 - + check_collision_yx @@ -411,7 +411,7 @@ var sectionId = 'dynsection-17'; Node10 - + check_collision_zx @@ -429,7 +429,7 @@ var sectionId = 'dynsection-17'; Node11 - + check_collision_zy diff --git a/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph_org.svg b/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph_org.svg index b25ede588..501ffdead 100644 --- a/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph_org.svg +++ b/actors__extended_8c_ac03bad0075e21f3e3ce262eedd8f056b_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + actor_terrain_collision @@ -128,7 +128,7 @@ Node3 - + is_colliding_with_drivable _surface @@ -147,7 +147,7 @@ Node4 - + is_colliding_with_wall1 @@ -165,7 +165,7 @@ Node5 - + is_colliding_with_wall2 @@ -255,7 +255,7 @@ Node8 - + check_bounding_collision @@ -292,7 +292,7 @@ Node26 - + func_802AAAAC @@ -346,7 +346,7 @@ Node9 - + check_collision_yx @@ -364,7 +364,7 @@ Node10 - + check_collision_zx @@ -382,7 +382,7 @@ Node11 - + check_collision_zy diff --git a/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.map b/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.map index e08eed59f..1141e93eb 100644 --- a/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.map +++ b/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.map @@ -1,6 +1,6 @@ - + @@ -10,11 +10,11 @@ - + - + - + @@ -24,21 +24,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.md5 b/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.md5 index 279d3f888..322f64989 100644 --- a/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.md5 +++ b/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.md5 @@ -1 +1 @@ -b49ceb913d5900b0fdcabbf318a0ffab \ No newline at end of file +1b6fcf4b5ba0c4de62191657f45567fa \ No newline at end of file diff --git a/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.svg b/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.svg index 9671d9863..70af0970c 100644 --- a/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.svg +++ b/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-20'; Node2 - + actor_terrain_collision @@ -157,7 +157,7 @@ var sectionId = 'dynsection-20'; Node3 - + is_colliding_with_drivable _surface @@ -176,7 +176,7 @@ var sectionId = 'dynsection-20'; Node4 - + is_colliding_with_wall1 @@ -194,7 +194,7 @@ var sectionId = 'dynsection-20'; Node5 - + is_colliding_with_wall2 @@ -284,7 +284,7 @@ var sectionId = 'dynsection-20'; Node8 - + check_bounding_collision @@ -321,7 +321,7 @@ var sectionId = 'dynsection-20'; Node26 - + func_802AAAAC @@ -375,7 +375,7 @@ var sectionId = 'dynsection-20'; Node9 - + check_collision_yx @@ -393,7 +393,7 @@ var sectionId = 'dynsection-20'; Node10 - + check_collision_zx @@ -411,7 +411,7 @@ var sectionId = 'dynsection-20'; Node11 - + check_collision_zy diff --git a/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph_org.svg b/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph_org.svg index e907e5395..7185f937b 100644 --- a/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph_org.svg +++ b/actors__extended_8c_ac7b01b29ffe49800d142fc2e8a308120_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + actor_terrain_collision @@ -110,7 +110,7 @@ Node3 - + is_colliding_with_drivable _surface @@ -129,7 +129,7 @@ Node4 - + is_colliding_with_wall1 @@ -147,7 +147,7 @@ Node5 - + is_colliding_with_wall2 @@ -237,7 +237,7 @@ Node8 - + check_bounding_collision @@ -274,7 +274,7 @@ Node26 - + func_802AAAAC @@ -328,7 +328,7 @@ Node9 - + check_collision_yx @@ -346,7 +346,7 @@ Node10 - + check_collision_zx @@ -364,7 +364,7 @@ Node11 - + check_collision_zy diff --git a/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.map b/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.map index e413be212..f4d8f3957 100644 --- a/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.map +++ b/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.map @@ -2,7 +2,7 @@ - + @@ -10,11 +10,11 @@ - + - + - + @@ -24,21 +24,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.md5 b/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.md5 index c3d107f8f..669d452ac 100644 --- a/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.md5 +++ b/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.md5 @@ -1 +1 @@ -0165e17afc9f813c30e87557284cdaf4 \ No newline at end of file +65f5c595ab3d9765a8cd5f03354fddd7 \ No newline at end of file diff --git a/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.svg b/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.svg index 60d86681f..a2422ccea 100644 --- a/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.svg +++ b/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph.svg @@ -85,7 +85,7 @@ var sectionId = 'dynsection-34'; Node3 - + actor_terrain_collision @@ -157,7 +157,7 @@ var sectionId = 'dynsection-34'; Node4 - + is_colliding_with_drivable _surface @@ -176,7 +176,7 @@ var sectionId = 'dynsection-34'; Node5 - + is_colliding_with_wall1 @@ -194,7 +194,7 @@ var sectionId = 'dynsection-34'; Node6 - + is_colliding_with_wall2 @@ -284,7 +284,7 @@ var sectionId = 'dynsection-34'; Node9 - + check_bounding_collision @@ -321,7 +321,7 @@ var sectionId = 'dynsection-34'; Node27 - + func_802AAAAC @@ -375,7 +375,7 @@ var sectionId = 'dynsection-34'; Node10 - + check_collision_yx @@ -393,7 +393,7 @@ var sectionId = 'dynsection-34'; Node11 - + check_collision_zx @@ -411,7 +411,7 @@ var sectionId = 'dynsection-34'; Node12 - + check_collision_zy diff --git a/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph_org.svg b/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph_org.svg index e89f1c776..2d1a1006b 100644 --- a/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph_org.svg +++ b/actors__extended_8c_ad9d19faf571dd050a8b4edb74a42058a_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + actor_terrain_collision @@ -110,7 +110,7 @@ Node4 - + is_colliding_with_drivable _surface @@ -129,7 +129,7 @@ Node5 - + is_colliding_with_wall1 @@ -147,7 +147,7 @@ Node6 - + is_colliding_with_wall2 @@ -237,7 +237,7 @@ Node9 - + check_bounding_collision @@ -274,7 +274,7 @@ Node27 - + func_802AAAAC @@ -328,7 +328,7 @@ Node10 - + check_collision_yx @@ -346,7 +346,7 @@ Node11 - + check_collision_zx @@ -364,7 +364,7 @@ Node12 - + check_collision_zy diff --git a/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.map b/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.map index e4c29fadb..564c4992f 100644 --- a/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.map +++ b/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.map @@ -1,6 +1,6 @@ - + @@ -8,11 +8,11 @@ - + - + - + @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.md5 b/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.md5 index 085de72ad..bcbd64e32 100644 --- a/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.md5 +++ b/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.md5 @@ -1 +1 @@ -9d3f4e13f4ae1c020a9c7ee5cc1adf1e \ No newline at end of file +9790ae7a26ac22bcaa976f154ec14baa \ No newline at end of file diff --git a/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.svg b/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.svg index e089248d7..ab3b919fd 100644 --- a/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.svg +++ b/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-38'; Node2 - + actor_terrain_collision @@ -139,7 +139,7 @@ var sectionId = 'dynsection-38'; Node3 - + is_colliding_with_drivable _surface @@ -158,7 +158,7 @@ var sectionId = 'dynsection-38'; Node4 - + is_colliding_with_wall1 @@ -176,7 +176,7 @@ var sectionId = 'dynsection-38'; Node5 - + is_colliding_with_wall2 @@ -266,7 +266,7 @@ var sectionId = 'dynsection-38'; Node8 - + check_bounding_collision @@ -303,7 +303,7 @@ var sectionId = 'dynsection-38'; Node26 - + func_802AAAAC @@ -357,7 +357,7 @@ var sectionId = 'dynsection-38'; Node9 - + check_collision_yx @@ -375,7 +375,7 @@ var sectionId = 'dynsection-38'; Node10 - + check_collision_zx @@ -393,7 +393,7 @@ var sectionId = 'dynsection-38'; Node11 - + check_collision_zy diff --git a/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph_org.svg b/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph_org.svg index 41d20f735..9c0b69af4 100644 --- a/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph_org.svg +++ b/actors__extended_8c_ae852368698f0c547d9b5a29d2a4d9712_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + actor_terrain_collision @@ -92,7 +92,7 @@ Node3 - + is_colliding_with_drivable _surface @@ -111,7 +111,7 @@ Node4 - + is_colliding_with_wall1 @@ -129,7 +129,7 @@ Node5 - + is_colliding_with_wall2 @@ -219,7 +219,7 @@ Node8 - + check_bounding_collision @@ -256,7 +256,7 @@ Node26 - + func_802AAAAC @@ -310,7 +310,7 @@ Node9 - + check_collision_yx @@ -328,7 +328,7 @@ Node10 - + check_collision_zx @@ -346,7 +346,7 @@ Node11 - + check_collision_zy diff --git a/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.map b/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.map index 9e6ae23fb..a9b7a658b 100644 --- a/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.map +++ b/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.map @@ -45,21 +45,21 @@ - + - + - + - + - + @@ -84,15 +84,15 @@ - + - + - + - + diff --git a/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.md5 b/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.md5 index 132b8e408..099994976 100644 --- a/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.md5 +++ b/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.md5 @@ -1 +1 @@ -a40661dfe94d96553e417f0afb140fe7 \ No newline at end of file +c64ba14160921ce3e3bc1aaf42d31878 \ No newline at end of file diff --git a/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.svg b/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.svg index b0e83315f..8baae2e86 100644 --- a/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.svg +++ b/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph.svg @@ -472,7 +472,7 @@ var sectionId = 'dynsection-1'; Node13 - + check_bounding_collision @@ -509,7 +509,7 @@ var sectionId = 'dynsection-1'; Node31 - + func_802AAAAC @@ -563,7 +563,7 @@ var sectionId = 'dynsection-1'; Node14 - + check_collision_yx @@ -581,7 +581,7 @@ var sectionId = 'dynsection-1'; Node15 - + check_collision_zx @@ -599,7 +599,7 @@ var sectionId = 'dynsection-1'; Node16 - + check_collision_zy @@ -825,7 +825,7 @@ var sectionId = 'dynsection-1'; Node48 - + actor_terrain_collision @@ -861,7 +861,7 @@ var sectionId = 'dynsection-1'; Node49 - + is_colliding_with_drivable _surface @@ -880,7 +880,7 @@ var sectionId = 'dynsection-1'; Node50 - + is_colliding_with_wall1 @@ -898,7 +898,7 @@ var sectionId = 'dynsection-1'; Node51 - + is_colliding_with_wall2 diff --git a/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph_org.svg b/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph_org.svg index 52b93af0b..cc0055482 100644 --- a/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph_org.svg +++ b/actors__extended_8c_afd7ab650c7f22bef507645c85cc0ca37_cgraph_org.svg @@ -425,7 +425,7 @@ Node13 - + check_bounding_collision @@ -462,7 +462,7 @@ Node31 - + func_802AAAAC @@ -516,7 +516,7 @@ Node14 - + check_collision_yx @@ -534,7 +534,7 @@ Node15 - + check_collision_zx @@ -552,7 +552,7 @@ Node16 - + check_collision_zy @@ -778,7 +778,7 @@ Node48 - + actor_terrain_collision @@ -814,7 +814,7 @@ Node49 - + is_colliding_with_drivable _surface @@ -833,7 +833,7 @@ Node50 - + is_colliding_with_wall1 @@ -851,7 +851,7 @@ Node51 - + is_colliding_with_wall2 diff --git a/actors__extended_8h_source.html b/actors__extended_8h_source.html index a8615ae30..4fd41f04c 100644 --- a/actors__extended_8h_source.html +++ b/actors__extended_8h_source.html @@ -115,7 +115,7 @@ $(function(){initNavTree('actors__extended_8h_source.html',''); initResizable(tr
5#include "actor_types.h"
6
8
-
9void copy_collision(struct Collision*, struct Collision*);
+
11void func_802B039C(struct BananaActor*);
12void func_802B0464(s16);
@@ -164,6 +164,7 @@ $(function(){initNavTree('actors__extended_8h_source.html',''); initResizable(tr
void func_802B04E8(UNUSED struct BananaActor *arg0, s16 bananaIndex)
Definition actors_extended.c:88
void update_actor_banana_bunch(struct BananaBunchParent *banana_bunch)
Definition actors_extended.c:218
s32 func_802B09C0(s16 bananaId)
Definition actors_extended.c:203
+
void copy_collision(Collision *src, Collision *dest)
Definition actors_extended.c:20
s32 use_triple_shell_item(Player *player, s16 tripleShellType)
Definition actors_extended.c:543
void use_thunder_item(Player *player)
Definition actors_extended.c:880
void player_use_item(Player *player)
Definition actors_extended.c:899
@@ -180,7 +181,6 @@ $(function(){initNavTree('actors__extended_8h_source.html',''); initResizable(tr
s32 use_blue_shell_item(Player *player)
Definition actors_extended.c:693
void destroy_banana_in_banana_bunch(struct BananaActor *banana)
Definition actors_extended.c:99
s32 use_green_shell_item(Player *player)
Definition actors_extended.c:611
-
void copy_collision(struct Collision *src, struct Collision *dest)
Definition actors_extended.c:20
bool is_shell_exist(s16 arg0)
Definition actors_extended.c:317
void check_player_use_item(void)
Definition actors_extended.c:953
void update_actor_banana(struct BananaActor *banana)
Update the banana actor.
Definition update.inc.c:11
diff --git a/banana_2render_8inc_8c_source.html b/banana_2render_8inc_8c_source.html index 939130b78..f21aceaa5 100644 --- a/banana_2render_8inc_8c_source.html +++ b/banana_2render_8inc_8c_source.html @@ -172,7 +172,7 @@ $(function(){initNavTree('banana_2render_8inc_8c_source.html',''); initResizable
s16 Vec3s[3]
Definition common_structs.h:15
f32 Mat4[4][4]
Definition common_structs.h:20
#define UNUSED
Definition macros.h:40
-
#define MAX(a, b)
Definition macros.h:144
+
#define MAX(a, b)
Definition macros.h:151
Gfx * gDisplayListHead
Definition main.c:129
s32 render_set_position(Mat4 mtx, s32 arg1)
Definition math_util.c:53
f32 is_within_render_distance(Vec3f cameraPos, Vec3f objectPos, u16 orientationY, f32 minDistance, f32 fov, f32 maxDistance)
Definition math_util.c:1099
diff --git a/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.map b/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.map index 511ff052c..e1b4f09a3 100644 --- a/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.map +++ b/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.map @@ -1,6 +1,6 @@ - + @@ -16,11 +16,11 @@ - + - + - + diff --git a/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.md5 b/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.md5 index ff4797439..1b59c7a4f 100644 --- a/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.md5 +++ b/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.md5 @@ -1 +1 @@ -743e7d8e54121ca2f55fc5001355c1c7 \ No newline at end of file +8533618a28905f0af47e808de04753c6 \ No newline at end of file diff --git a/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.svg b/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.svg index 3bb833aca..008d628a9 100644 --- a/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.svg +++ b/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-2'; Node2 - + check_bounding_collision @@ -212,7 +212,7 @@ var sectionId = 'dynsection-2'; Node3 - + check_collision_yx @@ -230,7 +230,7 @@ var sectionId = 'dynsection-2'; Node4 - + check_collision_zx @@ -248,7 +248,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_collision_zy diff --git a/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph_org.svg b/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph_org.svg index afe3716ce..e7684d0cb 100644 --- a/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph_org.svg +++ b/banana_2update_8inc_8c_a1b699acb507ca2e080f46ea632573993_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + check_bounding_collision @@ -165,7 +165,7 @@ Node3 - + check_collision_yx @@ -183,7 +183,7 @@ Node4 - + check_collision_zx @@ -201,7 +201,7 @@ Node5 - + check_collision_zy diff --git a/banana_2update_8inc_8c_source.html b/banana_2update_8inc_8c_source.html index d21f27ddb..1fdf8113f 100644 --- a/banana_2update_8inc_8c_source.html +++ b/banana_2update_8inc_8c_source.html @@ -153,7 +153,7 @@ $(function(){initNavTree('banana_2update_8inc_8c_source.html',''); initResizable
47 banana->pos[1] = player->pos[1] - temp_f14 - 2.0f;
48 banana->pos[2] = player->pos[2] - temp_f16;
49 }
-
50 check_bounding_collision(&banana->unk30, banana->boundingBoxSize + 1.0f, banana->pos[0], banana->pos[1],
+
50 check_bounding_collision(&banana->unk30, banana->boundingBoxSize + 1.0f, banana->pos[0], banana->pos[1],
51 banana->pos[2]);
52 func_802B4E30((struct Actor*) banana);
53 if ((player->type & PLAYER_HUMAN) != 0) {
@@ -208,16 +208,16 @@ $(function(){initNavTree('banana_2update_8inc_8c_source.html',''); initResizable
102 (banana->pos[1] < (f32) gTrackMinY)) {
103 destroy_destructable_actor((struct Actor*) banana);
104 } else {
-
105 check_bounding_collision(&banana->unk30, banana->boundingBoxSize + 1.0f, banana->pos[0], banana->pos[1],
+
105 check_bounding_collision(&banana->unk30, banana->boundingBoxSize + 1.0f, banana->pos[0], banana->pos[1],
106 banana->pos[2]);
-
107 banana->unk30.unk34 = 1;
-
108 if ((banana->unk30.unk34 != 0) && (banana->unk30.surfaceDistance[2] < 0.0f)) {
-
109 someOtherVelocity[0] = -banana->unk30.orientationVector[0];
-
110 someOtherVelocity[1] = -banana->unk30.orientationVector[1];
-
111 someOtherVelocity[2] = -banana->unk30.orientationVector[2];
-
112 banana->pos[0] += someOtherVelocity[0] * banana->unk30.surfaceDistance[2];
-
113 banana->pos[1] += someOtherVelocity[1] * banana->unk30.surfaceDistance[2];
-
114 banana->pos[2] += someOtherVelocity[2] * banana->unk30.surfaceDistance[2];
+
107 banana->unk30.unk34 = 1;
+
108 if ((banana->unk30.unk34 != 0) && (banana->unk30.surfaceDistance[2] < 0.0f)) {
+
109 someOtherVelocity[0] = -banana->unk30.orientationVector[0];
+
110 someOtherVelocity[1] = -banana->unk30.orientationVector[1];
+
111 someOtherVelocity[2] = -banana->unk30.orientationVector[2];
+
112 banana->pos[0] += someOtherVelocity[0] * banana->unk30.surfaceDistance[2];
+
113 banana->pos[1] += someOtherVelocity[1] * banana->unk30.surfaceDistance[2];
+
114 banana->pos[2] += someOtherVelocity[2] * banana->unk30.surfaceDistance[2];
115 banana->flags &= ~0x1000;
116 banana->state = 4;
117 }
@@ -247,7 +247,7 @@ $(function(){initNavTree('banana_2update_8inc_8c_source.html',''); initResizable
141 banana->pos[1] = unkY - temp_f14 - 2.0f;
142 banana->pos[2] = unkZ - temp_f16;
143 }
-
144 check_bounding_collision(&banana->unk30, banana->boundingBoxSize + 1.0f, banana->pos[0], banana->pos[1],
+
144 check_bounding_collision(&banana->unk30, banana->boundingBoxSize + 1.0f, banana->pos[0], banana->pos[1],
145 banana->pos[2]);
146 func_802B4E30((struct Actor*) banana);
147 break;
@@ -270,7 +270,7 @@ $(function(){initNavTree('banana_2update_8inc_8c_source.html',''); initResizable
164 banana->pos[2] = elderBanana->pos[2] - temp_f16;
165 }
166 var_f8 = banana->pos[2];
-
167 check_bounding_collision(&banana->unk30, banana->boundingBoxSize + 1.0f, banana->pos[0], banana->pos[1],
+
167 check_bounding_collision(&banana->unk30, banana->boundingBoxSize + 1.0f, banana->pos[0], banana->pos[1],
168 banana->pos[2]);
169 func_802B4E30((struct Actor*) banana);
170 break;
@@ -315,7 +315,7 @@ $(function(){initNavTree('banana_2update_8inc_8c_source.html',''); initResizable
s16 gTrackMaxZ
Definition code_800029B0.c:102
s16 gTrackMinX
Definition code_800029B0.c:97
-
u16 check_bounding_collision(struct Collision *collision, f32 boundingBoxSize, f32 posX, f32 posY, f32 posZ)
Definition collision.c:1299
+
u16 check_bounding_collision(Collision *collision, f32 boundingBoxSize, f32 posX, f32 posY, f32 posZ)
Definition collision.c:1299
f32 Vec3f[3]
Definition common_structs.h:10
#define PLAYER_HUMAN
Definition defines.h:114
@@ -333,19 +333,19 @@ $(function(){initNavTree('banana_2update_8inc_8c_source.html',''); initResizable
void vec3f_set(Vec3f arg0, f32 arg1, f32 arg2, f32 arg3)
Definition math_util.c:113
#define SOUND_ARG_LOAD(sound_bank, byte2, byte3, sound_id)
Definition sounds.h:14
Definition actor_types.h:124
-
struct Collision unk30
Definition actor_types.h:135
s16 state
Definition actor_types.h:128
Vec3s rot
Definition actor_types.h:131
Vec3f velocity
Definition actor_types.h:134
+
Collision unk30
Definition actor_types.h:135
s16 unk_04
Definition actor_types.h:127
s16 flags
Definition actor_types.h:126
Vec3f pos
Definition actor_types.h:133
f32 boundingBoxSize
Definition actor_types.h:130
Definition actor_types.h:408
+
Collision unk30
Definition actor_types.h:427
f32 boundingBoxSize
Definition actor_types.h:415
s16 playerId
Definition actor_types.h:419
Vec3f pos
Definition actor_types.h:425
-
struct Collision unk30
Definition actor_types.h:427
s16 state
Definition actor_types.h:412
Vec3f surfaceDistance
Definition common_structs.h:155
Vec3f orientationVector
Definition common_structs.h:158
diff --git a/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.map b/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.map index d6f18d91c..850b29681 100644 --- a/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.map +++ b/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.map @@ -25,7 +25,7 @@ - + diff --git a/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.md5 b/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.md5 index 834a9aa5c..4ef83a970 100644 --- a/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.md5 +++ b/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.md5 @@ -1 +1 @@ -9e278bad0dae7b38d95f83c4f071f1f9 \ No newline at end of file +c84f5bd427094df43015fe208f45b33d \ No newline at end of file diff --git a/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.svg b/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.svg index b193c4c0e..cde20f49a 100644 --- a/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.svg +++ b/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph.svg @@ -294,7 +294,7 @@ var sectionId = 'dynsection-2'; Node11 - + func_802976EC diff --git a/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph_org.svg b/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph_org.svg index 569c4a309..daf0414e9 100644 --- a/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph_org.svg +++ b/blue__and__red__shells_2render_8inc_8c_a516dec1dd3d7c2d39294a1ab4edcff4a_cgraph_org.svg @@ -247,7 +247,7 @@ Node11 - + func_802976EC diff --git a/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.map b/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.map index 11504df2d..962a0890e 100644 --- a/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.map +++ b/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.map @@ -25,7 +25,7 @@ - + diff --git a/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.md5 b/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.md5 index 0fd2c0e96..04df9578c 100644 --- a/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.md5 +++ b/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.md5 @@ -1 +1 @@ -4e07bd3ebf61edfe6ea11ced10d84f4a \ No newline at end of file +6a680a72445524b14c4f988574fed31a \ No newline at end of file diff --git a/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.svg b/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.svg index 015fdd0af..bcc88b92e 100644 --- a/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.svg +++ b/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph.svg @@ -294,7 +294,7 @@ var sectionId = 'dynsection-4'; Node11 - + func_802976EC diff --git a/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph_org.svg b/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph_org.svg index 73b5b4174..dc45b2af3 100644 --- a/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph_org.svg +++ b/blue__and__red__shells_2render_8inc_8c_aad2583aa98831d6ef751cf57d0ec166a_cgraph_org.svg @@ -247,7 +247,7 @@ Node11 - + func_802976EC diff --git a/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.map b/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.map index 9097b4aad..1c92cf268 100644 --- a/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.map +++ b/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.map @@ -1,6 +1,6 @@ - + @@ -10,11 +10,11 @@ - + - + - + diff --git a/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.md5 b/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.md5 index 12e2f6032..778d6dc08 100644 --- a/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.md5 +++ b/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.md5 @@ -1 +1 @@ -d4f58bd891871bd8da33baeee8b1a29b \ No newline at end of file +e301809e0303ef6b6e087cba6b2f704d \ No newline at end of file diff --git a/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.svg b/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.svg index 4bcd212c7..6b63cc467 100644 --- a/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.svg +++ b/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph.svg @@ -67,7 +67,7 @@ var sectionId = 'dynsection-4'; Node2 - + actor_terrain_collision @@ -158,7 +158,7 @@ var sectionId = 'dynsection-4'; Node3 - + is_colliding_with_drivable _surface @@ -177,7 +177,7 @@ var sectionId = 'dynsection-4'; Node4 - + is_colliding_with_wall1 @@ -195,7 +195,7 @@ var sectionId = 'dynsection-4'; Node5 - + is_colliding_with_wall2 diff --git a/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph_org.svg b/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph_org.svg index ccb7e904b..5a86da3a4 100644 --- a/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph_org.svg +++ b/blue__and__red__shells_2update_8inc_8c_a0cc339b71fb81e84d30eb55dc05b1a04_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + actor_terrain_collision @@ -111,7 +111,7 @@ Node3 - + is_colliding_with_drivable _surface @@ -130,7 +130,7 @@ Node4 - + is_colliding_with_wall1 @@ -148,7 +148,7 @@ Node5 - + is_colliding_with_wall2 diff --git a/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.map b/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.map index 1d5f23755..3025800f7 100644 --- a/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.map +++ b/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.map @@ -1,15 +1,15 @@ - + - + - + - + diff --git a/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.md5 b/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.md5 index ed26668bf..18c10c80f 100644 --- a/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.md5 +++ b/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.md5 @@ -1 +1 @@ -9e39c91e260ba97b3fadf2557bd415a8 \ No newline at end of file +72d2c21b3cd4db9d84a8cf5cfc6bc052 \ No newline at end of file diff --git a/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.svg b/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.svg index e51478261..bedde83e6 100644 --- a/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.svg +++ b/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph.svg @@ -31,7 +31,7 @@ Node2 - + actor_terrain_collision @@ -85,7 +85,7 @@ Node3 - + is_colliding_with_drivable _surface @@ -104,7 +104,7 @@ Node4 - + is_colliding_with_wall1 @@ -122,7 +122,7 @@ Node5 - + is_colliding_with_wall2 diff --git a/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph_org.svg b/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph_org.svg index 31fb4f445..7a6760fbd 100644 --- a/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph_org.svg +++ b/blue__and__red__shells_2update_8inc_8c_a10550a4f6cb14493d6b16ac44a3c9484_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + actor_terrain_collision @@ -74,7 +74,7 @@ Node3 - + is_colliding_with_drivable _surface @@ -93,7 +93,7 @@ Node4 - + is_colliding_with_wall1 @@ -111,7 +111,7 @@ Node5 - + is_colliding_with_wall2 diff --git a/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.map b/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.map index f7558c25d..d72d85827 100644 --- a/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.map +++ b/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.map @@ -1,6 +1,6 @@ - + @@ -10,7 +10,7 @@ - + @@ -40,11 +40,11 @@ - + - + - + diff --git a/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.md5 b/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.md5 index 146a31b0f..1b62f9e33 100644 --- a/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.md5 +++ b/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.md5 @@ -1 +1 @@ -8c40b7e124253350c0c139a393c48756 \ No newline at end of file +ab5ca080ef7cdb2fc169261f4311f24b \ No newline at end of file diff --git a/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.svg b/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.svg index 6998884e4..135056515 100644 --- a/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.svg +++ b/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph.svg @@ -68,7 +68,7 @@ var sectionId = 'dynsection-10'; Node2 - + actor_terrain_collision @@ -160,7 +160,7 @@ var sectionId = 'dynsection-10'; Node13 - + copy_collision @@ -431,7 +431,7 @@ var sectionId = 'dynsection-10'; Node3 - + is_colliding_with_drivable _surface @@ -450,7 +450,7 @@ var sectionId = 'dynsection-10'; Node4 - + is_colliding_with_wall1 @@ -468,7 +468,7 @@ var sectionId = 'dynsection-10'; Node5 - + is_colliding_with_wall2 diff --git a/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph_org.svg b/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph_org.svg index 9841b8b45..5d151d614 100644 --- a/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph_org.svg +++ b/blue__and__red__shells_2update_8inc_8c_a6e281ad692a9ccd329fa6840ad38afbc_cgraph_org.svg @@ -21,7 +21,7 @@ Node2 - + actor_terrain_collision @@ -113,7 +113,7 @@ Node13 - + copy_collision @@ -384,7 +384,7 @@ Node3 - + is_colliding_with_drivable _surface @@ -403,7 +403,7 @@ Node4 - + is_colliding_with_wall1 @@ -421,7 +421,7 @@ Node5 - + is_colliding_with_wall2 diff --git a/blue__and__red__shells_2update_8inc_8c_source.html b/blue__and__red__shells_2update_8inc_8c_source.html index 0e9b4f562..c59b8cd67 100644 --- a/blue__and__red__shells_2update_8inc_8c_source.html +++ b/blue__and__red__shells_2update_8inc_8c_source.html @@ -197,7 +197,7 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
86 shell->pos[0] += temp_f12_3;
87 shell->pos[1] += temp_f14_2;
88 shell->pos[2] += temp_f16_2;
-
89 actor_terrain_collision(&shell->unk30, 4.0f, shell->pos[0], shell->pos[1], shell->pos[2], origPos[0],
+
89 actor_terrain_collision(&shell->unk30, 4.0f, shell->pos[0], shell->pos[1], shell->pos[2], origPos[0],
90 origPos[1], origPos[2]);
91 func_802B4E30((struct Actor*) shell);
92 }
@@ -257,7 +257,7 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
144 if (player->effects & BOO_EFFECT) {
145 destroy_destructable_actor((struct Actor*) shell);
146 } else {
-
147 actor_terrain_collision(&shell->unk30, 4.0f, shell->pos[0], shell->pos[1], shell->pos[2], newPosition[0],
+
147 actor_terrain_collision(&shell->unk30, 4.0f, shell->pos[0], shell->pos[1], shell->pos[2], newPosition[0],
148 newPosition[1], newPosition[2]);
149 func_802B4E30((struct Actor*) shell);
150 func_802B4104(shell);
@@ -299,13 +299,13 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
187
188void func_802B4104(struct ShellActor* shell) {
-
189 if ((shell->unk30.surfaceDistance[0] < 0.0f) &&
-
190 ((shell->unk30.unk48[1] < 0.25f) || (shell->unk30.unk48[1] > -0.25f))) {
+
189 if ((shell->unk30.surfaceDistance[0] < 0.0f) &&
+
190 ((shell->unk30.unk48[1] < 0.25f) || (shell->unk30.unk48[1] > -0.25f))) {
191 destroy_destructable_actor((struct Actor*) shell);
192 func_800C98B8(shell->pos, shell->velocity, SOUND_ARG_LOAD(0x19, 0x00, 0x80, 0x54));
193 shell->flags |= 0x80;
-
194 } else if ((shell->unk30.surfaceDistance[1] < 0.0f) &&
-
195 ((shell->unk30.unk54[1] < 0.25f) || (shell->unk30.unk54[1] < -0.25f))) {
+
194 } else if ((shell->unk30.surfaceDistance[1] < 0.0f) &&
+
195 ((shell->unk30.unk54[1] < 0.25f) || (shell->unk30.unk54[1] < -0.25f))) {
196 destroy_destructable_actor((struct Actor*) shell);
197 func_800C98B8(shell->pos, shell->velocity, SOUND_ARG_LOAD(0x19, 0x00, 0x80, 0x54));
198 shell->flags |= 0x80;
@@ -357,7 +357,7 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
247 switch (shell->state) {
248 case HELD_SHELL:
249 player = &gPlayers[shell->playerId];
-
250 copy_collision(&player->collision, &shell->unk30);
+
250 copy_collision(&player->collision, &shell->unk30);
251 somePosVel[0] = 0.0f;
252 somePosVel[1] = player->boundingBoxSize;
253 somePosVel[2] = -(player->boundingBoxSize + shell->boundingBoxSize + 2.0f);
@@ -365,7 +365,7 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
255 shell->pos[0] = player->pos[0] + somePosVel[0];
256 pad7 = player->pos[1] - somePosVel[1];
257 shell->pos[2] = player->pos[2] + somePosVel[2];
-
258 height = calculate_surface_height(shell->pos[0], pad7, shell->pos[2], player->collision.meshIndexZX);
+
258 height = calculate_surface_height(shell->pos[0], pad7, shell->pos[2], player->collision.meshIndexZX);
259 temp_f2 = pad7 - height;
260
261 if ((temp_f2 < 5.0f) && (temp_f2 > -5.0f)) {
@@ -517,7 +517,7 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
408 shell->pos[0] += shell->velocity[0];
409 shell->pos[1] += shell->velocity[1];
410 shell->pos[2] += shell->velocity[2];
-
411 actor_terrain_collision(&shell->unk30, 4.0f, shell->pos[0], shell->pos[1], shell->pos[2], origPos[0],
+
411 actor_terrain_collision(&shell->unk30, 4.0f, shell->pos[0], shell->pos[1], shell->pos[2], origPos[0],
412 origPos[1], origPos[2]);
413 func_802B4E30((struct Actor*) shell);
414 func_802B4104(shell);
@@ -563,7 +563,7 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
454 shell->pos[0] = player->pos[0] + somePosVel[0];
455 shell->pos[1] = player->pos[1] + somePosVel[1];
456 shell->pos[2] = player->pos[2] + somePosVel[2];
-
457 actor_terrain_collision(&shell->unk30, 4.0f, shell->pos[0], shell->pos[1], shell->pos[2], origPos[0],
+
457 actor_terrain_collision(&shell->unk30, 4.0f, shell->pos[0], shell->pos[1], shell->pos[2], origPos[0],
458 origPos[1], origPos[2]);
459 func_802B4E30((struct Actor*) shell);
460 }
@@ -619,8 +619,8 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
void destroy_destructable_actor(struct Actor *actor)
Definition actors.c:1748
void destroy_actor(struct Actor *actor)
Definition actors.c:1216
+
void copy_collision(Collision *src, Collision *dest)
Definition actors_extended.c:20
void func_802B4E30(struct Actor *arg0)
Definition actors_extended.c:990
-
void copy_collision(struct Collision *src, struct Collision *dest)
Definition actors_extended.c:20
void func_802B3E7C(struct ShellActor *shell, Player *player)
Definition update.inc.c:115
void func_802B3B44(struct ShellActor *shell)
Definition update.inc.c:9
@@ -641,7 +641,7 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
u16 gNearestPathPointByPlayerId[12]
Definition code_80005FD0.c:177
s16 gPlayerBalloonCount[8]
Definition code_80057C60_var.c:213
f32 calculate_surface_height(f32 x, f32 y, f32 z, u16 index)
Definition collision.c:466
-
u16 actor_terrain_collision(struct Collision *collision, f32 boundingBoxSize, f32 newX, f32 newY, f32 newZ, f32 oldX, f32 oldY, f32 oldZ)
Definition collision.c:1181
+
u16 actor_terrain_collision(Collision *collision, f32 boundingBoxSize, f32 newX, f32 newY, f32 newZ, f32 oldX, f32 oldY, f32 oldZ)
Definition collision.c:1181
f32 Vec3f[3]
Definition common_structs.h:10
#define BOO_EFFECT
Definition defines.h:474
@@ -668,9 +668,9 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
f32 coss(u16 arg0)
Definition math_util.c:1066
#define SOUND_ARG_LOAD(sound_bank, byte2, byte3, sound_id)
Definition sounds.h:14
Definition actor_types.h:124
-
struct Collision unk30
Definition actor_types.h:135
s16 state
Definition actor_types.h:128
Vec3f velocity
Definition actor_types.h:134
+
Collision unk30
Definition actor_types.h:135
s16 flags
Definition actor_types.h:126
Vec3f pos
Definition actor_types.h:133
f32 boundingBoxSize
Definition actor_types.h:130
@@ -681,13 +681,13 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
Definition common_structs.h:66
u16 buttonDepressed
Definition common_structs.h:73
Definition common_structs.h:264
-
struct Collision collision
Definition common_structs.h:339
s16 unk_0C0
Definition common_structs.h:314
f32 speed
Definition common_structs.h:299
Mat3 orientationMatrix
Definition common_structs.h:341
u16 characterId
Definition common_structs.h:369
u32 effects
Definition common_structs.h:313
Vec3s rotation
Definition common_structs.h:276
+
Collision collision
Definition common_structs.h:339
f32 boundingBoxSize
Definition common_structs.h:289
u16 type
Definition common_structs.h:265
s16 currentRank
Definition common_structs.h:267
@@ -701,9 +701,9 @@ $(function(){initNavTree('blue__and__red__shells_2update_8inc_8c_source.html',''
f32 shellId
Definition actor_types.h:340
s16 type
Definition actor_types.h:329
s16 playerId
Definition actor_types.h:348
-
struct Collision unk30
Definition actor_types.h:352
Vec3f velocity
Definition actor_types.h:351
Vec3f pos
Definition actor_types.h:350
+
Collision unk30
Definition actor_types.h:352
s16 targetPlayer
Definition actor_types.h:337
s16 someTimer
Definition actor_types.h:335
u16 pathIndex
Definition actor_types.h:345
diff --git a/bomb__kart_8h.html b/bomb__kart_8h.html index 40a6b44f6..bd39866a3 100644 --- a/bomb__kart_8h.html +++ b/bomb__kart_8h.html @@ -162,8 +162,8 @@ Variables   BombKart gBombKarts [NUM_BOMB_KARTS_MAX]   -struct Collision gBombKartCollision [NUM_BOMB_KARTS_MAX] -  +Collision gBombKartCollision [NUM_BOMB_KARTS_MAX] + 

Macro Definition Documentation

@@ -293,8 +293,8 @@ Variables

Variable Documentation

- -

◆ gBombKartCollision

+ +

◆ gBombKartCollision

@@ -303,7 +303,7 @@ Variables - +
struct Collision gBombKartCollision[NUM_BOMB_KARTS_MAX]Collision gBombKartCollision[NUM_BOMB_KARTS_MAX]
diff --git a/bomb__kart_8h.js b/bomb__kart_8h.js index d9cc02de3..cada830c5 100644 --- a/bomb__kart_8h.js +++ b/bomb__kart_8h.js @@ -11,7 +11,7 @@ var bomb__kart_8h = [ "NUM_BOMB_KARTS_BATTLE", "bomb__kart_8h.html#abcecd1bb778612f9abaec48133c6f248", null ], [ "NUM_BOMB_KARTS_MAX", "bomb__kart_8h.html#a4e55b67d5f1a388b6fb2cec53ec24846", null ], [ "NUM_BOMB_KARTS_VERSUS", "bomb__kart_8h.html#aa5f0e977131ff31701339219d424359f", null ], - [ "gBombKartCollision", "bomb__kart_8h.html#a9633fe2991cdb194ba4214a324a96549", null ], + [ "gBombKartCollision", "bomb__kart_8h.html#a6453b1c7409232f848e8fbda7987b763", null ], [ "gBombKarts", "bomb__kart_8h.html#ac3cbac5b1e139c4891df180254ec34b3", null ], [ "gIndexObjectBombKart", "bomb__kart_8h.html#a7478ae92d607d5622fc21aab2ad5bd46", null ] ]; \ No newline at end of file diff --git a/bomb__kart_8h_source.html b/bomb__kart_8h_source.html index afa6e48bc..12ebe605c 100644 --- a/bomb__kart_8h_source.html +++ b/bomb__kart_8h_source.html @@ -160,11 +160,11 @@ $(function(){initNavTree('bomb__kart_8h_source.html',''); initResizable(true); }
57
- +
60
61#endif
#define NUM_BOMB_KARTS_MAX
Definition bomb_kart.h:7
-
struct Collision gBombKartCollision[NUM_BOMB_KARTS_MAX]
Definition code_80005FD0.c:164
+
Collision gBombKartCollision[NUM_BOMB_KARTS_MAX]
Definition code_80005FD0.c:164
BombKart gBombKarts[NUM_BOMB_KARTS_MAX]
Definition code_80005FD0.c:163
s32 gIndexObjectBombKart[NUM_BOMB_KARTS_MAX]
Indexes for the objects associated with the Bomb Karts.
Definition code_80057C60.c:237
diff --git a/box__truck_2render_8inc_8c_source.html b/box__truck_2render_8inc_8c_source.html index bbf428bfc..042913e83 100644 --- a/box__truck_2render_8inc_8c_source.html +++ b/box__truck_2render_8inc_8c_source.html @@ -174,7 +174,7 @@ $(function(){initNavTree('box__truck_2render_8inc_8c_source.html',''); initResiz
#define SCREEN_MODE_1P
Options for gScreenModeSelection and gActiveScreenMode.
Definition defines.h:246
#define UNUSED
Definition macros.h:40
-
#define MAX(a, b)
Definition macros.h:144
+
#define MAX(a, b)
Definition macros.h:151
Gfx * gDisplayListHead
Definition main.c:129
s32 gActiveScreenMode
Definition main.c:172
diff --git a/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.map b/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.map index 6cf9bed9f..97563fd8a 100644 --- a/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.map +++ b/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.map @@ -4,7 +4,7 @@ - + @@ -14,11 +14,11 @@ - + - + - + diff --git a/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.md5 b/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.md5 index 1e30b02c0..8cc655039 100644 --- a/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.md5 +++ b/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.md5 @@ -1 +1 @@ -6eec5038ae3a5029b3723d7c6e5d8245 \ No newline at end of file +ab07a7edaabe795635d583dd92139615 \ No newline at end of file diff --git a/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.svg b/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.svg index 54c69bd82..410f895c9 100644 --- a/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.svg +++ b/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph.svg @@ -103,7 +103,7 @@ var sectionId = 'dynsection-20'; Node5 - + check_bounding_collision @@ -193,7 +193,7 @@ var sectionId = 'dynsection-20'; Node6 - + check_collision_yx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-20'; Node7 - + check_collision_zx @@ -229,7 +229,7 @@ var sectionId = 'dynsection-20'; Node8 - + check_collision_zy diff --git a/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph_org.svg b/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph_org.svg index 303d8ff85..b16c0a072 100644 --- a/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph_org.svg +++ b/camera_8c_a09fb66ecef65a26e18986ad87b9a3317_cgraph_org.svg @@ -56,7 +56,7 @@ Node5 - + check_bounding_collision @@ -146,7 +146,7 @@ Node6 - + check_collision_yx @@ -164,7 +164,7 @@ Node7 - + check_collision_zx @@ -182,7 +182,7 @@ Node8 - + check_collision_zy diff --git a/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.map b/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.map index b7ef1b69a..3454c45cb 100644 --- a/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.map +++ b/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.map @@ -4,7 +4,7 @@ - + @@ -12,11 +12,11 @@ - + - + - + diff --git a/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.md5 b/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.md5 index 78529f897..0f5bd2459 100644 --- a/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.md5 +++ b/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.md5 @@ -1 +1 @@ -5486a35f08118febb03926b7bbc120ad \ No newline at end of file +c696808242bbb0645c6e81227dbd9f39 \ No newline at end of file diff --git a/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.svg b/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.svg index b63ca705d..f163f1976 100644 --- a/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.svg +++ b/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph.svg @@ -103,7 +103,7 @@ var sectionId = 'dynsection-18'; Node5 - + check_bounding_collision @@ -175,7 +175,7 @@ var sectionId = 'dynsection-18'; Node6 - + check_collision_yx @@ -193,7 +193,7 @@ var sectionId = 'dynsection-18'; Node7 - + check_collision_zx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-18'; Node8 - + check_collision_zy diff --git a/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph_org.svg b/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph_org.svg index 466f82d31..e5e087465 100644 --- a/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph_org.svg +++ b/camera_8c_a127eba0d686fee7c706167f28f332760_cgraph_org.svg @@ -56,7 +56,7 @@ Node5 - + check_bounding_collision @@ -128,7 +128,7 @@ Node6 - + check_collision_yx @@ -146,7 +146,7 @@ Node7 - + check_collision_zx @@ -164,7 +164,7 @@ Node8 - + check_collision_zy diff --git a/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.map b/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.map index 19469cb28..628337c74 100644 --- a/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.map +++ b/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.map @@ -2,7 +2,7 @@ - + @@ -10,11 +10,11 @@ - + - + - + diff --git a/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.md5 b/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.md5 index bdf772cbb..8461f95fd 100644 --- a/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.md5 +++ b/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.md5 @@ -1 +1 @@ -e29e8674e333f6888f4b58fc73a79a26 \ No newline at end of file +2430cf5bb7bb73e460fe9abd1216bcc9 \ No newline at end of file diff --git a/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.svg b/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.svg index 47060ba98..984e4ceb0 100644 --- a/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.svg +++ b/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph.svg @@ -85,7 +85,7 @@ var sectionId = 'dynsection-22'; Node4 - + check_bounding_collision @@ -157,7 +157,7 @@ var sectionId = 'dynsection-22'; Node5 - + check_collision_yx @@ -175,7 +175,7 @@ var sectionId = 'dynsection-22'; Node6 - + check_collision_zx @@ -193,7 +193,7 @@ var sectionId = 'dynsection-22'; Node7 - + check_collision_zy diff --git a/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph_org.svg b/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph_org.svg index a5d276ef0..d4553a546 100644 --- a/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph_org.svg +++ b/camera_8c_a42c7d84be6dd6af219b2df890e90296e_cgraph_org.svg @@ -38,7 +38,7 @@ Node4 - + check_bounding_collision @@ -110,7 +110,7 @@ Node5 - + check_collision_yx @@ -128,7 +128,7 @@ Node6 - + check_collision_zx @@ -146,7 +146,7 @@ Node7 - + check_collision_zy diff --git a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.map b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.map index 492356bef..5b59c98cf 100644 --- a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.map +++ b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.map @@ -26,7 +26,7 @@ - + diff --git a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.md5 b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.md5 index 90a279d68..654211264 100644 --- a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.md5 +++ b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.md5 @@ -1 +1 @@ -d99036fa54ed8d39803863c725d6507d \ No newline at end of file +d8572371832cfed9801e273b34abba79 \ No newline at end of file diff --git a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.svg b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.svg index 4e507ff29..3601d2143 100644 --- a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.svg +++ b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph.svg @@ -301,7 +301,7 @@ var sectionId = 'dynsection-26'; Node8 - + check_bounding_collision diff --git a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph_org.svg b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph_org.svg index 4151f4b48..4eec03f7d 100644 --- a/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph_org.svg +++ b/camera_8c_aa9c99b4c8605e42825107adeed2c382a_cgraph_org.svg @@ -254,7 +254,7 @@ Node8 - + check_bounding_collision diff --git a/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.map b/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.map index 376f16c23..f4b46c9d6 100644 --- a/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.map +++ b/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.map @@ -4,7 +4,7 @@ - + @@ -14,11 +14,11 @@ - + - + - + diff --git a/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.md5 b/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.md5 index 2eba14a15..8800ae487 100644 --- a/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.md5 +++ b/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.md5 @@ -1 +1 @@ -601cec89138bfb8fa0bddd288627a42e \ No newline at end of file +01a4a05165c77526b60b3316452cc619 \ No newline at end of file diff --git a/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.svg b/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.svg index c045209fb..ca8baa38a 100644 --- a/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.svg +++ b/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph.svg @@ -103,7 +103,7 @@ var sectionId = 'dynsection-24'; Node5 - + check_bounding_collision @@ -193,7 +193,7 @@ var sectionId = 'dynsection-24'; Node6 - + check_collision_yx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-24'; Node7 - + check_collision_zx @@ -229,7 +229,7 @@ var sectionId = 'dynsection-24'; Node8 - + check_collision_zy diff --git a/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph_org.svg b/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph_org.svg index d5efb149b..91f35f015 100644 --- a/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph_org.svg +++ b/camera_8c_ae341a27f4172416f06cc042880ec71e8_cgraph_org.svg @@ -56,7 +56,7 @@ Node5 - + check_bounding_collision @@ -146,7 +146,7 @@ Node6 - + check_collision_yx @@ -164,7 +164,7 @@ Node7 - + check_collision_zx @@ -182,7 +182,7 @@ Node8 - + check_collision_zy diff --git a/camera_8h.html b/camera_8h.html index 0ae6ae51e..c76810902 100644 --- a/camera_8h.html +++ b/camera_8h.html @@ -108,7 +108,6 @@ $(function(){initNavTree('camera_8h.html',''); initResizable(true); }); @@ -139,11 +138,6 @@ Macros #define NUM_CAMERAS   16   - - - -

-Typedefs

typedef enum RenderMode RenderMode
 

Enumerations

enum  RenderMode { RENDER_TRACK_SECTIONS @@ -250,21 +244,6 @@ Variables
-
-
-

Typedef Documentation

- -

◆ RenderMode

- -
-
- - - - -
typedef enum RenderMode RenderMode
-
-

Enumeration Type Documentation

diff --git a/camera_8h.js b/camera_8h.js index 53ac8c966..387e59179 100644 --- a/camera_8h.js +++ b/camera_8h.js @@ -4,7 +4,6 @@ var camera_8h = [ "Camera", "structCamera.html", "structCamera" ], [ "BAD_RETURN", "camera_8h.html#a5d473430986a7e9d5ceca3b538321cc8", null ], [ "NUM_CAMERAS", "camera_8h.html#a676fd455b512d2b69f626ea4bd738bce", null ], - [ "RenderMode", "camera_8h.html#a3da462c99634e27b12ec1a24790f756d", null ], [ "RenderMode", "camera_8h.html#ac9e546db27bb4f76f47d7e25f24abb88", [ [ "RENDER_TRACK_SECTIONS", "camera_8h.html#ac9e546db27bb4f76f47d7e25f24abb88a8b3974ce281d2b6c98d3a7989387eddd", null ], [ "RENDER_FULL_SCENE", "camera_8h.html#ac9e546db27bb4f76f47d7e25f24abb88af02c1454ac695a5ad0ac268a7557515f", null ], diff --git a/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.map b/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.map index 492356bef..5b59c98cf 100644 --- a/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.map +++ b/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.map @@ -26,7 +26,7 @@ - + diff --git a/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.md5 b/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.md5 index 90a279d68..654211264 100644 --- a/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.md5 +++ b/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.md5 @@ -1 +1 @@ -d99036fa54ed8d39803863c725d6507d \ No newline at end of file +d8572371832cfed9801e273b34abba79 \ No newline at end of file diff --git a/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.svg b/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.svg index da3ac0c94..9aa7c2744 100644 --- a/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.svg +++ b/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph.svg @@ -301,7 +301,7 @@ var sectionId = 'dynsection-20'; Node8 - + check_bounding_collision diff --git a/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph_org.svg b/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph_org.svg index 4151f4b48..4eec03f7d 100644 --- a/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph_org.svg +++ b/camera_8h_a099e98892c0941fbb0ed8b70680295e3_cgraph_org.svg @@ -254,7 +254,7 @@ Node8 - + check_bounding_collision diff --git a/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.map b/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.map index 376f16c23..f4b46c9d6 100644 --- a/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.map +++ b/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.map @@ -4,7 +4,7 @@ - + @@ -14,11 +14,11 @@ - + - + - + diff --git a/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.md5 b/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.md5 index 2eba14a15..8800ae487 100644 --- a/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.md5 +++ b/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.md5 @@ -1 +1 @@ -601cec89138bfb8fa0bddd288627a42e \ No newline at end of file +01a4a05165c77526b60b3316452cc619 \ No newline at end of file diff --git a/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.svg b/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.svg index aa3d57425..ddfd17d43 100644 --- a/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.svg +++ b/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph.svg @@ -103,7 +103,7 @@ var sectionId = 'dynsection-18'; Node5 - + check_bounding_collision @@ -193,7 +193,7 @@ var sectionId = 'dynsection-18'; Node6 - + check_collision_yx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-18'; Node7 - + check_collision_zx @@ -229,7 +229,7 @@ var sectionId = 'dynsection-18'; Node8 - + check_collision_zy diff --git a/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph_org.svg b/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph_org.svg index d5efb149b..91f35f015 100644 --- a/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph_org.svg +++ b/camera_8h_a25709b6bb578fdc921569c30a6b42960_cgraph_org.svg @@ -56,7 +56,7 @@ Node5 - + check_bounding_collision @@ -146,7 +146,7 @@ Node6 - + check_collision_yx @@ -164,7 +164,7 @@ Node7 - + check_collision_zx @@ -182,7 +182,7 @@ Node8 - + check_collision_zy diff --git a/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.map b/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.map index b7ef1b69a..3454c45cb 100644 --- a/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.map +++ b/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.map @@ -4,7 +4,7 @@ - + @@ -12,11 +12,11 @@ - + - + - + diff --git a/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.md5 b/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.md5 index 78529f897..0f5bd2459 100644 --- a/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.md5 +++ b/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.md5 @@ -1 +1 @@ -5486a35f08118febb03926b7bbc120ad \ No newline at end of file +c696808242bbb0645c6e81227dbd9f39 \ No newline at end of file diff --git a/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.svg b/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.svg index c09f2806f..285b46b57 100644 --- a/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.svg +++ b/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph.svg @@ -103,7 +103,7 @@ var sectionId = 'dynsection-12'; Node5 - + check_bounding_collision @@ -175,7 +175,7 @@ var sectionId = 'dynsection-12'; Node6 - + check_collision_yx @@ -193,7 +193,7 @@ var sectionId = 'dynsection-12'; Node7 - + check_collision_zx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-12'; Node8 - + check_collision_zy diff --git a/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph_org.svg b/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph_org.svg index 466f82d31..e5e087465 100644 --- a/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph_org.svg +++ b/camera_8h_aa7610bfca58b11ec943f6236364cb2d6_cgraph_org.svg @@ -56,7 +56,7 @@ Node5 - + check_bounding_collision @@ -128,7 +128,7 @@ Node6 - + check_collision_yx @@ -146,7 +146,7 @@ Node7 - + check_collision_zx @@ -164,7 +164,7 @@ Node8 - + check_collision_zy diff --git a/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.map b/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.map index 19469cb28..628337c74 100644 --- a/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.map +++ b/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.map @@ -2,7 +2,7 @@ - + @@ -10,11 +10,11 @@ - + - + - + diff --git a/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.md5 b/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.md5 index bdf772cbb..8461f95fd 100644 --- a/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.md5 +++ b/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.md5 @@ -1 +1 @@ -e29e8674e333f6888f4b58fc73a79a26 \ No newline at end of file +2430cf5bb7bb73e460fe9abd1216bcc9 \ No newline at end of file diff --git a/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.svg b/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.svg index e3d841e46..f47c1349c 100644 --- a/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.svg +++ b/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph.svg @@ -85,7 +85,7 @@ var sectionId = 'dynsection-16'; Node4 - + check_bounding_collision @@ -157,7 +157,7 @@ var sectionId = 'dynsection-16'; Node5 - + check_collision_yx @@ -175,7 +175,7 @@ var sectionId = 'dynsection-16'; Node6 - + check_collision_zx @@ -193,7 +193,7 @@ var sectionId = 'dynsection-16'; Node7 - + check_collision_zy diff --git a/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph_org.svg b/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph_org.svg index a5d276ef0..d4553a546 100644 --- a/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph_org.svg +++ b/camera_8h_ae2d650fd2f5e7d587702a177f684e394_cgraph_org.svg @@ -38,7 +38,7 @@ Node4 - + check_bounding_collision @@ -110,7 +110,7 @@ Node5 - + check_collision_yx @@ -128,7 +128,7 @@ Node6 - + check_collision_zx @@ -146,7 +146,7 @@ Node7 - + check_collision_zy diff --git a/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.map b/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.map index 6cf9bed9f..97563fd8a 100644 --- a/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.map +++ b/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.map @@ -4,7 +4,7 @@ - + @@ -14,11 +14,11 @@ - + - + - + diff --git a/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.md5 b/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.md5 index 1e30b02c0..8cc655039 100644 --- a/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.md5 +++ b/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.md5 @@ -1 +1 @@ -6eec5038ae3a5029b3723d7c6e5d8245 \ No newline at end of file +ab07a7edaabe795635d583dd92139615 \ No newline at end of file diff --git a/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.svg b/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.svg index 6aa59f9db..db6f316d6 100644 --- a/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.svg +++ b/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph.svg @@ -103,7 +103,7 @@ var sectionId = 'dynsection-14'; Node5 - + check_bounding_collision @@ -193,7 +193,7 @@ var sectionId = 'dynsection-14'; Node6 - + check_collision_yx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-14'; Node7 - + check_collision_zx @@ -229,7 +229,7 @@ var sectionId = 'dynsection-14'; Node8 - + check_collision_zy diff --git a/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph_org.svg b/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph_org.svg index 303d8ff85..b16c0a072 100644 --- a/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph_org.svg +++ b/camera_8h_aff36237abcbf10a26ffb72a2956b9556_cgraph_org.svg @@ -56,7 +56,7 @@ Node5 - + check_bounding_collision @@ -146,7 +146,7 @@ Node6 - + check_collision_yx @@ -164,7 +164,7 @@ Node7 - + check_collision_zx @@ -182,7 +182,7 @@ Node8 - + check_collision_zy diff --git a/camera_8h_source.html b/camera_8h_source.html index f694d74c2..522d601cd 100644 --- a/camera_8h_source.html +++ b/camera_8h_source.html @@ -127,7 +127,7 @@ $(function(){initNavTree('camera_8h_source.html',''); initResizable(true); }); - +
26};
27
@@ -157,7 +157,7 @@ $(function(){initNavTree('camera_8h_source.html',''); initResizable(true); });
49 /* 0x48 */ s32 unk_48;
50 /* 0x4C */ s32 unk_4C;
51 /* 0x50 */ s32 unk_50;
-
52 /* 0x54 */ struct Collision collision;
+
52 /* 0x54 */ Collision collision;
53 // When you hit a wall (or another driver) the camera's pos and lookAt bounce up and down. This is the velocity(?)
54 // of that bouncing
@@ -283,9 +283,9 @@ $(function(){initNavTree('camera_8h_source.html',''); initResizable(true); });
Vec3f lookAt
Definition camera.h:37
s16 unk_B0
Definition camera.h:64
s16 unk_2C
Definition camera.h:45
+
Collision collision
Definition camera.h:52
s32 unk_48
Definition camera.h:49
s32 unk_A8
Definition camera.h:59
-
struct Collision collision
Definition camera.h:52
Definition common_structs.h:147
Definition common_structs.h:264
Definition camera.h:28
diff --git a/car_2render_8inc_8c_source.html b/car_2render_8inc_8c_source.html index a2e840b8b..eb4088f21 100644 --- a/car_2render_8inc_8c_source.html +++ b/car_2render_8inc_8c_source.html @@ -160,7 +160,7 @@ $(function(){initNavTree('car_2render_8inc_8c_source.html',''); initResizable(tr
#define SCREEN_MODE_1P
Options for gScreenModeSelection and gActiveScreenMode.
Definition defines.h:246
#define UNUSED
Definition macros.h:40
-
#define MAX(a, b)
Definition macros.h:144
+
#define MAX(a, b)
Definition macros.h:151
Gfx * gDisplayListHead
Definition main.c:129
s32 gActiveScreenMode
Definition main.c:172
diff --git a/ceremony__and__credits_8c.html b/ceremony__and__credits_8c.html index 8dba59a86..afb03bdff 100644 --- a/ceremony__and__credits_8c.html +++ b/ceremony__and__credits_8c.html @@ -1363,7 +1363,7 @@ Here is the caller graph for this function:
-
Todo
Does this match as a return of s8?
+
Todo
Does this match as a return of s8?
Here is the call graph for this function:
diff --git a/classAActor.html b/classAActor.html index c7c612982..074c9a829 100644 --- a/classAActor.html +++ b/classAActor.html @@ -187,8 +187,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] @@ -971,14 +971,14 @@ Here is the caller graph for this function:
- -

◆ Unk30

+ +

◆ Unk30

- +
struct Collision AActor::Unk30Collision AActor::Unk30
diff --git a/classAActor.js b/classAActor.js index 748012f7b..5dd9a43d5 100644 --- a/classAActor.js +++ b/classAActor.js @@ -35,7 +35,7 @@ var classAActor = [ "State", "classAActor.html#a2d8bf26b556374a0c26c363e8114acbc", null ], [ "Triangles", "classAActor.html#ae363cd01dad5b18af811ded27d623224", null ], [ "Type", "classAActor.html#ac8b32907b5a9f6242485cf6f41ade0e4", null ], - [ "Unk30", "classAActor.html#af44b022ebad2d99dcb3476d85c88ca20", null ], + [ "Unk30", "classAActor.html#a568339098359599aa952fa031721ee5d", null ], [ "Unk_04", "classAActor.html#afd0dfc8181d4382fc1b94c44b6b80a62", null ], [ "Unk_08", "classAActor.html#a14f601f41ca89e19738d92da446d0b6b", null ], [ "Unk_16", "classAActor.html#a78e3a0ff2c1882a609e28d8aa444bcf7", null ], diff --git a/classABanana.html b/classABanana.html index 21ed0a6c2..fa3bde69d 100644 --- a/classABanana.html +++ b/classABanana.html @@ -195,8 +195,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.map b/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.map index 9ac2669ac..72a70fb77 100644 --- a/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.map +++ b/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.map @@ -2,7 +2,7 @@ - + @@ -18,11 +18,11 @@ - + - + - + diff --git a/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.md5 b/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.md5 index 189c4ba52..5c793c120 100644 --- a/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.md5 +++ b/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.md5 @@ -1 +1 @@ -81d05f55432d6139386afc7b43beeb01 \ No newline at end of file +0c9db5a6096f151f08fa90648ca58a02 \ No newline at end of file diff --git a/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.svg b/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.svg index 93ea80234..eeae242b5 100644 --- a/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.svg +++ b/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph.svg @@ -85,7 +85,7 @@ var sectionId = 'dynsection-6'; Node3 - + check_bounding_collision @@ -230,7 +230,7 @@ var sectionId = 'dynsection-6'; Node4 - + check_collision_yx @@ -248,7 +248,7 @@ var sectionId = 'dynsection-6'; Node5 - + check_collision_zx @@ -266,7 +266,7 @@ var sectionId = 'dynsection-6'; Node6 - + check_collision_zy diff --git a/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph_org.svg b/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph_org.svg index 0f4771e21..276dbe852 100644 --- a/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph_org.svg +++ b/classABanana_af7ffeaebdef0bcd311f06cce82f2ec80_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + check_bounding_collision @@ -183,7 +183,7 @@ Node4 - + check_collision_yx @@ -201,7 +201,7 @@ Node5 - + check_collision_zx @@ -219,7 +219,7 @@ Node6 - + check_collision_zy diff --git a/classABoat.html b/classABoat.html index b647cd17b..be5f1eb96 100644 --- a/classABoat.html +++ b/classABoat.html @@ -246,8 +246,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.map b/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.map index 3501bf1f1..14f172869 100644 --- a/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.map +++ b/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.md5 b/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.md5 index e56269cdf..ab9ac0f46 100644 --- a/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.md5 +++ b/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.md5 @@ -1 +1 @@ -20a56f5ca8dc4434534f55ce97573be5 \ No newline at end of file +5933f29ff3f99c41379052c0ff182ad4 \ No newline at end of file diff --git a/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.svg b/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.svg index de1405983..3016ccde6 100644 --- a/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.svg +++ b/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph.svg @@ -265,7 +265,7 @@ var sectionId = 'dynsection-7'; Node6 - + check_bounding_collision @@ -302,7 +302,7 @@ var sectionId = 'dynsection-7'; Node24 - + func_802AAAAC @@ -356,7 +356,7 @@ var sectionId = 'dynsection-7'; Node7 - + check_collision_yx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-7'; Node8 - + check_collision_zx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-7'; Node9 - + check_collision_zy diff --git a/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph_org.svg b/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph_org.svg index 27bb939c2..18e578362 100644 --- a/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph_org.svg +++ b/classABoat_a2a8755582504f510d51f7988b42df18b_cgraph_org.svg @@ -218,7 +218,7 @@ Node6 - + check_bounding_collision @@ -255,7 +255,7 @@ Node24 - + func_802AAAAC @@ -309,7 +309,7 @@ Node7 - + check_collision_yx @@ -327,7 +327,7 @@ Node8 - + check_collision_zx @@ -345,7 +345,7 @@ Node9 - + check_collision_zy diff --git a/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.map b/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.map index 456f26f24..0da01978c 100644 --- a/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.map +++ b/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.map @@ -18,21 +18,21 @@ - + - + - + - + - + diff --git a/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.md5 b/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.md5 index ca005122e..499bd6d19 100644 --- a/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.md5 +++ b/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.md5 @@ -1 +1 @@ -03ba43f0eb122a423bcc0ec57f12be2b \ No newline at end of file +7d9e4bc89aaea15b3656cebea93c2d5e \ No newline at end of file diff --git a/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.svg b/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.svg index be8d976c6..58de0eef3 100644 --- a/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.svg +++ b/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph.svg @@ -229,7 +229,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_bounding_collision @@ -266,7 +266,7 @@ var sectionId = 'dynsection-2'; Node23 - + func_802AAAAC @@ -320,7 +320,7 @@ var sectionId = 'dynsection-2'; Node6 - + check_collision_yx @@ -338,7 +338,7 @@ var sectionId = 'dynsection-2'; Node7 - + check_collision_zx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-2'; Node8 - + check_collision_zy diff --git a/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph_org.svg b/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph_org.svg index 854fa83c4..cfc0a83d7 100644 --- a/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph_org.svg +++ b/classABoat_a72f9505bb203b7da30ee448f061bbe49_cgraph_org.svg @@ -182,7 +182,7 @@ Node5 - + check_bounding_collision @@ -219,7 +219,7 @@ Node23 - + func_802AAAAC @@ -273,7 +273,7 @@ Node6 - + check_collision_yx @@ -291,7 +291,7 @@ Node7 - + check_collision_zx @@ -309,7 +309,7 @@ Node8 - + check_collision_zy diff --git a/classABowserStatue.html b/classABowserStatue.html index 66751b926..0643eb30f 100644 --- a/classABowserStatue.html +++ b/classABowserStatue.html @@ -214,8 +214,8 @@ Additional Inherited Members   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classABus.html b/classABus.html index 9798bef00..a6464fc31 100644 --- a/classABus.html +++ b/classABus.html @@ -248,8 +248,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.map b/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.map index e2fdc4ed0..30ebfe3bf 100644 --- a/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.map +++ b/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.map @@ -25,17 +25,17 @@ - + - + - + - + diff --git a/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.md5 b/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.md5 index 23858061c..0849a22dd 100644 --- a/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.md5 +++ b/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.md5 @@ -1 +1 @@ -541abf744c451ff5ed7dc2fbf2e97416 \ No newline at end of file +5ac121c5467c02bcab0b3e2fa7035451 \ No newline at end of file diff --git a/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.svg b/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.svg index 7b7ad37f3..39f63c81e 100644 --- a/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.svg +++ b/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph.svg @@ -293,7 +293,7 @@ var sectionId = 'dynsection-6'; Node7 - + check_bounding_collision @@ -348,7 +348,7 @@ var sectionId = 'dynsection-6'; Node8 - + check_collision_yx @@ -366,7 +366,7 @@ var sectionId = 'dynsection-6'; Node9 - + check_collision_zx @@ -384,7 +384,7 @@ var sectionId = 'dynsection-6'; Node10 - + check_collision_zy diff --git a/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph_org.svg b/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph_org.svg index 1543d2373..42970d445 100644 --- a/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph_org.svg +++ b/classABus_a07af38f3fced338dc420cffcdfddb826_cgraph_org.svg @@ -246,7 +246,7 @@ Node7 - + check_bounding_collision @@ -301,7 +301,7 @@ Node8 - + check_collision_yx @@ -319,7 +319,7 @@ Node9 - + check_collision_zx @@ -337,7 +337,7 @@ Node10 - + check_collision_zy diff --git a/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.map b/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.map index 19578c05f..af5272347 100644 --- a/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.map +++ b/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.map @@ -26,21 +26,21 @@ - + - + - + - + - + diff --git a/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.md5 b/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.md5 index a86dcbb2d..8fa9bfa5c 100644 --- a/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.md5 +++ b/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.md5 @@ -1 +1 @@ -3de4daa99ac2082b2a014f4d71056bc5 \ No newline at end of file +8530961839737f2c194f2b8d3c84e3e7 \ No newline at end of file diff --git a/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.svg b/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.svg index 006447648..cb0d6d60e 100644 --- a/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.svg +++ b/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph.svg @@ -301,7 +301,7 @@ var sectionId = 'dynsection-5'; Node6 - + check_bounding_collision @@ -338,7 +338,7 @@ var sectionId = 'dynsection-5'; Node24 - + func_802AAAAC @@ -392,7 +392,7 @@ var sectionId = 'dynsection-5'; Node7 - + check_collision_yx @@ -410,7 +410,7 @@ var sectionId = 'dynsection-5'; Node8 - + check_collision_zx @@ -428,7 +428,7 @@ var sectionId = 'dynsection-5'; Node9 - + check_collision_zy diff --git a/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph_org.svg b/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph_org.svg index 311f64ec6..1f055f463 100644 --- a/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph_org.svg +++ b/classABus_a456ce9ea8c555e72a30abe4b40bd2d7b_cgraph_org.svg @@ -254,7 +254,7 @@ Node6 - + check_bounding_collision @@ -291,7 +291,7 @@ Node24 - + func_802AAAAC @@ -345,7 +345,7 @@ Node7 - + check_collision_yx @@ -363,7 +363,7 @@ Node8 - + check_collision_zx @@ -381,7 +381,7 @@ Node9 - + check_collision_zy diff --git a/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.map b/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.map index cb312cb60..de3b3eebf 100644 --- a/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.map +++ b/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.md5 b/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.md5 index 15b970109..c601faf38 100644 --- a/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.md5 +++ b/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.md5 @@ -1 +1 @@ -4eefe9d3e9fead7805962b32e6f388db \ No newline at end of file +79cdc6c70a70a6ebfb51328a7c369047 \ No newline at end of file diff --git a/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.svg b/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.svg index c581d7196..8fa7994ef 100644 --- a/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.svg +++ b/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph.svg @@ -265,7 +265,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_bounding_collision @@ -302,7 +302,7 @@ var sectionId = 'dynsection-2'; Node23 - + func_802AAAAC @@ -356,7 +356,7 @@ var sectionId = 'dynsection-2'; Node6 - + check_collision_yx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-2'; Node7 - + check_collision_zx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-2'; Node8 - + check_collision_zy diff --git a/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph_org.svg b/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph_org.svg index dffde4d43..d5fe00fac 100644 --- a/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph_org.svg +++ b/classABus_aabc43c4a5a7c5acc7daa5e89f9d42cdb_cgraph_org.svg @@ -218,7 +218,7 @@ Node5 - + check_bounding_collision @@ -255,7 +255,7 @@ Node23 - + func_802AAAAC @@ -309,7 +309,7 @@ Node6 - + check_collision_yx @@ -327,7 +327,7 @@ Node7 - + check_collision_zx @@ -345,7 +345,7 @@ Node8 - + check_collision_zy diff --git a/classACar.html b/classACar.html index d9430a3b5..9a93723c6 100644 --- a/classACar.html +++ b/classACar.html @@ -248,8 +248,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.map b/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.map index 5cd0b9435..837f7e416 100644 --- a/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.map +++ b/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.map @@ -26,21 +26,21 @@ - + - + - + - + - + diff --git a/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.md5 b/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.md5 index 389c720a5..57516e872 100644 --- a/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.md5 +++ b/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.md5 @@ -1 +1 @@ -6959cae6321720fbcdbb18485194c79c \ No newline at end of file +82a0988c2fc03f54b2de1c8d38ab8b0b \ No newline at end of file diff --git a/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.svg b/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.svg index 34b5302f0..991df0d3e 100644 --- a/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.svg +++ b/classACar_a657415a24ab2c0d907f25fd227156848_cgraph.svg @@ -301,7 +301,7 @@ var sectionId = 'dynsection-5'; Node6 - + check_bounding_collision @@ -338,7 +338,7 @@ var sectionId = 'dynsection-5'; Node24 - + func_802AAAAC @@ -392,7 +392,7 @@ var sectionId = 'dynsection-5'; Node7 - + check_collision_yx @@ -410,7 +410,7 @@ var sectionId = 'dynsection-5'; Node8 - + check_collision_zx @@ -428,7 +428,7 @@ var sectionId = 'dynsection-5'; Node9 - + check_collision_zy diff --git a/classACar_a657415a24ab2c0d907f25fd227156848_cgraph_org.svg b/classACar_a657415a24ab2c0d907f25fd227156848_cgraph_org.svg index a048685a3..dc748b4d3 100644 --- a/classACar_a657415a24ab2c0d907f25fd227156848_cgraph_org.svg +++ b/classACar_a657415a24ab2c0d907f25fd227156848_cgraph_org.svg @@ -254,7 +254,7 @@ Node6 - + check_bounding_collision @@ -291,7 +291,7 @@ Node24 - + func_802AAAAC @@ -345,7 +345,7 @@ Node7 - + check_collision_yx @@ -363,7 +363,7 @@ Node8 - + check_collision_zx @@ -381,7 +381,7 @@ Node9 - + check_collision_zy diff --git a/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.map b/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.map index be50679d7..7baaaaf2a 100644 --- a/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.map +++ b/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.md5 b/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.md5 index e4d57a97a..9a4af3c08 100644 --- a/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.md5 +++ b/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.md5 @@ -1 +1 @@ -28530b68427c61e37b8210441971dbbf \ No newline at end of file +f3e557a76f8b3ceeac87d2e62ed15b9d \ No newline at end of file diff --git a/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.svg b/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.svg index 88b47ca39..0d0e3435e 100644 --- a/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.svg +++ b/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph.svg @@ -265,7 +265,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_bounding_collision @@ -302,7 +302,7 @@ var sectionId = 'dynsection-2'; Node23 - + func_802AAAAC @@ -356,7 +356,7 @@ var sectionId = 'dynsection-2'; Node6 - + check_collision_yx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-2'; Node7 - + check_collision_zx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-2'; Node8 - + check_collision_zy diff --git a/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph_org.svg b/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph_org.svg index 1864d799a..bc4dda51c 100644 --- a/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph_org.svg +++ b/classACar_a7c537f8a1af7c93b57a6fbf2f52a894d_cgraph_org.svg @@ -218,7 +218,7 @@ Node5 - + check_bounding_collision @@ -255,7 +255,7 @@ Node23 - + func_802AAAAC @@ -309,7 +309,7 @@ Node6 - + check_collision_yx @@ -327,7 +327,7 @@ Node7 - + check_collision_zx @@ -345,7 +345,7 @@ Node8 - + check_collision_zy diff --git a/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.map b/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.map index 6706a9f74..59cfa26f1 100644 --- a/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.map +++ b/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.map @@ -25,17 +25,17 @@ - + - + - + - + diff --git a/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.md5 b/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.md5 index 2637b9c3c..d313344a0 100644 --- a/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.md5 +++ b/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.md5 @@ -1 +1 @@ -fb8edfbab4db0b309e650589eafb2bbf \ No newline at end of file +6b74aefea671c68fbe090f21be0ec15a \ No newline at end of file diff --git a/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.svg b/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.svg index 3261a30bd..6f1195ebb 100644 --- a/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.svg +++ b/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph.svg @@ -293,7 +293,7 @@ var sectionId = 'dynsection-6'; Node7 - + check_bounding_collision @@ -348,7 +348,7 @@ var sectionId = 'dynsection-6'; Node8 - + check_collision_yx @@ -366,7 +366,7 @@ var sectionId = 'dynsection-6'; Node9 - + check_collision_zx @@ -384,7 +384,7 @@ var sectionId = 'dynsection-6'; Node10 - + check_collision_zy diff --git a/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph_org.svg b/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph_org.svg index 66f416e21..2c4b78896 100644 --- a/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph_org.svg +++ b/classACar_aa5a07144df2ce488c986f2c9eece9916_cgraph_org.svg @@ -246,7 +246,7 @@ Node7 - + check_bounding_collision @@ -301,7 +301,7 @@ Node8 - + check_collision_yx @@ -319,7 +319,7 @@ Node9 - + check_collision_zx @@ -337,7 +337,7 @@ Node10 - + check_collision_zy diff --git a/classACloud.html b/classACloud.html index 1c237e789..714b66c0b 100644 --- a/classACloud.html +++ b/classACloud.html @@ -215,8 +215,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classAFallingRock.html b/classAFallingRock.html index 3017230d5..a67ef75a3 100644 --- a/classAFallingRock.html +++ b/classAFallingRock.html @@ -207,8 +207,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.map b/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.map index 297e56c3b..f0fa1315b 100644 --- a/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.map +++ b/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.map @@ -2,7 +2,7 @@ - + diff --git a/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.md5 b/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.md5 index 0ec97237d..95de4e35c 100644 --- a/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.md5 +++ b/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.md5 @@ -1 +1 @@ -274db4a1deb095667ece5dcc7e6ebaaa \ No newline at end of file +cfa1771fc451302dcd19fe814d8845af \ No newline at end of file diff --git a/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.svg b/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.svg index ac5de2b32..329b8ecef 100644 --- a/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.svg +++ b/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph.svg @@ -49,7 +49,7 @@ Node3 - + func_802AAAAC diff --git a/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph_org.svg b/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph_org.svg index 74973baa4..25c8e087d 100644 --- a/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph_org.svg +++ b/classAFallingRock_a08312394e5cd64e8ac82f985a68724b4_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + func_802AAAAC diff --git a/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.map b/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.map index cb4a1b716..4e8533fc0 100644 --- a/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.map +++ b/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.map @@ -10,7 +10,7 @@ - + diff --git a/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.md5 b/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.md5 index 03c99a2a7..126a71d71 100644 --- a/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.md5 +++ b/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.md5 @@ -1 +1 @@ -2a7e1296814d2853b64f4dad1cea801c \ No newline at end of file +c5fcf1e61cc77745c4072e4c04452dfa \ No newline at end of file diff --git a/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.svg b/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.svg index 3fd4352eb..e7251c975 100644 --- a/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.svg +++ b/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph.svg @@ -157,7 +157,7 @@ var sectionId = 'dynsection-9'; Node7 - + func_802AAAAC diff --git a/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph_org.svg b/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph_org.svg index d9b4a53a1..5728c6a36 100644 --- a/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph_org.svg +++ b/classAFallingRock_a5e5728ce9b9de93ccb5a356e06be97d0_cgraph_org.svg @@ -110,7 +110,7 @@ Node7 - + func_802AAAAC diff --git a/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.map b/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.map index 56d2cca3e..7941f0b93 100644 --- a/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.map +++ b/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.map @@ -2,19 +2,19 @@ - + - + - + - + - + diff --git a/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.md5 b/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.md5 index 441c57b12..783838488 100644 --- a/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.md5 +++ b/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.md5 @@ -1 +1 @@ -eac717dd78b6c3649c0eff95251c4cb0 \ No newline at end of file +363b3a01f9bef17628d085bba03e81c8 \ No newline at end of file diff --git a/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.svg b/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.svg index eadab1236..e02c80497 100644 --- a/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.svg +++ b/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph.svg @@ -49,7 +49,7 @@ Node3 - + check_bounding_collision @@ -67,7 +67,7 @@ Node7 - + CM_GetWaterLevel @@ -121,7 +121,7 @@ Node4 - + check_collision_yx @@ -139,7 +139,7 @@ Node5 - + check_collision_zx @@ -157,7 +157,7 @@ Node6 - + check_collision_zy diff --git a/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph_org.svg b/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph_org.svg index bc49f085d..310183812 100644 --- a/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph_org.svg +++ b/classAFallingRock_a78da7ee050ed40f6c83c0a334f7d901f_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + check_bounding_collision @@ -56,7 +56,7 @@ Node7 - + CM_GetWaterLevel @@ -110,7 +110,7 @@ Node4 - + check_collision_yx @@ -128,7 +128,7 @@ Node5 - + check_collision_zx @@ -146,7 +146,7 @@ Node6 - + check_collision_zy diff --git a/classAFinishline.html b/classAFinishline.html index 5b359cc18..00f92d3ad 100644 --- a/classAFinishline.html +++ b/classAFinishline.html @@ -220,8 +220,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classAMarioSign.html b/classAMarioSign.html index 18fe7652a..665907ca0 100644 --- a/classAMarioSign.html +++ b/classAMarioSign.html @@ -210,8 +210,8 @@ Additional Inherited Members   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.map b/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.map index a6ea48c44..2967fa698 100644 --- a/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.map +++ b/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.map @@ -10,7 +10,7 @@ - + diff --git a/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.md5 b/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.md5 index 827aa50a5..c620620ce 100644 --- a/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.md5 +++ b/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.md5 @@ -1 +1 @@ -7899c3be6ca1a963b843842b88b2f9ab \ No newline at end of file +c8fab3321f3d28ac5120191b7511faa4 \ No newline at end of file diff --git a/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.svg b/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.svg index 3759c6dd0..f1715c092 100644 --- a/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.svg +++ b/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph.svg @@ -157,7 +157,7 @@ var sectionId = 'dynsection-6'; Node7 - + func_802AAAAC diff --git a/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph_org.svg b/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph_org.svg index f4f80a932..e1e53af80 100644 --- a/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph_org.svg +++ b/classAMarioSign_a22162795fd64b2cdc9449de586cba66b_cgraph_org.svg @@ -110,7 +110,7 @@ Node7 - + func_802AAAAC diff --git a/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.map b/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.map index 58809525d..e3036814e 100644 --- a/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.map +++ b/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.map @@ -2,7 +2,7 @@ - + diff --git a/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.md5 b/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.md5 index 6556c19bf..576b0e36b 100644 --- a/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.md5 +++ b/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.md5 @@ -1 +1 @@ -63e5a5bc9b796f4c38d8e03ab8a322c5 \ No newline at end of file +881f134ee52fdb59c9902cfc3ef5cccb \ No newline at end of file diff --git a/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.svg b/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.svg index b0a76a65b..1952a68f5 100644 --- a/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.svg +++ b/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph.svg @@ -49,7 +49,7 @@ Node3 - + func_802AAAAC diff --git a/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph_org.svg b/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph_org.svg index 6c78f85cf..8eba11a35 100644 --- a/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph_org.svg +++ b/classAMarioSign_a3a685e9efe29f34cd2e3e0f5d85752f9_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + func_802AAAAC diff --git a/classAShip.html b/classAShip.html index 8a5cdc187..fe17c8404 100644 --- a/classAShip.html +++ b/classAShip.html @@ -211,8 +211,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classASpaghettiShip.html b/classASpaghettiShip.html index 5112b1743..e27429a07 100644 --- a/classASpaghettiShip.html +++ b/classASpaghettiShip.html @@ -201,8 +201,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classAStarship.html b/classAStarship.html index 7eba9d86d..cd5fbd4c3 100644 --- a/classAStarship.html +++ b/classAStarship.html @@ -201,8 +201,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classATankerTruck.html b/classATankerTruck.html index f34aeba3f..14f3d4b6e 100644 --- a/classATankerTruck.html +++ b/classATankerTruck.html @@ -248,8 +248,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.map b/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.map index d04df04e5..fc30195d5 100644 --- a/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.map +++ b/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.md5 b/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.md5 index 2383fcb8a..c3417ce73 100644 --- a/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.md5 +++ b/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.md5 @@ -1 +1 @@ -b1a04e40ff21e0db5a85f8677321b387 \ No newline at end of file +ba88a67684c45ccc7b9e37ce3536f164 \ No newline at end of file diff --git a/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.svg b/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.svg index 31b1393f4..bcdd8e4fb 100644 --- a/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.svg +++ b/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph.svg @@ -265,7 +265,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_bounding_collision @@ -302,7 +302,7 @@ var sectionId = 'dynsection-2'; Node23 - + func_802AAAAC @@ -356,7 +356,7 @@ var sectionId = 'dynsection-2'; Node6 - + check_collision_yx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-2'; Node7 - + check_collision_zx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-2'; Node8 - + check_collision_zy diff --git a/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph_org.svg b/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph_org.svg index 1f9be93a4..eddbe591f 100644 --- a/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph_org.svg +++ b/classATankerTruck_a09577845d0c017bc5845b1cac44b5078_cgraph_org.svg @@ -218,7 +218,7 @@ Node5 - + check_bounding_collision @@ -255,7 +255,7 @@ Node23 - + func_802AAAAC @@ -309,7 +309,7 @@ Node6 - + check_collision_yx @@ -327,7 +327,7 @@ Node7 - + check_collision_zx @@ -345,7 +345,7 @@ Node8 - + check_collision_zy diff --git a/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.map b/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.map index 55ee7b436..e53d529df 100644 --- a/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.map +++ b/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.map @@ -30,21 +30,21 @@ - + - + - + - + - + diff --git a/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.md5 b/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.md5 index 3d80f9b74..1057fb22a 100644 --- a/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.md5 +++ b/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.md5 @@ -1 +1 @@ -5613262f525da5a08475e33217e421d3 \ No newline at end of file +b99b5243750d2529be3873ab8be433f5 \ No newline at end of file diff --git a/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.svg b/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.svg index e11b1a5c7..345297b25 100644 --- a/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.svg +++ b/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph.svg @@ -337,7 +337,7 @@ var sectionId = 'dynsection-5'; Node9 - + check_bounding_collision @@ -374,7 +374,7 @@ var sectionId = 'dynsection-5'; Node26 - + func_802AAAAC @@ -428,7 +428,7 @@ var sectionId = 'dynsection-5'; Node10 - + check_collision_yx @@ -446,7 +446,7 @@ var sectionId = 'dynsection-5'; Node11 - + check_collision_zx @@ -464,7 +464,7 @@ var sectionId = 'dynsection-5'; Node12 - + check_collision_zy diff --git a/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph_org.svg b/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph_org.svg index bf9e685bc..d4a0df73f 100644 --- a/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph_org.svg +++ b/classATankerTruck_a2aacacbab3ba357a304a26523e4e3679_cgraph_org.svg @@ -290,7 +290,7 @@ Node9 - + check_bounding_collision @@ -327,7 +327,7 @@ Node26 - + func_802AAAAC @@ -381,7 +381,7 @@ Node10 - + check_collision_yx @@ -399,7 +399,7 @@ Node11 - + check_collision_zx @@ -417,7 +417,7 @@ Node12 - + check_collision_zy diff --git a/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.map b/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.map index 7e4479e10..3aa47bfd0 100644 --- a/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.map +++ b/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.map @@ -25,17 +25,17 @@ - + - + - + - + diff --git a/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.md5 b/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.md5 index 81ae52f1b..364721add 100644 --- a/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.md5 +++ b/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.md5 @@ -1 +1 @@ -41ab9e310e34758b3c3c74b4d1b3f0b1 \ No newline at end of file +4deefbdf9d3fcc0d166f0f83d1928f0c \ No newline at end of file diff --git a/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.svg b/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.svg index f0569460c..55176c2ad 100644 --- a/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.svg +++ b/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph.svg @@ -293,7 +293,7 @@ var sectionId = 'dynsection-6'; Node7 - + check_bounding_collision @@ -348,7 +348,7 @@ var sectionId = 'dynsection-6'; Node8 - + check_collision_yx @@ -366,7 +366,7 @@ var sectionId = 'dynsection-6'; Node9 - + check_collision_zx @@ -384,7 +384,7 @@ var sectionId = 'dynsection-6'; Node10 - + check_collision_zy diff --git a/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph_org.svg b/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph_org.svg index 844d4924f..1e2cacd0c 100644 --- a/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph_org.svg +++ b/classATankerTruck_a7a57be806639c04fa4d391a47bf09ab3_cgraph_org.svg @@ -246,7 +246,7 @@ Node7 - + check_bounding_collision @@ -301,7 +301,7 @@ Node8 - + check_collision_yx @@ -319,7 +319,7 @@ Node9 - + check_collision_zx @@ -337,7 +337,7 @@ Node10 - + check_collision_zy diff --git a/classAText.html b/classAText.html index 13c849b97..f6b08d091 100644 --- a/classAText.html +++ b/classAText.html @@ -289,8 +289,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classATrain.html b/classATrain.html index 3d7038a1e..c3d88955b 100644 --- a/classATrain.html +++ b/classATrain.html @@ -248,8 +248,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] @@ -635,7 +635,7 @@ Here is the caller graph for this function:
-
Todo
: Change actorIndex to ptr to TrainCar actor
+
Todo
: Change actorIndex to ptr to TrainCar actor
diff --git a/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.map b/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.map index 3100c6586..a71c9c0aa 100644 --- a/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.map +++ b/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.md5 b/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.md5 index 8503e20d9..233247382 100644 --- a/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.md5 +++ b/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.md5 @@ -1 +1 @@ -64d83c5a661e8ab8384d3d93afeefc9b \ No newline at end of file +01ff8f70333baeef4507512328041fb6 \ No newline at end of file diff --git a/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.svg b/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.svg index 8bb5096bd..8c6d47338 100644 --- a/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.svg +++ b/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph.svg @@ -248,7 +248,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_bounding_collision @@ -285,7 +285,7 @@ var sectionId = 'dynsection-2'; Node23 - + func_802AAAAC @@ -339,7 +339,7 @@ var sectionId = 'dynsection-2'; Node6 - + check_collision_yx @@ -357,7 +357,7 @@ var sectionId = 'dynsection-2'; Node7 - + check_collision_zx @@ -375,7 +375,7 @@ var sectionId = 'dynsection-2'; Node8 - + check_collision_zy diff --git a/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph_org.svg b/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph_org.svg index ce24f6eec..2a5f34f7b 100644 --- a/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph_org.svg +++ b/classATrain_a924e9fb51739e1fba6b0eff6635611bc_cgraph_org.svg @@ -201,7 +201,7 @@ Node5 - + check_bounding_collision @@ -238,7 +238,7 @@ Node23 - + func_802AAAAC @@ -292,7 +292,7 @@ Node6 - + check_collision_yx @@ -310,7 +310,7 @@ Node7 - + check_collision_zx @@ -328,7 +328,7 @@ Node8 - + check_collision_zy diff --git a/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.map b/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.map index 79d5c3c77..02de497ea 100644 --- a/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.map +++ b/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.map @@ -28,21 +28,21 @@ - + - + - + - + - + diff --git a/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.md5 b/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.md5 index c15c357fc..d476d1186 100644 --- a/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.md5 +++ b/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.md5 @@ -1 +1 @@ -c2532bf4d3119011ecb638385fc64945 \ No newline at end of file +a4ee5225a4865adcd8c8f04aff6be899 \ No newline at end of file diff --git a/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.svg b/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.svg index 0ad415dc9..085118b58 100644 --- a/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.svg +++ b/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph.svg @@ -320,7 +320,7 @@ var sectionId = 'dynsection-7'; Node9 - + check_bounding_collision @@ -357,7 +357,7 @@ var sectionId = 'dynsection-7'; Node26 - + func_802AAAAC @@ -411,7 +411,7 @@ var sectionId = 'dynsection-7'; Node10 - + check_collision_yx @@ -429,7 +429,7 @@ var sectionId = 'dynsection-7'; Node11 - + check_collision_zx @@ -447,7 +447,7 @@ var sectionId = 'dynsection-7'; Node12 - + check_collision_zy diff --git a/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph_org.svg b/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph_org.svg index fb32e3c0b..79e0d3a47 100644 --- a/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph_org.svg +++ b/classATrain_aa39976112e962ff1536c33236e16cc20_cgraph_org.svg @@ -273,7 +273,7 @@ Node9 - + check_bounding_collision @@ -310,7 +310,7 @@ Node26 - + func_802AAAAC @@ -364,7 +364,7 @@ Node10 - + check_collision_yx @@ -382,7 +382,7 @@ Node11 - + check_collision_zx @@ -400,7 +400,7 @@ Node12 - + check_collision_zy diff --git a/classATree.html b/classATree.html index cc7f20320..71669e94d 100644 --- a/classATree.html +++ b/classATree.html @@ -209,8 +209,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classATruck.html b/classATruck.html index 99c9b0cb1..c1661278c 100644 --- a/classATruck.html +++ b/classATruck.html @@ -248,8 +248,8 @@ Data Fields   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.map b/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.map index 6eccc9a22..1e634871b 100644 --- a/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.map +++ b/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.map @@ -25,17 +25,17 @@ - + - + - + - + diff --git a/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.md5 b/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.md5 index c5d215127..2d3f93298 100644 --- a/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.md5 +++ b/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.md5 @@ -1 +1 @@ -a8d635400a43a27227225818324fc465 \ No newline at end of file +7d98d3d6f2bf23a3245184225a5dd036 \ No newline at end of file diff --git a/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.svg b/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.svg index 5d3066161..cd8f92a45 100644 --- a/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.svg +++ b/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph.svg @@ -293,7 +293,7 @@ var sectionId = 'dynsection-6'; Node7 - + check_bounding_collision @@ -348,7 +348,7 @@ var sectionId = 'dynsection-6'; Node8 - + check_collision_yx @@ -366,7 +366,7 @@ var sectionId = 'dynsection-6'; Node9 - + check_collision_zx @@ -384,7 +384,7 @@ var sectionId = 'dynsection-6'; Node10 - + check_collision_zy diff --git a/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph_org.svg b/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph_org.svg index 77af47d30..9faf439f6 100644 --- a/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph_org.svg +++ b/classATruck_a251df5418c913a4e27ab67cfb068fdfc_cgraph_org.svg @@ -246,7 +246,7 @@ Node7 - + check_bounding_collision @@ -301,7 +301,7 @@ Node8 - + check_collision_yx @@ -319,7 +319,7 @@ Node9 - + check_collision_zx @@ -337,7 +337,7 @@ Node10 - + check_collision_zy diff --git a/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.map b/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.map index 8536e5fd2..b1e9b6d85 100644 --- a/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.map +++ b/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.md5 b/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.md5 index 0d12d89da..2eefe1ee5 100644 --- a/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.md5 +++ b/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.md5 @@ -1 +1 @@ -0bf962e326b233372931f13b167bf31a \ No newline at end of file +7e8090ea34f125d8920baa452afeb656 \ No newline at end of file diff --git a/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.svg b/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.svg index 48199fd91..99b1d9b7c 100644 --- a/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.svg +++ b/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph.svg @@ -265,7 +265,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_bounding_collision @@ -302,7 +302,7 @@ var sectionId = 'dynsection-2'; Node23 - + func_802AAAAC @@ -356,7 +356,7 @@ var sectionId = 'dynsection-2'; Node6 - + check_collision_yx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-2'; Node7 - + check_collision_zx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-2'; Node8 - + check_collision_zy diff --git a/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph_org.svg b/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph_org.svg index 761bcac3a..3affa28da 100644 --- a/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph_org.svg +++ b/classATruck_a8b5a611d66bd00a6ddf86eec0920a583_cgraph_org.svg @@ -218,7 +218,7 @@ Node5 - + check_bounding_collision @@ -255,7 +255,7 @@ Node23 - + func_802AAAAC @@ -309,7 +309,7 @@ Node6 - + check_collision_yx @@ -327,7 +327,7 @@ Node7 - + check_collision_zx @@ -345,7 +345,7 @@ Node8 - + check_collision_zy diff --git a/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.map b/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.map index 94e61f8a0..2a0d5d011 100644 --- a/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.map +++ b/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.map @@ -30,21 +30,21 @@ - + - + - + - + - + diff --git a/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.md5 b/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.md5 index c06a85286..fe4cb8c29 100644 --- a/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.md5 +++ b/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.md5 @@ -1 +1 @@ -028aa7022fec3cec0285580b514180f5 \ No newline at end of file +e8dd258a668748e78ba8cd62c530f74b \ No newline at end of file diff --git a/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.svg b/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.svg index 57d24d91d..fdda04789 100644 --- a/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.svg +++ b/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph.svg @@ -337,7 +337,7 @@ var sectionId = 'dynsection-5'; Node9 - + check_bounding_collision @@ -374,7 +374,7 @@ var sectionId = 'dynsection-5'; Node26 - + func_802AAAAC @@ -428,7 +428,7 @@ var sectionId = 'dynsection-5'; Node10 - + check_collision_yx @@ -446,7 +446,7 @@ var sectionId = 'dynsection-5'; Node11 - + check_collision_zx @@ -464,7 +464,7 @@ var sectionId = 'dynsection-5'; Node12 - + check_collision_zy diff --git a/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph_org.svg b/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph_org.svg index 1763495bb..6d976c915 100644 --- a/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph_org.svg +++ b/classATruck_afe7c33a6d77655f1404a658a747fa3f6_cgraph_org.svg @@ -290,7 +290,7 @@ Node9 - + check_bounding_collision @@ -327,7 +327,7 @@ Node26 - + func_802AAAAC @@ -381,7 +381,7 @@ Node10 - + check_collision_yx @@ -399,7 +399,7 @@ Node11 - + check_collision_zx @@ -417,7 +417,7 @@ Node12 - + check_collision_zy diff --git a/classAWarioSign.html b/classAWarioSign.html index 4fce9dccc..9dc2b71d6 100644 --- a/classAWarioSign.html +++ b/classAWarioSign.html @@ -210,8 +210,8 @@ Additional Inherited Members   Vec3f Velocity = {0, 0, 0}   -struct Collision Unk30 -  +Collision Unk30 +  const char * Model = ""   uint8_t uuid [16] diff --git a/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.map b/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.map index 8de4d3649..b1ac23215 100644 --- a/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.map +++ b/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.map @@ -10,7 +10,7 @@ - + diff --git a/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.md5 b/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.md5 index 295c04cfe..224401606 100644 --- a/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.md5 +++ b/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.md5 @@ -1 +1 @@ -9b58b60c2f81fdf17ab52c55ea116714 \ No newline at end of file +bd9297f35f4724b66cdd08e901c4997e \ No newline at end of file diff --git a/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.svg b/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.svg index 6e748f7e6..61ff0d3fb 100644 --- a/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.svg +++ b/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph.svg @@ -157,7 +157,7 @@ var sectionId = 'dynsection-5'; Node7 - + func_802AAAAC diff --git a/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph_org.svg b/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph_org.svg index 69fc379fc..98348ad56 100644 --- a/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph_org.svg +++ b/classAWarioSign_a738055428c4026f4d3ed3ac869954c32_cgraph_org.svg @@ -110,7 +110,7 @@ Node7 - + func_802AAAAC diff --git a/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.map b/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.map index 8ad46c3d5..76816c2c3 100644 --- a/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.map +++ b/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.map @@ -2,7 +2,7 @@ - + diff --git a/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.md5 b/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.md5 index fd475bedf..e8ba48ba2 100644 --- a/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.md5 +++ b/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.md5 @@ -1 +1 @@ -b8269bbe2653856918fa474101c5a06a \ No newline at end of file +af61379879e2b5a9202bf1ec7fe684a7 \ No newline at end of file diff --git a/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.svg b/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.svg index a966e826d..9ae8a4e5d 100644 --- a/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.svg +++ b/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph.svg @@ -49,7 +49,7 @@ Node3 - + func_802AAAAC diff --git a/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph_org.svg b/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph_org.svg index 9371b80f7..1699ab8b8 100644 --- a/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph_org.svg +++ b/classAWarioSign_a8b1dbadc1b7f123b87b9f7d9a078a934_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + func_802AAAAC diff --git a/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.map b/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.map index 4ece223fa..5a32b2a1a 100644 --- a/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.map +++ b/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.map @@ -32,21 +32,21 @@ - + - + - + - + - + diff --git a/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.md5 b/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.md5 index 92ae256c5..1dc8b6332 100644 --- a/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.md5 +++ b/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.md5 @@ -1 +1 @@ -be5d0620d15e4c8208b8eb25f79b84fb \ No newline at end of file +570907a223ad40438c6a01f51d09ce5e \ No newline at end of file diff --git a/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.svg b/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.svg index 4ce52d9a9..4c4d92a1f 100644 --- a/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.svg +++ b/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph.svg @@ -355,7 +355,7 @@ var sectionId = 'dynsection-3'; Node11 - + check_bounding_collision @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node28 - + func_802AAAAC @@ -446,7 +446,7 @@ var sectionId = 'dynsection-3'; Node12 - + check_collision_yx @@ -464,7 +464,7 @@ var sectionId = 'dynsection-3'; Node13 - + check_collision_zx @@ -482,7 +482,7 @@ var sectionId = 'dynsection-3'; Node14 - + check_collision_zy diff --git a/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph_org.svg b/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph_org.svg index a4ed99cfb..99f617d7b 100644 --- a/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph_org.svg +++ b/classBansheeBoardwalk_ac3c915c5a03066d4221e2007e8315988_cgraph_org.svg @@ -308,7 +308,7 @@ Node11 - + check_bounding_collision @@ -345,7 +345,7 @@ Node28 - + func_802AAAAC @@ -399,7 +399,7 @@ Node12 - + check_collision_yx @@ -417,7 +417,7 @@ Node13 - + check_collision_zx @@ -435,7 +435,7 @@ Node14 - + check_collision_zy diff --git a/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.map b/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.map index e912ab813..7f4cde602 100644 --- a/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.map +++ b/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.md5 b/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.md5 index 715874c1f..0e99284a6 100644 --- a/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.md5 +++ b/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.md5 @@ -1 +1 @@ -912c15406c7fc03a5ddbfc3167345840 \ No newline at end of file +5e9e3c6f925fb4c376c083939e432eac \ No newline at end of file diff --git a/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.svg b/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.svg index 92a2a894d..09128445d 100644 --- a/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.svg +++ b/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy diff --git a/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph_org.svg b/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph_org.svg index 778a8703c..a53fa7a06 100644 --- a/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph_org.svg +++ b/classBigDonut_af07674b3f0de39da096eb1b107f9df0d_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.map b/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.map index 07b203837..550c0341f 100644 --- a/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.map +++ b/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.md5 b/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.md5 index 5df88deea..60208b559 100644 --- a/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.md5 +++ b/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.md5 @@ -1 +1 @@ -dad9a5da849ca5813338e29d3e9bd64d \ No newline at end of file +ad76f380696ff0e176cf6da32c4b2bea \ No newline at end of file diff --git a/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.svg b/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.svg index 6adcc74df..e20f63d90 100644 --- a/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.svg +++ b/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy diff --git a/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph_org.svg b/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph_org.svg index eef56859e..5706543a6 100644 --- a/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph_org.svg +++ b/classBlockFort_aa950159c68ce91b2543b203cb117e894_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.map b/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.map index c6b45b402..50cee2ff0 100644 --- a/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.map +++ b/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + @@ -85,7 +85,7 @@ - + diff --git a/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.md5 b/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.md5 index b47f56578..b9fd9dab7 100644 --- a/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.md5 +++ b/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.md5 @@ -1 +1 @@ -5d6779d5a8f1b567fab31d61cfdb2ad9 \ No newline at end of file +4b60a8aa1a378dea0661c6a31940a22f \ No newline at end of file diff --git a/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.svg b/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.svg index 671ed0489..029a8441e 100644 --- a/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.svg +++ b/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph.svg @@ -265,7 +265,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -302,7 +302,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy @@ -835,7 +835,7 @@ var sectionId = 'dynsection-3'; Node42 - + func_802976EC diff --git a/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph_org.svg b/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph_org.svg index fff61e319..8bdf0665a 100644 --- a/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph_org.svg +++ b/classBowsersCastle_ac69e2f19bec161754a90b77bb3cb49dd_cgraph_org.svg @@ -218,7 +218,7 @@ Node5 - + check_bounding_collision @@ -255,7 +255,7 @@ Node23 - + func_802AAAAC @@ -309,7 +309,7 @@ Node6 - + check_collision_yx @@ -327,7 +327,7 @@ Node7 - + check_collision_zx @@ -345,7 +345,7 @@ Node8 - + check_collision_zy @@ -788,7 +788,7 @@ Node42 - + func_802976EC diff --git a/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.map b/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.map index 6a423940d..0b746eafb 100644 --- a/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.map +++ b/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.md5 b/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.md5 index da1f74d15..356c9104f 100644 --- a/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.md5 +++ b/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.md5 @@ -1 +1 @@ -e93f757bc96f550f4502ed860438e8b1 \ No newline at end of file +ad43adbc9e484573ab9deb14ef7a954a \ No newline at end of file diff --git a/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.svg b/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.svg index 7ad9ba775..32f6e6e36 100644 --- a/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.svg +++ b/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy diff --git a/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph_org.svg b/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph_org.svg index fd7e8404b..3100aaf3f 100644 --- a/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph_org.svg +++ b/classChocoMountain_a7f3b1f20205339a6c01a8adb40a27502_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.map b/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.map index 2ce4feb54..9fa45c0c6 100644 --- a/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.map +++ b/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.map @@ -14,21 +14,21 @@ - + - + - + - + - + diff --git a/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.md5 b/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.md5 index cdfc32a0c..02cfbc348 100644 --- a/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.md5 +++ b/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.md5 @@ -1 +1 @@ -b21dd047bd3e6ee38c0bbd48ad9588ff \ No newline at end of file +5677be8eabc827264ca21d952f2af307 \ No newline at end of file diff --git a/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.svg b/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.svg index 97342802f..7b7a987d7 100644 --- a/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.svg +++ b/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph.svg @@ -193,7 +193,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_bounding_collision @@ -230,7 +230,7 @@ var sectionId = 'dynsection-2'; Node23 - + func_802AAAAC @@ -284,7 +284,7 @@ var sectionId = 'dynsection-2'; Node6 - + check_collision_yx @@ -302,7 +302,7 @@ var sectionId = 'dynsection-2'; Node7 - + check_collision_zx @@ -320,7 +320,7 @@ var sectionId = 'dynsection-2'; Node8 - + check_collision_zy diff --git a/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph_org.svg b/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph_org.svg index c9bfc7709..d6e398746 100644 --- a/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph_org.svg +++ b/classCustomTrack_ab86dfd26ec9d79e180861173dbf01e74_cgraph_org.svg @@ -146,7 +146,7 @@ Node5 - + check_bounding_collision @@ -183,7 +183,7 @@ Node23 - + func_802AAAAC @@ -237,7 +237,7 @@ Node6 - + check_collision_yx @@ -255,7 +255,7 @@ Node7 - + check_collision_zx @@ -273,7 +273,7 @@ Node8 - + check_collision_zy diff --git a/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.map b/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.map index 662dac5bc..d3cdfdef3 100644 --- a/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.map +++ b/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.map @@ -12,21 +12,21 @@ - + - + - + - + - + diff --git a/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.md5 b/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.md5 index 350a5006a..ad1cd0733 100644 --- a/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.md5 +++ b/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.md5 @@ -1 +1 @@ -8c77ca6f1b6a480f67860e14ab140720 \ No newline at end of file +b485058b5f0f2bf3fe866eecaf603546 \ No newline at end of file diff --git a/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.svg b/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.svg index 27662ad3a..468dffca3 100644 --- a/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.svg +++ b/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph.svg @@ -175,7 +175,7 @@ var sectionId = 'dynsection-10'; Node4 - + check_bounding_collision @@ -212,7 +212,7 @@ var sectionId = 'dynsection-10'; Node22 - + func_802AAAAC @@ -266,7 +266,7 @@ var sectionId = 'dynsection-10'; Node5 - + check_collision_yx @@ -284,7 +284,7 @@ var sectionId = 'dynsection-10'; Node6 - + check_collision_zx @@ -302,7 +302,7 @@ var sectionId = 'dynsection-10'; Node7 - + check_collision_zy diff --git a/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph_org.svg b/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph_org.svg index 72f721b00..c42ad540d 100644 --- a/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph_org.svg +++ b/classCustomTrack_ac32b1cd7067b74b28838fb5d2a8898c0_cgraph_org.svg @@ -128,7 +128,7 @@ Node4 - + check_bounding_collision @@ -165,7 +165,7 @@ Node22 - + func_802AAAAC @@ -219,7 +219,7 @@ Node5 - + check_collision_yx @@ -237,7 +237,7 @@ Node6 - + check_collision_zx @@ -255,7 +255,7 @@ Node7 - + check_collision_zy diff --git a/classDKJungle.html b/classDKJungle.html index 6019cfe7f..946a12d5b 100644 --- a/classDKJungle.html +++ b/classDKJungle.html @@ -129,8 +129,8 @@ Public Member Functions   virtual void Load () override   -virtual f32 GetWaterLevel (FVector pos, struct Collision *collision) override -  +virtual f32 GetWaterLevel (FVector pos, Collision *collision) override +  virtual void BeginPlay () override   virtual void InitTrackObjects () override @@ -413,8 +413,8 @@ Here is the call graph for this function: - -

◆ GetWaterLevel()

+ +

◆ GetWaterLevel()

@@ -430,7 +430,7 @@ Here is the call graph for this function:
- struct Collision * collision ) + Collision * collision ) @@ -442,7 +442,7 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
diff --git a/classDKJungle.js b/classDKJungle.js index 331a20019..a186ee073 100644 --- a/classDKJungle.js +++ b/classDKJungle.js @@ -8,7 +8,7 @@ var classDKJungle = [ "DrawCredits", "classDKJungle.html#a12318bf5157cc46ff34eb0540c94a961", null ], [ "DrawTrackObjects", "classDKJungle.html#abd289b79657e6cb7501eb406e988d67b", null ], [ "DrawTransparency", "classDKJungle.html#a1d134bbfe930cf45a7eb337ab7f9606b", null ], - [ "GetWaterLevel", "classDKJungle.html#a398a56536710709d268839e500a7a835", null ], + [ "GetWaterLevel", "classDKJungle.html#a967ee0922db46ff0b7c571e9c88f5999", null ], [ "InitTrackObjects", "classDKJungle.html#a0a69be60de65739eead71e7692a1eefa", null ], [ "Load", "classDKJungle.html#ae6f4feea68935b39c57f17a86a21a932", null ], [ "SomeCollisionThing", "classDKJungle.html#ad8596d831e76290489a1843f3ad89947", null ], diff --git a/classDKJungle_a398a56536710709d268839e500a7a835_cgraph.map b/classDKJungle_a967ee0922db46ff0b7c571e9c88f5999_cgraph.map similarity index 100% rename from classDKJungle_a398a56536710709d268839e500a7a835_cgraph.map rename to classDKJungle_a967ee0922db46ff0b7c571e9c88f5999_cgraph.map diff --git a/classDKJungle_a398a56536710709d268839e500a7a835_cgraph.md5 b/classDKJungle_a967ee0922db46ff0b7c571e9c88f5999_cgraph.md5 similarity index 100% rename from classDKJungle_a398a56536710709d268839e500a7a835_cgraph.md5 rename to classDKJungle_a967ee0922db46ff0b7c571e9c88f5999_cgraph.md5 diff --git a/classDKJungle_a398a56536710709d268839e500a7a835_cgraph.svg b/classDKJungle_a967ee0922db46ff0b7c571e9c88f5999_cgraph.svg similarity index 100% rename from classDKJungle_a398a56536710709d268839e500a7a835_cgraph.svg rename to classDKJungle_a967ee0922db46ff0b7c571e9c88f5999_cgraph.svg diff --git a/classDKJungle_a398a56536710709d268839e500a7a835_cgraph_org.svg b/classDKJungle_a967ee0922db46ff0b7c571e9c88f5999_cgraph_org.svg similarity index 100% rename from classDKJungle_a398a56536710709d268839e500a7a835_cgraph_org.svg rename to classDKJungle_a967ee0922db46ff0b7c571e9c88f5999_cgraph_org.svg diff --git a/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.map b/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.map index 85af6462e..41cbdcc74 100644 --- a/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.map +++ b/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.map @@ -24,21 +24,21 @@ - + - + - + - + - + diff --git a/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.md5 b/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.md5 index 59c631bc6..035a1d895 100644 --- a/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.md5 +++ b/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.md5 @@ -1 +1 @@ -52012e5c23735d424d7a97ae74dfb9b0 \ No newline at end of file +c8be644725a9bc558e8b375a29fd7221 \ No newline at end of file diff --git a/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.svg b/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.svg index 74a9c28c6..32a17ff9c 100644 --- a/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.svg +++ b/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph.svg @@ -283,7 +283,7 @@ var sectionId = 'dynsection-3'; Node9 - + check_bounding_collision @@ -320,7 +320,7 @@ var sectionId = 'dynsection-3'; Node27 - + func_802AAAAC @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node10 - + check_collision_yx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node11 - + check_collision_zx @@ -410,7 +410,7 @@ var sectionId = 'dynsection-3'; Node12 - + check_collision_zy diff --git a/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph_org.svg b/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph_org.svg index e31a77fdc..702b0a82e 100644 --- a/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph_org.svg +++ b/classDKJungle_af1f20969288526ce721aa9a72e535422_cgraph_org.svg @@ -236,7 +236,7 @@ Node9 - + check_bounding_collision @@ -273,7 +273,7 @@ Node27 - + func_802AAAAC @@ -327,7 +327,7 @@ Node10 - + check_collision_yx @@ -345,7 +345,7 @@ Node11 - + check_collision_zx @@ -363,7 +363,7 @@ Node12 - + check_collision_zy diff --git a/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.map b/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.map index f43aedf20..603684183 100644 --- a/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.map +++ b/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.md5 b/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.md5 index da2d0def2..5440d55b5 100644 --- a/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.md5 +++ b/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.md5 @@ -1 +1 @@ -4bdb293a7634f851115c08bacac8185e \ No newline at end of file +f8aedd632e29a237f2656efda81935c8 \ No newline at end of file diff --git a/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.svg b/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.svg index d60aa5075..d1ce79b1d 100644 --- a/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.svg +++ b/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy diff --git a/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph_org.svg b/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph_org.svg index 0a9bdf751..ae404e6ec 100644 --- a/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph_org.svg +++ b/classDoubleDeck_a6249973995b9850ee976397d6fcd0134_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.map b/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.map index ffc0b640c..aeb90c8ce 100644 --- a/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.map +++ b/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + @@ -85,7 +85,7 @@ - + diff --git a/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.md5 b/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.md5 index f8786ea88..fb7514fa9 100644 --- a/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.md5 +++ b/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.md5 @@ -1 +1 @@ -6b45f3b51f7e51cdd9348d230c129087 \ No newline at end of file +026cee155bfe0c84836ccf004dfb3fde \ No newline at end of file diff --git a/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.svg b/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.svg index 8dc8b8a38..600034ad1 100644 --- a/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.svg +++ b/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph.svg @@ -265,7 +265,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -302,7 +302,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy @@ -835,7 +835,7 @@ var sectionId = 'dynsection-3'; Node42 - + func_802976EC diff --git a/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph_org.svg b/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph_org.svg index 1301dd598..6804ac92d 100644 --- a/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph_org.svg +++ b/classFrappeSnowland_ad24c95ef68d598ac712ce0bfa1429f0a_cgraph_org.svg @@ -218,7 +218,7 @@ Node5 - + check_bounding_collision @@ -255,7 +255,7 @@ Node23 - + func_802AAAAC @@ -309,7 +309,7 @@ Node6 - + check_collision_yx @@ -327,7 +327,7 @@ Node7 - + check_collision_zx @@ -345,7 +345,7 @@ Node8 - + check_collision_zy @@ -788,7 +788,7 @@ Node42 - + func_802976EC diff --git a/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.map b/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.map index bdd10fba7..fd6fea880 100644 --- a/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.map +++ b/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.map @@ -28,7 +28,7 @@ - + diff --git a/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.md5 b/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.md5 index 522e02fcd..5e6083cdb 100644 --- a/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.md5 +++ b/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.md5 @@ -1 +1 @@ -8db63601324787e6d43d552c325bdc96 \ No newline at end of file +33294ac6f656aee600f92dc0aaf96593 \ No newline at end of file diff --git a/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.svg b/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.svg index adbe4896d..c09d8920a 100644 --- a/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.svg +++ b/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph.svg @@ -319,7 +319,7 @@ var sectionId = 'dynsection-7'; Node9 - + check_bounding_collision diff --git a/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph_org.svg b/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph_org.svg index 8d07ead3b..56b93643f 100644 --- a/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph_org.svg +++ b/classGameCamera_ab50fb9d6d14d246e6af3abea116f3afe_cgraph_org.svg @@ -272,7 +272,7 @@ Node9 - + check_bounding_collision diff --git a/classGameUI_1_1PortMenu.html b/classGameUI_1_1PortMenu.html index e52aaa0da..97ae158ab 100644 --- a/classGameUI_1_1PortMenu.html +++ b/classGameUI_1_1PortMenu.html @@ -152,7 +152,7 @@ Public Member Functions void AddSceneVisibility ()   - Public Member Functions inherited from Ship::MenuMenu (const std::string &cVar, const std::string &name, uint8_t searchSidebarIndex_=0, UIWidgets::Colors menuThemeIndex_=UIWidgets::Colors::LightBlue) + Menu (const std::string &cVar, const std::string &name, uint8_t searchSidebarIndex_=0, UIWidgets::Colors menuThemeIndex_=UIWidgets::Colors::LightBlue)   virtual ~Menu ()   diff --git a/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.map b/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.map index 94a709897..0548d4692 100644 --- a/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.map +++ b/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.map @@ -26,21 +26,21 @@ - + - + - + - + - + @@ -88,7 +88,7 @@ - + diff --git a/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.md5 b/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.md5 index 7d5dda21c..812fceaa1 100644 --- a/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.md5 +++ b/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.md5 @@ -1 +1 @@ -af8291a3f2030794c881d7da468249e2 \ No newline at end of file +ddbb11a8401753e821d57c5ff2f36c9f \ No newline at end of file diff --git a/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.svg b/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.svg index 3dffae375..3961edf02 100644 --- a/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.svg +++ b/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph.svg @@ -301,7 +301,7 @@ var sectionId = 'dynsection-3'; Node4 - + check_bounding_collision @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node22 - + func_802AAAAC @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_collision_yx @@ -410,7 +410,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_zx @@ -428,7 +428,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zy @@ -862,7 +862,7 @@ var sectionId = 'dynsection-3'; Node47 - + func_802976EC diff --git a/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph_org.svg b/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph_org.svg index e0fd2f7b1..91ef3fc21 100644 --- a/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph_org.svg +++ b/classKalimariDesert_aa3f0f4155f0d9a6ecfb4ca824603b81f_cgraph_org.svg @@ -254,7 +254,7 @@ Node4 - + check_bounding_collision @@ -291,7 +291,7 @@ Node22 - + func_802AAAAC @@ -345,7 +345,7 @@ Node5 - + check_collision_yx @@ -363,7 +363,7 @@ Node6 - + check_collision_zx @@ -381,7 +381,7 @@ Node7 - + check_collision_zy @@ -815,7 +815,7 @@ Node47 - + func_802976EC diff --git a/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.map b/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.map index cbfa585aa..7082b85bd 100644 --- a/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.map +++ b/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + @@ -98,7 +98,7 @@ - + diff --git a/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.md5 b/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.md5 index 9525fb2db..f569648a2 100644 --- a/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.md5 +++ b/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.md5 @@ -1 +1 @@ -a3dd2d0daf87ac5e2221af92c669f84c \ No newline at end of file +e29c95ecd781645ac09109d81856005b \ No newline at end of file diff --git a/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.svg b/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.svg index a3bb4752e..83220d249 100644 --- a/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.svg +++ b/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph.svg @@ -266,7 +266,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -303,7 +303,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -357,7 +357,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -375,7 +375,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -393,7 +393,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy @@ -953,7 +953,7 @@ var sectionId = 'dynsection-3'; Node44 - + func_802976EC diff --git a/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph_org.svg b/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph_org.svg index bfa12ff66..9b56a298d 100644 --- a/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph_org.svg +++ b/classKoopaTroopaBeach_a9080e865d29d960d60c9d86d9370ea1a_cgraph_org.svg @@ -219,7 +219,7 @@ Node5 - + check_bounding_collision @@ -256,7 +256,7 @@ Node23 - + func_802AAAAC @@ -310,7 +310,7 @@ Node6 - + check_collision_yx @@ -328,7 +328,7 @@ Node7 - + check_collision_zx @@ -346,7 +346,7 @@ Node8 - + check_collision_zy @@ -906,7 +906,7 @@ Node44 - + func_802976EC diff --git a/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.map b/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.map index 6e32cd649..3af245fcc 100644 --- a/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.map +++ b/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.map @@ -28,7 +28,7 @@ - + diff --git a/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.md5 b/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.md5 index f80a62e8d..443293047 100644 --- a/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.md5 +++ b/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.md5 @@ -1 +1 @@ -7f2e022b26a10dba8a5dc62d96672746 \ No newline at end of file +89a0c6dcd9b0b9bdebe1f62163c99fa0 \ No newline at end of file diff --git a/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.svg b/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.svg index b8a5b2662..f727ee638 100644 --- a/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.svg +++ b/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph.svg @@ -319,7 +319,7 @@ var sectionId = 'dynsection-3'; Node9 - + check_bounding_collision diff --git a/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph_org.svg b/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph_org.svg index b898b3bc7..fc043cc6b 100644 --- a/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph_org.svg +++ b/classLookBehindCamera_a381e0b7ab6b3f7d6f62994043ae80440_cgraph_org.svg @@ -272,7 +272,7 @@ Node9 - + check_bounding_collision diff --git a/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.map b/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.map index 635b6acd2..bdc3aad13 100644 --- a/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.map +++ b/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.map @@ -53,21 +53,21 @@ - + - + - + - + - + @@ -95,7 +95,7 @@ - + diff --git a/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.md5 b/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.md5 index 2ca02c640..c13d80f77 100644 --- a/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.md5 +++ b/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.md5 @@ -1 +1 @@ -94ee9cb12b538725a7ba55fa233611bb \ No newline at end of file +70d9681d535dc10426acc8869504becf \ No newline at end of file diff --git a/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.svg b/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.svg index a86ed0729..3f706a486 100644 --- a/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.svg +++ b/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph.svg @@ -546,7 +546,7 @@ var sectionId = 'dynsection-3'; Node18 - + check_bounding_collision @@ -583,7 +583,7 @@ var sectionId = 'dynsection-3'; Node35 - + func_802AAAAC @@ -637,7 +637,7 @@ var sectionId = 'dynsection-3'; Node19 - + check_collision_yx @@ -655,7 +655,7 @@ var sectionId = 'dynsection-3'; Node20 - + check_collision_zx @@ -673,7 +673,7 @@ var sectionId = 'dynsection-3'; Node21 - + check_collision_zy @@ -927,7 +927,7 @@ var sectionId = 'dynsection-3'; Node54 - + func_802976EC diff --git a/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph_org.svg b/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph_org.svg index e038abf4d..202048c0c 100644 --- a/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph_org.svg +++ b/classLuigiRaceway_a00b59b5b947f751c540ecfe6483b7703_cgraph_org.svg @@ -499,7 +499,7 @@ Node18 - + check_bounding_collision @@ -536,7 +536,7 @@ Node35 - + func_802AAAAC @@ -590,7 +590,7 @@ Node19 - + check_collision_yx @@ -608,7 +608,7 @@ Node20 - + check_collision_zx @@ -626,7 +626,7 @@ Node21 - + check_collision_zy @@ -880,7 +880,7 @@ Node54 - + func_802976EC diff --git a/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.map b/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.map index 37704c751..de76a93c2 100644 --- a/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.map +++ b/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.map @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ - + @@ -43,17 +43,17 @@ - + - + - + - + diff --git a/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.md5 b/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.md5 index b2aac4a23..67899e5a3 100644 --- a/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.md5 +++ b/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.md5 @@ -1 +1 @@ -b87fa42202c733eae70195c2b7ab5a45 \ No newline at end of file +977b29a142bbd97407e0043f0dc9dbe6 \ No newline at end of file diff --git a/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.svg b/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.svg index d9ebcc4fd..a40714f3a 100644 --- a/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.svg +++ b/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph.svg @@ -104,7 +104,7 @@ var sectionId = 'dynsection-4'; Node5 - + check_bounding_collision @@ -194,7 +194,7 @@ var sectionId = 'dynsection-4'; Node38 - + func_802976EC @@ -456,7 +456,7 @@ var sectionId = 'dynsection-4'; Node23 - + func_802AAAAC @@ -510,7 +510,7 @@ var sectionId = 'dynsection-4'; Node6 - + check_collision_yx @@ -528,7 +528,7 @@ var sectionId = 'dynsection-4'; Node7 - + check_collision_zx @@ -546,7 +546,7 @@ var sectionId = 'dynsection-4'; Node8 - + check_collision_zy diff --git a/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph_org.svg b/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph_org.svg index f0d90aacb..3dc9a3783 100644 --- a/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph_org.svg +++ b/classMarioRaceway_a2facbdeb01e8549e918dfbeb706b0423_cgraph_org.svg @@ -57,7 +57,7 @@ Node5 - + check_bounding_collision @@ -147,7 +147,7 @@ Node38 - + func_802976EC @@ -409,7 +409,7 @@ Node23 - + func_802AAAAC @@ -463,7 +463,7 @@ Node6 - + check_collision_yx @@ -481,7 +481,7 @@ Node7 - + check_collision_zx @@ -499,7 +499,7 @@ Node8 - + check_collision_zy diff --git a/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.map b/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.map index a568b772d..2bbf486fc 100644 --- a/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.map +++ b/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.map @@ -24,21 +24,21 @@ - + - + - + - + - + @@ -83,7 +83,7 @@ - + diff --git a/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.md5 b/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.md5 index ef381e451..7ed83452f 100644 --- a/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.md5 +++ b/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.md5 @@ -1 +1 @@ -8318cf9289a1f1366de7b56ab2a7a48d \ No newline at end of file +5dac89d9c2f9f6f6c72251e44917548b \ No newline at end of file diff --git a/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.svg b/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.svg index a910e7680..4c71eb608 100644 --- a/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.svg +++ b/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph.svg @@ -283,7 +283,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -320,7 +320,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -410,7 +410,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy @@ -817,7 +817,7 @@ var sectionId = 'dynsection-3'; Node42 - + func_802976EC diff --git a/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph_org.svg b/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph_org.svg index 7053d2b7d..02c00d88b 100644 --- a/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph_org.svg +++ b/classMarioRaceway_add93404089a3200bf3345cccbaaaff2d_cgraph_org.svg @@ -236,7 +236,7 @@ Node5 - + check_bounding_collision @@ -273,7 +273,7 @@ Node23 - + func_802AAAAC @@ -327,7 +327,7 @@ Node6 - + check_collision_yx @@ -345,7 +345,7 @@ Node7 - + check_collision_zx @@ -363,7 +363,7 @@ Node8 - + check_collision_zy @@ -770,7 +770,7 @@ Node42 - + func_802976EC diff --git a/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.map b/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.map index f33802e73..f2cd58533 100644 --- a/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.map +++ b/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.map @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ - + @@ -43,17 +43,17 @@ - + - + - + - + diff --git a/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.md5 b/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.md5 index adae47947..5e7444fdd 100644 --- a/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.md5 +++ b/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.md5 @@ -1 +1 @@ -6aa64981dcc391100455acfb90b2afe8 \ No newline at end of file +712d9cca351525ffa6cafbbe727e2068 \ No newline at end of file diff --git a/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.svg b/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.svg index 5ed523eb4..14ec1d0f6 100644 --- a/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.svg +++ b/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph.svg @@ -104,7 +104,7 @@ var sectionId = 'dynsection-4'; Node5 - + check_bounding_collision @@ -194,7 +194,7 @@ var sectionId = 'dynsection-4'; Node38 - + func_802976EC @@ -456,7 +456,7 @@ var sectionId = 'dynsection-4'; Node23 - + func_802AAAAC @@ -510,7 +510,7 @@ var sectionId = 'dynsection-4'; Node6 - + check_collision_yx @@ -528,7 +528,7 @@ var sectionId = 'dynsection-4'; Node7 - + check_collision_zx @@ -546,7 +546,7 @@ var sectionId = 'dynsection-4'; Node8 - + check_collision_zy diff --git a/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph_org.svg b/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph_org.svg index 82ad445d1..3e808e1db 100644 --- a/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph_org.svg +++ b/classMooMooFarm_a0143bd29a9784731fd49a84304fec835_cgraph_org.svg @@ -57,7 +57,7 @@ Node5 - + check_bounding_collision @@ -147,7 +147,7 @@ Node38 - + func_802976EC @@ -409,7 +409,7 @@ Node23 - + func_802AAAAC @@ -463,7 +463,7 @@ Node6 - + check_collision_yx @@ -481,7 +481,7 @@ Node7 - + check_collision_zx @@ -499,7 +499,7 @@ Node8 - + check_collision_zy diff --git a/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.map b/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.map index 148da2369..69e76d882 100644 --- a/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.map +++ b/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.map @@ -28,21 +28,21 @@ - + - + - + - + - + @@ -86,7 +86,7 @@ - + diff --git a/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.md5 b/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.md5 index 487a387c5..945e8a48e 100644 --- a/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.md5 +++ b/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.md5 @@ -1 +1 @@ -e3fc078204fc9a417f16c8b8ed196581 \ No newline at end of file +851ccdd0761f4efc567dfac8165d14a0 \ No newline at end of file diff --git a/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.svg b/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.svg index 471cfadd6..c3484f279 100644 --- a/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.svg +++ b/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph.svg @@ -319,7 +319,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_bounding_collision @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node25 - + func_802AAAAC @@ -410,7 +410,7 @@ var sectionId = 'dynsection-3'; Node9 - + check_collision_yx @@ -428,7 +428,7 @@ var sectionId = 'dynsection-3'; Node10 - + check_collision_zx @@ -446,7 +446,7 @@ var sectionId = 'dynsection-3'; Node11 - + check_collision_zy @@ -844,7 +844,7 @@ var sectionId = 'dynsection-3'; Node44 - + func_802976EC diff --git a/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph_org.svg b/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph_org.svg index 1850771ea..df6573918 100644 --- a/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph_org.svg +++ b/classMooMooFarm_a7b794a6f0f3e7955abb3ec2e77c7b30d_cgraph_org.svg @@ -272,7 +272,7 @@ Node8 - + check_bounding_collision @@ -309,7 +309,7 @@ Node25 - + func_802AAAAC @@ -363,7 +363,7 @@ Node9 - + check_collision_yx @@ -381,7 +381,7 @@ Node10 - + check_collision_zx @@ -399,7 +399,7 @@ Node11 - + check_collision_zy @@ -797,7 +797,7 @@ Node44 - + func_802976EC diff --git a/classOBombKart.html b/classOBombKart.html index 2798dc2da..16aa1fa47 100644 --- a/classOBombKart.html +++ b/classOBombKart.html @@ -233,8 +233,8 @@ Data Fields   f32 CenterY   -struct Collision _Collision -  +Collision _CollisionOBombKart::States Behaviour = OBombKart::States::COUNTERCLOCKWISE   float SpeedB = 2.7f @@ -855,14 +855,14 @@ Here is the caller graph for this function:

Field Documentation

- -

◆ _Collision

+ +

◆ _Collision

- +
struct Collision OBombKart::_CollisionCollision OBombKart::_Collision
diff --git a/classOBombKart.js b/classOBombKart.js index f0608d915..5563b7c0a 100644 --- a/classOBombKart.js +++ b/classOBombKart.js @@ -26,7 +26,7 @@ var classOBombKart = [ "Tick", "classOBombKart.html#ae45058df866237b65f841ece4c611bf6", null ], [ "Translate", "classOBombKart.html#ac0a7b2a5f5851e6f343746fc618533d4", null ], [ "Waypoint", "classOBombKart.html#a6cbaf3a28c3c6f44d8677cb9c5ec6554", null ], - [ "_Collision", "classOBombKart.html#abb195211ddcb2e941a6d2b33d04a8678", null ], + [ "_Collision", "classOBombKart.html#a31e0a54dd4042eedd519737054617a3c", null ], [ "_count", "classOBombKart.html#a29a3bf5efab4305d3dfd6aada9fe51ac", null ], [ "_idx", "classOBombKart.html#a26f1101186aa5216fc8d4ef278ac2000", null ], [ "_target", "classOBombKart.html#a63ebc569536c0cf3e439762995657a14", null ], diff --git a/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.map b/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.map index fdbbc051c..3c58e3220 100644 --- a/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.map +++ b/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.map @@ -1,15 +1,15 @@ - + - + - + - + diff --git a/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.md5 b/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.md5 index b646718f0..86897dba8 100644 --- a/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.md5 +++ b/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.md5 @@ -1 +1 @@ -abcd34369ace7a1f5b07aa54169896a8 \ No newline at end of file +47220ceed553b3e9c2d2e482e652fc3d \ No newline at end of file diff --git a/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.svg b/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.svg index c0814b3cd..9b33c7d49 100644 --- a/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.svg +++ b/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph.svg @@ -31,7 +31,7 @@ Node2 - + check_bounding_collision @@ -85,7 +85,7 @@ Node3 - + check_collision_yx @@ -103,7 +103,7 @@ Node4 - + check_collision_zx @@ -121,7 +121,7 @@ Node5 - + check_collision_zy diff --git a/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph_org.svg b/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph_org.svg index 26e543cec..6b3802c16 100644 --- a/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph_org.svg +++ b/classOBombKart_a1566e8d56318b18ad900fbbac9966d9d_cgraph_org.svg @@ -20,7 +20,7 @@ Node2 - + check_bounding_collision @@ -74,7 +74,7 @@ Node3 - + check_collision_yx @@ -92,7 +92,7 @@ Node4 - + check_collision_zx @@ -110,7 +110,7 @@ Node5 - + check_collision_zy diff --git a/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.map b/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.map index e894c4f1c..4da82b571 100644 --- a/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.map +++ b/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.map @@ -2,14 +2,14 @@ - + - + - + - + diff --git a/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.md5 b/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.md5 index f10b187dc..85749889f 100644 --- a/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.md5 +++ b/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.md5 @@ -1 +1 @@ -3cbbaf92870108616b76c95841c9f6b2 \ No newline at end of file +89bc45cabddecc1a3e8cb89320eade79 \ No newline at end of file diff --git a/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.svg b/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.svg index db68a4025..cf160b249 100644 --- a/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.svg +++ b/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph.svg @@ -49,7 +49,7 @@ Node3 - + check_bounding_collision @@ -85,7 +85,7 @@ Node4 - + check_collision_yx @@ -103,7 +103,7 @@ Node5 - + check_collision_zx @@ -121,7 +121,7 @@ Node6 - + check_collision_zy diff --git a/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph_org.svg b/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph_org.svg index f2b379873..516ada26f 100644 --- a/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph_org.svg +++ b/classOBombKart_a7dc24b945a8055114f3ef80a6e1759b9_cgraph_org.svg @@ -38,7 +38,7 @@ Node3 - + check_bounding_collision @@ -74,7 +74,7 @@ Node4 - + check_collision_yx @@ -92,7 +92,7 @@ Node5 - + check_collision_zx @@ -110,7 +110,7 @@ Node6 - + check_collision_zy diff --git a/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.map b/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.map index a474a4485..cf475823e 100644 --- a/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.map +++ b/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.map @@ -8,16 +8,16 @@ - + - + - + - + diff --git a/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.md5 b/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.md5 index 156aab18b..af2612968 100644 --- a/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.md5 +++ b/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.md5 @@ -1 +1 @@ -870f5e52876f5dc02497dba469ce489d \ No newline at end of file +898032a0dd66e6ee69624d51a5fecc1e \ No newline at end of file diff --git a/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.svg b/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.svg index 48ef5d6bf..b90e0a725 100644 --- a/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.svg +++ b/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph.svg @@ -139,7 +139,7 @@ var sectionId = 'dynsection-19'; Node6 - + check_bounding_collision @@ -193,7 +193,7 @@ var sectionId = 'dynsection-19'; Node7 - + check_collision_yx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-19'; Node8 - + check_collision_zx @@ -229,7 +229,7 @@ var sectionId = 'dynsection-19'; Node9 - + check_collision_zy diff --git a/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph_org.svg b/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph_org.svg index 02c96d1ab..32c7f1eb3 100644 --- a/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph_org.svg +++ b/classOBombKart_a8ea897e27339a081e5a98c2813b64a8b_cgraph_org.svg @@ -92,7 +92,7 @@ Node6 - + check_bounding_collision @@ -146,7 +146,7 @@ Node7 - + check_collision_yx @@ -164,7 +164,7 @@ Node8 - + check_collision_zx @@ -182,7 +182,7 @@ Node9 - + check_collision_zy diff --git a/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.map b/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.map index a474a4485..cf475823e 100644 --- a/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.map +++ b/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.map @@ -8,16 +8,16 @@ - + - + - + - + diff --git a/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.md5 b/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.md5 index 156aab18b..af2612968 100644 --- a/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.md5 +++ b/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.md5 @@ -1 +1 @@ -870f5e52876f5dc02497dba469ce489d \ No newline at end of file +898032a0dd66e6ee69624d51a5fecc1e \ No newline at end of file diff --git a/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.svg b/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.svg index 9c9e6bd95..99f8cbe41 100644 --- a/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.svg +++ b/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph.svg @@ -139,7 +139,7 @@ var sectionId = 'dynsection-18'; Node6 - + check_bounding_collision @@ -193,7 +193,7 @@ var sectionId = 'dynsection-18'; Node7 - + check_collision_yx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-18'; Node8 - + check_collision_zx @@ -229,7 +229,7 @@ var sectionId = 'dynsection-18'; Node9 - + check_collision_zy diff --git a/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph_org.svg b/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph_org.svg index 02c96d1ab..32c7f1eb3 100644 --- a/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph_org.svg +++ b/classOBombKart_a9fa11c43dd1885221b160bd688eceff0_cgraph_org.svg @@ -92,7 +92,7 @@ Node6 - + check_bounding_collision @@ -146,7 +146,7 @@ Node7 - + check_collision_yx @@ -164,7 +164,7 @@ Node8 - + check_collision_zx @@ -182,7 +182,7 @@ Node9 - + check_collision_zy diff --git a/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.map b/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.map index f20b4aaef..09e829aaf 100644 --- a/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.map +++ b/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.map @@ -4,7 +4,7 @@ - + @@ -25,11 +25,11 @@ - + - + - + diff --git a/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.md5 b/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.md5 index e0979e6e9..cf0fc87fe 100644 --- a/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.md5 +++ b/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.md5 @@ -1 +1 @@ -230fa71e38ddb479d8cf4cfcaf7112c3 \ No newline at end of file +967776e94533ad8fb98f842f455c58d7 \ No newline at end of file diff --git a/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.svg b/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.svg index c5f533424..72ab27c52 100644 --- a/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.svg +++ b/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph.svg @@ -103,7 +103,7 @@ var sectionId = 'dynsection-20'; Node4 - + check_bounding_collision @@ -293,7 +293,7 @@ var sectionId = 'dynsection-20'; Node5 - + check_collision_yx @@ -311,7 +311,7 @@ var sectionId = 'dynsection-20'; Node6 - + check_collision_zx @@ -329,7 +329,7 @@ var sectionId = 'dynsection-20'; Node7 - + check_collision_zy diff --git a/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph_org.svg b/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph_org.svg index 31fc4612f..ffda31d38 100644 --- a/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph_org.svg +++ b/classOBombKart_ae45058df866237b65f841ece4c611bf6_cgraph_org.svg @@ -56,7 +56,7 @@ Node4 - + check_bounding_collision @@ -246,7 +246,7 @@ Node5 - + check_collision_yx @@ -264,7 +264,7 @@ Node6 - + check_collision_zx @@ -282,7 +282,7 @@ Node7 - + check_collision_zy diff --git a/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.map b/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.map index 55e7da72b..8a8bf24a2 100644 --- a/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.map +++ b/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.map @@ -19,7 +19,7 @@ - + @@ -64,17 +64,17 @@ - + - + - + - + - + diff --git a/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.md5 b/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.md5 index 3d31d7ed4..3cc379be7 100644 --- a/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.md5 +++ b/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.md5 @@ -1 +1 @@ -5ea37dddb0d0de015cbf2b85c642cb7d \ No newline at end of file +7a90210b121b40abac213e03d4b34cff \ No newline at end of file diff --git a/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.svg b/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.svg index d52080372..c95dd0f76 100644 --- a/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.svg +++ b/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph.svg @@ -241,7 +241,7 @@ var sectionId = 'dynsection-7'; Node26 - + func_8004A630 @@ -648,7 +648,7 @@ var sectionId = 'dynsection-7'; Node28 - + func_80041924 @@ -685,7 +685,7 @@ var sectionId = 'dynsection-7'; Node29 - + check_bounding_collision @@ -703,7 +703,7 @@ var sectionId = 'dynsection-7'; Node30 - + check_collision_yx @@ -721,7 +721,7 @@ var sectionId = 'dynsection-7'; Node31 - + check_collision_zx @@ -739,7 +739,7 @@ var sectionId = 'dynsection-7'; Node32 - + check_collision_zy diff --git a/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph_org.svg b/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph_org.svg index f87c1818c..559552f7c 100644 --- a/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph_org.svg +++ b/classOBoos_a0d0c2c54e84a8b7f384680c13af12673_cgraph_org.svg @@ -194,7 +194,7 @@ Node26 - + func_8004A630 @@ -601,7 +601,7 @@ Node28 - + func_80041924 @@ -638,7 +638,7 @@ Node29 - + check_bounding_collision @@ -656,7 +656,7 @@ Node30 - + check_collision_yx @@ -674,7 +674,7 @@ Node31 - + check_collision_zx @@ -692,7 +692,7 @@ Node32 - + check_collision_zy diff --git a/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.map b/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.map index fa2d1c2f7..09e3a8a26 100644 --- a/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.map +++ b/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.map @@ -8,7 +8,7 @@ - + @@ -57,17 +57,17 @@ - + - + - + - + - + diff --git a/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.md5 b/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.md5 index 6e0182e19..b2288849c 100644 --- a/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.md5 +++ b/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.md5 @@ -1 +1 @@ -a436574b54c59b6e8aadc6cec3b40f67 \ No newline at end of file +24c7ba8ca5e8dd12c9a1b2aafd82cb5c \ No newline at end of file diff --git a/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.svg b/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.svg index ab27ed396..918d8ee86 100644 --- a/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.svg +++ b/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph.svg @@ -141,7 +141,7 @@ var sectionId = 'dynsection-8'; Node25 - + func_8004A630 @@ -585,7 +585,7 @@ var sectionId = 'dynsection-8'; Node27 - + func_80041924 @@ -622,7 +622,7 @@ var sectionId = 'dynsection-8'; Node28 - + check_bounding_collision @@ -640,7 +640,7 @@ var sectionId = 'dynsection-8'; Node29 - + check_collision_yx @@ -658,7 +658,7 @@ var sectionId = 'dynsection-8'; Node30 - + check_collision_zx @@ -676,7 +676,7 @@ var sectionId = 'dynsection-8'; Node31 - + check_collision_zy diff --git a/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph_org.svg b/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph_org.svg index 6b24f1dee..2712d1c07 100644 --- a/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph_org.svg +++ b/classOBoos_a788942157fec6b0285d501947000f9c5_cgraph_org.svg @@ -94,7 +94,7 @@ Node25 - + func_8004A630 @@ -538,7 +538,7 @@ Node27 - + func_80041924 @@ -575,7 +575,7 @@ Node28 - + check_bounding_collision @@ -593,7 +593,7 @@ Node29 - + check_collision_yx @@ -611,7 +611,7 @@ Node30 - + check_collision_zx @@ -629,7 +629,7 @@ Node31 - + check_collision_zy diff --git a/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.map b/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.map index 5ed2ea9e4..0b08eac6b 100644 --- a/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.map +++ b/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.map @@ -26,17 +26,17 @@ - + - + - + - + diff --git a/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.md5 b/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.md5 index f28155b7b..42dec338a 100644 --- a/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.md5 +++ b/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.md5 @@ -1 +1 @@ -700d028591be92015ad5d247b56ddd78 \ No newline at end of file +c327c3fdf415875cc1ff4ea0c1fcbc7d \ No newline at end of file diff --git a/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.svg b/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.svg index ac005d8a9..1693f2568 100644 --- a/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.svg +++ b/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph.svg @@ -303,7 +303,7 @@ var sectionId = 'dynsection-11'; Node6 - + check_bounding_collision @@ -358,7 +358,7 @@ var sectionId = 'dynsection-11'; Node7 - + check_collision_yx @@ -376,7 +376,7 @@ var sectionId = 'dynsection-11'; Node8 - + check_collision_zx @@ -394,7 +394,7 @@ var sectionId = 'dynsection-11'; Node9 - + check_collision_zy diff --git a/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph_org.svg b/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph_org.svg index 542da12c3..345b1f8b6 100644 --- a/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph_org.svg +++ b/classOChainChomp_afdcecc46c8c4ff9245a00ace65733d3e_cgraph_org.svg @@ -256,7 +256,7 @@ Node6 - + check_bounding_collision @@ -311,7 +311,7 @@ Node7 - + check_collision_yx @@ -329,7 +329,7 @@ Node8 - + check_collision_zx @@ -347,7 +347,7 @@ Node9 - + check_collision_zy diff --git a/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.map b/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.map index 07024d3ab..3a7785956 100644 --- a/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.map +++ b/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.map @@ -103,14 +103,14 @@ - + - + - + - + diff --git a/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.md5 b/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.md5 index 91a0bdb7d..3e10e6428 100644 --- a/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.md5 +++ b/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.md5 @@ -1 +1 @@ -86e9f0f2dd7995d4d33e7e10c42f1ec3 \ No newline at end of file +904b704041ff4a942abf896741d68fcb \ No newline at end of file diff --git a/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.svg b/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.svg index 61d6468ab..61d0776b5 100644 --- a/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.svg +++ b/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph.svg @@ -998,7 +998,7 @@ var sectionId = 'dynsection-15'; Node35 - + check_bounding_collision @@ -1025,7 +1025,7 @@ var sectionId = 'dynsection-15'; Node36 - + check_collision_yx @@ -1043,7 +1043,7 @@ var sectionId = 'dynsection-15'; Node37 - + check_collision_zx @@ -1061,7 +1061,7 @@ var sectionId = 'dynsection-15'; Node38 - + check_collision_zy diff --git a/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph_org.svg b/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph_org.svg index 8320edca1..f9ba5a22c 100644 --- a/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph_org.svg +++ b/classOCrab_a9f2f4a38699923caf4f924768a3c944b_cgraph_org.svg @@ -951,7 +951,7 @@ Node35 - + check_bounding_collision @@ -978,7 +978,7 @@ Node36 - + check_collision_yx @@ -996,7 +996,7 @@ Node37 - + check_collision_zx @@ -1014,7 +1014,7 @@ Node38 - + check_collision_zy diff --git a/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.map b/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.map index 0ddf0ccd8..dc22f209b 100644 --- a/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.map +++ b/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.map @@ -70,13 +70,13 @@ - + - + - + - + diff --git a/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.md5 b/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.md5 index a3bb8369e..4bd31a2fe 100644 --- a/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.md5 +++ b/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.md5 @@ -1 +1 @@ -d61f6263877d36a99443c0f0b35b2796 \ No newline at end of file +1a31fa363e3e04f4b0bc392623c3e459 \ No newline at end of file diff --git a/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.svg b/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.svg index c8b2d764d..afac08372 100644 --- a/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.svg +++ b/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph.svg @@ -701,7 +701,7 @@ var sectionId = 'dynsection-8'; Node25 - + check_bounding_collision @@ -728,7 +728,7 @@ var sectionId = 'dynsection-8'; Node26 - + check_collision_yx @@ -746,7 +746,7 @@ var sectionId = 'dynsection-8'; Node27 - + check_collision_zx @@ -764,7 +764,7 @@ var sectionId = 'dynsection-8'; Node28 - + check_collision_zy diff --git a/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph_org.svg b/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph_org.svg index b0fb421e2..4857fac5a 100644 --- a/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph_org.svg +++ b/classOCrab_aec8b891fdee0f175925e748bb043ab21_cgraph_org.svg @@ -654,7 +654,7 @@ Node25 - + check_bounding_collision @@ -681,7 +681,7 @@ Node26 - + check_collision_yx @@ -699,7 +699,7 @@ Node27 - + check_collision_zx @@ -717,7 +717,7 @@ Node28 - + check_collision_zy diff --git a/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.map b/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.map index 1c9125df2..feeed2e9a 100644 --- a/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.map +++ b/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.map @@ -49,13 +49,13 @@ - + - + - + - + diff --git a/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.md5 b/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.md5 index 44fd979c1..2acb11f36 100644 --- a/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.md5 +++ b/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.md5 @@ -1 +1 @@ -2101b5e12c9f46da511581a4b6e465bc \ No newline at end of file +ed3a3842f0aa62457e07c74b8641bc68 \ No newline at end of file diff --git a/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.svg b/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.svg index 6f3074fcf..d5c9db456 100644 --- a/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.svg +++ b/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph.svg @@ -512,7 +512,7 @@ var sectionId = 'dynsection-12'; Node19 - + check_bounding_collision @@ -539,7 +539,7 @@ var sectionId = 'dynsection-12'; Node20 - + check_collision_yx @@ -557,7 +557,7 @@ var sectionId = 'dynsection-12'; Node21 - + check_collision_zx @@ -575,7 +575,7 @@ var sectionId = 'dynsection-12'; Node22 - + check_collision_zy diff --git a/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph_org.svg b/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph_org.svg index 423c1fba1..4d8f71a99 100644 --- a/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph_org.svg +++ b/classOHedgehog_a848ea1e06e3db19753b4cf263abc9411_cgraph_org.svg @@ -465,7 +465,7 @@ Node19 - + check_bounding_collision @@ -492,7 +492,7 @@ Node20 - + check_collision_yx @@ -510,7 +510,7 @@ Node21 - + check_collision_zx @@ -528,7 +528,7 @@ Node22 - + check_collision_zy diff --git a/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.map b/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.map index 91d464f13..26400f48c 100644 --- a/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.map +++ b/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.map @@ -56,14 +56,14 @@ - + - + - + - + diff --git a/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.md5 b/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.md5 index 4a6777e1b..191572b2b 100644 --- a/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.md5 +++ b/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.md5 @@ -1 +1 @@ -5d5bc7e87e3d29ead218ef75b9d51436 \ No newline at end of file +3f69b974a849e1f65385b5789fa6a767 \ No newline at end of file diff --git a/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.svg b/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.svg index f6ac3bd61..67ff92207 100644 --- a/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.svg +++ b/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph.svg @@ -575,7 +575,7 @@ var sectionId = 'dynsection-19'; Node20 - + check_bounding_collision @@ -602,7 +602,7 @@ var sectionId = 'dynsection-19'; Node21 - + check_collision_yx @@ -620,7 +620,7 @@ var sectionId = 'dynsection-19'; Node22 - + check_collision_zx @@ -638,7 +638,7 @@ var sectionId = 'dynsection-19'; Node23 - + check_collision_zy diff --git a/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph_org.svg b/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph_org.svg index 113a1cd22..8167a8360 100644 --- a/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph_org.svg +++ b/classOHedgehog_ab322ef3a25a723e0dd894a8127f68774_cgraph_org.svg @@ -528,7 +528,7 @@ Node20 - + check_bounding_collision @@ -555,7 +555,7 @@ Node21 - + check_collision_yx @@ -573,7 +573,7 @@ Node22 - + check_collision_zx @@ -591,7 +591,7 @@ Node23 - + check_collision_zy diff --git a/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.map b/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.map index 39630689d..93246972d 100644 --- a/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.map +++ b/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.map @@ -23,17 +23,17 @@ - + - + - + - + @@ -54,7 +54,7 @@ - + diff --git a/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.md5 b/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.md5 index 59015562a..92bd9fc4c 100644 --- a/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.md5 +++ b/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.md5 @@ -1 +1 @@ -a1879430993042e14436caed000ce61d \ No newline at end of file +549ebb6c10700e523a265749bf3c2804 \ No newline at end of file diff --git a/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.svg b/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.svg index 24773597f..66c6beecd 100644 --- a/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.svg +++ b/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph.svg @@ -276,7 +276,7 @@ var sectionId = 'dynsection-11'; Node9 - + check_bounding_collision @@ -330,7 +330,7 @@ var sectionId = 'dynsection-11'; Node10 - + check_collision_yx @@ -348,7 +348,7 @@ var sectionId = 'dynsection-11'; Node11 - + check_collision_zx @@ -366,7 +366,7 @@ var sectionId = 'dynsection-11'; Node12 - + check_collision_zy @@ -556,7 +556,7 @@ var sectionId = 'dynsection-11'; Node32 - + func_802AAAAC diff --git a/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph_org.svg b/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph_org.svg index 91e056355..39c50e872 100644 --- a/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph_org.svg +++ b/classOHotAirBalloon_a401de1da0d55d973c05514589e2b5298_cgraph_org.svg @@ -229,7 +229,7 @@ Node9 - + check_bounding_collision @@ -283,7 +283,7 @@ Node10 - + check_collision_yx @@ -301,7 +301,7 @@ Node11 - + check_collision_zx @@ -319,7 +319,7 @@ Node12 - + check_collision_zy @@ -509,7 +509,7 @@ Node32 - + func_802AAAAC diff --git a/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.map b/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.map index 4dc3616ac..0eaf90f63 100644 --- a/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.map +++ b/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.map @@ -25,17 +25,17 @@ - + - + - + - + @@ -56,7 +56,7 @@ - + diff --git a/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.md5 b/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.md5 index 6b8bdd752..836b0e976 100644 --- a/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.md5 +++ b/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.md5 @@ -1 +1 @@ -9e2f83f41ed739e86dd9a7dad098b0a7 \ No newline at end of file +8bd9ac8980e2e7a62e06da6e457b74bb \ No newline at end of file diff --git a/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.svg b/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.svg index df40fc3a1..a4ea27665 100644 --- a/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.svg +++ b/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph.svg @@ -295,7 +295,7 @@ var sectionId = 'dynsection-9'; Node10 - + check_bounding_collision @@ -349,7 +349,7 @@ var sectionId = 'dynsection-9'; Node11 - + check_collision_yx @@ -367,7 +367,7 @@ var sectionId = 'dynsection-9'; Node12 - + check_collision_zx @@ -385,7 +385,7 @@ var sectionId = 'dynsection-9'; Node13 - + check_collision_zy @@ -575,7 +575,7 @@ var sectionId = 'dynsection-9'; Node33 - + func_802AAAAC diff --git a/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph_org.svg b/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph_org.svg index 56d7940cd..4a48e6dfd 100644 --- a/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph_org.svg +++ b/classOHotAirBalloon_a40bc8d453d3d79b9a7accdc5b4e1420d_cgraph_org.svg @@ -248,7 +248,7 @@ Node10 - + check_bounding_collision @@ -302,7 +302,7 @@ Node11 - + check_collision_yx @@ -320,7 +320,7 @@ Node12 - + check_collision_zx @@ -338,7 +338,7 @@ Node13 - + check_collision_zy @@ -528,7 +528,7 @@ Node33 - + func_802AAAAC diff --git a/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.map b/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.map index b091d4aa6..6285cfcd2 100644 --- a/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.map +++ b/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.map @@ -55,15 +55,15 @@ - + - + - + - + @@ -84,7 +84,7 @@ - + diff --git a/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.md5 b/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.md5 index 633bec6a3..76c6efea3 100644 --- a/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.md5 +++ b/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.md5 @@ -1 +1 @@ -37299b7eded6d806ec26ee8be10d72d2 \ No newline at end of file +5c9ad4daaac1693f3f693c02e0498c05 \ No newline at end of file diff --git a/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.svg b/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.svg index 0174eaf8c..3594f585f 100644 --- a/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.svg +++ b/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph.svg @@ -569,7 +569,7 @@ var sectionId = 'dynsection-16'; Node20 - + check_bounding_collision @@ -605,7 +605,7 @@ var sectionId = 'dynsection-16'; Node21 - + check_collision_yx @@ -623,7 +623,7 @@ var sectionId = 'dynsection-16'; Node22 - + check_collision_zx @@ -641,7 +641,7 @@ var sectionId = 'dynsection-16'; Node23 - + check_collision_zy @@ -831,7 +831,7 @@ var sectionId = 'dynsection-16'; Node42 - + func_802AAAAC diff --git a/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph_org.svg b/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph_org.svg index 61aecbe87..a55c0eb03 100644 --- a/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph_org.svg +++ b/classOHotAirBalloon_a59cdcf707eed92e7a9f72626d093fc23_cgraph_org.svg @@ -522,7 +522,7 @@ Node20 - + check_bounding_collision @@ -558,7 +558,7 @@ Node21 - + check_collision_yx @@ -576,7 +576,7 @@ Node22 - + check_collision_zx @@ -594,7 +594,7 @@ Node23 - + check_collision_zy @@ -784,7 +784,7 @@ Node42 - + func_802AAAAC diff --git a/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.map b/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.map index 79f095651..4d4367753 100644 --- a/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.map +++ b/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.map @@ -6,7 +6,7 @@ - + @@ -31,18 +31,18 @@ - + - + - + - + - + diff --git a/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.md5 b/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.md5 index 0dc10d7ae..9216eb1af 100644 --- a/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.md5 +++ b/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.md5 @@ -1 +1 @@ -baec953c0c7a0f6061b67e7662bcf9eb \ No newline at end of file +4e011f2fe5e4f2b456dac6baf415d903 \ No newline at end of file diff --git a/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.svg b/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.svg index cf1d892c7..4a13d0357 100644 --- a/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.svg +++ b/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph.svg @@ -123,7 +123,7 @@ var sectionId = 'dynsection-4'; Node8 - + func_8004A630 @@ -349,7 +349,7 @@ var sectionId = 'dynsection-4'; Node10 - + func_80041924 @@ -395,7 +395,7 @@ var sectionId = 'dynsection-4'; Node11 - + check_bounding_collision @@ -413,7 +413,7 @@ var sectionId = 'dynsection-4'; Node12 - + check_collision_yx @@ -431,7 +431,7 @@ var sectionId = 'dynsection-4'; Node13 - + check_collision_zx @@ -449,7 +449,7 @@ var sectionId = 'dynsection-4'; Node14 - + check_collision_zy diff --git a/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph_org.svg b/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph_org.svg index 67cb9a269..9dfa3d933 100644 --- a/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph_org.svg +++ b/classOLakitu_acf4c307ecb7d50a557cff7e4e9fc22d2_cgraph_org.svg @@ -76,7 +76,7 @@ Node8 - + func_8004A630 @@ -302,7 +302,7 @@ Node10 - + func_80041924 @@ -348,7 +348,7 @@ Node11 - + check_bounding_collision @@ -366,7 +366,7 @@ Node12 - + check_collision_yx @@ -384,7 +384,7 @@ Node13 - + check_collision_zx @@ -402,7 +402,7 @@ Node14 - + check_collision_zy diff --git a/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.map b/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.map index 33c24e22c..e9051576a 100644 --- a/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.map +++ b/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.map @@ -8,17 +8,17 @@ - + - + - + - + diff --git a/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.md5 b/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.md5 index 87f93014c..97fe05d40 100644 --- a/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.md5 +++ b/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.md5 @@ -1 +1 @@ -bebdf7b7d69527645690ffd591b82a5c \ No newline at end of file +08f58311e4ce8bcbb1f14a82c43c61ff \ No newline at end of file diff --git a/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.svg b/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.svg index ee07172ba..58e297e6b 100644 --- a/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.svg +++ b/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph.svg @@ -139,7 +139,7 @@ var sectionId = 'dynsection-2'; Node5 - + check_bounding_collision @@ -193,7 +193,7 @@ var sectionId = 'dynsection-2'; Node6 - + check_collision_yx @@ -211,7 +211,7 @@ var sectionId = 'dynsection-2'; Node7 - + check_collision_zx @@ -229,7 +229,7 @@ var sectionId = 'dynsection-2'; Node8 - + check_collision_zy diff --git a/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph_org.svg b/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph_org.svg index 56e3c32a1..895fac525 100644 --- a/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph_org.svg +++ b/classOMole_ac634aa46930f54a1dfedc316034b4b95_cgraph_org.svg @@ -92,7 +92,7 @@ Node5 - + check_bounding_collision @@ -146,7 +146,7 @@ Node6 - + check_collision_yx @@ -164,7 +164,7 @@ Node7 - + check_collision_zx @@ -182,7 +182,7 @@ Node8 - + check_collision_zy diff --git a/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.map b/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.map index 1f516cc83..9ae1631f1 100644 --- a/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.map +++ b/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.map @@ -59,15 +59,15 @@ - + - + - + diff --git a/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.md5 b/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.md5 index 904f0838e..9e5ba55b2 100644 --- a/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.md5 +++ b/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.md5 @@ -1 +1 @@ -56cdb13b8d956b8b1f9d2c387a66ec18 \ No newline at end of file +cd1a18c10384168619813cb1cb84c6c1 \ No newline at end of file diff --git a/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.svg b/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.svg index 74f835337..66ecee78a 100644 --- a/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.svg +++ b/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph.svg @@ -600,7 +600,7 @@ var sectionId = 'dynsection-14'; Node21 - + check_bounding_collision @@ -655,7 +655,7 @@ var sectionId = 'dynsection-14'; Node22 - + check_collision_yx @@ -673,7 +673,7 @@ var sectionId = 'dynsection-14'; Node23 - + check_collision_zx diff --git a/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph_org.svg b/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph_org.svg index 0765540b1..4932e22be 100644 --- a/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph_org.svg +++ b/classOSeagull_a86b5da4447db382837540ab7dc34c95a_cgraph_org.svg @@ -553,7 +553,7 @@ Node21 - + check_bounding_collision @@ -608,7 +608,7 @@ Node22 - + check_collision_yx @@ -626,7 +626,7 @@ Node23 - + check_collision_zx diff --git a/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.map b/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.map index f18bd21a8..18615507b 100644 --- a/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.map +++ b/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.map @@ -26,17 +26,17 @@ - + - + - + - + diff --git a/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.md5 b/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.md5 index 8be5888b3..314984741 100644 --- a/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.md5 +++ b/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.md5 @@ -1 +1 @@ -e8e847b320cdbd396ecd2e34d15b47f2 \ No newline at end of file +b52d74b21206739b1a94f8ef35b2e833 \ No newline at end of file diff --git a/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.svg b/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.svg index 53ab8cc9a..8e37d492b 100644 --- a/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.svg +++ b/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph.svg @@ -303,7 +303,7 @@ var sectionId = 'dynsection-11'; Node6 - + check_bounding_collision @@ -358,7 +358,7 @@ var sectionId = 'dynsection-11'; Node7 - + check_collision_yx @@ -376,7 +376,7 @@ var sectionId = 'dynsection-11'; Node8 - + check_collision_zx @@ -394,7 +394,7 @@ var sectionId = 'dynsection-11'; Node9 - + check_collision_zy diff --git a/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph_org.svg b/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph_org.svg index bd38abd66..ad3c91908 100644 --- a/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph_org.svg +++ b/classOSeagull_afb8d3fd824adf5e5edbf698c94f59111_cgraph_org.svg @@ -256,7 +256,7 @@ Node6 - + check_bounding_collision @@ -311,7 +311,7 @@ Node7 - + check_collision_yx @@ -329,7 +329,7 @@ Node8 - + check_collision_zx @@ -347,7 +347,7 @@ Node9 - + check_collision_zy diff --git a/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.map b/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.map index e15e6e19c..2b502f9dc 100644 --- a/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.map +++ b/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.map @@ -44,21 +44,21 @@ - + - + - + - + - + @@ -85,7 +85,7 @@ - + diff --git a/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.md5 b/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.md5 index e831b723a..b6e5f08a3 100644 --- a/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.md5 +++ b/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.md5 @@ -1 +1 @@ -9d5eb959e3837380721d96afd307e3e6 \ No newline at end of file +33711ab8730093e4871244bf0df5ae08 \ No newline at end of file diff --git a/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.svg b/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.svg index 2b4486242..9f876af4c 100644 --- a/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.svg +++ b/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph.svg @@ -463,7 +463,7 @@ var sectionId = 'dynsection-2'; Node14 - + check_bounding_collision @@ -500,7 +500,7 @@ var sectionId = 'dynsection-2'; Node31 - + func_802AAAAC @@ -554,7 +554,7 @@ var sectionId = 'dynsection-2'; Node15 - + check_collision_yx @@ -572,7 +572,7 @@ var sectionId = 'dynsection-2'; Node16 - + check_collision_zx @@ -590,7 +590,7 @@ var sectionId = 'dynsection-2'; Node17 - + check_collision_zy @@ -835,7 +835,7 @@ var sectionId = 'dynsection-2'; Node50 - + func_802976EC diff --git a/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph_org.svg b/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph_org.svg index 8dee4e5bc..e18d6f71b 100644 --- a/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph_org.svg +++ b/classPodiumCeremony_a65cdc7a796ddbace20d38e2a6af2335c_cgraph_org.svg @@ -416,7 +416,7 @@ Node14 - + check_bounding_collision @@ -453,7 +453,7 @@ Node31 - + func_802AAAAC @@ -507,7 +507,7 @@ Node15 - + check_collision_yx @@ -525,7 +525,7 @@ Node16 - + check_collision_zx @@ -543,7 +543,7 @@ Node17 - + check_collision_zy @@ -788,7 +788,7 @@ Node50 - + func_802976EC diff --git a/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.map b/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.map index 8f9a2826a..fbc2529ec 100644 --- a/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.map +++ b/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.map @@ -26,21 +26,21 @@ - + - + - + - + - + diff --git a/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.md5 b/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.md5 index 3b2fc4356..79a6b1b46 100644 --- a/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.md5 +++ b/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.md5 @@ -1 +1 @@ -e0f85c60e12920295fa193e94982e61a \ No newline at end of file +72147585acf6819307fd706e1285c069 \ No newline at end of file diff --git a/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.svg b/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.svg index 7623944b7..7f4fd2161 100644 --- a/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.svg +++ b/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph.svg @@ -301,7 +301,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_bounding_collision @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node25 - + func_802AAAAC @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node9 - + check_collision_yx @@ -410,7 +410,7 @@ var sectionId = 'dynsection-3'; Node10 - + check_collision_zx @@ -428,7 +428,7 @@ var sectionId = 'dynsection-3'; Node11 - + check_collision_zy diff --git a/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph_org.svg b/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph_org.svg index 598e8b3ae..894aecc84 100644 --- a/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph_org.svg +++ b/classRainbowRoad_adbdfd88223a14b4db65eda47b316b15b_cgraph_org.svg @@ -254,7 +254,7 @@ Node8 - + check_bounding_collision @@ -291,7 +291,7 @@ Node25 - + func_802AAAAC @@ -345,7 +345,7 @@ Node9 - + check_collision_yx @@ -363,7 +363,7 @@ Node10 - + check_collision_zx @@ -381,7 +381,7 @@ Node11 - + check_collision_zy diff --git a/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.map b/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.map index db3df486b..7217c3177 100644 --- a/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.map +++ b/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.map @@ -24,21 +24,21 @@ - + - + - + - + - + @@ -83,7 +83,7 @@ - + diff --git a/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.md5 b/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.md5 index 9d8e361d3..65b8529f9 100644 --- a/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.md5 +++ b/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.md5 @@ -1 +1 @@ -b399a41f474051bedfb8e402f4f672fa \ No newline at end of file +14acb361fdfbfaca832443e2adb74577 \ No newline at end of file diff --git a/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.svg b/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.svg index 18dca5877..d4e0ecb0f 100644 --- a/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.svg +++ b/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph.svg @@ -283,7 +283,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -320,7 +320,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -410,7 +410,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy @@ -817,7 +817,7 @@ var sectionId = 'dynsection-3'; Node42 - + func_802976EC diff --git a/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph_org.svg b/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph_org.svg index a5376be61..9c797047b 100644 --- a/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph_org.svg +++ b/classRoyalRaceway_a417f6ebceb092a23aebc5448e8f1241e_cgraph_org.svg @@ -236,7 +236,7 @@ Node5 - + check_bounding_collision @@ -273,7 +273,7 @@ Node23 - + func_802AAAAC @@ -327,7 +327,7 @@ Node6 - + check_collision_yx @@ -345,7 +345,7 @@ Node7 - + check_collision_zx @@ -363,7 +363,7 @@ Node8 - + check_collision_zy @@ -770,7 +770,7 @@ Node42 - + func_802976EC diff --git a/classSherbetLand.html b/classSherbetLand.html index 2181633f5..f1a6ab37a 100644 --- a/classSherbetLand.html +++ b/classSherbetLand.html @@ -129,8 +129,8 @@ Public Member Functions   virtual void Load () override   -virtual f32 GetWaterLevel (FVector pos, struct Collision *collision) override -  +virtual f32 GetWaterLevel (FVector pos, Collision *collision) override +  virtual void BeginPlay () override   virtual void TickTrackObjects () override @@ -372,8 +372,8 @@ Here is the call graph for this function:
- -

◆ GetWaterLevel()

+ +

◆ GetWaterLevel()

@@ -389,7 +389,7 @@ Here is the call graph for this function:
- struct Collision * collision ) + Collision * collision ) @@ -401,7 +401,7 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
+
diff --git a/classSherbetLand.js b/classSherbetLand.js index 069f9a9db..8ee3ed57f 100644 --- a/classSherbetLand.js +++ b/classSherbetLand.js @@ -7,7 +7,7 @@ var classSherbetLand = [ "DrawCredits", "classSherbetLand.html#af56127eec2379734c8c5e02dfcd1eb91", null ], [ "DrawTrackObjects", "classSherbetLand.html#aa4ee7a3c264bfa0031792ca76e9b528e", null ], [ "DrawTransparency", "classSherbetLand.html#a78c492377c0d7710b9ddc02358bb6a63", null ], - [ "GetWaterLevel", "classSherbetLand.html#af32da3462b21eafa54f08a7b0f6f1ff7", null ], + [ "GetWaterLevel", "classSherbetLand.html#a163bf1164702a3cb7cc2ac1aca586c92", null ], [ "Load", "classSherbetLand.html#a8a4f997aca9cf49e4f1859051d1706e0", null ], [ "TickTrackObjects", "classSherbetLand.html#a7be7d2e38e9c68bf4ece3d1451dc2488", null ] ]; \ No newline at end of file diff --git a/classSherbetLand_af32da3462b21eafa54f08a7b0f6f1ff7_cgraph.map b/classSherbetLand_a163bf1164702a3cb7cc2ac1aca586c92_cgraph.map similarity index 100% rename from classSherbetLand_af32da3462b21eafa54f08a7b0f6f1ff7_cgraph.map rename to classSherbetLand_a163bf1164702a3cb7cc2ac1aca586c92_cgraph.map diff --git a/classSherbetLand_af32da3462b21eafa54f08a7b0f6f1ff7_cgraph.md5 b/classSherbetLand_a163bf1164702a3cb7cc2ac1aca586c92_cgraph.md5 similarity index 100% rename from classSherbetLand_af32da3462b21eafa54f08a7b0f6f1ff7_cgraph.md5 rename to classSherbetLand_a163bf1164702a3cb7cc2ac1aca586c92_cgraph.md5 diff --git a/classSherbetLand_af32da3462b21eafa54f08a7b0f6f1ff7_cgraph.svg b/classSherbetLand_a163bf1164702a3cb7cc2ac1aca586c92_cgraph.svg similarity index 100% rename from classSherbetLand_af32da3462b21eafa54f08a7b0f6f1ff7_cgraph.svg rename to classSherbetLand_a163bf1164702a3cb7cc2ac1aca586c92_cgraph.svg diff --git a/classSherbetLand_af32da3462b21eafa54f08a7b0f6f1ff7_cgraph_org.svg b/classSherbetLand_a163bf1164702a3cb7cc2ac1aca586c92_cgraph_org.svg similarity index 100% rename from classSherbetLand_af32da3462b21eafa54f08a7b0f6f1ff7_cgraph_org.svg rename to classSherbetLand_a163bf1164702a3cb7cc2ac1aca586c92_cgraph_org.svg diff --git a/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.map b/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.map index d721a15bc..093066c1d 100644 --- a/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.map +++ b/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.map @@ -8,7 +8,7 @@ - + diff --git a/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.md5 b/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.md5 index 6207dc1c4..4e2f0c2eb 100644 --- a/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.md5 +++ b/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.md5 @@ -1 +1 @@ -18871e816710ff5912fe435f411fd915 \ No newline at end of file +3935b36b410e3b8fb4682454ba4f0cac \ No newline at end of file diff --git a/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.svg b/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.svg index 3a3dacfce..12ff60874 100644 --- a/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.svg +++ b/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph.svg @@ -139,7 +139,7 @@ var sectionId = 'dynsection-8'; Node4 - + CM_GetWaterLevel diff --git a/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph_org.svg b/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph_org.svg index dc8e673c2..5bfda4a96 100644 --- a/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph_org.svg +++ b/classSherbetLand_a78c492377c0d7710b9ddc02358bb6a63_cgraph_org.svg @@ -92,7 +92,7 @@ Node4 - + CM_GetWaterLevel diff --git a/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.map b/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.map index 96e121430..3d706909f 100644 --- a/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.map +++ b/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.md5 b/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.md5 index 698ecdbfc..088826c13 100644 --- a/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.md5 +++ b/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.md5 @@ -1 +1 @@ -869b4d826b3b090860b4ffa19a316ef3 \ No newline at end of file +8ffd478278dc6c90a051f803e4eab3e8 \ No newline at end of file diff --git a/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.svg b/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.svg index ecdc3aa09..59d6ccab2 100644 --- a/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.svg +++ b/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy diff --git a/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph_org.svg b/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph_org.svg index 6a1bb0067..ad0c55129 100644 --- a/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph_org.svg +++ b/classSherbetLand_aaf3ff18960e8e9896f51bd93e2d8ff9a_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/classShip_1_1Menu.html b/classShip_1_1Menu.html index 5af64ec3c..cbac1cce1 100644 --- a/classShip_1_1Menu.html +++ b/classShip_1_1Menu.html @@ -128,7 +128,7 @@ Collaboration diagram for Ship::Menu: - + @@ -233,7 +233,7 @@ Private Attributes - +

Public Member Functions

 Menu (const std::string &cVar, const std::string &name, uint8_t searchSidebarIndex_=0, UIWidgets::Colors menuThemeIndex_=UIWidgets::Colors::LightBlue)
 Menu (const std::string &cVar, const std::string &name, uint8_t searchSidebarIndex_=0, UIWidgets::Colors menuThemeIndex_=UIWidgets::Colors::LightBlue)
 
virtual ~Menu ()
 
UIWidgets::Colors menuThemeIndex_ = UIWidgets::Colors::LightBlue )UIWidgets::Colors menuThemeIndex_ = UIWidgets::Colors::LightBlue )
diff --git a/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.map b/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.map index a689701b3..a70130d5b 100644 --- a/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.map +++ b/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.md5 b/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.md5 index f51ae0af2..f800967fc 100644 --- a/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.md5 +++ b/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.md5 @@ -1 +1 @@ -369e3c01aae1de85013164993c37fe18 \ No newline at end of file +e653c36ba6da5e701c3244714dfbef56 \ No newline at end of file diff --git a/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.svg b/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.svg index e06d903fb..905abdc08 100644 --- a/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.svg +++ b/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy diff --git a/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph_org.svg b/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph_org.svg index 61c99cff3..75749bf02 100644 --- a/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph_org.svg +++ b/classSkyscraper_a14953e622cb718b01891d1b5884809d7_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.map b/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.map index 0ec6bcdfa..aa79311cf 100644 --- a/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.map +++ b/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.md5 b/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.md5 index ccc09d292..f1892cc3f 100644 --- a/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.md5 +++ b/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.md5 @@ -1 +1 @@ -cc8045c5c8e28d5ba80726f57329f677 \ No newline at end of file +67931884a254b796f684afa7fb497fb9 \ No newline at end of file diff --git a/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.svg b/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.svg index e2e0d53d6..c449d8f0b 100644 --- a/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.svg +++ b/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-3'; Node4 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-3'; Node22 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zy diff --git a/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph_org.svg b/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph_org.svg index a560e954a..f644a8d33 100644 --- a/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph_org.svg +++ b/classTestTrack_a2837e5e48c268d15ca1590ced6aa7a00_cgraph_org.svg @@ -200,7 +200,7 @@ Node4 - + check_bounding_collision @@ -237,7 +237,7 @@ Node22 - + func_802AAAAC @@ -291,7 +291,7 @@ Node5 - + check_collision_yx @@ -309,7 +309,7 @@ Node6 - + check_collision_zx @@ -327,7 +327,7 @@ Node7 - + check_collision_zy diff --git a/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.map b/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.map index e506be968..2ff74898b 100644 --- a/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.map +++ b/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.map @@ -22,21 +22,21 @@ - + - + - + - + - + diff --git a/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.md5 b/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.md5 index f8c238794..5226ffd08 100644 --- a/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.md5 +++ b/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.md5 @@ -1 +1 @@ -ebef067843d0b86efa2186b96d5c0918 \ No newline at end of file +f23f4ba0789d9de1c7790fde6e0f4ff8 \ No newline at end of file diff --git a/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.svg b/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.svg index 0eb1353a4..e388bbe90 100644 --- a/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.svg +++ b/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph.svg @@ -265,7 +265,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_bounding_collision @@ -302,7 +302,7 @@ var sectionId = 'dynsection-3'; Node24 - + func_802AAAAC @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_yx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zx @@ -392,7 +392,7 @@ var sectionId = 'dynsection-3'; Node9 - + check_collision_zy diff --git a/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph_org.svg b/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph_org.svg index cddf4edc2..7269657af 100644 --- a/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph_org.svg +++ b/classToadsTurnpike_a25009a2dd4f7e438741965b0a9fc9a7e_cgraph_org.svg @@ -218,7 +218,7 @@ Node6 - + check_bounding_collision @@ -255,7 +255,7 @@ Node24 - + func_802AAAAC @@ -309,7 +309,7 @@ Node7 - + check_collision_yx @@ -327,7 +327,7 @@ Node8 - + check_collision_zx @@ -345,7 +345,7 @@ Node9 - + check_collision_zy diff --git a/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.map b/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.map index 673d8a37c..b4c75ae84 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.map +++ b/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.map @@ -40,21 +40,21 @@ - + - + - + - + - + diff --git a/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.md5 b/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.md5 index 3f1f7a937..77709e23a 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.md5 +++ b/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.md5 @@ -1 +1 @@ -61baced58fc29b1b39a1894ceea85776 \ No newline at end of file +58124c3a6c6cc46b76331d3ff8ca49ef \ No newline at end of file diff --git a/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.svg b/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.svg index 160d6785f..2d6d2e732 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.svg +++ b/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph.svg @@ -431,7 +431,7 @@ var sectionId = 'dynsection-2'; Node15 - + check_bounding_collision @@ -468,7 +468,7 @@ var sectionId = 'dynsection-2'; Node32 - + func_802AAAAC @@ -522,7 +522,7 @@ var sectionId = 'dynsection-2'; Node16 - + check_collision_yx @@ -540,7 +540,7 @@ var sectionId = 'dynsection-2'; Node17 - + check_collision_zx @@ -558,7 +558,7 @@ var sectionId = 'dynsection-2'; Node18 - + check_collision_zy diff --git a/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph_org.svg b/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph_org.svg index f5c073844..9b238af7d 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph_org.svg +++ b/classTrackEditor_1_1ContentBrowserWindow_a0baa76d90aea78fc1bb85c201c376478_cgraph_org.svg @@ -384,7 +384,7 @@ Node15 - + check_bounding_collision @@ -421,7 +421,7 @@ Node32 - + func_802AAAAC @@ -475,7 +475,7 @@ Node16 - + check_collision_yx @@ -493,7 +493,7 @@ Node17 - + check_collision_zx @@ -511,7 +511,7 @@ Node18 - + check_collision_zy diff --git a/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.map b/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.map index b547ae723..6631b684d 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.map +++ b/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.map @@ -51,21 +51,21 @@ - + - + - + - + - + diff --git a/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.md5 b/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.md5 index c96af7a47..25bdab430 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.md5 +++ b/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.md5 @@ -1 +1 @@ -ba080cf3677011a5a5d5698874d2b71d \ No newline at end of file +bd2c980f76d9db6b9c046040144fbbeb \ No newline at end of file diff --git a/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.svg b/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.svg index 9e0c3bd4e..2e9b5a29d 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.svg +++ b/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph.svg @@ -535,7 +535,7 @@ var sectionId = 'dynsection-8'; Node16 - + check_bounding_collision @@ -572,7 +572,7 @@ var sectionId = 'dynsection-8'; Node33 - + func_802AAAAC @@ -626,7 +626,7 @@ var sectionId = 'dynsection-8'; Node17 - + check_collision_yx @@ -644,7 +644,7 @@ var sectionId = 'dynsection-8'; Node18 - + check_collision_zx @@ -662,7 +662,7 @@ var sectionId = 'dynsection-8'; Node19 - + check_collision_zy diff --git a/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph_org.svg b/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph_org.svg index 730389c08..294d3fcc7 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph_org.svg +++ b/classTrackEditor_1_1ContentBrowserWindow_a469ab0a83073c94cd9fdb44d6102a316_cgraph_org.svg @@ -488,7 +488,7 @@ Node16 - + check_bounding_collision @@ -525,7 +525,7 @@ Node33 - + func_802AAAAC @@ -579,7 +579,7 @@ Node17 - + check_collision_yx @@ -597,7 +597,7 @@ Node18 - + check_collision_zx @@ -615,7 +615,7 @@ Node19 - + check_collision_zy diff --git a/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.map b/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.map index 982f45f21..e9a5f1561 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.map +++ b/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.map @@ -30,21 +30,21 @@ - + - + - + - + - + diff --git a/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.md5 b/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.md5 index 92120dc69..b4239a07d 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.md5 +++ b/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.md5 @@ -1 +1 @@ -e0fff5026aeac806317ebbc686dcfd24 \ No newline at end of file +517bcdbfc6b6c0f1fc5fe2b49f8414d4 \ No newline at end of file diff --git a/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.svg b/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.svg index 13aa15be9..a0c02b3e6 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.svg +++ b/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph.svg @@ -339,7 +339,7 @@ var sectionId = 'dynsection-12'; Node10 - + check_bounding_collision @@ -376,7 +376,7 @@ var sectionId = 'dynsection-12'; Node27 - + func_802AAAAC @@ -430,7 +430,7 @@ var sectionId = 'dynsection-12'; Node11 - + check_collision_yx @@ -448,7 +448,7 @@ var sectionId = 'dynsection-12'; Node12 - + check_collision_zx @@ -466,7 +466,7 @@ var sectionId = 'dynsection-12'; Node13 - + check_collision_zy diff --git a/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph_org.svg b/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph_org.svg index 817ebd3c6..a55ad5815 100644 --- a/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph_org.svg +++ b/classTrackEditor_1_1ContentBrowserWindow_a8157b0f2958b93cf58dd3e9d76fd6856_cgraph_org.svg @@ -292,7 +292,7 @@ Node10 - + check_bounding_collision @@ -329,7 +329,7 @@ Node27 - + func_802AAAAC @@ -383,7 +383,7 @@ Node11 - + check_collision_yx @@ -401,7 +401,7 @@ Node12 - + check_collision_zx @@ -419,7 +419,7 @@ Node13 - + check_collision_zy diff --git a/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.map b/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.map index b880e5ae2..590c9a484 100644 --- a/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.map +++ b/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.map @@ -20,21 +20,21 @@ - + - + - + - + - + diff --git a/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.md5 b/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.md5 index 11ad4242d..aed9d51b0 100644 --- a/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.md5 +++ b/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.md5 @@ -1 +1 @@ -8521a1649083b839d03f60569ea8b4bd \ No newline at end of file +ba4fe6562ff0fe83ec67663c9eb9a9e2 \ No newline at end of file diff --git a/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.svg b/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.svg index bc6afa343..f33232f4f 100644 --- a/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.svg +++ b/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph.svg @@ -247,7 +247,7 @@ var sectionId = 'dynsection-3'; Node5 - + check_bounding_collision @@ -284,7 +284,7 @@ var sectionId = 'dynsection-3'; Node23 - + func_802AAAAC @@ -338,7 +338,7 @@ var sectionId = 'dynsection-3'; Node6 - + check_collision_yx @@ -356,7 +356,7 @@ var sectionId = 'dynsection-3'; Node7 - + check_collision_zx @@ -374,7 +374,7 @@ var sectionId = 'dynsection-3'; Node8 - + check_collision_zy diff --git a/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph_org.svg b/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph_org.svg index eb4f73831..f7cdec476 100644 --- a/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph_org.svg +++ b/classWarioStadium_a4378b74fb0c8f22034f5235ff051e53d_cgraph_org.svg @@ -200,7 +200,7 @@ Node5 - + check_bounding_collision @@ -237,7 +237,7 @@ Node23 - + func_802AAAAC @@ -291,7 +291,7 @@ Node6 - + check_collision_yx @@ -309,7 +309,7 @@ Node7 - + check_collision_zx @@ -327,7 +327,7 @@ Node8 - + check_collision_zy diff --git a/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.map b/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.map index 27e619c7e..6bdfb0a94 100644 --- a/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.map +++ b/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.map @@ -14,21 +14,21 @@ - + - + - + - + - + diff --git a/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.md5 b/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.md5 index c27ebad37..751e380e1 100644 --- a/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.md5 +++ b/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.md5 @@ -1 +1 @@ -9f4120843cab07309f0b07aa637b35b4 \ No newline at end of file +a14088820b2d7e47088081d064c09cb7 \ No newline at end of file diff --git a/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.svg b/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.svg index f8a99fe69..13cd3067f 100644 --- a/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.svg +++ b/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph.svg @@ -194,7 +194,7 @@ var sectionId = 'dynsection-6'; Node4 - + check_bounding_collision @@ -231,7 +231,7 @@ var sectionId = 'dynsection-6'; Node22 - + func_802AAAAC @@ -285,7 +285,7 @@ var sectionId = 'dynsection-6'; Node5 - + check_collision_yx @@ -303,7 +303,7 @@ var sectionId = 'dynsection-6'; Node6 - + check_collision_zx @@ -321,7 +321,7 @@ var sectionId = 'dynsection-6'; Node7 - + check_collision_zy diff --git a/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph_org.svg b/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph_org.svg index 15bdc2375..91ce120d6 100644 --- a/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph_org.svg +++ b/classWarioStadium_a8f942d57864a1a0f0711c972275624d2_cgraph_org.svg @@ -147,7 +147,7 @@ Node4 - + check_bounding_collision @@ -184,7 +184,7 @@ Node22 - + func_802AAAAC @@ -238,7 +238,7 @@ Node5 - + check_collision_yx @@ -256,7 +256,7 @@ Node6 - + check_collision_zx @@ -274,7 +274,7 @@ Node7 - + check_collision_zy diff --git a/classWorld.html b/classWorld.html index 412742eef..b9bf03ed4 100644 --- a/classWorld.html +++ b/classWorld.html @@ -110,7 +110,6 @@ $(function(){initNavTree('classWorld.html',''); initResizable(true); }); Public Member Functions | Data Fields | Static Public Attributes | -Private Types | Private Attributes
World Class Reference
@@ -207,8 +206,8 @@ Public Member Functions - - + + @@ -235,11 +234,6 @@ Static Public Attributes

Data Fields

Matrix world_mtx
 
Matrix Mtx
 
std::vector< Cup * > Cups
 
size_t CupIndex = 1
static WorldInstance
 
- - - -

-Private Types

typedef struct World::Matrix Matrix
 
@@ -249,29 +243,6 @@ Private Attributes

Private Attributes

std::unique_ptr< TrackmTrack
std::unique_ptr< RaceManager > RaceManagerInstance
 
-

Member Typedef Documentation

- -

◆ Matrix

- -
-
- - - - - -
- - - - -
typedef struct World::Matrix World::Matrix
-
-private
-
- -
-

Constructor & Destructor Documentation

◆ World()

@@ -1351,6 +1322,20 @@ Here is the caller graph for this function:
+
+ + +

◆ Mtx

+ +
+
+ + + + +
Matrix World::Mtx
+
+
@@ -1401,20 +1386,6 @@ Here is the caller graph for this function:
-
- - -

◆ world_mtx

- -
-
- - - - -
Matrix World::world_mtx
-
-

The documentation for this class was generated from the following files: diff --git a/functions_g.html b/functions_g.html index ddf31c090..c5c174b06 100644 --- a/functions_g.html +++ b/functions_g.html @@ -148,7 +148,7 @@ $(function(){initNavTree('functions_g.html',''); initResizable(true); });
  • GetSize() : Cup
  • GetTrack() : Cup, World
  • GetUpdateFuncs() : MenuInit
  • -
  • GetWaterLevel() : DKJungle, SherbetLand
  • +
  • GetWaterLevel() : DKJungle, SherbetLand
  • GetWorld() : World
  • gfxPool : GfxPool
  • gfxTimes : ProfilerFrameData
  • diff --git a/functions_l.html b/functions_l.html index 6500695ec..a809eecd7 100644 --- a/functions_l.html +++ b/functions_l.html @@ -110,7 +110,7 @@ $(function(){initNavTree('functions_l.html',''); initResizable(true); });

    - l -

    diff --git a/globals_a.html b/globals_a.html index e392f0910..3e36e3bf7 100644 --- a/globals_a.html +++ b/globals_a.html @@ -145,7 +145,7 @@ $(function(){initNavTree('globals_a.html',''); initResizable(true); });
  • actor_rendered() : actors.c
  • ACTOR_SCHOOL_BUS : actor_types.h
  • ACTOR_TANKER_TRUCK : actor_types.h
  • -
  • actor_terrain_collision() : collision.c, collision.h
  • +
  • actor_terrain_collision() : collision.c, collision.h
  • ACTOR_TRAIN_ENGINE : actor_types.h
  • ACTOR_TRAIN_PASSENGER_CAR : actor_types.h
  • ACTOR_TRAIN_TENDER : actor_types.h
  • diff --git a/globals_c.html b/globals_c.html index be751059f..9bc35eb89 100644 --- a/globals_c.html +++ b/globals_c.html @@ -207,10 +207,10 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • CHARACTER_SELECT_MENU_WARIO : menu_items.h
  • CHARACTER_SELECT_MENU_YOSHI : menu_items.h
  • check_ai_crossing_distance() : code_80005FD0.c, code_80005FD0.h
  • -
  • check_bounding_collision() : collision.c, collision.h
  • -
  • check_collision_yx() : collision.c, collision.h
  • -
  • check_collision_zx() : collision.c, collision.h
  • -
  • check_collision_zy() : collision.c, collision.h
  • +
  • check_bounding_collision() : collision.c, collision.h
  • +
  • check_collision_yx() : collision.c, collision.h
  • +
  • check_collision_zx() : collision.c, collision.h
  • +
  • check_collision_zy() : collision.c, collision.h
  • check_drift_particles_setup_valid() : code_80057C60.c
  • check_for_controller_pak() : save.c, save.h
  • check_horizontally_colliding_with_triangle() : collision.c
  • @@ -298,7 +298,7 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • CM_GetPlayerCamera() : Game.cpp, Game.h
  • CM_GetProps() : Game.cpp, Game.h
  • CM_GetTrack() : Game.cpp, Game.h
  • -
  • CM_GetWaterLevel() : Game.cpp, Game.h
  • +
  • CM_GetWaterLevel() : Game.cpp, Game.h
  • CM_InitTrackObjects() : Game.cpp, Game.h
  • CM_IsTourEnabled() : Game.cpp, Game.h
  • CM_RaceDrawSky() : Game.cpp, Game.h
  • @@ -417,7 +417,7 @@ $(function(){initNavTree('globals_c.html',''); initResizable(true); });
  • convert_to_fixed_point_matrix() : render_player.c, render_player.h
  • convert_to_fixed_point_matrix_animation() : animation.c, animation.h
  • Copy() : EditorMath.h
  • -
  • copy_collision() : actors_extended.c
  • +
  • copy_collision() : actors_extended.c
  • copy_courses_cpu_behaviour() : code_80005FD0.c, code_80005FD0.h
  • copy_framebuffer() : skybox_and_splitscreen.c, skybox_and_splitscreen.h
  • copy_player_three_in_camera() : ceremony_and_credits.c, ceremony_and_credits.h
  • diff --git a/globals_d.html b/globals_d.html index 24cddd48c..b91bb2041 100644 --- a/globals_d.html +++ b/globals_d.html @@ -1397,7 +1397,7 @@ $(function(){initNavTree('globals_d.html',''); initResizable(true); });
  • D_80162DF4 : replays.c, replays.h
  • D_80162DFC : replays.c, save.h
  • D_80162E00 : replays.c, replays.h
  • -
  • D_80162E70 : code_80005FD0.c, code_80005FD0.h
  • +
  • D_80162E70 : code_80005FD0.c, code_80005FD0.h
  • D_80162EB0 : code_80005FD0.c, code_80005FD0.h
  • D_80162EB2 : code_80005FD0.c, code_80005FD0.h
  • D_80162F08 : code_80005FD0.c
  • @@ -1712,10 +1712,10 @@ $(function(){initNavTree('globals_d.html',''); initResizable(true); });
  • D_80183E80 : code_80057C60.c, render_objects.h
  • D_80183E98 : code_80057C60.c
  • D_80183F20 : code_80057C60.c
  • -
  • D_8018C0B0 : code_80057C60.c, objects.h
  • -
  • D_8018C3B0 : code_80057C60.c
  • -
  • D_8018C5F0 : code_80057C60.c
  • -
  • D_8018C830 : code_80057C60.c
  • +
  • D_8018C0B0 : code_80057C60.c, objects.h
  • +
  • D_8018C3B0 : code_80057C60.c
  • +
  • D_8018C5F0 : code_80057C60.c
  • +
  • D_8018C830 : code_80057C60.c
  • D_8018CC80 : code_80057C60.c, objects.h
  • D_8018CC80_SIZE : objects.h
  • D_8018CE10 : code_80057C60.c
  • diff --git a/globals_f.html b/globals_f.html index cd99740ea..c585cde20 100644 --- a/globals_f.html +++ b/globals_f.html @@ -451,7 +451,7 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
  • func_800417B4() : math_util_2.c, math_util_2.h
  • func_800418AC() : math_util_2.c, math_util_2.h
  • func_800418E8() : math_util_2.c, math_util_2.h
  • -
  • func_80041924() : math_util_2.c, math_util_2.h
  • +
  • func_80041924() : math_util_2.c, math_util_2.h
  • func_800419F8() : math_util_2.c, math_util_2.h
  • func_80041A70() : math_util_2.c
  • func_80041D24() : math_util_2.c, math_util_2.h
  • @@ -608,7 +608,7 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
  • func_8004A4FC() : render_objects.c, render_objects.h
  • func_8004A570() : render_objects.c, render_objects.h
  • func_8004A5E4() : render_objects.c, render_objects.h
  • -
  • func_8004A630() : render_objects.c, render_objects.h
  • +
  • func_8004A630() : render_objects.c, render_objects.h
  • func_8004A6EC() : render_objects.c, render_objects.h
  • func_8004A7AC() : render_objects.c, render_objects.h
  • func_8004A9B8() : render_objects.c, render_objects.h
  • @@ -1786,7 +1786,7 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
  • func_80297340() : actors.c
  • func_80297524() : actors.c
  • func_802976D8() : actors.c
  • -
  • func_802976EC() : actors.c
  • +
  • func_802976EC() : actors.c
  • func_80297760() : actors.c
  • func_802977B0() : actors.c
  • func_802977E4() : actors.c
  • @@ -1822,11 +1822,11 @@ $(function(){initNavTree('globals_f.html',''); initResizable(true); });
  • func_802A7D54() : memory.c, memory.h
  • func_802A80B0() : memory.c, memory.h
  • func_802A86A8() : memory.h
  • -
  • func_802AAAAC() : collision.c, collision.h
  • +
  • func_802AAAAC() : collision.c, collision.h
  • func_802ABD7C() : collision.c, collision.h
  • func_802ABDB8() : collision.c, collision.h
  • func_802ABDF4() : collision.c, collision.h
  • -
  • func_802ABEAC() : collision.c, collision.h
  • +
  • func_802ABEAC() : collision.c, collision.h
  • func_802B039C() : actors_extended.c
  • func_802B0464() : actors_extended.c
  • func_802B04E8() : actors_extended.c
  • diff --git a/globals_func_a.html b/globals_func_a.html index 0698fbc83..15b9ad80a 100644 --- a/globals_func_a.html +++ b/globals_func_a.html @@ -115,7 +115,7 @@ $(function(){initNavTree('globals_func_a.html',''); initResizable(true); });
  • actor_init() : actors.c
  • actor_not_rendered() : actors.c
  • actor_rendered() : actors.c
  • -
  • actor_terrain_collision() : collision.c, collision.h
  • +
  • actor_terrain_collision() : collision.c, collision.h
  • add_actor_in_unexpired_actor_list() : code_80005FD0.c, code_80005FD0.h
  • add_actor_to_empty_slot() : actors.c
  • add_blue_shell_in_unexpired_actor_list() : code_80005FD0.c, code_80005FD0.h
  • diff --git a/globals_func_c.html b/globals_func_c.html index a2186ab67..3ad51132f 100644 --- a/globals_func_c.html +++ b/globals_func_c.html @@ -129,10 +129,10 @@ $(function(){initNavTree('globals_func_c.html',''); initResizable(true); });
  • change_player_color_effect_rgb() : render_player.c, render_player.h
  • char_to_glyph_index() : menu_items.c, menu_items.h
  • check_ai_crossing_distance() : code_80005FD0.c, code_80005FD0.h
  • -
  • check_bounding_collision() : collision.c, collision.h
  • -
  • check_collision_yx() : collision.c, collision.h
  • -
  • check_collision_zx() : collision.c, collision.h
  • -
  • check_collision_zy() : collision.c, collision.h
  • +
  • check_bounding_collision() : collision.c, collision.h
  • +
  • check_collision_yx() : collision.c, collision.h
  • +
  • check_collision_zx() : collision.c, collision.h
  • +
  • check_collision_zy() : collision.c, collision.h
  • check_drift_particles_setup_valid() : code_80057C60.c
  • check_for_controller_pak() : save.c, save.h
  • check_horizontally_colliding_with_triangle() : collision.c
  • @@ -207,7 +207,7 @@ $(function(){initNavTree('globals_func_c.html',''); initResizable(true); });
  • CM_GetPlayerCamera() : Game.cpp, Game.h
  • CM_GetProps() : Game.cpp, Game.h
  • CM_GetTrack() : Game.cpp, Game.h
  • -
  • CM_GetWaterLevel() : Game.cpp, Game.h
  • +
  • CM_GetWaterLevel() : Game.cpp, Game.h
  • CM_InitTrackObjects() : Game.cpp, Game.h
  • CM_IsTourEnabled() : Game.cpp, Game.h
  • CM_RaceDrawSky() : Game.cpp, Game.h
  • @@ -254,7 +254,7 @@ $(function(){initNavTree('globals_func_c.html',''); initResizable(true); });
  • convert_to_fixed_point_matrix() : render_player.c, render_player.h
  • convert_to_fixed_point_matrix_animation() : animation.c, animation.h
  • Copy() : EditorMath.h
  • -
  • copy_collision() : actors_extended.c
  • +
  • copy_collision() : actors_extended.c
  • copy_courses_cpu_behaviour() : code_80005FD0.c, code_80005FD0.h
  • copy_framebuffer() : skybox_and_splitscreen.c, skybox_and_splitscreen.h
  • copy_player_three_in_camera() : ceremony_and_credits.c, ceremony_and_credits.h
  • diff --git a/globals_func_f.html b/globals_func_f.html index 4e25a799d..a3b23bd9f 100644 --- a/globals_func_f.html +++ b/globals_func_f.html @@ -393,7 +393,7 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
  • func_800417B4() : math_util_2.c, math_util_2.h
  • func_800418AC() : math_util_2.c, math_util_2.h
  • func_800418E8() : math_util_2.c, math_util_2.h
  • -
  • func_80041924() : math_util_2.c, math_util_2.h
  • +
  • func_80041924() : math_util_2.c, math_util_2.h
  • func_800419F8() : math_util_2.c, math_util_2.h
  • func_80041A70() : math_util_2.c
  • func_80041D24() : math_util_2.c, math_util_2.h
  • @@ -550,7 +550,7 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
  • func_8004A4FC() : render_objects.c, render_objects.h
  • func_8004A570() : render_objects.c, render_objects.h
  • func_8004A5E4() : render_objects.c, render_objects.h
  • -
  • func_8004A630() : render_objects.c, render_objects.h
  • +
  • func_8004A630() : render_objects.c, render_objects.h
  • func_8004A6EC() : render_objects.c, render_objects.h
  • func_8004A7AC() : render_objects.c, render_objects.h
  • func_8004A9B8() : render_objects.c, render_objects.h
  • @@ -1727,7 +1727,7 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
  • func_80297340() : actors.c
  • func_80297524() : actors.c
  • func_802976D8() : actors.c
  • -
  • func_802976EC() : actors.c
  • +
  • func_802976EC() : actors.c
  • func_80297760() : actors.c
  • func_802977B0() : actors.c
  • func_802977E4() : actors.c
  • @@ -1763,11 +1763,11 @@ $(function(){initNavTree('globals_func_f.html',''); initResizable(true); });
  • func_802A7D54() : memory.c, memory.h
  • func_802A80B0() : memory.c, memory.h
  • func_802A86A8() : memory.h
  • -
  • func_802AAAAC() : collision.c, collision.h
  • +
  • func_802AAAAC() : collision.c, collision.h
  • func_802ABD7C() : collision.c, collision.h
  • func_802ABDB8() : collision.c, collision.h
  • func_802ABDF4() : collision.c, collision.h
  • -
  • func_802ABEAC() : collision.c, collision.h
  • +
  • func_802ABEAC() : collision.c, collision.h
  • func_802B039C() : actors_extended.c
  • func_802B0464() : actors_extended.c
  • func_802B04E8() : actors_extended.c
  • diff --git a/globals_func_i.html b/globals_func_i.html index 353c3d925..3539313fa 100644 --- a/globals_func_i.html +++ b/globals_func_i.html @@ -182,9 +182,9 @@ $(function(){initNavTree('globals_func_i.html',''); initResizable(true); });
  • is_cc_mode_complete() : save.c, save.h
  • is_character_spot_free() : menus.c, menus.h
  • is_collide_with_vehicle() : code_80005FD0.c, code_80005FD0.h
  • -
  • is_colliding_with_drivable_surface() : collision.c
  • -
  • is_colliding_with_wall1() : collision.c
  • -
  • is_colliding_with_wall2() : collision.c
  • +
  • is_colliding_with_drivable_surface() : collision.c
  • +
  • is_colliding_with_wall1() : collision.c
  • +
  • is_colliding_with_wall2() : collision.c
  • is_cull_box() : collision.c
  • is_far_from_path() : code_80005FD0.c, code_80005FD0.h
  • is_in_bounds_to_player() : code_80086E70.c
  • diff --git a/globals_func_s.html b/globals_func_s.html index a74282ab7..07a32fd7a 100644 --- a/globals_func_s.html +++ b/globals_func_s.html @@ -225,7 +225,7 @@ $(function(){initNavTree('globals_func_s.html',''); initResizable(true); });
  • setup_podium_ceremony() : code_80281780.c, code_80281780.h
  • setup_race() : code_800029B0.c, code_800029B0.h
  • setup_tyre_particles() : code_80057C60.c
  • -
  • shell_collision() : collision.c, collision.h
  • +
  • shell_collision() : collision.c, collision.h
  • Ship_CreateQuadVertexGroup() : ShipUtils.cpp
  • Ship_IsCStringEmpty() : ShipUtils.cpp, ShipUtils.h
  • sin() : math.h
  • diff --git a/globals_g.html b/globals_g.html index ac02ea2d8..654e0efa4 100644 --- a/globals_g.html +++ b/globals_g.html @@ -173,7 +173,7 @@ $(function(){initNavTree('globals_g.html',''); initResizable(true); });
  • gBattleResultCursorSelection : menus.c, menus.h
  • gBestRankedHumanPlayer : code_80005FD0.c, code_80005FD0.h
  • gBestTimeText : menu_items.c, menu_items.h
  • -
  • gBombKartCollision : code_80005FD0.c, bomb_kart.h
  • +
  • gBombKartCollision : code_80005FD0.c, bomb_kart.h
  • gBombKarts : code_80005FD0.c, bomb_kart.h
  • gBowserStatueGfx : BowserStatue.cpp, BowserStatue.h
  • gBowserStatueVtx : BowserStatue.cpp, BowserStatue.h
  • diff --git a/globals_i.html b/globals_i.html index c62782ee0..6691c5706 100644 --- a/globals_i.html +++ b/globals_i.html @@ -199,9 +199,9 @@ $(function(){initNavTree('globals_i.html',''); initResizable(true); });
  • is_cc_mode_complete() : save.c, save.h
  • is_character_spot_free() : menus.c, menus.h
  • is_collide_with_vehicle() : code_80005FD0.c, code_80005FD0.h
  • -
  • is_colliding_with_drivable_surface() : collision.c
  • -
  • is_colliding_with_wall1() : collision.c
  • -
  • is_colliding_with_wall2() : collision.c
  • +
  • is_colliding_with_drivable_surface() : collision.c
  • +
  • is_colliding_with_wall1() : collision.c
  • +
  • is_colliding_with_wall2() : collision.c
  • is_cull_box() : collision.c
  • is_far_from_path() : code_80005FD0.c, code_80005FD0.h
  • is_in_bounds_to_player() : code_80086E70.c
  • diff --git a/globals_s.html b/globals_s.html index 42e4ea076..439f8c119 100644 --- a/globals_s.html +++ b/globals_s.html @@ -389,7 +389,7 @@ $(function(){initNavTree('globals_s.html',''); initResizable(true); });
  • sHedgehogTexList : Hedgehog.cpp
  • SHELL_ACTOR : code_80005FD0.c
  • SHELL_COLLISION : defines.h
  • -
  • shell_collision() : collision.c, collision.h
  • +
  • shell_collision() : collision.c, collision.h
  • ShellState : actor_types.h
  • sherbet_land_dls : SherbetLand.cpp, all_course_offsets.h, course_offsets.c
  • sherbet_land_dls_2 : SherbetLand.cpp, all_course_offsets.h, course_offsets.c
  • diff --git a/globals_type.html b/globals_type.html index 309d6fce5..6110cb9a8 100644 --- a/globals_type.html +++ b/globals_type.html @@ -257,11 +257,6 @@ $(function(){initNavTree('globals_type.html',''); initResizable(true); }); -

    - r -

    - -

    - s -