Skip to content

Commit

Permalink
Merge pull request #248 from allegroflare/introduce-playhead-tracking
Browse files Browse the repository at this point in the history
Introduce Dedicated Playhead Tracking Object and TMJ Loading in MindDive
  • Loading branch information
MarkOates authored Oct 3, 2022
2 parents 6c43bb0 + c8702b2 commit 49a72ed
Show file tree
Hide file tree
Showing 23 changed files with 2,109 additions and 44 deletions.
33 changes: 27 additions & 6 deletions documentation/dependents.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
"al_is_acodec_addon_initialized": [
"AllegroFlare/AudioController",
"AllegroFlare/Prototypes/MindDive/Hypersync",
"AllegroFlare/Prototypes/MindDive/MindDive"
],
"AllegroFlare/BitmapBin": [
Expand Down Expand Up @@ -603,6 +604,7 @@
"AllegroFlare/Elements/Storyboard",
"AllegroFlare/Elements/StoryboardPages/AdvancingText",
"AllegroFlare/Elements/StoryboardPages/Image",
"AllegroFlare/Prototypes/MindDive/Hypersync",
"AllegroFlare/SoftwareKeyboard/SoftwareKeyboard"
],
"AllegroFlare/Elements/Backgrounds/Base": [
Expand Down Expand Up @@ -916,6 +918,7 @@
"AllegroFlare/Elements/Stopwatch",
"AllegroFlare/Elements/Stopwatch",
"AllegroFlare/Prototypes/MindDive/Hud/Hud",
"AllegroFlare/Prototypes/MindDive/Hypersync",
"AllegroFlare/Prototypes/MindDive/MindDive"
],
"AllegroFlare/Elements/StoryboardPages/Base": [
Expand Down Expand Up @@ -1065,6 +1068,7 @@
"nlohmann/json": [
"AllegroFlare/MotionComposer/MessageFactory",
"AllegroFlare/MotionComposer/MessageProcessor",
"AllegroFlare/Prototypes/MindDive/TunnelMeshTMJDataLoader",
"Tileo/TMJDataLoader",
"Tileo/TMJMeshLoader"
],
Expand Down Expand Up @@ -1356,6 +1360,18 @@
"AllegroFlare/Camera2D": [
"AllegroFlare/Prototypes/MindDive/Hud/Hud"
],
"ALLEGRO_EVENT_QUEUE": [
"AllegroFlare/Prototypes/MindDive/Hypersync"
],
"ALLEGRO_AUDIO_STREAM": [
"AllegroFlare/Prototypes/MindDive/Hypersync"
],
"ALLEGRO_VOICE": [
"AllegroFlare/Prototypes/MindDive/Hypersync"
],
"ALLEGRO_MIXER": [
"AllegroFlare/Prototypes/MindDive/Hypersync"
],
"al_is_audio_installed": [
"AllegroFlare/Prototypes/MindDive/MindDive"
],
Expand Down Expand Up @@ -1417,9 +1433,20 @@
"WickedDemos/TileDemo",
"WickedDemos/TileMaps/Basic2D"
],
"AllegroFlare/Prototypes/MindDive/TunnelMeshTMJDataLoader": [
"AllegroFlare/Prototypes/MindDive/TunnelMeshFactory"
],
"AllegroFlare/Physics/TileMapCollisionStepper": [
"AllegroFlare/Prototypes/MindDive/TunnelMeshSurferCollisionResolver"
],
"std/ifstream": [
"AllegroFlare/Prototypes/MindDive/TunnelMeshTMJDataLoader",
"Tileo/TMJDataLoader"
],
"std/filesystem/exists": [
"AllegroFlare/Prototypes/MindDive/TunnelMeshTMJDataLoader",
"Tileo/TMJDataLoader"
],
"AllegroFlare/Achievements": [
"AllegroFlare/Screens/Achievements",
"AllegroFlare/Screens/Achievements"
Expand Down Expand Up @@ -1599,12 +1626,6 @@
"Tileo/Shaders/AllegroDefault",
"Tileo/Shaders/MeshWithNormals"
],
"std/ifstream": [
"Tileo/TMJDataLoader"
],
"std/filesystem/exists": [
"Tileo/TMJDataLoader"
],
"ifstream": [
"Tileo/TMJMeshLoader"
],
Expand Down
Loading

0 comments on commit 49a72ed

Please sign in to comment.