-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 4a8d5cb 🚀
- Loading branch information
0 parents
commit 709db37
Showing
3,865 changed files
with
261,094 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
codedoc.daedalus13.net |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<base href="../" /> | ||
<link rel="stylesheet" href="dmdoc.css" /> | ||
<title>/area/space - Daedalus Dock</title> | ||
</head> | ||
<body> | ||
<header> | ||
<a href="index.html">Daedalus Dock</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/DaedalusDock/daedalusdock/blob/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413/code/game/area/areas/misc.dm#L3"> | ||
<img src="git.png" width="16" height="16" title="code/game/area/areas/misc.dm 3"/></a></h1> | ||
|
||
<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr> | ||
<tr><th><a href="area/space.html#proc/powered">powered</a></th><td>Space is not powered ever, so this returns false</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/powered"><aside class="parent"><a title="/area" href="area.html#proc/powered">↑</a></aside>powered<aside>(chan) | ||
|
||
|
||
<a href="https://github.com/DaedalusDock/daedalusdock/blob/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413/code/game/area/areas.dm#L331"> | ||
<img src="git.png" width="16" height="16" title="code/game/area/areas.dm 331"/></a></aside> | ||
</h3> | ||
<p>Space is not powered ever, so this returns false</p><h3 id="proc/update_icon_state"><aside class="parent"><a title="/atom" href="atom.html#proc/update_icon_state">↑</a></aside>update_icon_state<aside>() | ||
|
||
|
||
<a href="https://github.com/DaedalusDock/daedalusdock/blob/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413/code/game/area/areas.dm#L301"> | ||
<img src="git.png" width="16" height="16" title="code/game/area/areas.dm 301"/></a></aside> | ||
</h3> | ||
<p>Update the icon of the area (overridden to always be null for space</p></main> | ||
<footer> | ||
daedalus.dme | ||
<a href="https://github.com/DaedalusDock/daedalusdock/tree/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413">4a8d5cb</a> | ||
(master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.8.0</a></footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<base href="../../../" /> | ||
<link rel="stylesheet" href="dmdoc.css" /> | ||
<title>/area/station/ai_monitored/turret_protected - Daedalus Dock</title> | ||
</head> | ||
<body> | ||
<header> | ||
<a href="index.html">Daedalus Dock</a> - | ||
<a href="index.html#modules">Modules</a> - | ||
<a href="index.html#types">Types</a> | ||
— <a href="area/station/ai_monitored/turret_protected.html#var">Var Details</a></header> | ||
<main> | ||
<h1>turret_protected <aside>/<a href="area.html">area</a>/<a href="area/station/ai_monitored/turret_protected.html">station/ai_monitored/turret_protected</a></aside> | ||
|
||
|
||
<a href="https://github.com/DaedalusDock/daedalusdock/blob/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413/code/game/area/areas/ai_monitored.dm#L6"> | ||
<img src="git.png" width="16" height="16" title="code/game/area/areas/ai_monitored.dm 6"/></a></h1> | ||
|
||
<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr> | ||
<tr><th><a href="area/station/ai_monitored/turret_protected.html#var/ai_will_not_hear_this">ai_will_not_hear_this</a></th><td>Some sounds (like the space jam) are terrible when on loop. We use this varaible to add it to other AI areas, but override it to keep it from the AI's core.</td></tr></table> | ||
<h2 id="var">Var Details</h2><h3 id="var/ai_will_not_hear_this"><aside class="declaration">var </aside>ai_will_not_hear_this | ||
<aside>– </aside> | ||
|
||
|
||
<a href="https://github.com/DaedalusDock/daedalusdock/blob/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413/code/game/area/areas/ai_monitored.dm#L30"> | ||
<img src="git.png" width="16" height="16" title="code/game/area/areas/ai_monitored.dm 30"/></a></h3> | ||
<p>Some sounds (like the space jam) are terrible when on loop. We use this varaible to add it to other AI areas, but override it to keep it from the AI's core.</p></main> | ||
<footer> | ||
daedalus.dme | ||
<a href="https://github.com/DaedalusDock/daedalusdock/tree/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413">4a8d5cb</a> | ||
(master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.8.0</a></footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<base href="../../" /> | ||
<link rel="stylesheet" href="dmdoc.css" /> | ||
<title>/area/station/maintenance - Daedalus Dock</title> | ||
</head> | ||
<body> | ||
<header> | ||
<a href="index.html">Daedalus Dock</a> - | ||
<a href="index.html#modules">Modules</a> - | ||
<a href="index.html#types">Types</a> | ||
— <a href="area/station/maintenance.html#var">Var Details</a></header> | ||
<main> | ||
<h1>maintenance <aside>/<a href="area.html">area</a>/<a href="area/station/maintenance.html">station/maintenance</a></aside> | ||
|
||
|
||
<a href="https://github.com/DaedalusDock/daedalusdock/blob/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413/code/controllers/subsystem/ambience.dm#L77"> | ||
<img src="git.png" width="16" height="16" title="code/controllers/subsystem/ambience.dm 77"/></a></h1> | ||
|
||
<table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr> | ||
<tr><th><a href="area/station/maintenance.html#var/minecraft_cave_noises">minecraft_cave_noises</a></th><td>A list of rare sound effects to fuck with players.</td></tr></table> | ||
<h2 id="var">Var Details</h2><h3 id="var/minecraft_cave_noises"><aside class="declaration">var </aside>minecraft_cave_noises | ||
<aside>– /static/list</aside> | ||
|
||
|
||
<a href="https://github.com/DaedalusDock/daedalusdock/blob/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413/code/controllers/subsystem/ambience.dm#L82"> | ||
<img src="git.png" width="16" height="16" title="code/controllers/subsystem/ambience.dm 82"/></a></h3> | ||
<p>A list of rare sound effects to fuck with players.</p></main> | ||
<footer> | ||
daedalus.dme | ||
<a href="https://github.com/DaedalusDock/daedalusdock/tree/4a8d5cb2cd1da0ea26110b5c6ca6fc5ed494b413">4a8d5cb</a> | ||
(master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.8.0</a></footer> | ||
</body> | ||
</html> |
Oops, something went wrong.