Commit graph

30 commits

Author SHA1 Message Date
Sebastian Morr 806c39069b Add pop sound when player adds nodes 2020-09-24 10:52:58 +02:00
Sebastian Morr a083e6a1da Set center of gravity correctly when shrinking Nodes Control 2020-09-24 10:31:41 +02:00
Sebastian Morr fc562f2a2f Export "simplified_view" in a repo. Prepare launching the sandbox in $PWD. 2020-09-23 12:05:43 +02:00
Sebastian Morr ff590165d5 Fix a few problems for the "git replace" demo, scale up sandbox UI 2020-09-22 21:56:22 +02:00
Sebastian Morr d69c832aba Add sandbox scene, a zoomed in, simple version for making GIFs :D 2020-09-22 20:25:45 +02:00
bleeptrack 1a264e2beb Added File Browser for Repository Scene 2020-09-22 13:19:53 +02:00
Sebastian Morr eabf41a2d7 Repository is now a Control, and fix two regressions 2020-09-21 20:28:43 +02:00
Sebastian Morr f28ec7a3a7 Round off more corners of UI elements :P 2020-09-21 19:28:39 +02:00
Sebastian Morr 6cd68f3599 Allow both drag & drop as well as zooming in repositories 2020-09-21 18:53:36 +02:00
Sebastian Morr 0fdc6cd69c Fix drag and drop
For the input event to reach the nodes, all Controls need to set
mouse_filter to "ignore" it seems?
2020-09-21 18:33:34 +02:00
Sebastian Morr 417d7f405a Mention right-clicking 2020-09-18 11:15:09 +02:00
Sebastian Morr cc54f33c78 Add a level sequence, show congrats after level, deal with empty puzzle dirs 2020-09-16 16:18:18 +02:00
Sebastian Morr 931e9b3beb Don't mangle tab in tree content, don't die if win script prints errors 2020-09-15 22:34:22 +02:00
bleeptrack a07deac051 Mouse Zoom Essentials 2020-09-15 18:41:06 +02:00
Sebastian Morr 390e0f6c11 Iterate over dictionary's keys while removing stuff from it 2020-09-15 17:23:22 +02:00
Sebastian Morr 47532c9033 Remove nodes that are no longer present in the repository 2020-09-15 16:59:54 +02:00
Sebastian Morr 6d0fff27ad Add checkbox to hide trees and blobs 2020-09-14 16:03:01 +02:00
Sebastian Morr b1d2536bcc Clear button, show arrow target if there's no node, add some goals 2020-09-14 15:35:30 +02:00
Sebastian Morr 1ea6e3b4ac Try to point edges downward 2020-09-14 14:54:30 +02:00
Sebastian Morr f4990dedca Fix connection of normal refs
The --head option always outputs HEAD first.
2020-09-14 14:05:16 +02:00
Sebastian Morr cb2bb767db Properly support symrefs in refs/ 2020-09-13 21:55:24 +02:00
Sebastian Morr 2711d6ed8b Fix all warnings and errors 2020-09-08 20:26:14 +02:00
Sebastian Morr 579f18736a Introduce Shell class with a cd method and a run method
game.exec is now the only point in the code that calls OS.execute.
shell.run is the only point that refers to /bin/sh.
2020-09-08 16:08:40 +02:00
Sebastian Morr 806253660f Fix caret position when using history 2020-09-03 18:10:09 +02:00
Sebastian Morr 75bf6ed86a Make Repository into a container, so we can resize them conveniently 2020-09-03 17:50:03 +02:00
Sebastian Morr ca8aae560c Better colors and fonts 2020-09-01 21:25:24 +02:00
Sebastian Morr 5161a8563e Only update graph when hitting button or sending command, for now 2020-09-01 19:32:33 +02:00
Sebastian Morr 2a0e2e46bb Use scripts to create levels, add level selector 2020-09-01 19:20:51 +02:00
Sebastian Morr 1b5cbe9cb0 Set up goal and active level from template repos 2020-09-01 18:26:43 +02:00
Sebastian Morr eb53163676 Move repository to its own scene 2020-09-01 17:24:21 +02:00