Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-08-26 00:26:58 +00:00
committed by GitHub
commit 835dffb4c8
2864 changed files with 11879 additions and 0 deletions
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/asset_cache_item.dm - 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>code/modules/asset_cache/asset_cache_item.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/asset_cache_item.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/asset_cache_item.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/asset_cache_item.html">/datum/asset_cache_item</a></th><td>An internal datum containing info on items in the asset cache. Mainly used to cache md5 info for speed.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
+5
View File
@@ -0,0 +1,5 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/asset_list.dm - 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>code/modules/asset_cache/asset_list.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/asset_list.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/asset_list.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/asset/simple.html">/datum/asset/simple</a></th><td>If you don't need anything complicated.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/asset.html">asset</a>/group</th><td>For registering or sending multiple others at once</td></tr><tr><th><a href="datum/asset/simple/icon_states.html">/datum/asset/simple/icon_states</a></th><td>Generates assets based on iconstates of a single icon</td></tr><tr><th><a href="datum/asset/simple/namespaced.html">/datum/asset/simple/namespaced</a></th><td>Namespace'ed assets (for static css and html files)
When sent over a cdn transport, all assets in the same asset datum will exist in the same folder, as their plain names.
Used to ensure css files can reference files by url() without having to generate the css at runtime, both the css file and the files it depends on must exist in the same namespace asset datum. (Also works for html)
For example <code>blah.css</code> with asset <code>blah.png</code> will get loaded as <code>namespaces/a3d..14f/f12..d3c.css</code> and <code>namespaces/a3d..14f/blah.png</code>. allowing the css file to load <code>blah.png</code> by a relative url rather then compute the generated url with get_url_mappings().
The namespace folder's name will change if any of the assets change. (excluding parent assets)</td></tr><tr><th><a href="datum/asset/json.html">/datum/asset/json</a></th><td>A subtype to generate a JSON file from a list</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/assets/asset_chem_master.dm - 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>code/modules/asset_cache/assets/asset_chem_master.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/assets/asset_chem_master.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/assets/asset_chem_master.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/asset.html">asset</a>/<a href="datum/asset/spritesheet.html">spritesheet</a>/chem_master</th><td>Pill sprites for UIs</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/assets/asset_icon_ref_map.dm - 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>code/modules/asset_cache/assets/asset_icon_ref_map.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/assets/asset_icon_ref_map.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/assets/asset_icon_ref_map.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/asset.html">asset</a>/<a href="datum/asset/json.html">json</a>/icon_ref_map</th><td>Maps icon names to ref values</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/assets/asset_job_icons.dm - 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>code/modules/asset_cache/assets/asset_job_icons.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/assets/asset_job_icons.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/assets/asset_job_icons.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/asset.html">asset</a>/<a href="datum/asset/spritesheet.html">spritesheet</a>/job_icons</th><td>All job icon sprites, as visible on a security HUD. Used by orbit menu.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/transports/asset_transport.dm - 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="code/modules/asset_cache/transports/asset_transport.html#define">Define Details</a></header><main><h1>code/modules/asset_cache/transports/asset_transport.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/transports/asset_transport.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/transports/asset_transport.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/asset_cache/transports/asset_transport.html#define/ASSET_CACHE_TELL_CLIENT_AMOUNT">ASSET_CACHE_TELL_CLIENT_AMOUNT</a></th><td>When sending mutiple assets, how many before we give the client a quaint little sending resources message</td></tr><tr><th><a href="datum/asset_transport.html">/datum/asset_transport</a></th><td>Base browse_rsc asset transport</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/ASSET_CACHE_TELL_CLIENT_AMOUNT"><aside class="declaration">#define </aside>ASSET_CACHE_TELL_CLIENT_AMOUNT <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/transports/asset_transport.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/transports/asset_transport.dm 2"></a></h3><p>When sending mutiple assets, how many before we give the client a quaint little sending resources message</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/transports/webroot_transport.dm - 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>code/modules/asset_cache/transports/webroot_transport.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/transports/webroot_transport.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/transports/webroot_transport.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/asset_transport/webroot.html">/datum/asset_transport/webroot</a></th><td>CDN Webroot asset transport.</td></tr></table></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>