deadvey pushed to master at deadvey/happening 2026-05-26 21:36:26 +02:00
cc3eca857d strings in variables can now be received by get_string_token
f6a95f76bd Added support for assigning variables to the output of a choice
59f32e975b clippy lints and moved the operator matchbox to it's own function
4f7abb5f19 added support for if elif else statements by returning a boolean
Compare 4 commits »
deadvey pushed to master at deadvey/happening 2026-05-25 03:20:26 +02:00
20369ef838 added basic variable functionality, doesn't really do anything at the
21bf659718 Began adding support for variables
Compare 2 commits »
deadvey pushed to master at deadvey/happening 2026-05-20 22:53:48 +02:00
93ca1ea34a untrack images :skull_emoji:
deadvey pushed to master at deadvey/happening 2026-05-20 22:52:22 +02:00
29565949b0 Client is approx 5% done
deadvey pushed to master at deadvey/happening 2026-05-19 20:38:41 +02:00
556185e095 added some TODO listing in the README and removed junk file
9255c1d7fa Fixed some clippy lints
ee34493895 Changed the data_to_send to be a stack so many lines of code can
Compare 3 commits »
deadvey pushed to master at deadvey/happening 2026-05-19 00:05:58 +02:00
019f1088a3 fixed a bug with single word strings and multiple choice blocks side by side
deadvey pushed to master at deadvey/happening 2026-05-18 15:33:46 +02:00
cba3ec04d7 documentation about location of story file
deadvey pushed to master at deadvey/happening 2026-05-18 15:18:33 +02:00
fbb5a4b503 fixed clippy lints
deadvey pushed to master at deadvey/happening 2026-05-18 14:51:32 +02:00
367b3ac396 fixed some formatting and added a note
deadvey pushed to master at deadvey/happening 2026-05-18 14:49:44 +02:00
5f294cceb2 documentation
051bfe46e4 redesigned how file is tokenised into string, keyword, identifier, bracket and character
Compare 2 commits »
deadvey pushed to master at deadvey/happening 2026-05-17 16:52:38 +02:00
d4947a4434 unwrap_or_exit can now display the error message, requires it to use the Debug trait
dd04399784 Cleaned code up a bit
Compare 2 commits »
deadvey pushed to master at deadvey/happening 2026-05-17 13:47:37 +02:00
13049309b2 Changed how the data is tokenised
0c28bc113d started working on new tokeniser
Compare 2 commits »
deadvey pushed to master at deadvey/happening 2026-05-16 15:19:13 +02:00
94422b307c fixed some markdown formatting
deadvey pushed to master at deadvey/happening 2026-05-16 15:07:25 +02:00
6d012dbe6b added character documentation and split Clothing into a sub-struct
deadvey pushed to master at deadvey/happening 2026-05-16 13:46:29 +02:00
99a5b03290 added animate and to character commands
deadvey pushed to master at deadvey/happening 2026-05-16 13:40:26 +02:00
a251be7827 added a modify data function for changing the data_to_send mutex
deadvey pushed to master at deadvey/happening 2026-05-15 20:32:34 +02:00
9d2f615e16 Moved report text to README and so README is now better (I think)
8953f3f68c Added a
Compare 2 commits »
deadvey pushed to master at deadvey/happening 2026-05-15 20:20:34 +02:00
20174e697c removed unwraps and added a method to Results called .unwrap_or_exit(error_message, error_code)
deadvey pushed to master at deadvey/happening 2026-05-15 00:34:26 +02:00
a5a45fa1f0 version & fixed some clippy linting
deadvey pushed to main at tuxcord/website 2026-05-04 00:56:53 +02:00
a9f523c268 fixed newline shii