Commit Graph

72 Commits

Author SHA1 Message Date
Kartik K. Agaram b31f6954d0 small change to simplify the driver's task 2023-01-07 21:23:51 -08:00
Kartik K. Agaram 7955bb2372 now fix copy-paste errors in GET* 2023-01-07 20:48:22 -08:00
Kartik K. Agaram 7b256de9c9 clear error message on unknown definition 2023-01-07 20:39:52 -08:00
Kartik K. Agaram b2cbfc0b65 don't also send success on error
That's a recipe for race conditions.
2023-01-07 20:28:37 -08:00
Kartik K. Agaram 9bab2578bb check for syntax errors when loading app 2023-01-07 20:27:38 -08:00
Kartik K. Agaram ada035f0bc bugfix: roll back on load error 2023-01-07 19:12:26 -08:00
Kartik K. Agaram eb0079ef87 typo 2023-01-07 19:11:50 -08:00
Kartik K. Agaram 4d81e495f8 new command: batch GET
We need this to speed up the initial load of the driver.
2023-01-07 14:43:38 -08:00
Kartik K. Agaram b6fc07a36b specify app in manifest
This will help the driver maintain separate settings for each app.
2023-01-02 18:24:24 -08:00
Kartik K. Agaram b4fff66a56 a prefix for metadata in the manifest 2023-01-02 18:21:55 -08:00
Kartik K. Agaram 87e7231fa4 backport some doc updates and renames 2022-12-26 00:27:24 -08:00
Kartik K. Agaram 8add8ee51d rename globals to have a single uppercase letter 2022-12-25 15:51:39 -08:00
Kartik K. Agaram 34abf6c624 a few more renames 2022-12-23 20:34:20 -08:00
Kartik K. Agaram 276ca2287e update protocol so driver shows syntax errors 2022-12-17 10:49:53 -08:00
Kartik K. Agaram 6a5eca342c a new event: receiving code changes from the driver 2022-12-16 19:35:29 -08:00
Kartik K. Agaram e9a5027d7c bugfix: check for numeric prefix 2022-11-30 19:26:46 -08:00
Kartik K. Agaram 18fa7fcc3d move temporary file out of user directory (if possible)
'(could be the same as getUserDirectory)' -- https://love2d.org/wiki/love.filesystem.getAppdataDirectory
2022-11-30 19:25:34 -08:00
Kartik K. Agaram 6d57eaa77a bugfix
Errors like this in handle_error get very hard to debug.
2022-11-27 18:19:58 -08:00
Kartik K. Agaram 3588b4ddf5 load manifest in correct order 2022-11-27 18:07:10 -08:00
Kartik K. Agaram 8b8e08c4d6 nice way to make on.* handlers more discoverable 2022-11-27 14:56:48 -08:00
Kartik K. Agaram fdf4722d2a app is now live, can communicate with driver
In the process I've also switched to a separate channel for run-time
errors. Now the driver won't struggle to get bindings out of the app
while it's throwing errors.
2022-11-27 14:28:18 -08:00
Kartik K. Agaram ce36bc1f43 app running again 2022-11-27 14:06:15 -08:00