Skip to content

Commit

Permalink
Deploying to gh-pages from @ f131368 πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Feb 11, 2025
0 parents commit a852225
Show file tree
Hide file tree
Showing 2,056 changed files with 15,398 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://splurt-station.github.io/S.P.L.U.R.T-Station-13/
24 changes: 24 additions & 0 deletions area.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions area/space.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/area/space - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> β€” <a href="area/space.html#proc">Proc Details</a></header><main><h1>space <aside>/<a href="area.html">area</a>/<a href="area/space.html">space</a></aside> <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/game/area/Space_Station_13_areas.dm#L52"><img src="git.png" width="16" height="16" title="code/game/area/Space_Station_13_areas.dm 52"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="area/space.html#proc/update_icon_state">update_icon_state</a></th><td>Update the icon of the area (overridden to always be null for space</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/update_icon_state"><aside class="parent"><a title="/area" href="area.html#proc/update_icon_state">↑</a></aside>update_icon_state<aside>() <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/game/area/areas.dm#L453"><img src="git.png" width="16" height="16" title="code/game/area/areas.dm 453"></a></aside></h3><p>Update the icon of the area (overridden to always be null for space</p></main><footer>tgstation.dme <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/f13136893a419291b5e08cfed14b136b59fe671d">f131368</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
212 changes: 212 additions & 0 deletions atom.html

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions atom/movable.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions atom/movable/emissive_blocker.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/atom/movable/emissive_blocker - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>emissive_blocker <aside>/<a href="atom.html">atom</a>/<a href="atom/movable.html">movable</a>/<a href="atom/movable/emissive_blocker.html">emissive_blocker</a></aside> <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/modules/lighting/emissive_blocker.dm#L9"><img src="git.png" width="16" height="16" title="code/modules/lighting/emissive_blocker.dm 9"></a></h1><p>Internal atom that copies an appearance on to the blocker plane</p>
<p>Copies an appearance vis render_target and render_source on to the emissive blocking plane.
This means that the atom in question will block any emissive sprites.
This should only be used internally. If you are directly creating more of these, you're
almost guaranteed to be doing something wrong.</p></main><footer>tgstation.dme <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/f13136893a419291b5e08cfed14b136b59fe671d">f131368</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
2 changes: 2 additions & 0 deletions atom/movable/fov_holder.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/atom/movable/fov_holder - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> β€” <a href="atom/movable/fov_holder.html#proc">Proc Details</a></header><main><h1>fov_holder <aside>/<a href="atom.html">atom</a>/<a href="atom/movable.html">movable</a>/<a href="atom/movable/fov_holder.html">fov_holder</a></aside> <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/datums/components/field_of_vision.dm#L316"><img src="git.png" width="16" height="16" title="code/datums/components/field_of_vision.dm 316"></a></h1><p>The shadow cone's mask and visual images holder which can't locate inside the mob,
lest they inherit the mob opacity and cause a lot of hindrance</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="atom/movable/fov_holder.html#proc/Destroy">Destroy</a></th><td>Last but not least, these shouldn't be deleted by anything but the component itself</td></tr><tr><th><a href="atom/movable/fov_holder.html#proc/forceMove">forceMove</a></th><td>Prevents people from moving these after creation, because they shouldn't be.</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/Destroy"><aside class="parent"><a title="/atom" href="atom.html#proc/Destroy">↑</a></aside>Destroy<aside>(force) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/datums/components/field_of_vision.dm#L351"><img src="git.png" width="16" height="16" title="code/datums/components/field_of_vision.dm 351"></a></aside></h3><p>Last but not least, these shouldn't be deleted by anything but the component itself</p><h3 id="proc/forceMove"><aside class="parent"><a title="/atom/movable" href="atom/movable.html#proc/forceMove">↑</a></aside>forceMove<aside>(/<a href="atom.html">atom</a>/destination, no_tp, harderforce) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/datums/components/field_of_vision.dm#L346"><img src="git.png" width="16" height="16" title="code/datums/components/field_of_vision.dm 346"></a></aside></h3><p>Prevents people from moving these after creation, because they shouldn't be.</p></main><footer>tgstation.dme <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/f13136893a419291b5e08cfed14b136b59fe671d">f131368</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
1 change: 1 addition & 0 deletions atom/movable/lighting_object.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/atom/movable/lighting_object - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> β€” <a href="atom/movable/lighting_object.html#proc">Proc Details</a></header><main><h1>lighting_object <aside>/<a href="atom.html">atom</a>/<a href="atom/movable.html">movable</a>/<a href="atom/movable/lighting_object.html">lighting_object</a></aside> <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/modules/shuttle/on_move.dm#L382"><img src="git.png" width="16" height="16" title="code/modules/shuttle/on_move.dm 382"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="atom/movable/lighting_object.html#proc/onShuttleMove">onShuttleMove</a></th><td>Misc move procs</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/onShuttleMove">onShuttleMove<aside>() <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/modules/shuttle/on_move.dm#L382"><img src="git.png" width="16" height="16" title="code/modules/shuttle/on_move.dm 382"></a></aside></h3><p>Misc move procs</p></main><footer>tgstation.dme <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/f13136893a419291b5e08cfed14b136b59fe671d">f131368</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
1 change: 1 addition & 0 deletions atom/movable/plane_master_controller.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/atom/movable/plane_master_controller - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> β€” <a href="atom/movable/plane_master_controller.html#var">Var Details</a> - <a href="atom/movable/plane_master_controller.html#proc">Proc Details</a></header><main><h1>plane_master_controller <aside>/<a href="atom.html">atom</a>/<a href="atom/movable.html">movable</a>/<a href="atom/movable/plane_master_controller.html">plane_master_controller</a></aside> <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L2"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 2"></a></h1><p>Atom that manages and controls multiple planes. It's an atom so we can hook into add_filter etc. Multiple controllers can control one plane.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="atom/movable/plane_master_controller.html#var/controlled_planes">controlled_planes</a></th><td>List of planes in this controllers control. Initially this is a normal list, but becomes an assoc list of plane numbers as strings | plane instance</td></tr><tr><th><a href="atom/movable/plane_master_controller.html#var/owner_hud">owner_hud</a></th><td>hud that owns this controller</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="atom/movable/plane_master_controller.html#proc/New">New</a></th><td>Ensures that all the planes are correctly in the controlled_planes list.</td></tr><tr><th><a href="atom/movable/plane_master_controller.html#proc/add_atom_colour">add_atom_colour</a></th><td>Full override so we can just use filterrific</td></tr><tr><th><a href="atom/movable/plane_master_controller.html#proc/add_filter">add_filter</a></th><td>Full override so we can just use filterrific</td></tr><tr><th><a href="atom/movable/plane_master_controller.html#proc/get_filters">get_filters</a></th><td>Gets all filters for this controllers plane masters</td></tr><tr><th><a href="atom/movable/plane_master_controller.html#proc/remove_atom_colour">remove_atom_colour</a></th><td>Removes an instance of colour_type from the atom's atom_colours list</td></tr><tr><th><a href="atom/movable/plane_master_controller.html#proc/remove_filter">remove_filter</a></th><td>Full override so we can just use filterrific</td></tr><tr><th><a href="atom/movable/plane_master_controller.html#proc/transition_filter">transition_filter</a></th><td>Transitions all filters owned by this plane master controller</td></tr><tr><th><a href="atom/movable/plane_master_controller.html#proc/update_atom_colour">update_atom_colour</a></th><td>Resets the atom's color to null, and then sets it to the highest priority colour available</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/controlled_planes"><aside class="declaration">var </aside>controlled_planes <aside>– /list</aside> <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L4"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 4"></a></h3><p>List of planes in this controllers control. Initially this is a normal list, but becomes an assoc list of plane numbers as strings | plane instance</p><h3 id="var/owner_hud"><aside class="declaration">var </aside>owner_hud <aside>– /<a href="datum.html">datum</a>/<a href="datum/hud.html">hud</a></aside> <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L8"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 8"></a></h3><p>hud that owns this controller</p><h2 id="proc">Proc Details</h2><h3 id="proc/New"><aside class="parent"><a title="/atom" href="atom.html#proc/New">↑</a></aside>New<aside>(hud) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L9"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 9"></a></aside></h3><p>Ensures that all the planes are correctly in the controlled_planes list.</p><h3 id="proc/add_atom_colour">add_atom_colour<aside>(coloration, colour_priority) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L63"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 63"></a></aside></h3><p>Full override so we can just use filterrific</p><h3 id="proc/add_filter">add_filter<aside>(name, priority, /list/params) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L29"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 29"></a></aside></h3><p>Full override so we can just use filterrific</p><h3 id="proc/get_filters"><aside class="declaration">proc </aside>get_filters<aside>(name) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L49"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 49"></a></aside></h3><p>Gets all filters for this controllers plane masters</p><h3 id="proc/remove_atom_colour">remove_atom_colour<aside>(colour_priority, coloration) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L71"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 71"></a></aside></h3><p>Removes an instance of colour_type from the atom's atom_colours list</p><h3 id="proc/remove_filter">remove_filter<aside>(name_or_names) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L36"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 36"></a></aside></h3><p>Full override so we can just use filterrific</p><h3 id="proc/transition_filter">transition_filter<aside>(name, time, /list/new_params, easing, loop) <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L56"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 56"></a></aside></h3><p>Transitions all filters owned by this plane master controller</p><h3 id="proc/update_atom_colour">update_atom_colour<aside>() <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/blob/f13136893a419291b5e08cfed14b136b59fe671d/code/_onclick/hud/plane_master_controller.dm#L79"><img src="git.png" width="16" height="16" title="code/_onclick/hud/plane_master_controller.dm 79"></a></aside></h3><p>Resets the atom's color to null, and then sets it to the highest priority colour available</p></main><footer>tgstation.dme <a href="https://github.com/BlueMoon-Labs/MOLOT-BlueMoon-Station/tree/f13136893a419291b5e08cfed14b136b59fe671d">f131368</a> (master) β€” <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
Loading

0 comments on commit a852225

Please sign in to comment.