Commit graph

47 commits

Author SHA1 Message Date
ChillerDragon f6c57a31e5 Release v0.0.6 2023-09-17 20:00:02 +02:00
ChillerDragon 32ab1ebb75 Release v0.0.5 2023-09-17 19:50:49 +02:00
ChillerDragon a5d24cb2c6 Add on_tick hook 2023-09-17 19:50:09 +02:00
ChillerDragon e606226dea Release v0.0.4 2023-09-17 19:43:14 +02:00
ChillerDragon 43bea26640 Add send_input api 2023-09-17 19:42:47 +02:00
ChillerDragon 2be15e49d7 Fix and doc set_startinfo 2023-09-17 19:19:06 +02:00
ChillerDragon 1c27c1eb87 Release v0.0.3 2023-09-17 18:23:10 +02:00
ChillerDragon 42ab29bbfe Release v0.0.2 2023-09-17 17:35:22 +02:00
ChillerDragon 9a276526ef Use git for versioning not folder names 2023-09-17 17:33:46 +02:00
ChillerDragon 5fdd4ffd15 Fix rcon authed example 2023-09-17 16:36:57 +02:00
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
ChillerDragon 8b6a867525 Generate hooks documentation 2022-11-13 13:13:14 +01:00
ChillerDragon 3358cc6608 Parse start info on server side 2022-11-13 10:37:46 +01:00
ChillerDragon a248ae1ed8 Properly versioned documentation 2022-11-05 19:33:08 +01:00
ChillerDragon 672e05a16e Fix data docs 2022-11-05 19:02:11 +01:00
ChillerDragon db106ba70e Add on_client_drop() 2022-11-05 11:59:36 +01:00
ChillerDragon 771bdfe859 Holy sh*t this lib is actually usable 2022-11-05 11:07:16 +01:00
ChillerDragon 7689d2725a Strong control over lib using Context objects 2022-11-05 10:35:40 +01:00
ChillerDragon 1d3076e34b Break api hook_chat -> on_chat 2022-11-05 09:39:16 +01:00
ChillerDragon 57dfc76588 Stabilize api yikes 2022-11-04 16:57:50 +01:00