Lucien Greathouse
aaaf3ba0b9
Implement handle_rbx_change API for plugins as a pass
2017-12-20 22:11:46 -08:00
Lucien Greathouse
b885cae086
Rename TransformResult -> TransformFileResult in preparation for two-way syncing
2017-12-20 22:01:38 -08:00
Lucien Greathouse
0f78eb933a
DESIGN doc, stub out /write endpoint
2017-12-20 22:00:01 -08:00
Lucien Greathouse
6ee9a48e20
Use plugin chain code in Vfs
2017-12-18 01:52:13 -08:00
Lucien Greathouse
f90c51e923
Move web server onto main thread
2017-12-18 01:20:04 -08:00
Lucien Greathouse
6472a2cbce
Add handle_file_change to plugin API
...
This solves the problem I was running into with the ScriptPlugin implementation -- if foo/init.lua changes, foo needs to be requested, not 'foo/init.lua' (which would then erroneously create a ModuleScript before this commit)
2017-12-17 22:47:16 -08:00
Lucien Greathouse
c75cbebbf0
Merge branch 'master' into serve-instances
2017-12-17 22:12:04 -08:00
James Onnen
5a20646c57
Address code review, remove unnecessary import
2017-12-17 23:40:32 -06:00
James Onnen
199ebda689
Use ::park() instead of ::sleep()
2017-12-17 14:34:31 -06:00
James Onnen
ae6ca6fb23
Fix #21 : High CPU usage in a small project
2017-12-17 14:20:24 -06:00
Lucien Greathouse
12bfcd7b66
Implement init.lua support in ScriptPlugin
2017-12-14 01:11:44 -08:00
Lucien Greathouse
d365bc076e
Add VfsItem::name to make comparisons easier
2017-12-14 01:11:44 -08:00
Lucien Greathouse
67ac6b7cec
First implementation of 'ScriptPlugin', which serves script files as scripts
2017-12-14 01:11:44 -08:00
Lucien Greathouse
01325c8c7e
Implement PluginChain
2017-12-14 01:11:44 -08:00
Lucien Greathouse
21e9625c36
Prototype plugin architecture, switch instance-based stuff to that
2017-12-14 01:11:44 -08:00
Lucien Greathouse
5bf1f11190
Hacky first go at it -- keeping the existing VfsItem infrastructure
...
I think this is actually a pretty reasonable flow.
2017-12-14 01:11:44 -08:00
Lucien Greathouse
b4e31ea35d
Fix serve path failing to be absolute when given as a relative path
2017-12-14 01:09:10 -08:00
Lucien Greathouse
f89d491f29
Run rustfmt
...
I ignored some odd formatting it introduced relating to putting braces on newlines in if-let blocks. This might be a bug, but I didn't find any way to turn that off.
2017-12-13 12:05:11 -08:00
Lucien Greathouse
59b2401c2c
Add more detailed error reporting around invalid projects
2017-12-13 11:56:06 -08:00
Lucien Greathouse
1ad20421e9
Move Windows-specific path test into its own file
2017-12-07 15:50:55 -08:00
Lucien Greathouse
7042680a0a
Fixed usage of a partition pointing to a file instead of a folder
2017-12-07 14:42:30 -08:00
Lucien Greathouse
63b21b90ff
Ripple verbosity flags through the server
2017-12-01 00:17:29 -08:00
Lucien Greathouse
70e2fdcf48
Documentation cleanup
2017-11-29 17:36:23 -08:00
Lucien Greathouse
7838b2e67d
Initial commit
2017-11-29 17:25:37 -08:00