23 Commits

Autor SHA1 Nachricht Datum
Reinder Feenstra
6aeeeafca4 luadoc: removed debug print() 2024-09-24 22:11:51 +02:00
Reinder Feenstra
0ebc1e7090 luadoc: fix property/method regex, didn't work for initializers used in (Object)VectorProperty constructors. 2024-09-24 22:11:42 +02:00
Reinder Feenstra
c3b4fb49a6 luadoc: added support for markdown links 2024-07-06 09:26:46 +02:00
Reinder Feenstra
6448ce1251 luadoc: added see also section to enum/set with links where they are used 2024-06-04 23:34:07 +02:00
Reinder Feenstra
2e5784412e luadoc: added menu to left sidebar 2024-06-02 12:22:11 +02:00
Reinder Feenstra
f321f46088 luadoc: fix: filter out enum key without lua_name 2024-04-25 23:35:03 +02:00
Reinder Feenstra
a3a3e702e1 lua: added interface.output_channels 2024-02-26 00:24:30 +01:00
Reinder Feenstra
05d44568d7 luadoc: added interface category to object page 2024-01-19 23:14:15 +01:00
Reinder Feenstra
9594ad16f4 lua: made loconet imm_packet repeat optional 2024-01-04 00:35:16 +01:00
Reinder Feenstra
f383ed1a5d manual/luadoc: added dark theme support
using media query: prefers-color-scheme = dark
2024-01-01 23:51:51 +01:00
Reinder Feenstra
e36e1cb81c luadoc: fix: class constants with a number weren't detected 2023-12-29 22:35:16 +01:00
Reinder Feenstra
54da7e022e luadoc: index-az: gray out letters without items 2023-12-29 22:18:49 +01:00
Reinder Feenstra
baa3e3a88a luadoc: index-az: ignore missing terms 2023-12-29 22:14:30 +01:00
Reinder Feenstra
e5093e9931 luadoc: fix: support Event<> 2023-12-29 22:12:31 +01:00
Reinder Feenstra
efc89052a5 luadoc: added version/lua badges 2023-12-29 10:24:00 +01:00
Reinder Feenstra
189c7b9d60 lua doc: try fix for CI/CD 2023-10-02 23:28:24 +02:00
Reinder Feenstra
324435ed49 lua: added missing class id's for identification (list) 2023-09-25 22:48:45 +02:00
Reinder Feenstra
38b76e93c8 lua manual: enabled keyword highlight for object examples 2023-09-24 20:19:58 +02:00
Reinder Feenstra
eb63012511 Object events more consistent now
Last param is now always the object emitting the event (except for singleton's like World and Clock)
Lua handler no longer adds the emitting object param (is in the event now)
2023-09-24 11:05:35 +02:00
Reinder Feenstra
9fa04d50b3 lua doc: added examples 2023-09-23 00:10:05 +02:00
Reinder Feenstra
f3fa8ea9ba manual lua: add support for linking to items 2023-08-30 10:45:55 +02:00
Reinder Feenstra
176019a277 manual: added [] operator to objectlist in lua doc 2023-08-30 10:31:25 +02:00
Reinder Feenstra
08ce69394b manual: added generator for Lua scripting manual #WIP
The generator uses the C++ source code to build the manual.
2023-08-27 19:08:01 +02:00