Commit graph

28 commits

Author SHA1 Message Date
ChillerDragon ab2e62e4e8 Also use ? as delimiter for method slugging 2023-09-17 15:26:20 +02:00
ChillerDragon 4698173d69 Update index 2023-09-17 15:21:21 +02:00
ChillerDragon 38c9e2f9ba Add key types 2023-09-17 15:17:36 +02:00
ChillerDragon 1993b6a5b8 Document initialize and rcon_authed? 2023-09-17 15:16:18 +02:00
ChillerDragon bcaeca9fc1 ./scripts/update_docs_index.sh --fix 2023-09-17 14:59:51 +02:00
ChillerDragon 242cb645dc ./scripts/update_docs_methods.sh --fix 2023-09-17 14:58:48 +02:00
ChillerDragon 2f04ff1f13 ./scripts/update_docs_index.sh --fix 2023-09-17 14:56:00 +02:00
ChillerDragon 5a224d6774 Make connect match auto generated docs 2023-09-17 14:51:32 +02:00
ChillerDragon 5da0593818 Auto generate the whole doc index file 2023-09-17 14:12:40 +02:00
ChillerDragon 11fa7308f0 Run ./scripts/update_docs_index.sh --fix 2023-09-17 13:51:47 +02:00
ChillerDragon 87a3a6e8d2 Add snapshot class to docs index 2023-09-17 13:25:10 +02:00
ChillerDragon 5f1bcdf73e Get rid of all TODOs in docs 2023-09-17 13:21:23 +02:00
ChillerDragon 8d01653b6f Document on_disconnect hook 2023-09-17 13:14:12 +02:00
ChillerDragon 4810628386 Document on_connected hook 2023-09-17 13:09:03 +02:00
ChillerDragon 08560d0c92 Regenerate connect/disconnect hooks 2023-09-17 13:01:53 +02:00
ChillerDragon 32c3eb4919 Document on_snapshot 2023-09-17 12:59:38 +02:00
ChillerDragon 84e0bd67de Generate docs 2023-09-17 11:51:46 +02:00
ChillerDragon a98295bc23 Do not detach in sample code
the sample code should be batteries included ready to go
putting the detach sample in a ruby file and running it
does not keep running
2023-09-17 11:03:40 +02:00
ChillerDragon 27bfbc22ff Sample input timing code 2023-09-17 10:59:37 +02:00
ChillerDragon 0dad3f9ca9 Auto generate message class docs 2022-11-26 12:16:36 +01:00
ChillerDragon 93b4b136af Auto generate input timing 2022-11-26 11:50:28 +01:00
ChillerDragon c85f740915 Manually add doc example 2022-11-26 11:47:39 +01:00
ChillerDragon e4cd8956be Regenerate some docs 2022-11-26 11:46:30 +01:00
ChillerDragon 6cad2f6bbc Call chunks messages (closed #6) 2022-11-26 11:25:23 +01:00
ChillerDragon 653ee661e9 Fix english cancle -> cancel ty swarfey and rcon 2022-11-16 10:50:54 +01:00
ChillerDragon 3a219f406b Change context api! And add input timing msg
Remove the client attribute from the Context class
The block that exposes a Context class has to be called on a client
anyways so also passing it to the block args is redundant.

Replace it by a parsed version of the chunk which has yet to be properly
named current working title is: todo_rename_this
2022-11-15 10:39:44 +01:00
ChillerDragon fe3e581f86 Make client callbacks arrays
Allows to setup multiple on_* hook blocks as a lib user

closed #10
2022-11-14 10:25:28 +01:00
ChillerDragon 6275508a18 Documentation refactor 2022-11-13 13:50:21 +01:00