summaryrefslogtreecommitdiff
path: root/Scripts
AgeCommit message (Expand)AuthorFilesLines
2022-09-08menus: switch to Game when StartButton is pressedSophia Pearson1-5/+2
2022-09-07menus: implement main menu and building blocksSophia Pearson6-0/+147
2022-09-06editor: allow scripts to run in editorSophia Pearson3-0/+3
2022-09-05gui: split GUI into Terminal componentsSophia Pearson6-16/+32
2022-09-04tests: adjust tests to new designSophia Pearson3-6/+11
2022-09-04game: adapt scripts to new designSophia Pearson12-243/+149
2022-09-04game: add StatusLine behaviorSophia Pearson3-64/+30
2022-05-28texty: handle start game signalSophia Pearson1-0/+6
2022-05-27texty: handle quit game signalSophia Pearson1-0/+5
2022-05-27texty: add basic scriptSophia Pearson1-0/+19
2022-05-27gui: add signals to start menuSophia Pearson1-5/+32
2022-05-27ide: format codeSophia Pearson4-24/+13
2022-05-27game: add basic start menu sceneSophia Pearson1-0/+21
2022-05-27inputcontainer: grab focus based on visibilitySophia Pearson1-1/+12
2022-05-27game: parse submitted commandsSophia Pearson1-1/+5
2022-05-24resources: add initial Location resourceSophia Pearson1-0/+9
2022-05-23commands: add basic command parser infrastructureSophia Pearson4-15/+99
2022-05-22gui: set up a global themeSophia Pearson2-0/+21
2022-05-20texty: initial commitSophia Pearson4-0/+199