From 8f90fd740f267e0a8de0c0bcddc63d986c954d74 Mon Sep 17 00:00:00 2001 From: Ian Alden Date: Thu, 28 Mar 2024 11:26:34 -0600 Subject: [PATCH] Regenerating docs --- .../mixrmastr-bartender-droid.lua.html | 2 +- docs/examples/yatta-invisible-market.lua.html | 2 +- docs/index.html | 2 +- docs/ldoc_new.css | 67 ------------------- docs/modules/area.html | 2 +- docs/modules/char_proto.html | 2 +- docs/modules/character.html | 2 +- docs/modules/clan.html | 2 +- docs/modules/core.html | 2 +- docs/modules/events.html | 14 ++-- docs/modules/exit.html | 2 +- docs/modules/furniture.html | 2 +- docs/modules/obj_proto.html | 2 +- docs/modules/object.html | 2 +- docs/modules/planet.html | 2 +- docs/modules/room.html | 2 +- docs/modules/ship.html | 2 +- docs/modules/ship_template.html | 2 +- docs/modules/space_spawn.html | 2 +- docs/modules/starsystem.html | 2 +- docs/modules/structure.html | 2 +- docs/modules/timer.html | 2 +- docs/topics/01-introduction.md.html | 2 +- docs/topics/02-lua-basics.md.html | 2 +- docs/topics/03-creating-an-lprog.md.html | 2 +- .../04-before-after-lylek-drone.md.html | 2 +- docs/topics/gptnpcs.md.html | 2 +- 27 files changed, 32 insertions(+), 99 deletions(-) diff --git a/docs/examples/mixrmastr-bartender-droid.lua.html b/docs/examples/mixrmastr-bartender-droid.lua.html index 197ca80..728bfb6 100644 --- a/docs/examples/mixrmastr-bartender-droid.lua.html +++ b/docs/examples/mixrmastr-bartender-droid.lua.html @@ -144,7 +144,7 @@

mixrmastr-bartender-droid.lua

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/examples/yatta-invisible-market.lua.html b/docs/examples/yatta-invisible-market.lua.html index 636d4d0..5a7e532 100644 --- a/docs/examples/yatta-invisible-market.lua.html +++ b/docs/examples/yatta-invisible-market.lua.html @@ -235,7 +235,7 @@

yatta-invisible-market.lua

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/index.html b/docs/index.html index aebe605..3132a62 100644 --- a/docs/index.html +++ b/docs/index.html @@ -186,7 +186,7 @@

Examples

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/ldoc_new.css b/docs/ldoc_new.css index eb24375..13fef16 100644 --- a/docs/ldoc_new.css +++ b/docs/ldoc_new.css @@ -288,70 +288,3 @@ pre .global { color: #c040c0; } pre .user-keyword { color: #800080; } pre .prompt { color: #558817; } pre .url { color: #272fc2; text-decoration: underline; } - -@media screen and (prefers-color-scheme: dark) { - /* width */ - ::-webkit-scrollbar { - width: auto; - } - - /* Track */ - ::-webkit-scrollbar-track { - box-shadow: inset 0 0 10px grey; - } - - /* Handle */ - ::-webkit-scrollbar-thumb { - background: darkgray; - } - - body { - color: rgb(171, 184, 195); - background: rgb(7, 2, 26); - } - - #navigation, #navigation h1, #navigation h2, #navigation h3 { - background-color: rgb(7, 2, 26); - color: rgb(224, 250, 247); - } - - #content table { - background-color: rgb(7, 2, 26); - } - - #content h1 { - color: rgb(224, 250, 247); - } - - #content h2, #content h2 a { - color: rgb(224, 250, 247); - background-color: rgb(62, 88, 149); - } - - #content pre { - background-color: rgb(37, 39, 44); - } - - #pre { - color: rgb(171, 184, 195); - } - - dl.function { - background-color: rgb(7, 2, 26); - } - - table.module_list td.name, table.function_list td.name { - background-color: rgb(18, 11, 44); - } - table.module_list td.summary, table.function_list td.summary { - background-color: rgb(18, 11, 44); - } - - #about { - background-color: rgb(7, 2, 26); - } - - a:target + * { - background-color: rgb(220, 220, 138); - } -} diff --git a/docs/modules/area.html b/docs/modules/area.html index 09a8eeb..e41ba5a 100644 --- a/docs/modules/area.html +++ b/docs/modules/area.html @@ -253,7 +253,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/char_proto.html b/docs/modules/char_proto.html index b45b71d..a5b4f0a 100644 --- a/docs/modules/char_proto.html +++ b/docs/modules/char_proto.html @@ -703,7 +703,7 @@

Parameters:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/character.html b/docs/modules/character.html index 3132eb8..3859990 100644 --- a/docs/modules/character.html +++ b/docs/modules/character.html @@ -4949,7 +4949,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/clan.html b/docs/modules/clan.html index 529bad4..44ab099 100644 --- a/docs/modules/clan.html +++ b/docs/modules/clan.html @@ -533,7 +533,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/core.html b/docs/modules/core.html index 0f8f8ee..e62a807 100644 --- a/docs/modules/core.html +++ b/docs/modules/core.html @@ -655,7 +655,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/events.html b/docs/modules/events.html index 84c8fa2..68b6e41 100644 --- a/docs/modules/events.html +++ b/docs/modules/events.html @@ -97,11 +97,11 @@

Global functions

creates a new event - Events.getFromId (id) + Event.getFromId (id) finds any event by ID - Events.getFromName (name) + Event.getFromName (name) finds any event by name @@ -347,8 +347,8 @@

Returns:

- - Events.getFromId (id) + + Event.getFromId (id)
finds any event by ID @@ -374,8 +374,8 @@

Returns:

- - Events.getFromName (name) + + Event.getFromName (name)
finds any event by name @@ -1519,7 +1519,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/exit.html b/docs/modules/exit.html index f065223..1789118 100644 --- a/docs/modules/exit.html +++ b/docs/modules/exit.html @@ -424,7 +424,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/furniture.html b/docs/modules/furniture.html index f6a3606..3114c19 100644 --- a/docs/modules/furniture.html +++ b/docs/modules/furniture.html @@ -650,7 +650,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/obj_proto.html b/docs/modules/obj_proto.html index 1157dce..39b6eb0 100644 --- a/docs/modules/obj_proto.html +++ b/docs/modules/obj_proto.html @@ -652,7 +652,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/object.html b/docs/modules/object.html index de37868..5773341 100644 --- a/docs/modules/object.html +++ b/docs/modules/object.html @@ -1345,7 +1345,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/planet.html b/docs/modules/planet.html index 0b4b7be..43474cf 100644 --- a/docs/modules/planet.html +++ b/docs/modules/planet.html @@ -962,7 +962,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/room.html b/docs/modules/room.html index f316875..6da2eee 100644 --- a/docs/modules/room.html +++ b/docs/modules/room.html @@ -1665,7 +1665,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/ship.html b/docs/modules/ship.html index 87301e4..89a079d 100644 --- a/docs/modules/ship.html +++ b/docs/modules/ship.html @@ -3655,7 +3655,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/ship_template.html b/docs/modules/ship_template.html index 8b24667..40403bb 100644 --- a/docs/modules/ship_template.html +++ b/docs/modules/ship_template.html @@ -323,7 +323,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/space_spawn.html b/docs/modules/space_spawn.html index a77294b..a9295e6 100644 --- a/docs/modules/space_spawn.html +++ b/docs/modules/space_spawn.html @@ -181,7 +181,7 @@

Returns:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/starsystem.html b/docs/modules/starsystem.html index 9578c53..7cf831f 100644 --- a/docs/modules/starsystem.html +++ b/docs/modules/starsystem.html @@ -675,7 +675,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/structure.html b/docs/modules/structure.html index bc1c366..fd86ba3 100644 --- a/docs/modules/structure.html +++ b/docs/modules/structure.html @@ -448,7 +448,7 @@

Usage:

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/modules/timer.html b/docs/modules/timer.html index 86401c8..4a416e0 100644 --- a/docs/modules/timer.html +++ b/docs/modules/timer.html @@ -242,7 +242,7 @@

Class Timer
generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index 945f7d6..7dd832b 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html @@ -103,7 +103,7 @@

Using an Editor

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/topics/02-lua-basics.md.html b/docs/topics/02-lua-basics.md.html index 9796e7b..1db7311 100644 --- a/docs/topics/02-lua-basics.md.html +++ b/docs/topics/02-lua-basics.md.html @@ -376,7 +376,7 @@

Loops

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/topics/03-creating-an-lprog.md.html b/docs/topics/03-creating-an-lprog.md.html index 0bbc3b7..086835f 100644 --- a/docs/topics/03-creating-an-lprog.md.html +++ b/docs/topics/03-creating-an-lprog.md.html @@ -113,7 +113,7 @@

Debugging

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/topics/04-before-after-lylek-drone.md.html b/docs/topics/04-before-after-lylek-drone.md.html index bfed9b5..b9ec987 100644 --- a/docs/topics/04-before-after-lylek-drone.md.html +++ b/docs/topics/04-before-after-lylek-drone.md.html @@ -243,7 +243,7 @@

Anti-Grab Prog

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33
diff --git a/docs/topics/gptnpcs.md.html b/docs/topics/gptnpcs.md.html index ee1d7d3..b61ef08 100644 --- a/docs/topics/gptnpcs.md.html +++ b/docs/topics/gptnpcs.md.html @@ -217,7 +217,7 @@

internals

generated by LDoc 1.5.0 -Last updated 2024-03-28 17:23:51 +Last updated 2024-03-28 17:26:33