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
+3
View File
@@ -0,0 +1,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/library/book.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/library/book.html#define">Define Details</a></header><main><h1>code/modules/library/book.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/book.dm"><img src="git.png" width="16" height="16" title="code/modules/library/book.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/library/book.html#define/MAX_PAGES">MAX_PAGES</a></th><td>Max Writeable Content Pages per book, players really don't need more than this</td></tr><tr><th><a href="obj/item/book.html">/obj/item/book</a></th><td>Game Object which stores pages of text usually written by players, has other editable information such as the book's
title, author, summary, and categories. Has other values that are generated when books are acquired through the library
computer.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/MAX_PAGES"><aside class="declaration">#define </aside>MAX_PAGES <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/book.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/library/book.dm 2"></a></h3><p>Max Writeable Content Pages per book, players really don't need more than this</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/library/library_catalog.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/library/library_catalog.html#define">Define Details</a></header><main><h1>code/modules/library/library_catalog.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_catalog.dm"><img src="git.png" width="16" height="16" title="code/modules/library/library_catalog.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/library/library_catalog.html#define/DEFINE_CATEGORY">DEFINE_CATEGORY</a></th><td>library category datum constructor helper, used to make easier the process of defining new report/book categories</td></tr><tr><th><a href="code/modules/library/library_catalog.html#define/MAX_PLAYER_UPLOADS">MAX_PLAYER_UPLOADS</a></th><td>Maximum number of books that can be uploaded by a single ckey</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/DEFINE_CATEGORY"><aside class="declaration">#define </aside>DEFINE_CATEGORY<aside>(C, D)</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_catalog.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/library/library_catalog.dm 2"></a></h3><p>library category datum constructor helper, used to make easier the process of defining new report/book categories</p><h3 id="define/MAX_PLAYER_UPLOADS"><aside class="declaration">#define </aside>MAX_PLAYER_UPLOADS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_catalog.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/library/library_catalog.dm 4"></a></h3><p>Maximum number of books that can be uploaded by a single ckey</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/library/library_computer.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/library/library_computer.html#define">Define Details</a></header><main><h1>code/modules/library/library_computer.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_computer.dm"><img src="git.png" width="16" height="16" title="code/modules/library/library_computer.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/library/library_computer.html#define/LIBRARY_BOOKS_PER_PAGE">LIBRARY_BOOKS_PER_PAGE</a></th><td>Defines how many player books appear on the player book archive TGUI tab</td></tr><tr><th><a href="code/modules/library/library_computer.html#define/LOGIN_FULL">LOGIN_FULL</a></th><td>Login state for our computer, this state grants full access to functions</td></tr><tr><th><a href="code/modules/library/library_computer.html#define/LOGIN_PUBLIC">LOGIN_PUBLIC</a></th><td>Login state for our computer, this state grants basic access to functions</td></tr><tr><th><a href="code/modules/library/library_computer.html#define/PRINTING_COOLDOWN">PRINTING_COOLDOWN</a></th><td>Wait time before printing another book, used to prevent spam</td></tr><tr><th><a href="obj/machinery/computer/library.html">/obj/machinery/computer/library</a></th><td>This is the player facing machine that handles all library functions</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/LIBRARY_BOOKS_PER_PAGE"><aside class="declaration">#define </aside>LIBRARY_BOOKS_PER_PAGE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_computer.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/library/library_computer.dm 2"></a></h3><p>Defines how many player books appear on the player book archive TGUI tab</p><h3 id="define/LOGIN_FULL"><aside class="declaration">#define </aside>LOGIN_FULL <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_computer.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/library/library_computer.dm 4"></a></h3><p>Login state for our computer, this state grants full access to functions</p><h3 id="define/LOGIN_PUBLIC"><aside class="declaration">#define </aside>LOGIN_PUBLIC <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_computer.dm#L6"><img src="git.png" width="16" height="16" title="code/modules/library/library_computer.dm 6"></a></h3><p>Login state for our computer, this state grants basic access to functions</p><h3 id="define/PRINTING_COOLDOWN"><aside class="declaration">#define </aside>PRINTING_COOLDOWN <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_computer.dm#L8"><img src="git.png" width="16" height="16" title="code/modules/library/library_computer.dm 8"></a></h3><p>Wait time before printing another book, used to prevent spam</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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/library/library_datums.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/library/library_datums.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_datums.dm"><img src="git.png" width="16" height="16" title="code/modules/library/library_datums.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/borrowbook</th><td>Datum used to keep track of who has borrowed what when and for how long.</td></tr><tr><th><a href="datum/cachedbook.html">/datum/cachedbook</a></th><td>Datum used to cache the SQL DB books locally in order to achieve a performance gain.</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>