Commit Graph

32 Commits

Author SHA1 Message Date
369f90a68d Add titles and attributions 2022-01-24 13:16:27 -06:00
c2e59d08aa Parser outputs stories not books 2022-01-24 12:35:52 -06:00
7c528368a4 Move everything up, get rid of src/src 2022-01-24 11:32:24 -06:00
60b493901c linter stuff 2022-01-22 11:50:02 -06:00
45af2d976e Rust module is the whole project now. I'm a crab 2022-01-21 16:38:33 -06:00
77c2371eff Strip old c and c++ stuff 2022-01-21 16:36:48 -06:00
0a4484578b Just use a getter 2022-01-21 16:32:58 -06:00
d99270d63b Godot bindings generated by "gdnative" rust crate 2022-01-21 16:16:38 -06:00
f1fc3fcf62 Begin c-api 2022-01-20 16:11:51 -06:00
6150b41674 Move to correct godot branch 2022-01-20 11:22:50 -06:00
aec4eb6d01 Add godot headers submodule 2022-01-20 11:09:53 -06:00
2ef4c6b4c3 Remove godot-cpp submodule 2022-01-20 11:08:17 -06:00
5b53c8e18b Choices complete, prep for merge into master 2022-01-20 10:52:32 -06:00
Dane Johnson
e0e54bd34b More ffi for choices and the like 2022-01-19 09:57:20 -06:00
Dane Johnson
8d23af431e Put the ffi in it's own module (for namespace control) 2022-01-11 15:53:50 -06:00
Dane Johnson
c1eb29275a Get the bodies, footers working in the c-api 2022-01-11 15:13:54 -06:00
9fcb145b55 Get the parser working in Rust 2022-01-07 13:48:36 -06:00
13f4cc264a Use storybook namespace 2022-01-02 19:35:30 -06:00
e6d5df0e6f Add Godot module 2022-01-02 19:11:37 -06:00
3e89adce77 Compile base to static library 2022-01-02 19:01:01 -06:00
ae1266ccc9 Finish up the cli driver 2022-01-02 17:50:40 -06:00
67aebee24d Fix stat lookups 2022-01-02 14:42:19 -06:00
bf55252b9a Execute semantic actions for optionals only if the optional exists 2022-01-02 11:34:47 -06:00
c3b7cc58f0 Some more c++ stuff, add possible lr grammar (glr?) 2022-01-01 19:00:55 -06:00
6aba0d0227 The commit where I moved everything 2021-12-31 13:07:59 -06:00
8ebec372cf Select a choice 2021-12-29 16:00:51 -06:00
901b4a004a Show stat blocks 2021-12-29 15:53:03 -06:00
9006913174 Actually choices should be a map<int,Choice*> 2021-12-26 17:22:24 -06:00
e94e43f547 Use a set for story options 2021-12-26 17:01:00 -06:00
f3d3bd2cd1 Handle END and GOTO footers 2021-12-23 17:20:05 -06:00
106786279f Better externalization, begin storybook class 2021-12-23 16:59:05 -06:00
0accce69f1 Organization, ignore binaries 2021-12-22 10:08:37 -06:00