Sebastian Morr
|
0fb30e99ec
|
On Windows, put commands in a script before executing them
This avoids the problem that newlines in the command always interrupt
execution.
|
2020-10-26 07:36:53 -07:00 |
|
Sebastian Morr
|
5d59623392
|
Card particles and more sound effects
|
2020-10-22 16:19:22 +02:00 |
|
Sebastian Morr
|
17b8c64a1d
|
Hide .git/ in file browser for now
|
2020-10-22 14:59:44 +02:00 |
|
Sebastian Morr
|
e638ea2097
|
Write more time-travel levels. Order of chapters in "levels/sequence".
|
2020-10-22 14:01:08 +02:00 |
|
bleeptrack
|
b044ed5d27
|
First Windows Fixes
|
2020-10-20 18:44:33 +02:00 |
|
bleeptrack
|
8501e598a4
|
Changes for OSX
|
2020-10-06 16:50:31 +02:00 |
|
Sebastian Morr
|
3270bb64d0
|
Fix a problem where the global_shell was in a non-existing directory
|
2020-09-29 18:36:24 +02:00 |
|
Sebastian Morr
|
78f324bf68
|
Put temp files in user://tmp/
|
2020-09-29 16:12:58 +02:00 |
|
Sebastian Morr
|
44214d2fdf
|
Move exec, crash, and file IO to "helpers" autoload node
|
2020-09-29 14:54:07 +02:00 |
|
Sebastian Morr
|
5f2823fab4
|
Rename a few container nodes to have more pleasant names
|
2020-09-29 14:27:36 +02:00 |
|
Sebastian Morr
|
f0f50bc9fb
|
Use an empty Git template directory, use GIT_EDITOR instead of EDITOR
|
2020-09-22 16:18:56 +02:00 |
|
bleeptrack
|
b84bb48004
|
Restructuring of goal/start scripts
|
2020-09-15 12:36:22 +02:00 |
|
Sebastian Morr
|
7df489baf8
|
Experimental TCP Server node
|
2020-09-15 09:42:06 +02:00 |
|
bleeptrack
|
4c79dd24a7
|
Next Level Button and Switch to Bash for Commands
|
2020-09-11 13:12:12 +02:00 |
|
Sebastian Morr
|
7c82381e8d
|
Write win scripts for all levels (with a short, fun trip to quote hell)
|
2020-09-11 12:23:26 +02:00 |
|
Sebastian Morr
|
2aefdf8391
|
Fix all warnings
|
2020-09-11 10:33:44 +02:00 |
|
Sebastian Morr
|
75679c8bb1
|
Use Perl for the fake-editor :D
|
2020-09-09 18:32:57 +02:00 |
|
Sebastian Morr
|
4099030fcd
|
Use bundled sh.exe, expand %TEMP% per-user
|
2020-09-09 17:59:56 +02:00 |
|
bleeptrack
|
5ac3523817
|
Hardcoded windows paths for testing
|
2020-09-09 13:25:00 +02:00 |
|
Sebastian Morr
|
724a5fff03
|
Add some switches that set proper paths for Windows
|
2020-09-09 11:48:42 +02:00 |
|
Sebastian Morr
|
d352bd24c2
|
Look at the OS to decide which shell binary to run
|
2020-09-09 11:01:30 +02:00 |
|
Sebastian Morr
|
888ff54d44
|
Start implementing an async run function for the shell
|
2020-09-08 22:58:44 +02:00 |
|
Sebastian Morr
|
2711d6ed8b
|
Fix all warnings and errors
|
2020-09-08 20:26:14 +02:00 |
|
Sebastian Morr
|
3460e37d82
|
Hide read/write messages behind game.debug flag
|
2020-09-08 20:13:49 +02:00 |
|
Sebastian Morr
|
f09abe36e9
|
Move all exec operations to the Shell class
|
2020-09-08 16:46:12 +02:00 |
|
Sebastian Morr
|
5a8c377160
|
Copy fake-editor to /tmp when starting (the original might be in a .pck file)
|
2020-09-08 16:36:52 +02:00 |
|
Sebastian Morr
|
4fff68253c
|
Allow exported Linux builds to run
When referring to local game files, we always need to use "res://".
|
2020-09-08 16:27:36 +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 |
|