Commit Graph

92 Commits

Author SHA1 Message Date
Lars Müller
95244ec07b
Correct [sheet docs 2024-02-02 20:13:23 +01:00
Lars Müller
8abac46fe3
Add warning concerning math.random portability 2024-01-17 22:37:55 +01:00
Lars Müller
cf4192e8ac
Document random options (#55) 2023-12-23 17:49:17 -05:00
Lars Müller
9a0a50506c
Document filesystem utils (#53) 2023-12-23 15:59:00 -05:00
ROllerozxa
29f67a9581 Update [png information to mention it is format-agnostic 2023-09-14 11:07:24 +02:00
Lars Müller
a56693c724
Update docs regarding [transform 2023-05-26 22:18:28 +02:00
Lars Müller
7a3b64928a
Fix progress bar example using [lowpart 2023-05-23 12:17:51 +02:00
veprogames
be5d9bc89d Document node definitions 2023-03-04 16:59:19 +01:00
Lars Müller
5ec1cfa543
Relicense to CC BY-SA 3.0 2023-03-04 16:17:35 +01:00
wsor4035
4cf8819ab4
Document Raycast (#44) 2022-09-13 17:41:32 -04:00
Lars Mueller
e071f53f5e Fix/simplify config 2022-09-13 19:11:53 +02:00
Lars Mueller
b47713e48a Fix AsciiDoc not rendering in tables 2022-09-13 19:11:34 +02:00
Lars Mueller
1b7c796920 Fix relative includes 2022-09-13 19:10:58 +02:00
Lars Mueller
ec2a2c1bf8 Document Raycast 2022-09-13 09:14:28 +02:00
Lars Müller
d7fa11434e
Env.: Add note discouraging modifying the stdlib 2022-09-12 07:40:58 +02:00
Lars Müller
2b1238402e
Fix adoc formatting to not interpret long string 2022-09-12 07:32:30 +02:00
Lars Müller
f9b5d6408a
Remove leftover merge conflict markers 2022-09-01 14:13:56 +02:00
Lars Müller
a91ee25e9b
Document Texture Modifiers (#10)
* First draft

* Improve wording, back up claim

* Improve & reoder documentation

* Remove internal applyfiltersformesh modifier

* Fixes

* Fixes

* Fix [lowpart argument order in example

* Fix grammar

* Improvements

* Fix, clarify, simplify, add examples

* Minor formatting fixes

* Extend docs regarding [png and [combine

* Use literal monospace where appropriate
2022-09-01 06:53:59 -04:00
Lars Müller
13edf2b235
Document persistence options (#13)
* Document persistence options

* Fix typo

* Add note concerning mod security

* Update doc/persistence.adoc

Co-authored-by: benrob0329 <ben@innovationplex.com>

* Update doc/persistence.adoc

Co-authored-by: benrob0329 <ben@innovationplex.com>

* Updates

Co-authored-by: benrob0329 <ben@innovationplex.com>
2022-08-28 11:52:17 -04:00
Lars Mueller
9795a16151 Move VoxelArea to classes folder 2022-08-28 11:57:49 +02:00
Lars Müller
70324a4512
Update vector docs: Add vector.combine 2022-08-28 10:32:17 +02:00
Alex
f4743c97cb
Document ItemStack class (#41) 2022-08-27 18:58:09 -04:00
Lars Müller
48230eda06
Document MetaData & subclasses (#40)
* Document MetaData & subclasses

* Document `context` inv location availability

* ModStorage: Add section on backends

* Document client support
2022-08-27 15:21:27 -04:00
Lars Müller
6bdf60a6c4
Update: Args are now freed on job cancellation
See minetest#4f6f095
2022-08-26 13:58:54 +02:00
Lars Müller
79f7c0c8fe
Fix & clarify definition of global declaration 2022-06-30 20:06:21 +02:00
Lars Müller
d4df1ea62d
Object properties: Minor improvements 2022-06-10 21:12:38 +02:00
Lars Müller
4617a9b579
Object properties: Correct physical default 2022-06-10 21:09:11 +02:00
Lars Müller
7cf13d6988 Document Global Strictness (strict.lua) 2022-04-13 21:16:55 +02:00
Lars Müller
cf138b33a7
Fix note on minetest.after callback exec order 2022-03-19 15:47:40 +01:00
Lars Müller
98d7e7fc8b table.copy: Add example 2022-02-21 11:43:32 +01:00
Lars Müller
429c277201
Document timing options
(#28)
2022-02-16 13:25:30 +01:00
Lars Müller
f870d398bb
Fix typo 2022-02-04 17:02:18 +01:00
Lars Müller
7364d75203
Document changes to insecure env
See https://github.com/minetest/minetest/pull/11950
2022-02-01 18:17:26 +01:00
Minetest-j45
d08c8de07e
Document object properties (#12)
Co-authored-by: JosiahWI <josiah_vanderzee@mediacombb.net>
Co-authored-by: benrob0329 <ben@totallynotashadyweb.site>
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
2022-01-22 19:41:14 +01:00
Lars Müller
29c0e2524a
HOWTO.adoc - Specify Admonition Usage and Basic Formatting Rules (#29) 2022-01-15 19:45:43 +01:00
benrob0329
cfa6564bbe HOWTO.adoc - remove : after admonitions in list 2022-01-15 13:22:30 -05:00
benrob0329
260c003a2c HOWTO.adoc - specify formatting rules, apply them 2022-01-14 19:10:01 -05:00
benrob0329
e1a16e8027 HOWTO.adoc - add section on admonitions 2022-01-14 17:42:21 -05:00
Lars Mueller
21f54d9e44 Revert "Fix: Remove debug.getinfo from whitelist"
This reverts commit a3ee44375d7e4689c9389acfd361d0a7e0e952ef.
2022-01-14 18:53:34 +01:00
Lars Müller
a3ee44375d
Fix: Remove debug.getinfo from whitelist
`debug.setinfo` is set to `nil` by builtin. See https://github.com/minetest/minetest/pull/11950.
2022-01-14 16:29:01 +01:00
benrob0329
e967ae4fcc
Merge pull request #20 from GreenXenith/standardize
meta - standardize format and HOWTO
2022-01-12 19:26:31 -05:00
GreenXenith
96a5c6f7a9 Small fixes 2022-01-11 00:32:37 -08:00
GreenXenith
775203d8de New format, various fixes 2022-01-10 14:49:42 -08:00
GreenXenith
b80c70ffc6 Weird grave-quote interaction 2022-01-04 17:22:11 -08:00
GreenXenith
4f31a270ad Fix typo 2022-01-04 17:21:02 -08:00
GreenXenith
0fd518a7a2 Add documentation guide 2022-01-04 17:13:00 -08:00
GreenXenith
584f2b522a Rework standard template 2022-01-04 17:12:35 -08:00
benrob0329
f0d413a2a7
Document vector (#11) 2022-01-05 01:24:42 +01:00
benrob0329
36f9c95128
Merge pull request #15 from wsor4035/modchannels
Document modchannels
2022-01-04 01:18:24 -05:00
wsor4035
5924beb7d1
Update doc/modchannels.adoc
Co-authored-by: benrob0329 <ben@innovationplex.com>
2022-01-04 01:15:35 -05:00